Package | Description |
---|---|
org.maltparser.parser.history.action |
Provides classes for different kinds of parser actions
|
org.maltparser.parser.history.container |
Contains classes for intermediate storing of the parser action
|
Modifier and Type | Method and Description |
---|---|
TableContainer.RelationToNextDecision |
SingleDecision.getRelationToNextDecision() |
TableContainer.RelationToNextDecision |
SimpleDecisionAction.getRelationToNextDecision() |
Modifier and Type | Method and Description |
---|---|
TableContainer.RelationToNextDecision |
TableContainer.getRelationToNextDecision() |
static TableContainer.RelationToNextDecision |
TableContainer.RelationToNextDecision.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableContainer.RelationToNextDecision[] |
TableContainer.RelationToNextDecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.