Metadata-Version: 2.1
Name: acdh-spacytei
Version: 0.1.2
Summary: A package to ease processing (not only) TEI documents with spaCy
Home-page: https://github.com/acdh-oeaw/acdh-spacytei
Author: Peter Andorfer, Matthias Schlögl, Saranya Balasubramanian
Author-email: matthias.schloegl@oeaw.ac.at, peter.andorfer@oeaw.ac.at, saranya.balasubramanian@oeaw.ac.at
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: spacy (>=2.1.4)
Requires-Dist: scikit-learn (>=0.20.2)
Requires-Dist: gensim (>=3.7.1)
Requires-Dist: lxml (>=4.1.1)
Requires-Dist: pandas (>=0.23.3)
Requires-Dist: requests (>=2.20.1)
Requires-Dist: langid (>=1.1.6)
Requires-Dist: jsonschema (>=3.0.0)

Readme
======

acdh-spacytei is a python package providing utility classes and functions to processing XML (TEI, TCF) encoded documents with/for spaCy


Installation
------------

`pip install acdh-spacytei`


Licensing
---------

All code unless otherwise noted is licensed under the terms of the MIT License (MIT). Please refer to the file LICENSE in the root directory of this repository.




History
-------

0.0.9 (2019-02-27)
++++++++++++++++++

* added functions to process prodigy output files
* pipline processes access model dir

0.0.6 (2019-02-27)
++++++++++++++++++

* added a tokenize method to TeiReader
* NE information written as rs-tags into TEI
* minor things

0.0.6 (2019-02-27)
++++++++++++++++++

* added langid to install_requires
* new function `recogito.recogito_dump_to_spacy_ner` added
* minor things

0.0.3 (2019-02-25)
++++++++++++++++++

* minor things

0.0.1 (2019-02-25)
++++++++++++++++++

* First version


