Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emorynlp/elit
Emory Language and Information Toolkit
https://github.com/emorynlp/elit
Last synced: 17 days ago
JSON representation
Emory Language and Information Toolkit
- Host: GitHub
- URL: https://github.com/emorynlp/elit
- Owner: emorynlp
- License: other
- Created: 2020-12-05T03:14:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T20:58:08.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T06:55:57.037Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 504 KB
- Stars: 37
- Watchers: 8
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - emorynlp/elit - 02 star:0.0k fork:0.0k Emory Language and Information Toolkit (Python)
README
# 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 DetectionThis 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)