Uses of Interface
opennlp.tools.parser.Parser

Packages that use Parser
opennlp.tools.cmdline.parser   
opennlp.tools.parser Package containing common code for performing full syntactic parsing. 
opennlp.tools.parser.chunking Package containing code for performing full syntactic parsing using shift/reduce-style decisions. 
 

Uses of Parser in opennlp.tools.cmdline.parser
 

Methods in opennlp.tools.cmdline.parser with parameters of type Parser
static Parse[] ParserTool.parseLine(String line, Parser parser, int numParses)
           
 

Uses of Parser in opennlp.tools.parser
 

Classes in opennlp.tools.parser that implement Parser
 class AbstractBottomUpParser
          Abstract class which contains code to tag and chunk parses for bottom up parsing and leaves implementation of advancing parses and completing parses to extend class.
 

Methods in opennlp.tools.parser that return Parser
static Parser ParserFactory.create(ParserModel model)
           
static Parser ParserFactory.create(ParserModel model, int beamSize, double advancePercentage)
           
 

Uses of Parser in opennlp.tools.parser.chunking
 

Classes in opennlp.tools.parser.chunking that implement Parser
 class Parser
          Class for a shift reduce style parser based on Adwait Ratnaparkhi's 1998 thesis.
 



Copyright © 2010. All Rights Reserved.