public class Morpheme extends Object
| Constructor and Description |
|---|
Morpheme()
Create a new
Morpheme with a null content (i.e., word). |
Morpheme(String aWord,
String aTag)
Construct a morpheme object.
|
Morpheme(String aWord,
String aTag,
String aLemma)
Construct a morpheme object with lemma.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLemma()
Get the lemma.
|
String |
getTag()
Get the morphological tag.
|
String |
getWord()
Get the word.
|
void |
setLemma(String aLemma)
Set the lemma.
|
void |
setTag(String aTag)
Set the morphological tag.
|
void |
setValue(String aWord)
Set the value of the word.
|
public Morpheme()
Morpheme with a null content (i.e., word).public Morpheme(String aWord, String aTag)
aWord - the wordaTag - the tagpublic final String getWord()
public final String getTag()
public final String getLemma()
public final void setValue(String aWord)
aWord - the wordpublic final void setTag(String aTag)
aTag - the morphological tagpublic final void setLemma(String aLemma)
aLemma - the lemmaCopyright © 2015 IXA pipes. All rights reserved.