public class Word extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
getCouldBeParticiple() |
boolean |
getCouldBeParticipleInBaseForm() |
boolean |
getCutOffCharacter() |
boolean |
getExtraSyll() |
String |
getFlectionEnding() |
boolean |
getIsVerbalGerund() |
String |
getOtherLanguageBaseForm() |
String |
getToBePhonemised() |
boolean |
getWordMinusFlectionEndsWithVowel() |
void |
setCouldBeParticiple(boolean couldBeParticiple) |
void |
setCouldBeParticipleInBaseForm(boolean couldBeParticipleInBaseForm) |
void |
setCutOffCharacter(boolean cutOffCharacter) |
void |
setExtraSyll(boolean extraSyll) |
void |
setFlectionEnding(String flectionEnding) |
void |
setIsVerbalGerund(boolean isVerbalGerund) |
void |
setOtherLanguageBaseForm(String otherLanguageBaseform) |
void |
setToBePhonemised(String toBePhonemised) |
void |
setWordMinusFlectionEndsWithVowel(boolean wordMinusFlectionEndsWithVowel) |
public Word(String toBePhonemised)
public boolean getCouldBeParticipleInBaseForm()
public boolean getIsVerbalGerund()
public boolean getCouldBeParticiple()
public boolean getCutOffCharacter()
public boolean getExtraSyll()
public boolean getWordMinusFlectionEndsWithVowel()
public String getOtherLanguageBaseForm()
public String getToBePhonemised()
public String getFlectionEnding()
public void setCouldBeParticipleInBaseForm(boolean couldBeParticipleInBaseForm)
public void setIsVerbalGerund(boolean isVerbalGerund)
public void setCouldBeParticiple(boolean couldBeParticiple)
public void setCutOffCharacter(boolean cutOffCharacter)
public void setExtraSyll(boolean extraSyll)
public void setWordMinusFlectionEndsWithVowel(boolean wordMinusFlectionEndsWithVowel)
public void setOtherLanguageBaseForm(String otherLanguageBaseform)
public void setToBePhonemised(String toBePhonemised)
public void setFlectionEnding(String flectionEnding)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.