opennlp.tools.parser.treeinsert
Class ParserEventStream

java.lang.Object
  extended by opennlp.model.AbstractEventStream
      extended by opennlp.tools.util.AbstractEventStream<Parse>
          extended by opennlp.tools.parser.AbstractParserEventStream
              extended by opennlp.tools.parser.treeinsert.ParserEventStream
All Implemented Interfaces:
opennlp.model.EventStream

public class ParserEventStream
extends AbstractParserEventStream


Constructor Summary
ParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype)
           
ParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype, Dictionary dict)
           
 
Method Summary
 void init()
           
static void main(String[] args)
           
 
Methods inherited from class opennlp.tools.parser.AbstractParserEventStream
getInitialChunks
 
Methods inherited from class opennlp.tools.util.AbstractEventStream
hasNext, next
 
Methods inherited from class opennlp.model.AbstractEventStream
remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserEventStream

public ParserEventStream(ObjectStream<Parse> d,
                         HeadRules rules,
                         ParserEventTypeEnum etype,
                         Dictionary dict)

ParserEventStream

public ParserEventStream(ObjectStream<Parse> d,
                         HeadRules rules,
                         ParserEventTypeEnum etype)
Method Detail

init

public void init()

main

public static void main(String[] args)
                 throws IOException,
                        InvalidFormatException
Throws:
IOException
InvalidFormatException


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.