|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Direction | |
---|---|
org.maltparser.core.syntaxgraph.headrules |
Uses of Direction in org.maltparser.core.syntaxgraph.headrules |
---|
Fields in org.maltparser.core.syntaxgraph.headrules declared as Direction | |
---|---|
protected Direction |
HeadRule.defaultDirection
|
protected Direction |
PrioList.direction
|
Methods in org.maltparser.core.syntaxgraph.headrules that return Direction | |
---|---|
Direction |
HeadRule.getDefaultDirection()
|
Direction |
HeadRules.getDefaultDirection(NonTerminalNode nt)
|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.maltparser.core.syntaxgraph.headrules with parameters of type Direction | |
---|---|
PhraseStructureNode |
PrioSet.getHeadChild(NonTerminalNode nt,
Direction direction)
|
void |
HeadRule.setDefaultDirection(Direction direction)
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |