Package opennlp.tools.formats.ad
Class ADChunkSampleStreamFactory<P>
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<T,P>
opennlp.tools.formats.LanguageSampleStreamFactory<ChunkSample,P>
opennlp.tools.formats.ad.ADChunkSampleStreamFactory<P>
- All Implemented Interfaces:
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!
-
Method Summary
Methods inherited from class opennlp.tools.formats.LanguageSampleStreamFactory
getLang
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getParameters
-
Method Details
-
registerFactory
public static void registerFactory() -
create
Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactory
Creates anObjectStream
of the template typeT
.- Parameters:
args
- arguments- Returns:
- The created
ObjectStream
instance.
-