Uses of Class
it.uniroma1.lcl.babelnet.data.BabelGloss
-
Packages that use BabelGloss Package Description it.uniroma1.lcl.babelnet The root package of the BabelNet API.it.uniroma1.lcl.babelnet.data The data package of the BabelNet API.it.uniroma1.lcl.kb The package which contains the general interfaces and classes for all Lexical Knowledge Bases. -
-
Uses of BabelGloss in it.uniroma1.lcl.babelnet
Methods in it.uniroma1.lcl.babelnet that return types with arguments of type BabelGloss Modifier and Type Method Description Collection<BabelGloss>
BabelSense. getGlosses()
-
Uses of BabelGloss in it.uniroma1.lcl.babelnet.data
Methods in it.uniroma1.lcl.babelnet.data with parameters of type BabelGloss Modifier and Type Method Description int
BabelGlossComparator. compare(BabelGloss b1, BabelGloss b2)
Sorts glosses by language and source -
Uses of BabelGloss in it.uniroma1.lcl.kb
Methods in it.uniroma1.lcl.kb that return types with arguments of type BabelGloss Modifier and Type Method Description Collection<BabelGloss>
Sense. getGlosses()
Returns theBabelGloss
es associated to thisSense
.
-