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 | Class and Description |
---|---|
class |
BabelSynsetIDRelation
Deprecated.
Use
BabelSynsetRelation instead. |
Modifier and Type | Method and Description |
---|---|
static BabelSynsetRelation |
BabelSynsetRelation.fromString(String edge)
Creates a new instance of
BabelSynsetRelation from an input record
in the same format as found in BabelNetIndexField.RELATION |
Modifier and Type | Method and Description |
---|---|
default List<BabelSynsetRelation> |
BabelSynset.getEdges()
Deprecated.
use
Synset.getOutgoingEdges() instead. |
List<BabelSynsetRelation> |
BabelSynset.getEdges(BabelPointer... edgeTypes)
Deprecated.
use
Synset.getOutgoingEdges(SynsetRelationType...) instead. |
List<BabelSynsetRelation> |
BabelSynsetID.getOutgoingEdges()
Returns the edges which connect the current synset
|
List<BabelSynsetRelation> |
BabelSynsetID.getOutgoingEdges(BabelPointer... relationTypes)
|
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.
|
List<BabelSynsetRelation> |
BabelSynsetID.getOutgoingEdges(Collection<it.uniroma1.lcl.jlt.util.Language> searchLanguages)
Deprecated.
|
List<BabelSynsetRelation> |
BabelSynsetID.getRelatedIDs()
Deprecated.
Use
BabelSynsetID.getOutgoingEdges() instead |
List<BabelSynsetRelation> |
BabelSynsetID.getRelatedIDs(Collection<it.uniroma1.lcl.jlt.util.Language> searchLanguages)
Deprecated.
Use
BabelSynsetID.getOutgoingEdges(Collection) instead |
Modifier and Type | Method and Description |
---|---|
int |
BabelSynsetIDRelationComparator.compare(BabelSynsetRelation rel1,
BabelSynsetRelation rel2) |
Copyright © 2016–2021. All rights reserved.