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 classBabelSenseSourceEnumeration 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 SenseSourceResourceID. sourceSource of the resource IDMethods in it.uniroma1.lcl.kb that return SenseSource Modifier and Type Method Description SenseSourceGloss. getSource()The region where the concept for this gloss lies.SenseSourceResourceID. getSource()Gets the source associated with the given IDSenseSourceSense. getSource()Gets theBabelSenseSourceof 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 allSenseSources 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 thisSynsetfor an input language and sense sourceList<S>Synset. getSenses(SenseSource source)Get the senses contained in thisSynsetfor an input sense sourceList<S>Synset. getSenses(String lemma, it.uniroma1.lcl.jlt.util.Language language, boolean normalized, SenseSource... sources)Gets theSenses for the input word in the given languagedefault List<S>Synset. getSenses(String lemma, it.uniroma1.lcl.jlt.util.Language language, SenseSource... sources)Gets theSenses 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)
-