Metadata-Version: 2.1
Name: qurator-sbb-tools
Version: 0.0.1
Summary: Qurator
Home-page: https://qurator.ai
Author: The Qurator Team
Author-email: qurator@sbb.spk-berlin.de
License: Apache
Keywords: qurator
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown

This package currently provides:

* [A set of tools to perform NER+EL on the digitalized collections of the SBB.](digitized-collections.md)
* [A set of tools for Wikidata/Wikipedia knowledge-base extraction.](knowledge-base.md) 
* [A set of tools to perform and visualize topic-modelling on the digitalized collections of the SBB.](topic-modelling.md)

# Installation:

Setup virtual environment:
```
virtualenv --python=python3.6 venv
```

Activate virtual environment:
```
source venv/bin/activate
```

Upgrade pip:
```
pip install -U pip
```

Install package together with its dependencies in development mode:
```
pip install -e ./
```

