Package opennlp.tools.formats.conllu
Klasse ConlluSentenceSampleStreamFactory<P>
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<SentenceSample,P>
opennlp.tools.formats.conllu.ConlluSentenceSampleStreamFactory<P>
- Alle implementierten Schnittstellen:
opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample,P>
@Internal
public class ConlluSentenceSampleStreamFactory<P>
extends AbstractSampleStreamFactory<SentenceSample,P>
Note:
Do not use this class, internal use only!
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCreates anObjectStreamof the template typeT.static voidVon Klasse geerbte Methoden opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
-
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.
-