Uses of Interface
it.uniroma1.lcl.kb.SynsetRelationType
-
Packages that use SynsetRelationType Package Description it.uniroma1.lcl.babelnet.data The data 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 SynsetRelationType in it.uniroma1.lcl.babelnet.data
Classes in it.uniroma1.lcl.babelnet.data that implement SynsetRelationType Modifier and Type Class Description classBabelPointerDefault, hard-coded, implementation ofIPointerforBabelNet. -
Uses of SynsetRelationType in it.uniroma1.lcl.kb
Classes in it.uniroma1.lcl.kb with type parameters of type SynsetRelationType Modifier and Type Interface Description interfaceLKB<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.interfaceSynset<S extends Sense,E extends SynsetRelation,T extends SynsetRelationType,G extends Gloss,X extends Example>A general class for a synonym set (synset).Methods in it.uniroma1.lcl.kb with parameters of type SynsetRelationType Modifier and Type Method Description List<E>Synset. getOutgoingEdges(T... edgeTypes)Collects allSynsetRelationedges of theSynsetRelationTypes given as input for thisSynsetRelation.
-