Package opennlp.tools.formats.ad
Class ADNameSampleStreamFactory<P>
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<NameSample,P>
 
opennlp.tools.formats.LanguageSampleStreamFactory<NameSample,P>
 
opennlp.tools.formats.ad.ADNameSampleStreamFactory<P>
- All Implemented Interfaces:
- opennlp.tools.cmdline.ObjectStreamFactory<NameSample,- P> 
@Internal
public class ADNameSampleStreamFactory<P>
extends LanguageSampleStreamFactory<NameSample,P> 
A Factory to create a Arvores Deitadas NameSampleDataStream from the command line
 utility.
 
Note: Do not use this class, internal use only!
- 
Method SummaryMethods inherited from class opennlp.tools.formats.LanguageSampleStreamFactorygetLangMethods inherited from class opennlp.tools.formats.AbstractSampleStreamFactorygetParameters
- 
Method Details- 
registerFactorypublic static void registerFactory()
- 
createDescription copied from interface:opennlp.tools.cmdline.ObjectStreamFactoryCreates anObjectStreamof the template typeT.- Parameters:
- args- arguments
- Returns:
- The created ObjectStreaminstance.
 
 
-