Class ADChunkSampleStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<ChunkSample, ADChunkSampleStreamFactory.Parameters>
opennlp.tools.formats.LanguageSampleStreamFactory<ChunkSample, ADChunkSampleStreamFactory.Parameters>
opennlp.tools.formats.ad.ADChunkSampleStreamFactory
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<ChunkSample, ADChunkSampleStreamFactory.Parameters>
@Internal
public class ADChunkSampleStreamFactory
extends LanguageSampleStreamFactory<ChunkSample, ADChunkSampleStreamFactory.Parameters>
A Factory to create a Arvores Deitadas ChunkStream from the command line
utility.
Note: Do not use this class, internal use only!
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class LanguageSampleStreamFactory
getLangMethods inherited from class AbstractSampleStreamFactory
getParameters
-
Method Details
-
registerFactory
public static void registerFactory() -
create
Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactoryCreates anObjectStreamof the template typeT.- Parameters:
args- arguments- Returns:
- The created
ObjectStreaminstance.
-