# haskell-conll
[](https://travis-ci.com/mgajda/haskell-conll)

This library package provides set of foundational types and primitives that can be used in NLP software.
Such as:
- [CoreNLP](https://github.com/mgajda/syntaxnet-haskell)
- [SyntaxNet](https://ai.googleblog.com/2016/05/announcing-syntaxnet-worlds-most.html)
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](http://www.comp.leeds.ac.uk/amalgam/tagsets/upenn.html)
- English / [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/)
# Maintainer
[Sergey Bushnyak](https://github.com/sigrlami)
# Acknowledgements
- [Michał J. Gajda](https://github.com/mgajda) - initial idea
- [Sergey Bushnyak](https://github.com/sigrlami) - core maintainer
- [Alejandro Duran Pallares](https://github.com/vwwv)