Package opennlp.tools.formats.ad
Klasse ADPOSSampleStreamFactory<P>
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<POSSample,P>
opennlp.tools.formats.LanguageSampleStreamFactory<POSSample,P>
opennlp.tools.formats.ad.ADPOSSampleStreamFactory<P>
- Alle implementierten Schnittstellen:
opennlp.tools.cmdline.ObjectStreamFactory<POSSample,P>
Note:
Do not use this class, internal use only!
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCreates anObjectStreamof the template typeT.static voidVon Klasse geerbte Methoden opennlp.tools.formats.LanguageSampleStreamFactory
getLangVon Klasse geerbte Methoden opennlp.tools.formats.AbstractSampleStreamFactory
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.
-