https://github.com/midnighter/wikidata-analysis
Simple query to table conversion and language analysis.
https://github.com/midnighter/wikidata-analysis
Last synced: over 1 year ago
JSON representation
Simple query to table conversion and language analysis.
- Host: GitHub
- URL: https://github.com/midnighter/wikidata-analysis
- Owner: Midnighter
- License: mit
- Created: 2016-12-04T11:38:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T13:17:50.000Z (over 9 years ago)
- Last Synced: 2025-01-04T20:15:00.409Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 131 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Analyzing Wikidata Language Availability
This [notebook](language_analysis.ipynb) demonstrates a simple way to query
the [wikidata SPARQL endpoint](https://query.wikidata.org/) and analyzes the
language availability.
## Usage
Install the necessary packages with `pip`:
```
pip install -r requirements.in
```
or using pinned versions:
```
pip install -r requirements.txt
```
and start a Jupyter Notebook server.