Package opennlp.tools.formats.conllu
Klasse ConlluLemmaSampleStreamFactory<P>
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<LemmaSample,P>
opennlp.tools.formats.conllu.ConlluLemmaSampleStreamFactory<P>
- Alle implementierten Schnittstellen:
opennlp.tools.cmdline.ObjectStreamFactory<LemmaSample,
P>
@Internal
public class ConlluLemmaSampleStreamFactory<P>
extends AbstractSampleStreamFactory<LemmaSample,P>
Note: Do not use this class, internal use only!
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCreates anObjectStream
of the template typeT
.static void
Von Klasse geerbte Methoden opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
-
Methodendetails
-
registerFactory
public static void registerFactory() -
create
Beschreibung aus Schnittstelle kopiert:opennlp.tools.cmdline.ObjectStreamFactory
Creates anObjectStream
of the template typeT
.- Parameter:
args
- arguments- Gibt zurück:
- The created
ObjectStream
instance.
-