https://github.com/gusberinger/wikipedia-graph
Creates an adjacency matrix of the Wikipedia hyperlink graph.
https://github.com/gusberinger/wikipedia-graph
scipy wikipedia
Last synced: about 2 months ago
JSON representation
Creates an adjacency matrix of the Wikipedia hyperlink graph.
- Host: GitHub
- URL: https://github.com/gusberinger/wikipedia-graph
- Owner: gusberinger
- License: mit
- Created: 2023-12-08T15:16:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T15:12:58.000Z (over 1 year ago)
- Last Synced: 2025-01-26T16:11:13.794Z (3 months ago)
- Topics: scipy, wikipedia
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Wikipedia Hyperlink Graph Builder
Creates an adjacency matrix representation of the Wikipedia hyperlink graph.
## Local Setup
Requires 25GB of storage and 16GB of RAM. The program takes approximately an hour to complete.
```
git clone [email protected]:gusberinger/wikipedia-graph.git
cd wikipedia-graph/
pip install -r requirements.txt
python main.py
```