|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.writersforge.catalan.text.extractors.LineSplitter
Text splitter which divides a text document into an array of lines.
| Constructor Summary | |
LineSplitter(boolean keepNewlines)
Creates a new instance of LineSplitter. |
|
| Method Summary | |
java.lang.String[] |
extractText(java.lang.String text)
Extracts fragments of text from the input text document. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LineSplitter(boolean keepNewlines)
keepNewlines - true to keep the newline characters at the end of
each line| Method Detail |
public java.lang.String[] extractText(java.lang.String text)
extractText in interface ITextExtractortext - input text document
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||