# haskell-conll
[](https://travis-ci.com/mgajda/haskell-conll)
Set of Basic Types and Primitives that are used for NLP software such as
- CoreNLP
- SyntaxNet
and can be extended for usage with other software.
If you're working on custom solutions you can use it also.
# TreeBanks
Library supports
- [Penn Treebank Tag-set](http://www.comp.leeds.ac.uk/amalgam/tagsets/upenn.html)
- [Universal Dependencies](http://universaldependencies.org/en/dep/)
# Used
This library is used in
- [SyntaxNet Haskell bindings](https://github.com/mgajda/syntaxnet-haskell/)
- [CoreNLP Haskell bindings](https://github.com/mgajda/corenlp-haskell/)
# Acknowledgements
- [Michał J. Gajda](https://github.com/mgajda)
- [Alejandro Duran Pallares](https://github.com/vwwv)
- [Sergey Bushnyak](https://github.com/sigrlami)