Package | Description |
---|---|
opennlp.tools.parser |
Package containing common code for performing full syntactic parsing.
|
opennlp.tools.parser.treeinsert |
Package containing experimental code for performing full syntactic
parsing using attachment 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
Built/attach parser.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.