Package opennlp.tools.formats.masc
Class MascNamedEntitySampleStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<opennlp.tools.namefind.NameSample,MascNamedEntitySampleStreamFactory.Parameters>
opennlp.tools.formats.masc.MascNamedEntitySampleStreamFactory
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<opennlp.tools.namefind.NameSample,,MascNamedEntitySampleStreamFactory.Parameters> Masc
@Internal
public class MascNamedEntitySampleStreamFactory
extends AbstractSampleStreamFactory<opennlp.tools.namefind.NameSample,MascNamedEntitySampleStreamFactory.Parameters>
implements Masc
Note: Do not use this class, internal use only!
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface opennlp.tools.formats.masc.Masc
MASC_FORMAT -
Method Summary
Modifier and TypeMethodDescriptionopennlp.tools.util.ObjectStream<opennlp.tools.namefind.NameSample> static voidMethods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
-
Method Details
-
registerFactory
public static void registerFactory() -
create
- Specified by:
createin interfaceopennlp.tools.cmdline.ObjectStreamFactory<opennlp.tools.namefind.NameSample,MascNamedEntitySampleStreamFactory.Parameters>
-