Description
Core Types for NLP.
Description
Provides core types to work with CoreNLP, SyntaxNet. Handling CoNLL format and Syntax Trees.
README.md
haskell-conll
This library package provides set of foundational types and primitives that can be used in NLP software. Such as:
and can be extended for usage with other software.
If you're working on custom solutions you can use it also.
Treebank
Library provides support for
- English / Penn Treebank Tag-set
- English / Universal Dependencies
Used
This library is used in
Maintainer
Acknowledgements
- Michał J. Gajda - initial idea
- Sergey Bushnyak - core maintainer
- Alejandro Duran Pallares.