Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Caml-list] [ANNOUNCE] Sentence Segmenter

4 views
Skip to first unread message

ramu ramamurthy

unread,
Jul 1, 2006, 10:51:04 PM7/1/06
to caml...@inria.fr

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.

This library is released under the BSD license and
is available at:

http://ramamurthy.ramu.googlepages.com/sentencesegmenter

The library contains:

* README.txt
* sentsegment.mli (interface)
* sentsegment.mll (implementation)
* segTest.ml (API test)


_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

0 new messages