| 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 | Field and Description |
|---|---|
protected BabelSynsetID |
BabelSense.synsetID
The synset id this sense belongs to
|
| Modifier and Type | Method and Description |
|---|---|
BabelSynsetID |
BabelSynsetRelation.getBabelSynsetIDTarget()
Gets the target as a
BabelSynsetID |
default BabelSynsetID |
BabelSynset.getId()
Deprecated.
|
BabelSynsetID |
BabelSynset.getID()
Gets the id of this
BabelSynset. |
BabelSynsetID |
BabelSense.getSynsetID() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<BabelSynsetRelation> |
BabelNet.getOutgoingEdges(BabelSynsetID id)
Returns the outgoing edges from a given
BabelSynsetID |
protected abstract List<BabelSynsetRelation> |
BabelNet.getOutgoingEdges(BabelSynsetID id,
Collection<it.uniroma1.lcl.jlt.util.Language> searchLangs)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BabelSynsetID |
BabelTokenId.getID()
Returns the BabelSynset id
|
| Constructor and Description |
|---|
BabelTokenId(int s,
int e,
BabelSynsetID id,
String word)
Creates a new instance of a
BabelTokenId |
Copyright © 2016–2022. All rights reserved.