public class SentenceSegmenter extends Object
static SentenceSegmenter
getInstance()
String[]
split(Reader reader)
split(String text)
List<Sentence>
splitPos(String text)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static SentenceSegmenter getInstance()
public String[] split(String text)
public String[] split(Reader reader)
public List<Sentence> splitPos(String text)
Copyright © 2013. All rights reserved.