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 SummaryNested Classes
- 
Field SummaryFields
- 
Method SummaryMethods inherited from class opennlp.tools.formats.AbstractSampleStreamFactorygetLang, getParameters
- 
Field Details- 
CONLLU_FORMAT- See Also:
 
 
- 
- 
Method Details- 
registerFactorypublic static void registerFactory()
- 
createDescription copied from interface:opennlp.tools.cmdline.ObjectStreamFactoryCreates anObjectStreamof the template typeT.- Parameters:
- args- arguments
- Returns:
- The created ObjectStreaminstance.
 
 
-