public interface HasLemma extends Serializable
HasLemma interface
knows about lemmas.| Modifier and Type | Method and Description |
|---|---|
String |
lemma()
Return the lemma value of the label (or null if none).
|
void |
setLemma(String lemma)
Set the lemma value for the label (if one is stored).
|