Metadata-Version: 2.1
Name: coreferee
Version: 1.0.1
Summary: Coreference resolution for English, German and Polish, optimised for limited training data and easily extensible for further languages
Home-page: https://github.com/msg-systems/coreferee
Author: Richard Paul Hudson, msg systems ag
Author-email: richard.hudson@msg.group
License: Apache License 2.0
Description: Coreferences are situations where two or more words within a text refer to the same entity, e.g. *__John__ went home because __he__ was tired*. Resolving coreferences is an important general task within the natural language processing field.
        
        <b>Coreferee</b> is a Python 3 library (tested with version 3.8.7) that is used together with [spaCy](https://spacy.io/) (tested with version 3.0.5) to resolve coreferences within English, German and Polish texts. It is designed so that it is easy to add support for new languages. It uses a mixture of neural networks and programmed rules.
        
        For more information, please see the [main documentation on GitHub](https://github.com/msg-systems/coreferee).
        
Keywords: nlp,spacy,spacy-extension,python,machine-learning,keras,coreference,anaphora,coreference-resolution,anaphora-resolution
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Natural Language :: Polish
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: <3.9,>=3.8
Description-Content-Type: text/markdown
