public class BabelLemma extends Object implements Lemma
BabelSynset.| Constructor and Description |
|---|
BabelLemma(String lemma,
BabelLemmaType type)
Crates a lemma object
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLemma()
Returns the lemma
|
BabelLemmaType |
getType()
Returns the lemma type
|
String |
toString() |
public BabelLemma(String lemma, BabelLemmaType type)
lemma - the lemmatype - the type of lemmapublic String getLemma()
public BabelLemmaType getType()
Copyright © 2016–2022. All rights reserved.