Package opennlp.tools.formats.ad
Class ADChunkSampleStreamFactory
- java.lang.Object
-
- opennlp.tools.formats.AbstractSampleStreamFactory<T>
-
- opennlp.tools.formats.LanguageSampleStreamFactory<ChunkSample>
-
- opennlp.tools.formats.ad.ADChunkSampleStreamFactory
-
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<ChunkSample>
public class ADChunkSampleStreamFactory extends LanguageSampleStreamFactory<ChunkSample>
A Factory to create a Arvores Deitadas ChunkStream from the command line utility.Note: Do not use this class, internal use only!
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStream<ChunkSample>create(String[] args)Creates theObjectStream.static voidregisterFactory()-
Methods inherited from class opennlp.tools.formats.LanguageSampleStreamFactory
getLang
-
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getParameters
-
-
-
-
Method Detail
-
registerFactory
public static void registerFactory()
-
create
public ObjectStream<ChunkSample> create(String[] args)
Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactoryCreates theObjectStream.- Parameters:
args- arguments- Returns:
- ObjectStream instance
-
-