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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStream<LanguageSample>
create(String[] args)
Creates theObjectStream
.static void
registerFactory()
-
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
-
-
-
-
Method Detail
-
registerFactory
public static void registerFactory()
-
create
public ObjectStream<LanguageSample> create(String[] args)
Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactory
Creates theObjectStream
.- Parameters:
args
- arguments- Returns:
- ObjectStream instance
-
-