https://github.com/turtlesoupy/wikilanguage
Mining language differences in culturally important articles
https://github.com/turtlesoupy/wikilanguage
Last synced: over 1 year ago
JSON representation
Mining language differences in culturally important articles
- Host: GitHub
- URL: https://github.com/turtlesoupy/wikilanguage
- Owner: turtlesoupy
- License: mit
- Created: 2019-09-22T19:45:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T17:25:55.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T21:32:56.896Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 781 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wikilanguage
Categorize and rank things in Wikipedia according to cultural relevance in
various cultures (e.g. most culturally relevant tourist attractions near
Shanghai according to Chinese speakers).
To operate, use Anaconda and create an environment and activate it
```
conda env create -f environment.yml
conda activate wikilanguage
```
Start a Jupyter notebook and open up a demo, e.g. `dave_walkthrough.ipynb`
```
jupyter notebook
```