public class Affix extends Object
Constructor and Description |
---|
Affix(AffixType aType) |
Affix(String aKey) |
Modifier and Type | Method and Description |
---|---|
String |
getAffix() |
String |
getCondition() |
char |
getFlag() |
String |
getStripping() |
AffixType |
getType() |
String |
handleWord(String aWord)
Adopt this affix on a given word
|
boolean |
isCrossProduct() |
void |
setAffix(String aAffix) |
void |
setCondition(String aCondition) |
void |
setCrossProduct(boolean aCrossProduct) |
void |
setFlag(char aFlag) |
void |
setStripping(String aStripping) |
void |
setType(AffixType aType) |
public boolean isCrossProduct()
public void setCrossProduct(boolean aCrossProduct)
public AffixType getType()
public void setType(AffixType aType)
public char getFlag()
public void setFlag(char aFlag)
public String getStripping()
public void setStripping(String aStripping)
public String getAffix()
public void setAffix(String aAffix)
public String getCondition()
public void setCondition(String aCondition)
Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.