Package opennlp.tools.formats.muc
Class Muc6NameSampleStreamFactory
- java.lang.Object
-
- opennlp.tools.formats.AbstractSampleStreamFactory<NameSample>
-
- opennlp.tools.formats.muc.Muc6NameSampleStreamFactory
-
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<NameSample>
public class Muc6NameSampleStreamFactory extends AbstractSampleStreamFactory<NameSample>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStream<NameSample>create(String[] args)Creates theObjectStream.static voidregisterFactory()-
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
-
-
-
-
Method Detail
-
registerFactory
public static void registerFactory()
-
create
public ObjectStream<NameSample> create(String[] args)
Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactoryCreates theObjectStream.- Parameters:
args- arguments- Returns:
- ObjectStream instance
-
-