Package opennlp.tools.formats.ontonotes
Class OntoNotesParseSampleStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<Parse,OntoNotesFormatParameters>
 
opennlp.tools.formats.ontonotes.OntoNotesParseSampleStreamFactory
- All Implemented Interfaces:
- opennlp.tools.cmdline.ObjectStreamFactory<Parse,- OntoNotesFormatParameters> 
@Internal
public class OntoNotesParseSampleStreamFactory
extends AbstractSampleStreamFactory<Parse,OntoNotesFormatParameters> 
Note: Do not use this class, internal use only!
- See Also:
- 
Method SummaryMethods inherited from class opennlp.tools.formats.AbstractSampleStreamFactorygetLang, getParameters
- 
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.
 
 
-