| 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 | Method and Description |
|---|---|
static TransformRules |
TransformRules.load(File file)
loads the transformation rules from file 'file'.
|
static TransformRules |
TransformRules.load(Reader in)
read the transformation rules using reader 'in'.
|
void |
NameAnnotator.loadRules(File file)
load the rules to be used by the ENE tagger using Reader 'in'.
|
void |
NameAnnotator.loadRules(Reader in)
load the rules to be used by the ENE tagger using Reader 'in'.
|
static void |
Evaluate.main(String[] args) |
List<TransformRule> |
TransformRuleParser.parse(Reader in)
Parse list of Named Entity Transform rules.
|
| Constructor and Description |
|---|
Evaluate(String inputDirectory,
String outputDirectory,
Properties props) |
Copyright © 2016 New York University. All rights reserved.