opennlp.tools.parser.treeinsert
Class ParserEventStream
java.lang.Object
opennlp.model.AbstractEventStream
opennlp.tools.util.AbstractEventStream<Parse>
opennlp.tools.parser.AbstractParserEventStream
opennlp.tools.parser.treeinsert.ParserEventStream
- All Implemented Interfaces:
- EventStream
public class ParserEventStream
- extends AbstractParserEventStream
Method Summary |
void |
init()
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserEventStream
public ParserEventStream(ObjectStream<Parse> d,
HeadRules rules,
ParserEventTypeEnum etype,
Dictionary dict)
ParserEventStream
public ParserEventStream(ObjectStream<Parse> d,
HeadRules rules,
ParserEventTypeEnum etype)
init
public void init()
main
public static void main(java.lang.String[] args)
throws java.io.IOException,
InvalidFormatException
- Throws:
java.io.IOException
InvalidFormatException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.