Package opennlp.tools.formats.conllu
Class ConlluPOSSampleStreamFactory<P>
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<POSSample,P>
opennlp.tools.formats.conllu.ConlluPOSSampleStreamFactory<P>
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<POSSample,
P>
@Internal
public class ConlluPOSSampleStreamFactory<P>
extends AbstractSampleStreamFactory<POSSample,P>
Note: Do not use this class, internal use only!
-
Field Summary
-
Method Summary
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
-
Field Details
-
CONLLU_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.
-