public class MorphaLemmatizerInterface extends Object implements LemmatizerInterface
Constructor and Description |
---|
MorphaLemmatizerInterface() |
Modifier and Type | Method and Description |
---|---|
String |
getLemma(String word,
String pos) |
void |
initLemmatizer() |
public void initLemmatizer()
initLemmatizer
in interface LemmatizerInterface
public String getLemma(String word, String pos)
getLemma
in interface LemmatizerInterface
Copyright © 2017. All rights reserved.