public class ColumnDocumentReaderAndWriter extends Object implements DocumentReaderAndWriter<CoreLabel>
| Constructor and Description |
|---|
ColumnDocumentReaderAndWriter() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<List<CoreLabel>> |
getIterator(Reader r)
Return an iterator over the contents read from r.
|
void |
init(SeqClassifierFlags flags)
This will be called immediately after construction.
|
void |
init(String map) |
void |
printAnswers(List<CoreLabel> doc,
PrintWriter out)
This method prints the output of the classifier to a
PrintWriter. |
public void init(SeqClassifierFlags flags)
DocumentReaderAndWriterinit in interface DocumentReaderAndWriter<CoreLabel>flags - Flags specifying behaviorpublic void init(String map)
public Iterator<List<CoreLabel>> getIterator(Reader r)
IteratorFromReaderFactorygetIterator in interface IteratorFromReaderFactory<List<CoreLabel>>r - Where to read objects frompublic void printAnswers(List<CoreLabel> doc, PrintWriter out)
DocumentReaderAndWriterPrintWriter.printAnswers in interface DocumentReaderAndWriter<CoreLabel>doc - The document which has answers (it has been classified)out - Where to send the output