| Package | Description |
|---|---|
| it.uniroma1.lcl.babelnet.data |
The data package of the BabelNet API.
|
| Modifier and Type | Method and Description |
|---|---|
Set<BabelTokenId> |
BabelGloss.getTokenIds()
Returns the list of
BabelTokenIds. |
Set<BabelTokenId> |
BabelGloss.getTokensId()
Deprecated.
use
BabelGloss.getTokenIds() instead. |
| Modifier and Type | Method and Description |
|---|---|
int |
BabelTokenId.compareTo(BabelTokenId f) |
| Constructor and Description |
|---|
BabelGloss(BabelSenseSource source,
int sourceSense,
it.uniroma1.lcl.jlt.util.Language language,
String gloss,
Set<BabelTokenId> tokens)
Creates a new instance of a
BabelGloss |
Copyright © 2016–2022. All rights reserved.