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