public class SimpleSentenceSplitter
extends java.lang.Object
Constructor and Description |
---|
SimpleSentenceSplitter() |
Modifier and Type | Method and Description |
---|---|
static int[] |
getSentenceBoundaryStarts(java.lang.String text)
Returns the sentence boundaries inside a given text,
starting from the 1st character index to the last character index.
|
public static int[] getSentenceBoundaryStarts(java.lang.String text) throws java.lang.Exception
text
- java.lang.Exception