Metadata-Version: 2.1
Name: elit
Version: 2.0.0a4
Summary: The Emory Language and Information Toolkit (ELIT)
Home-page: https://github.com/emorynlp/elit
Author: Han He, Liyan Xu
License: Apache License 2.0
Keywords: corpus,machine-learning,NLU,NLP
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: alnlp (==1.0.0rc27)
Requires-Dist: editdistance (==0.5.3)
Requires-Dist: fastapi (==0.65.2)
Requires-Dist: penman (==1.2.1)
Requires-Dist: phrasetree (==0.0.4)
Requires-Dist: pynvml (==8.0.4)
Requires-Dist: scipy (==1.5.4)
Requires-Dist: sentencepiece (==0.1.95)
Requires-Dist: termcolor (==1.1.0)
Requires-Dist: toposort (==1.5)
Requires-Dist: torch (<1.9.0,>=1.6.0)
Requires-Dist: transformers (==4.6.1)
Requires-Dist: unofficial-stog (==0.0.21)
Requires-Dist: uvicorn (==0.13.1)

# ELIT

The Emory Language and Information Toolkit (ELIT) provides the state-of-the-art NLP models for the following tasks:

* [Tokenization](docs/tokenization.md)
* [Part-of-Speech Tagging](docs/part_of_speech_tagging.md)
* [Named Entity Recognition](docs/named_entity_recognition.md)
* [Constituency Parsing](docs/constituency_parsing.md)
* [Dependency Parsing](docs/dependency_parsing.md)
* [Semantic Role Labeling](docs/semantic_role_labeling.md)
* [AMR Parsing](docs/abstract_meaning_parsing.md)
* Coreference Resolution
* Emotion Detection

This is an open-source project led by the [Emory NLP](http://nlp.cs.emory.edu/) Research Laboratory and released under the [Apache License 2.0](LICENSE).

* The latest release: [2.0](https://pypi.org/project/elit/)
* Contact: [Jinho D. Choi](http://www.cs.emory.edu/~choi)

## Resources

* [Getting Started](docs/getting_started.md)
* [Data Format](docs/data_format.md)



