Uses of Interface
it.uniroma1.lcl.kb.LKBQuery
-
Packages that use LKBQuery 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 LKBQuery in it.uniroma1.lcl.babelnet
Classes in it.uniroma1.lcl.babelnet that implement LKBQuery Modifier and Type Class Description class
BabelNetQuery
The class for a query to get synsets and senses from theBabelNet
class. -
Uses of LKBQuery in it.uniroma1.lcl.kb
Classes in it.uniroma1.lcl.kb with type parameters of type LKBQuery 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.
-