public class DictionaryExtractor extends Extractor
| Modifier and Type | Field and Description |
|---|---|
protected Dictionary |
dict
A pointer to the creating / owning tagger's dictionary.
|
EMPTY_EXTRACTOR_ARRAY| Constructor and Description |
|---|
DictionaryExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setGlobalHolder(MaxentTagger tagger)
Any subclass of this extractor that overrides setGlobalHolder
should call this class's setGlobalHolder as well...
|
isDynamic, isLocal, leftContext, precondition, rightContext, toStringprotected transient Dictionary dict
protected void setGlobalHolder(MaxentTagger tagger)
setGlobalHolder in class Extractor