public class JWILemmatizerInterface extends Object implements LemmatizerInterface
| Constructor and Description |
|---|
JWILemmatizerInterface() |
| Modifier and Type | Method and Description |
|---|---|
static edu.mit.jwi.item.POS |
convertPOS(String pos)
Convert pos tag to JWI POS instance
|
String |
getLemma(String word,
String pos)
Implements getLemma method
|
void |
initLemmatizer()
Implements initLemmatizer method
|
public static edu.mit.jwi.item.POS convertPOS(String pos)
public void initLemmatizer()
initLemmatizer in interface LemmatizerInterfacepublic String getLemma(String word, String pos)
getLemma in interface LemmatizerInterfaceCopyright © 2017. All rights reserved.