fullstop

Simple sentence segmenter

http://hub.darcs.net/kowey/fullstop

Latest on Hackage:0.1.4

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Eric Kow
Maintained by Eric Kow

FullStop splits texts into sentences, using some orthographical conventions (used in English and hopefully other languages).

It recognises certain punctuation characters as sentence delimiters (.?!) and handles some abbreviations such as Mr. and decimal numbers (eg. 4.2).

Note that this package is mostly a placeholder. I hope the Haskell/NLP communities will run with it and upload a more sophisticated (family of) segmenter(s) in its place. Patches (and new maintainers) would be greeted with delight!