Metadata-Version: 2.1
Name: altdeutsch
Version: 1.0.0
Summary: Parse Referenzkorpus Altdeutsch
Home-page: https://github.com/clemsciences/old_high_german_texts
Author: Clément Besnier
Author-email: clemsciences@aol.com
License: License :: OSI Approved :: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python
Requires-Python: >=3.6
Description-Content-Type: text/markdown

[![PyPI](https://img.shields.io/pypi/v/altdeutsch)](https://pypi.org/project/altdeutsch/) [![Build Status](https://travis-ci.org/clemsciences/old_high_german_texts.svg?branch=master)](https://travis-ci.org/clemsciences/old_high_german_texts)

# Parser of Referenzkorpus Althochdeutsch exports

## Installation

```bash
$ pip install althochdeutsch
```


## License
[CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/)

The [Referenzkorpus Altdeutsch project](https://www.deutschdiachrondigital.de/) is at the origin of annotations of the 
[data](https://www.laudatio-repository.org/browse/corpus/rmgpfWoB6bp_h9Naq45A/corpus_deutsch-diachron-digital---referenzkorpus-altdeutsch_0-1_1556880883).

## Code usage

```python
from altdeutsch import reader

```


