| Package | Description |
|---|---|
| edu.nyu.jet.parser |
The Parser package includes several types of parsers (top-down, bottom-up,
and chart).
|
| Modifier and Type | Method and Description |
|---|---|
HeadRule.ScanDirection |
HeadRule.HeadRuleEntry.getDirection() |
static HeadRule.ScanDirection |
HeadRule.ScanDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeadRule.ScanDirection[] |
HeadRule.ScanDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HeadRule.addEntry(String category,
HeadRule.ScanDirection direction,
List<String> priorityList)
Adds rule entry
|
void |
HeadRule.HeadRuleEntry.setDirection(HeadRule.ScanDirection direction) |
| Constructor and Description |
|---|
HeadRule.HeadRuleEntry(String category,
HeadRule.ScanDirection direction,
List<String> priorityList) |
Copyright © 2016 New York University. All rights reserved.