|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.process.AbstractListProcessor
public abstract class AbstractListProcessor
Class AbstractListProcessor
Constructor Summary | |
---|---|
AbstractListProcessor()
|
Method Summary | |
---|---|
Document |
processDocument(Document in)
Converts a Document to a different Document, by transforming or filtering the original Document. |
java.util.List |
processLists(java.util.List<java.util.List> lists)
Process a list of lists of tokens. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.stanford.nlp.process.ListProcessor |
---|
process |
Constructor Detail |
---|
public AbstractListProcessor()
Method Detail |
---|
public Document processDocument(Document in)
Processor
in
Document in any way, and to
preserve the metadata of the in
Document in the
returned Document.
processDocument
in interface Processor
FunctionProcessor
public java.util.List processLists(java.util.List<java.util.List> lists)
lists
- a List of objects of type List
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |