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

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.

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.