Class ConllXPOSSampleStream

java.lang.Object
opennlp.tools.util.FilterObjectStream<String,POSSample>
opennlp.tools.formats.ConllXPOSSampleStream
All Implemented Interfaces:
AutoCloseable, ObjectStream<POSSample>

@Internal public class ConllXPOSSampleStream extends FilterObjectStream<String,POSSample>
Parses the data from the CONLL 06 shared task into POS Samples.

More information about the data format can be found here.

Note: Do not use this class, internal use only!