public interface DocumentParser
Parse a text document into paragraphs, sentences and words
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
Document |
parse(String content)
Parses a text into a Document object
|
Paragraph |
parseParagraph(String content)
Parses a text into a Paragraph object
|
Sentence |
parseSentence(String content)
Parses a text into a Sentence object
|
ArrayList |
parseTokens(String content)
Prases a text into a sequence of tokens.
|
Document parse(String content)
content - the text for parsingParagraph parseParagraph(String content)
content - the text for parsingSentence parseSentence(String content)
content - the text for parsingCopyright © 2018 JULIE Lab, Germany. All rights reserved.