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.
|
Modifier and Type | Method and Description |
---|---|
List<BabelCategory> |
BabelSynset.getCategories()
Gets the categories (
BabelCategory s) of this
BabelSynset . |
List<BabelCategory> |
BabelSynset.getCategories(it.uniroma1.lcl.jlt.util.Language... languages)
Gets the categories (
BabelCategory s) of this
BabelSynset in one or more languages. |
Modifier and Type | Method and Description |
---|---|
static BabelCategory |
BabelCategory.fromString(String categoryString)
Creates a new instance of a
BabelCategory from a string with
format [language_id]:[category_label], e.g. |
Copyright © 2016–2021. All rights reserved.