Is there any kind of statistical natural language processing library for Haskell? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionCurrently I'm reading Natur开发者_高级运维al Language Processing for the Working Programmer (a work in progress book http://nlpwp.org/) and wondering if there is a decent library for statistical natural language processing tasks.
I don't think there is a single library that does a lot of the tasks that statistical NLP library users would expect (Warning: I don't know very much about statistical natural language processing). There are some interesting looking general-purpose core components like the NGrams, estimators, logfloat and hmm libraries. There are also some tools that do some very specific tasks, like morfette for morphology or the hs-gizapp which wraps around GIZA++ for getting word alignments between pairs of documents
Keep an eye on the NLP section of Hackage and do consider joining the Haskell NLP community (the site is currently down due to a recent attack on the haskell community server)
精彩评论