Uses of Class
it.uniroma1.lcl.babelnet.BabelSynsetID
-
Packages that use BabelSynsetID 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 BabelSynsetID in it.uniroma1.lcl.babelnet
Fields in it.uniroma1.lcl.babelnet declared as BabelSynsetID Modifier and Type Field Description protected BabelSynsetID
BabelSense. synsetID
The synset id this sense belongs toMethods in it.uniroma1.lcl.babelnet that return BabelSynsetID Modifier and Type Method Description BabelSynsetID
BabelSynsetRelation. getBabelSynsetIDTarget()
Gets the target as aBabelSynsetID
default BabelSynsetID
BabelSynset. getId()
Deprecated.BabelSynsetID
BabelSynset. getID()
Gets the id of thisBabelSynset
.BabelSynsetID
BabelSense. getSynsetID()
Methods in it.uniroma1.lcl.babelnet with parameters of type BabelSynsetID Modifier and Type Method Description 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. -
Uses of BabelSynsetID in it.uniroma1.lcl.babelnet.data
Methods in it.uniroma1.lcl.babelnet.data that return BabelSynsetID Modifier and Type Method Description BabelSynsetID
BabelTokenId. getID()
Returns the BabelSynset idConstructors in it.uniroma1.lcl.babelnet.data with parameters of type BabelSynsetID Constructor Description BabelTokenId(int s, int e, BabelSynsetID id, String word)
Creates a new instance of aBabelTokenId
-