Class ConlluStream

java.lang.Object
opennlp.tools.formats.conllu.ConlluStream
All Implemented Interfaces:
AutoCloseable, ObjectStream<ConlluSentence>

public class ConlluStream extends Object implements ObjectStream<ConlluSentence>
The CoNNL-U Format is specified here.