Package opennlp.tools.formats.ad
Klasse ADChunkSampleStreamFactory<P>
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<ChunkSample,P>
opennlp.tools.formats.LanguageSampleStreamFactory<ChunkSample,P>
opennlp.tools.formats.ad.ADChunkSampleStreamFactory<P>
- Alle implementierten Schnittstellen:
opennlp.tools.cmdline.ObjectStreamFactory<ChunkSample,
P>
@Internal
public class ADChunkSampleStreamFactory<P>
extends LanguageSampleStreamFactory<ChunkSample,P>
A Factory to create a Arvores Deitadas ChunkStream from the command line
utility.
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.LanguageSampleStreamFactory
getLang
Von Klasse geerbte Methoden opennlp.tools.formats.AbstractSampleStreamFactory
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.
-