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
BabelTokenId s. |
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,
String sourceSense,
it.uniroma1.lcl.jlt.util.Language language,
String gloss,
Set<BabelTokenId> tokens)
Creates a new instance of a
BabelGloss |
Copyright © 2016–2018. All rights reserved.