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 (BabelCategorys) of thisBabelSynset.List<BabelCategory>BabelSynset. getCategories(it.uniroma1.lcl.jlt.util.Language... languages)Gets the categories (BabelCategorys) of thisBabelSynsetin 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 BabelCategoryBabelCategory. fromString(String categoryString)Creates a new instance of aBabelCategoryfrom a string with format [language_id]:[category_label], e.g.
-