Package opennlp.tools.formats.ad
Class ADSentenceSampleStreamFactory<P>
- java.lang.Object
- 
- opennlp.tools.formats.AbstractSampleStreamFactory<T,P>
- 
- opennlp.tools.formats.LanguageSampleStreamFactory<SentenceSample,P>
- 
- opennlp.tools.formats.ad.ADSentenceSampleStreamFactory<P>
 
 
 
- 
- All Implemented Interfaces:
- opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample,P>
 
 @Internal public class ADSentenceSampleStreamFactory<P> extends LanguageSampleStreamFactory<SentenceSample,P> Note: Do not use this class, internal use only!
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStream<SentenceSample>create(String[] args)Creates anObjectStreamof the template typeT.static voidregisterFactory()- 
Methods inherited from class opennlp.tools.formats.LanguageSampleStreamFactorygetLang
 - 
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactorygetParameters
 
- 
 
- 
- 
- 
Method Detail- 
registerFactorypublic static void registerFactory() 
 - 
createpublic ObjectStream<SentenceSample> create(String[] args) Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactoryCreates anObjectStreamof the template typeT.- Parameters:
- args- arguments
- Returns:
- The created ObjectStreaminstance.
 
 
- 
 
-