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:
-
Field Summary
-
Method Summary
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
-
Field Details
-
CONLLX_FORMAT
- See Also:
-
-
Method Details
-
registerFactory
public static void registerFactory() -
create
Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactory
Creates anObjectStream
of the template typeT
.- Parameters:
args
- arguments- Returns:
- The created
ObjectStream
instance.
-