Interface SentenceSplitter

All Superinterfaces:
Function<String,String[]>
All Known Implementing Classes:
BreakIteratorSentenceSplitter, SimpleSentenceSplitter

public interface SentenceSplitter extends Function<String,String[]>
A sentence splitter segments text into sentences (a string of words satisfying the grammatical rules of a language).