opennlp.tools.formats.ad
Class ADChunkSampleStreamFactory
java.lang.Object
opennlp.tools.formats.ad.ADChunkSampleStreamFactory
- All Implemented Interfaces:
- opennlp.tools.cmdline.ObjectStreamFactory<ChunkSample>
public class ADChunkSampleStreamFactory
- extends Object
- implements opennlp.tools.cmdline.ObjectStreamFactory<ChunkSample>
A Factory to create a Arvores Deitadas ChunkStream from the command line
utility.
Note: Do not use this class, internal use only!
ADChunkSampleStreamFactory
public ADChunkSampleStreamFactory()
getUsage
public String getUsage()
- Specified by:
getUsage
in interface opennlp.tools.cmdline.ObjectStreamFactory<ChunkSample>
validateArguments
public boolean validateArguments(String[] args)
- Specified by:
validateArguments
in interface opennlp.tools.cmdline.ObjectStreamFactory<ChunkSample>
create
public ObjectStream<ChunkSample> create(String[] args)
- Specified by:
create
in interface opennlp.tools.cmdline.ObjectStreamFactory<ChunkSample>
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.