Package opennlp.tools.formats.leipzig
Class LeipzigLanguageSampleStreamFactory
- java.lang.Object
- 
- opennlp.tools.formats.AbstractSampleStreamFactory<LanguageSample>
- 
- opennlp.tools.formats.leipzig.LeipzigLanguageSampleStreamFactory
 
 
- 
- All Implemented Interfaces:
- opennlp.tools.cmdline.ObjectStreamFactory<LanguageSample>
 
 public class LeipzigLanguageSampleStreamFactory extends AbstractSampleStreamFactory<LanguageSample> Note: Do not use this class, internal use only!
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStream<LanguageSample>create(String[] args)Creates theObjectStream.static voidregisterFactory()- 
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactorygetLang, getParameters
 
- 
 
- 
- 
- 
Method Detail- 
registerFactorypublic static void registerFactory() 
 - 
createpublic ObjectStream<LanguageSample> create(String[] args) Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactoryCreates theObjectStream.- Parameters:
- args- arguments
- Returns:
- ObjectStream instance
 
 
- 
 
-