|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Processor<IN,OUT>
Top-level interface for transforming Documents.
processDocument(edu.stanford.nlp.ling.Document)
Method Summary | |
---|---|
Document<OUT> |
processDocument(Document<IN> in)
Converts a Document to a different Document, by transforming or filtering the original Document. |
Method Detail |
---|
Document<OUT> processDocument(Document<IN> in)
in
Document in any way, and to
preserve the metadata of the in
Document in the
returned Document.
FunctionProcessor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |