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 BabelSynsetIDBabelSense. synsetIDThe synset id this sense belongs toMethods in it.uniroma1.lcl.babelnet that return BabelSynsetID Modifier and Type Method Description BabelSynsetIDBabelSynsetRelation. getBabelSynsetIDTarget()Gets the target as aBabelSynsetIDdefault BabelSynsetIDBabelSynset. getId()Deprecated.BabelSynsetIDBabelSynset. getID()Gets the id of thisBabelSynset.BabelSynsetIDBabelSense. 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 givenBabelSynsetIDprotected 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 BabelSynsetIDBabelTokenId. 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
-