Metadata-Version: 1.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
Description: 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
        
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
