Does Haskell have a good (a) natural language parser (b) part of speech tagger (c) nlp library (a la python's nltk)
Have a look at Hackage:
and
Try sequor for the POS tagger. You could also try brillig, my toy implementation of the Brill tagger, but really sequor is likely to be better.
I don't know of any parsers. I had started working on a package called chartparser which has an CKY and Early implementation (for CFG) along with an interactive debugger, but I never really got around to finishing it or releasing it.
It could be worth asking in the Haskell NLP list. There's no do-it-all library, but do have a look on Hackage, as dbhelix suggests
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With