Uses of Interface
it.uniroma1.lcl.kb.Synset
-
Packages that use Synset 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 Synset in it.uniroma1.lcl.babelnet
Subinterfaces of Synset in it.uniroma1.lcl.babelnet Modifier and Type Interface Description interface
BabelSynset
The basic BabelNet synset interface. -
Uses of Synset in it.uniroma1.lcl.kb
Classes in it.uniroma1.lcl.kb with type parameters of type Synset Modifier and Type Interface Description interface
LKB<T extends Synset<S,R,E,G,X>,S extends Sense,R extends SynsetRelation,E extends SynsetRelationType,G extends Gloss,X extends Example,Q extends LKBQuery>
An abstract lexical knowledge base.
-