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