Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Parser |
ParserFactory.create(ParserModel model) |
static Parser |
ParserFactory.create(ParserModel model,
int beamSize,
double advancePercentage) |
Constructor and Description |
---|
ParserEvaluator(Parser aParser,
ParserEvaluationMonitor... monitors)
Construct a parser with some evaluation monitors.
|
Modifier and Type | Class and Description |
---|---|
class |
Parser
Class for a shift reduce style parser based on Adwait Ratnaparkhi's 1998 thesis.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.