Recent Changes - Search:

Resources

TM tutorials


Internal


edit SideBar

SentenceSplitter

Details:


Some initial information follows.

It is the sptoolkit.jar program. You just need to pipe the text into it. It is located in /home/shared/ on gnode.

E.g.
echo "Some sample text." | java -jar sptoolkit.jar
or
cat text_file.txt | java -jar sptoolkit.jar

Output is in a xml output by the looks of it. E.g.

<p>
<s n="1">This is a sentence.</s>
<s n="2">This is another sentence.</s>
</p> 

More info here: http://text0.mib.man.ac.uk:8080/scottpiao/sent_detector

Edit - History - Print - Recent Changes - Search
Page last modified on November 16, 2011 at 20:17