Uses of Class
it.uniroma1.lcl.kb.SynsetID
-
Packages that use SynsetID Package Description it.uniroma1.lcl.babelnet The root package of the BabelNet API.it.uniroma1.lcl.kb The package which contains the general interfaces and classes for all Lexical Knowledge Bases. -
-
Uses of SynsetID in it.uniroma1.lcl.babelnet
Subclasses of SynsetID in it.uniroma1.lcl.babelnet Modifier and Type Class Description class
BabelSynsetID
Constructs a resource identifier with the specifiedBabelSynset
ID.class
WordNetSynsetID
Constructs a resource identifier with the specified WordNet synset id.Constructors in it.uniroma1.lcl.babelnet with parameters of type SynsetID Constructor Description InvalidSynsetIDException(SynsetID id)
Builds the exception with the invalid synset ID -
Uses of SynsetID in it.uniroma1.lcl.kb
Methods in it.uniroma1.lcl.kb that return SynsetID Modifier and Type Method Description SynsetID
Synset. getID()
Gets the ID of thisSynset
.SynsetID
Sense. getSynsetID()
Returns the id of theSynset
the sense belongs to
-