| Package | Description |
|---|---|
| edu.nyu.jet.ne |
The NE package contains code for annotating extended named entities using a
large dictionary and a set of transformation rules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExactMatchClassHierarchyResolver |
class |
SimpleClassHierarchyResolver |
| Modifier and Type | Method and Description |
|---|---|
ClassHierarchyResolver |
TransformRules.getClassHierarchyResolver() |
static ClassHierarchyResolver |
SimpleClassHierarchyResolver.getInstance(File file) |
static ClassHierarchyResolver |
SimpleClassHierarchyResolver.getInstance(Reader in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClassRule.accept(Document doc,
Annotation[] tokens,
int n,
ClassHierarchyResolver resolver) |
boolean |
TransformRule.accept(Document doc,
Annotation[] tokens,
int pos,
ClassHierarchyResolver resolver)
determines whether the left-hand side of the rule matches the tokens
beginning with token[pos].
|
boolean |
MatchRuleItem.accept(Document doc,
Annotation[] tokens,
int pos,
ClassHierarchyResolver resolver) |
void |
TransformRules.setClassHierarchyResolver(ClassHierarchyResolver resolver) |
| Constructor and Description |
|---|
TransformRules(List<TransformRule> rules,
ClassHierarchyResolver resolver) |
Copyright © 2016 New York University. All rights reserved.