Back when I was a college student with too much free time, I decided to make a set of scripts to operate on a Wikipedia database dump, which would create a directed graph of all of the inter-page links. Here are some results:
- python subgraph.py -o anonymous.dot -d 20 -n 10000000 -p 3 'anonymous (group)'
- python subgraph.py -o anonymous.dot -d 20 -n 10000000 -p 3 anonymous
- python subgraph.py -o A.dot -d 20 -n 10000000 -p 3 A
- python subgraph.py -o fox.dot -d 20 -n 10000000 -p 3 fox
- python subgraph.py -o fox.dot -d 20 -n 10000000 -p 5 fox
Anyone with an interest in 'wikidiving' would appreciate this sort of thing.
No comments:
Post a Comment