Metadata-Version: 2.1
Name: deepmorpheus
Version: 0.1.3
Summary: Morphological tagger for Ancient Greek using deep learning
Home-page: https://github.com/offerijns/deepmorpheus
Author: Mees Gelein, Jeroen Offerijns
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: torch (==1.5.0)
Requires-Dist: pyconll (==2.2.1)
Requires-Dist: requests (==2.20.0)

# Deep Morpheus
Morphological tagger for Ancient Greek and Latin using deep learning.

## Getting started
Make sure you are running Python 3.6 or higher. You can install the package from PyPI:

```shell
pip install deepmorpheus
```

To tag a `.txt` file, simply run:

```python
import deepmorpheus

deepmorpheus.tag_from_file("input.txt", "ancient-greek")
```


