| Package | Description |
|---|---|
| org.maltparser.core.syntaxgraph.headrules |
| Modifier and Type | Field and Description |
|---|---|
protected Direction |
HeadRule.defaultDirection |
protected Direction |
PrioList.direction |
| Modifier and Type | Method and Description |
|---|---|
Direction |
HeadRule.getDefaultDirection() |
Direction |
HeadRules.getDefaultDirection(NonTerminalNode nt) |
static Direction |
Direction.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
PhraseStructureNode |
PrioSet.getHeadChild(NonTerminalNode nt,
Direction direction) |
void |
HeadRule.setDefaultDirection(Direction direction) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.