public class SimpleParagraphSplitter extends Object implements ParagraphSplitter
The beginning of a paragraph is indicated by
Modifier and Type | Method and Description |
---|---|
static SimpleParagraphSplitter |
getInstance()
Returns the singleton instance.
|
String[] |
split(String text)
Split text into sentences.
|
public static SimpleParagraphSplitter getInstance()
public String[] split(String text)
ParagraphSplitter
split
in interface ParagraphSplitter
Copyright © 2015. All rights reserved.