# haskell-conll [![Build Status](https://travis-ci.com/mgajda/haskell-conll.svg?token=DtSUtnf37TUDy1p4x6fT&branch=master)](https://travis-ci.com/mgajda/haskell-conll) ![Hackage](https://img.shields.io/hackage/v/api-monobank.svg) 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)