Package opennlp.tools.formats.masc
Klasse MascNamedEntitySampleStreamFactory<P>
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<NameSample,P>
opennlp.tools.formats.masc.MascNamedEntitySampleStreamFactory<P>
- Alle implementierten Schnittstellen:
opennlp.tools.cmdline.ObjectStreamFactory<NameSample,P>
public class MascNamedEntitySampleStreamFactory<P>
extends AbstractSampleStreamFactory<NameSample,P>
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCreates anObjectStreamof the template typeT.static voidVon Klasse geerbte Methoden opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
-
Felddetails
-
MASC_FORMAT
- Siehe auch:
-
-
Methodendetails
-
registerFactory
public static void registerFactory() -
create
Beschreibung aus Schnittstelle kopiert:opennlp.tools.cmdline.ObjectStreamFactoryCreates anObjectStreamof the template typeT.- Parameter:
args- arguments- Gibt zurück:
- The created
ObjectStreaminstance.
-