@hackage fullstop0.1.2
Simple sentence segmenter
Categories
License
BSD-3-Clause
Maintainer
Eric Kow <E.Y.Kow@brighton.ac.uk>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
CustomDependencies (2)
Dependents (2)
@hackage/acme-everything, @hackage/chatter
Package Flags
test
(off by default)
Build the test suite
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!