Class ConllXPOSSampleStream
java.lang.Object
opennlp.tools.util.FilterObjectStream<String, opennlp.tools.postag.POSSample>
opennlp.tools.formats.ConllXPOSSampleStream
- All Implemented Interfaces:
AutoCloseable, opennlp.tools.util.ObjectStream<opennlp.tools.postag.POSSample>
@Internal
public class ConllXPOSSampleStream
extends opennlp.tools.util.FilterObjectStream<String, opennlp.tools.postag.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!
-
Constructor Summary
ConstructorsConstructorDescriptionConllXPOSSampleStream(opennlp.tools.util.InputStreamFactory in, Charset charset) Initializes aConllXPOSSampleStream.ConllXPOSSampleStream(opennlp.tools.util.ObjectStream<String> lineStream) Initializes aConllXPOSSampleStream. -
Method Summary
Methods inherited from class opennlp.tools.util.FilterObjectStream
close, reset
-
Constructor Details
-
ConllXPOSSampleStream
Initializes aConllXPOSSampleStream.- Parameters:
lineStream- Aline streamrepresenting the input.
-
ConllXPOSSampleStream
public ConllXPOSSampleStream(opennlp.tools.util.InputStreamFactory in, Charset charset) throws IOException Initializes aConllXPOSSampleStream.- Parameters:
in- TheInputStreamFactoryto use.charset- TheCharsetto interpret characters with.- Throws:
IOException- Thrown if IO errors occurred during initialization.
-
-
Method Details
-
read
- Throws:
IOException
-