Package opennlp.tools.formats.ad
Class ADNameSampleStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<T,P>
 
opennlp.tools.formats.LanguageSampleStreamFactory<NameSample,ADNameSampleStreamFactory.Parameters>
 
opennlp.tools.formats.ad.ADNameSampleStreamFactory
- All Implemented Interfaces:
- opennlp.tools.cmdline.ObjectStreamFactory<NameSample,- ADNameSampleStreamFactory.Parameters> 
@Internal
public class ADNameSampleStreamFactory
extends LanguageSampleStreamFactory<NameSample,ADNameSampleStreamFactory.Parameters> 
A Factory to create a Arvores Deitadas NameSampleDataStream from the command line
 utility.
 
Note: Do not use this class, internal use only!
- 
Nested Class SummaryNested Classes
- 
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.
 
 
-