| 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 |
OnMemoryDictionary
An in-memory implementation of the Dictionary used by the Extended Named
Entity annotator.
|
class |
TrieDictionary
An implementation of the Dictionary used by the Extended Named
Entity annotator, based on an in-memory Trie plus an on-disk
data base.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NameAnnotator.setDictionary(Dictionary dict)
specify the dictionary to be used by the ENE tagger.
|
void |
DictionaryTagger.setDictionary(Dictionary dict)
Set dictionary.
|
Copyright © 2016 New York University. All rights reserved.