illinois-lemmatizer insteadpublic class WordNetLemmaViewGenerator extends Annotator
This lemmatizer lowercases words before finding their lemma. This could lead to errors.
config, isInitialized, requiredViews, viewName| Constructor and Description |
|---|
WordNetLemmaViewGenerator(WordNetManager wn)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addView(TextAnnotation ta)
Deprecated.
create and add the view named by getViewName() to the TextAnnotation argument.
|
void |
initialize(ResourceManager rm)
Deprecated.
noop.
|
doInitialize, getRequiredViews, getTagValues, getView, getViewName, isInitialized, isSentenceLevelpublic WordNetLemmaViewGenerator(WordNetManager wn)
public void initialize(ResourceManager rm)
initialize in class Annotatorrm - configuration parameterspublic void addView(TextAnnotation ta)
AnnotatorCopyright © 2017. All rights reserved.