|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eml.sir.rel.PseudoGlossGenerator
Class whose children's instances generate pseudoglosses on the basis of a word's properties in the GermaNet.
Constructor Summary | |
PseudoGlossGenerator()
Create a new instance of PseudoGlossGenerator. |
|
PseudoGlossGenerator(GermaNetObject myGNObject)
Create a new instance of PseudoGlossGenerator. |
Method Summary | |
GermaNetObject |
getGermaNetObject()
Return the GermaNetObject of this PseudoGlossGenerator. |
abstract java.lang.String |
getGloss(Synset concept)
Return a artificial gloss of a concept. |
int |
getScope()
Get the current scope setting of the pseudo gloss generation. |
boolean |
onlyFirstSense()
Return wether just the first word sense of each synset is used to build the pseudo gloss. |
void |
setOnlyFirstSense(boolean only)
Set wether just the first word sense of each synset is used to build the pseudo gloss. |
void |
setScope(int scope)
Set the scope of the peudo gloss generation. |
void |
setUseScope(boolean use)
Set wether scope shall be use to build the gloss. |
boolean |
useScope()
Return wether scope shall be use to build the gloss. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PseudoGlossGenerator()
public PseudoGlossGenerator(GermaNetObject myGNObject)
Method Detail |
public abstract java.lang.String getGloss(Synset concept)
public boolean onlyFirstSense()
public void setOnlyFirstSense(boolean only)
public boolean useScope()
public void setUseScope(boolean use)
public int getScope()
public void setScope(int scope)
public GermaNetObject getGermaNetObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |