|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eml.sir.rel.PseudoGlossGenerator
org.eml.sir.rel.HypernymGlossGenerator
Class whose instances generate pseudoglosses on the basis of a words properties in the GermaNet.
Constructor Summary | |
HypernymGlossGenerator()
Create a new instance of HypernymGlossGenerator. |
|
HypernymGlossGenerator(GermaNetObject gno)
Create a new instance of HypernymGlossGenerator. |
Method Summary | |
java.lang.String |
getGloss(Synset synset)
Create a HypernymGloss according to the current setting. |
int |
getLimit()
Get the current limit setting of the pseudo gloss generation. |
void |
setLimit(int limit)
Set the limit of the peudo gloss generation. |
void |
setUseLimit(boolean use)
Set wether limit shall be used to build the gloss. |
boolean |
useLimit()
Return wether limit shall be used to build the gloss. |
Methods inherited from class org.eml.sir.rel.PseudoGlossGenerator |
getGermaNetObject, getScope, onlyFirstSense, setOnlyFirstSense, setScope, setUseScope, useScope |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HypernymGlossGenerator()
public HypernymGlossGenerator(GermaNetObject gno)
Method Detail |
public boolean useLimit()
public void setUseLimit(boolean use)
public int getLimit()
public void setLimit(int limit)
public java.lang.String getGloss(Synset synset)
getGloss
in class PseudoGlossGenerator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |