| 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 (
BabelCategorys) of this
BabelSynset. |
List<BabelCategory> |
BabelSynset.getCategories(it.uniroma1.lcl.jlt.util.Language... languages)
Gets the categories (
BabelCategorys) 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–2022. All rights reserved.