|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentReader
DocumentReader
s transform a string of text into a raw document. The
original text may contain xml or other formatting information and the cleaned
version contains just the interesting text.
Method Summary | |
---|---|
Document |
readDocument(String doc)
Returns a Document represented by the given string. |
Document |
readDocument(String doc,
String corpusName)
Returns a Document represented by the given string and uses
corpusName as the corpus name for the returned Document . |
Method Detail |
---|
Document readDocument(String doc)
Document
represented by the given string.
Document readDocument(String doc, String corpusName)
Document
represented by the given string and uses
corpusName
as the corpus name for the returned Document
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |