Package opennlp.tools.formats.ad
Class ADChunkSampleStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<opennlp.tools.chunker.ChunkSample,ADChunkSampleStreamFactory.Parameters>
opennlp.tools.formats.LanguageSampleStreamFactory<opennlp.tools.chunker.ChunkSample,ADChunkSampleStreamFactory.Parameters>
opennlp.tools.formats.ad.ADChunkSampleStreamFactory
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<opennlp.tools.chunker.ChunkSample,ADChunkSampleStreamFactory.Parameters>
@Internal
public class ADChunkSampleStreamFactory
extends LanguageSampleStreamFactory<opennlp.tools.chunker.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
Modifier and TypeMethodDescriptionopennlp.tools.util.ObjectStream<opennlp.tools.chunker.ChunkSample> static voidMethods inherited from class opennlp.tools.formats.LanguageSampleStreamFactory
getLangMethods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getParameters
-
Method Details
-
registerFactory
public static void registerFactory() -
create
-