MXTERMINATOR is a JAVA (JDK 1.1) implementation of the sentence boundary detector described in:
USERS MUST ABIDE BY THE LICENSE INCLUDED WITH THIS DISTRIBUTION.
MXTERMINATOR is copyright (c) 1997 Adwait Ratnaparkhi
To use:
mxterminator projectdir < textfile
where textfile
contains raw text,
and where projectdir
is a project directory.
The project directory eos.project
contains
a model trained on about 1 million words of Wall St. Journal text.
trainmxterminator projectdir traindata
where projectdir
is the newly created project directory,
and where traindata
contains one sentence per line.