An open API service indexing awesome lists of open source software.

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

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
```