Package opennlp.tools.formats
Class ConllXPOSSampleStreamFactory<P>
- java.lang.Object
-
- opennlp.tools.formats.AbstractSampleStreamFactory<POSSample,P>
-
- opennlp.tools.formats.ConllXPOSSampleStreamFactory<P>
-
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<POSSample,P>
@Internal public class ConllXPOSSampleStreamFactory<P> extends AbstractSampleStreamFactory<POSSample,P>
Note: Do not use this class, internal use only!- See Also:
ConllXPOSSampleStream
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONLLX_FORMAT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStream<POSSample>
create(String[] args)
Creates anObjectStream
of the template typeT
.static void
registerFactory()
-
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
-
-
-
-
Field Detail
-
CONLLX_FORMAT
public static final String CONLLX_FORMAT
- See Also:
- Constant Field Values
-
-
Method Detail
-
registerFactory
public static void registerFactory()
-
create
public ObjectStream<POSSample> create(String[] args)
Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactory
Creates anObjectStream
of the template typeT
.- Parameters:
args
- arguments- Returns:
- The created
ObjectStream
instance.
-
-