| 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 |
|---|---|
abstract Dictionary.Entry |
Dictionary.lookup(int pos)
look for a dictionary entry matching the token sequence beginning at
token
pos. |
Dictionary.Entry |
TrieDictionary.lookup(int pos)
look for a dictionary entry matching the token sequence beginning at
token
pos. |
Dictionary.Entry |
OnMemoryDictionary.lookup(int pos)
look for a dictionary entry matching the token sequence beginning at
token
pos. |
Dictionary.Entry |
Dictionary.lookup(String[] tokens,
int pos)
look for a dictionary entry matching the token sequence beginning at
position
pos of token sequence tokens. |
Copyright © 2016 New York University. All rights reserved.