public interface Lemmatizer
Modifier and Type | Method and Description |
---|---|
String[] |
lemmatize(String[] toks,
String[] tags)
Generates lemma tags for the word and postag returning the result in an array.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.