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, isSentenceLevel
public WordNetLemmaViewGenerator(WordNetManager wn)
public void initialize(ResourceManager rm)
initialize
in class Annotator
rm
- configuration parameterspublic void addView(TextAnnotation ta)
Annotator
Copyright © 2017. All rights reserved.