Package opennlp.tools.formats.conllu
Class ConlluLemmaSampleStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<LemmaSample,ConlluLemmaSampleStreamFactory.Parameters>
 
opennlp.tools.formats.conllu.ConlluLemmaSampleStreamFactory
- All Implemented Interfaces:
- opennlp.tools.cmdline.ObjectStreamFactory<LemmaSample,- ConlluLemmaSampleStreamFactory.Parameters> 
@Internal
public class ConlluLemmaSampleStreamFactory
extends AbstractSampleStreamFactory<LemmaSample,ConlluLemmaSampleStreamFactory.Parameters> 
Note: Do not use this class, internal use only!
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryMethods inherited from class opennlp.tools.formats.AbstractSampleStreamFactorygetLang, getParameters
- 
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.
 
 
-