Uses of Class
it.uniroma1.lcl.babelnet.data.BabelCategory
-
Packages that use BabelCategory 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. -
-
Uses of BabelCategory in it.uniroma1.lcl.babelnet
Methods in it.uniroma1.lcl.babelnet that return types with arguments of type BabelCategory Modifier and Type Method Description List<BabelCategory>
BabelSynset. getCategories()
Gets the categories (BabelCategory
s) of thisBabelSynset
.List<BabelCategory>
BabelSynset. getCategories(it.uniroma1.lcl.jlt.util.Language... languages)
Gets the categories (BabelCategory
s) of thisBabelSynset
in one or more languages. -
Uses of BabelCategory in it.uniroma1.lcl.babelnet.data
Methods in it.uniroma1.lcl.babelnet.data that return BabelCategory Modifier and Type Method Description static BabelCategory
BabelCategory. fromString(String categoryString)
Creates a new instance of aBabelCategory
from a string with format [language_id]:[category_label], e.g.
-