Uses of Class
it.uniroma1.lcl.babelnet.BabelSynsetRelation
-
Packages that use BabelSynsetRelation 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. -
-
Uses of BabelSynsetRelation in it.uniroma1.lcl.babelnet
Subclasses of BabelSynsetRelation in it.uniroma1.lcl.babelnet Modifier and Type Class Description class
BabelSynsetIDRelation
Deprecated.UseBabelSynsetRelation
instead.Methods in it.uniroma1.lcl.babelnet that return BabelSynsetRelation Modifier and Type Method Description static BabelSynsetRelation
BabelSynsetRelation. fromString(String edge)
Creates a new instance ofBabelSynsetRelation
from an input record in the same format as found inBabelNetIndexField.RELATION
Methods in it.uniroma1.lcl.babelnet that return types with arguments of type BabelSynsetRelation Modifier and Type Method Description default List<BabelSynsetRelation>
BabelSynset. getEdges()
Deprecated.useSynset.getOutgoingEdges()
instead.List<BabelSynsetRelation>
BabelSynset. getEdges(BabelPointer... edgeTypes)
Deprecated.useSynset.getOutgoingEdges(SynsetRelationType...)
instead.protected abstract List<BabelSynsetRelation>
BabelNet. getOutgoingEdges(BabelSynsetID id)
Returns the outgoing edges from a givenBabelSynsetID
protected abstract List<BabelSynsetRelation>
BabelNet. getOutgoingEdges(BabelSynsetID id, Collection<it.uniroma1.lcl.jlt.util.Language> searchLangs)
Deprecated.List<BabelSynsetRelation>
BabelSynsetID. getOutgoingEdges()
Returns the edges which connect the current synsetList<BabelSynsetRelation>
BabelSynsetID. getOutgoingEdges(BabelPointer... relationTypes)
List<BabelSynsetRelation>
BabelSynsetID. getOutgoingEdges(Collection<it.uniroma1.lcl.jlt.util.Language> searchLanguages)
Deprecated.List<BabelSynsetRelation>
BabelSynsetID. getRelatedIDs()
Deprecated.UseBabelSynsetID.getOutgoingEdges()
insteadList<BabelSynsetRelation>
BabelSynsetID. getRelatedIDs(Collection<it.uniroma1.lcl.jlt.util.Language> searchLanguages)
Deprecated.UseBabelSynsetID.getOutgoingEdges(Collection)
instead -
Uses of BabelSynsetRelation in it.uniroma1.lcl.babelnet.data
Methods in it.uniroma1.lcl.babelnet.data with parameters of type BabelSynsetRelation Modifier and Type Method Description int
BabelSynsetIDRelationComparator. compare(BabelSynsetRelation rel1, BabelSynsetRelation rel2)
-