public class CoNLLUDocumentReader extends java.lang.Object implements IteratorFromReaderFactory<SemanticGraph>
| Constructor and Description |
|---|
CoNLLUDocumentReader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<SemanticGraph> |
getIterator(java.io.Reader r)
Return an iterator over the contents read from r.
|
public java.util.Iterator<SemanticGraph> getIterator(java.io.Reader r)
IteratorFromReaderFactorygetIterator in interface IteratorFromReaderFactory<SemanticGraph>r - Where to read objects from