Package opennlp.tools.formats.conllu
Class ConlluPOSSampleStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<POSSample,ConlluPOSSampleStreamFactory.Parameters>
opennlp.tools.formats.conllu.ConlluPOSSampleStreamFactory
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<POSSample,
ConlluPOSSampleStreamFactory.Parameters>
@Internal
public class ConlluPOSSampleStreamFactory
extends AbstractSampleStreamFactory<POSSample,ConlluPOSSampleStreamFactory.Parameters>
Note: Do not use this class, internal use only!
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
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.
-