Uses of Interface
it.uniroma1.lcl.kb.SenseSource
-
Packages that use SenseSource 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 SenseSource in it.uniroma1.lcl.babelnet.data
Classes in it.uniroma1.lcl.babelnet.data that implement SenseSource Modifier and Type Class Description class
BabelSenseSource
Enumeration of the different sources for the BabelNet senses. -
Uses of SenseSource in it.uniroma1.lcl.kb
Fields in it.uniroma1.lcl.kb declared as SenseSource Modifier and Type Field Description protected SenseSource
ResourceID. source
Source of the resource IDMethods in it.uniroma1.lcl.kb that return SenseSource Modifier and Type Method Description SenseSource
Gloss. getSource()
The region where the concept for this gloss lies.SenseSource
ResourceID. getSource()
Gets the source associated with the given IDSenseSource
Sense. getSource()
Gets theBabelSenseSource
of thisSense
.Methods in it.uniroma1.lcl.kb that return types with arguments of type SenseSource Modifier and Type Method Description List<? extends SenseSource>
Synset. getSenseSources()
Collects allSenseSource
s contained for thisSynset
.Methods in it.uniroma1.lcl.kb with parameters of type SenseSource Modifier and Type Method Description List<X>
Synset. getExamples(it.uniroma1.lcl.jlt.util.Language lang, SenseSource source)
default List<X>
Synset. getExamples(SenseSource source)
List<G>
Synset. getGlosses(it.uniroma1.lcl.jlt.util.Language lang, SenseSource source)
default List<G>
Synset. getGlosses(SenseSource source)
List<S>
Synset. getSenses(it.uniroma1.lcl.jlt.util.Language language, SenseSource source)
Get the senses contained in thisSynset
for an input language and sense sourceList<S>
Synset. getSenses(SenseSource source)
Get the senses contained in thisSynset
for an input sense sourceList<S>
Synset. getSenses(String lemma, it.uniroma1.lcl.jlt.util.Language language, boolean normalized, SenseSource... sources)
Gets theSense
s for the input word in the given languagedefault List<S>
Synset. getSenses(String lemma, it.uniroma1.lcl.jlt.util.Language language, SenseSource... sources)
Gets theSense
s for the input word in the given languageConstructors in it.uniroma1.lcl.kb with parameters of type SenseSource Constructor Description ResourceID(String id, SenseSource source)
Builds the ResourceIDResourceWithLemmaID(String title, it.uniroma1.lcl.jlt.util.Language language, it.uniroma1.lcl.jlt.util.POS pos, SenseSource source)
Builds a resource with lemma and IDResourceWithLemmaID(String title, it.uniroma1.lcl.jlt.util.Language language, SenseSource source)
Builds a resource with lemma and IDSynsetID(String id, SenseSource source)
-