<div>Hi,</div><div>Continuing my search of Haskell NLP tools and libs, I wonder if the following Haskell libraries exist (googling them does not help):</div><div>1) End of Sentence (EOS) Detection. Break text into a collection of meaningful sentences.<br>
2) Part-of-Speech (POS) Tagging. Assign part-of-speech information to each token.</div><div>3) Chunking. Analyze each tagged token within a sentence and assemble compound tokens that express logical concepts. Define a custom grammar.<br>
4) Extraction. Analyze each chunk and further tag the chunks as named entities, such as people, organizations, locations, etc.</div><div><br></div><div>Any ideas where to look for similar Haskell libraries?<br><br><br><br>
</div><br>