Sentence Segmenter
Description
This library can be used to segment Newspaper style (english) text articles into sentences. It uses the Ocaml lexer with a simple set of lexical rules to classify those periods ('.') in the text that end sentences.
Download
- README.txt
- sentsegment.mli (interface)
- sentsegment.mll (lexer implementation)
- segTest.ml (API test)