Package opennlp.tools.formats.ontonotes
Class OntoNotesNameSampleStreamFactory
- java.lang.Object
- 
- opennlp.tools.formats.AbstractSampleStreamFactory<NameSample>
- 
- opennlp.tools.formats.ontonotes.OntoNotesNameSampleStreamFactory
 
 
- 
- All Implemented Interfaces:
- opennlp.tools.cmdline.ObjectStreamFactory<NameSample>
 
 public class OntoNotesNameSampleStreamFactory extends AbstractSampleStreamFactory<NameSample> 
- 
- 
Constructor SummaryConstructors Constructor Description OntoNotesNameSampleStreamFactory()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStream<NameSample>create(String[] args)Creates theObjectStream.static voidregisterFactory()- 
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactorygetLang, getParameters
 
- 
 
- 
- 
- 
Method Detail- 
createpublic ObjectStream<NameSample> create(String[] args) Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactoryCreates theObjectStream.- Parameters:
- args- arguments
- Returns:
- ObjectStream instance
 
 - 
registerFactorypublic static void registerFactory() 
 
- 
 
-