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 LemmatizerInterface
public String getLemma(String word, String pos)
getLemma
in interface LemmatizerInterface
Copyright © 2017. All rights reserved.