haskell-conll: Core Types for NLP

[ library, mit, text ] [ Propose Tags ]

Provides core types to work with CoreNLP, SyntaxNet. Handling CoNLL format and Syntax Trees.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Dependencies base (>=4.7 && <5), containers, lens, pretty-show, protolude, split, text [details]
License MIT
Copyright Copyright: (c) 2017-2019 Michal Gajda, Sergey Bushnyak, Alejandro Duran-Pallares
Author Michal Gajda, Sergey Bushnyak, Alejandro Duran-Pallares
Maintainer sergey.bushnyak@sigrlami.eu
Category Text
Home page https://github.com/sigrlami/haskell-conll#readme
Bug tracker https://github.com/sigrlami/haskell-conll/issues
Source repo head: git clone https://github.com/sigrlami/haskell-conll
Uploaded by sigrlami at 2019-07-16T15:19:40Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1854 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-07-16 [all 1 reports]

Readme for haskell-conll-0.1.0.2

[back to package description]

haskell-conll

Build Status Hackage

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

Used

This library is used in

Maintainer

Sergey Bushnyak

Acknowledgements