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>
public class OntoNotesParseSampleStreamFactory
extends AbstractSampleStreamFactory<Parse,OntoNotesFormatParameters>
-
Method Summary
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
-
Method Details
-
create
Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactory
Creates anObjectStream
of the template typeT
.- Parameters:
args
- arguments- Returns:
- The created
ObjectStream
instance.
-
registerFactory
public static void registerFactory()
-