Uses of Interface
it.uniroma1.lcl.babelnet.BabelSynset
-
Packages that use BabelSynset Package Description it.uniroma1.lcl.babelnet The root package of the BabelNet API.it.uniroma1.lcl.babelnet.data The data package of the BabelNet API.it.uniroma1.lcl.babelnet.iterators Package including all classes related toIterators for BabelNet.it.uniroma1.lcl.kb The package which contains the general interfaces and classes for all Lexical Knowledge Bases. -
-
Uses of BabelSynset in it.uniroma1.lcl.babelnet
Fields in it.uniroma1.lcl.babelnet declared as BabelSynset Modifier and Type Field Description protected BabelSynsetBabelSense. synsetThe synset this sense belongs toFields in it.uniroma1.lcl.babelnet with type parameters of type BabelSynset Modifier and Type Field Description protected List<Predicate<? super BabelSynset>>BabelNetQuery. synsetFiltersFilters to be applied to each synset retrievedMethods in it.uniroma1.lcl.babelnet that return BabelSynset Modifier and Type Method Description BabelSynsetBabelNet. getSynset(ResourceID resourceID)BabelSynsetBabelNet. getSynset(Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs, ResourceID resourceID)Deprecated.BabelSynsetBabelSense. getSynset()BabelSynsetBabelSynsetID. toBabelSynset()Deprecated.UseBabelSynsetID.toSynset()insteadBabelSynsetBabelSynsetID. toBabelSynset(Collection<it.uniroma1.lcl.jlt.util.Language> targetLanguages)Deprecated.UseResourceID.toSynsets(Collection)insteadBabelSynsetBabelSynsetID. toSynset()From a lightweight BabelSynsetID, creates the correspondingBabelSynsetMethods in it.uniroma1.lcl.babelnet that return types with arguments of type BabelSynset Modifier and Type Method Description Iterator<BabelSynset>BabelNet. getSynsetIterator()Deprecated.Please useLKB.iterator().List<BabelSynset>BabelNet. getSynsets(ResourceID... resourceIds)List<BabelSynset>BabelNet. getSynsets(String word)List<BabelSynset>BabelNet. getSynsets(String word, boolean normalized)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, it.uniroma1.lcl.jlt.util.Language language)List<BabelSynset>BabelNet. getSynsets(String word, it.uniroma1.lcl.jlt.util.Language language, boolean normalized)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, it.uniroma1.lcl.jlt.util.Language language, it.uniroma1.lcl.jlt.util.POS pos)List<BabelSynset>BabelNet. getSynsets(String word, it.uniroma1.lcl.jlt.util.Language language, it.uniroma1.lcl.jlt.util.POS pos, boolean normalized)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, it.uniroma1.lcl.jlt.util.Language language, it.uniroma1.lcl.jlt.util.POS pos, boolean normalized, BabelSenseSource... allowedSources)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, it.uniroma1.lcl.jlt.util.Language language, it.uniroma1.lcl.jlt.util.POS pos, BabelSenseSource... allowedSources)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, it.uniroma1.lcl.jlt.util.Language language, it.uniroma1.lcl.jlt.util.POS pos, Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, it.uniroma1.lcl.jlt.util.Language language, it.uniroma1.lcl.jlt.util.POS pos, Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs, boolean normalized)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, it.uniroma1.lcl.jlt.util.Language language, it.uniroma1.lcl.jlt.util.POS pos, Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs, boolean normalized, BabelSenseSource... allowedSources)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, it.uniroma1.lcl.jlt.util.Language language, it.uniroma1.lcl.jlt.util.POS pos, Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs, BabelSenseSource... allowedSources)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, it.uniroma1.lcl.jlt.util.Language language, Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, it.uniroma1.lcl.jlt.util.Language language, Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs, boolean normalized)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, Collection<it.uniroma1.lcl.jlt.util.Language> searchLangs)List<BabelSynset>BabelNet. getSynsets(String word, Collection<it.uniroma1.lcl.jlt.util.Language> langs, boolean normalized)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, Collection<it.uniroma1.lcl.jlt.util.Language> searchLangs, it.uniroma1.lcl.jlt.util.POS pos)List<BabelSynset>BabelNet. getSynsets(String word, Collection<it.uniroma1.lcl.jlt.util.Language> langs, it.uniroma1.lcl.jlt.util.POS pos, boolean normalized)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, Collection<it.uniroma1.lcl.jlt.util.Language> langs, it.uniroma1.lcl.jlt.util.POS pos, boolean normalized, BabelSenseSource... allowedSources)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, Collection<it.uniroma1.lcl.jlt.util.Language> langs, it.uniroma1.lcl.jlt.util.POS pos, BabelSenseSource... allowedSources)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, Collection<it.uniroma1.lcl.jlt.util.Language> langs, it.uniroma1.lcl.jlt.util.POS pos, Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, Collection<it.uniroma1.lcl.jlt.util.Language> langs, it.uniroma1.lcl.jlt.util.POS pos, Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs, boolean normalized)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, Collection<it.uniroma1.lcl.jlt.util.Language> langs, it.uniroma1.lcl.jlt.util.POS pos, Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs, boolean normalized, BabelSenseSource... allowedSources)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, Collection<it.uniroma1.lcl.jlt.util.Language> langs, it.uniroma1.lcl.jlt.util.POS pos, Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs, BabelSenseSource... allowedSources)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, Collection<it.uniroma1.lcl.jlt.util.Language> langs, Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs)Deprecated.List<BabelSynset>BabelNet. getSynsets(String word, Collection<it.uniroma1.lcl.jlt.util.Language> langs, Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs, boolean normalized)Deprecated.List<BabelSynset>BabelNet. getSynsets(Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs, ResourceID... resourceIds)Deprecated.Stream<BabelSynset>BabelNet. getWordNetStream()Returns the full stream of the WordNetBabelSynsetsStream<BabelSynset>BabelNet. stream()Returns the full stream ofBabelSynsetsMethods in it.uniroma1.lcl.babelnet with parameters of type BabelSynset Modifier and Type Method Description intBabelSynsetComparator. compare(BabelSynset b1, BabelSynset b2)intInternalBabelSynsetComparator. compare(BabelSynset b1, BabelSynset b2)protected intInternalBabelSynsetComparator. compareByEdgeThenMainSense(BabelSynset b1, BabelSynset b2)protected booleanBabelNetQuery. testSynsetFilters(BabelSynset synset)Tests all the synset filters against the input synsetMethod parameters in it.uniroma1.lcl.babelnet with type arguments of type BabelSynset Modifier and Type Method Description BabelNetQuery.BuilderBabelNetQuery.Builder. filterSynsets(Predicate<BabelSynset> synsetFilter)Sets a filter for each synset retrievedConstructors in it.uniroma1.lcl.babelnet with parameters of type BabelSynset Constructor Description BabelSense(String lemma, String simpleLemma, it.uniroma1.lcl.jlt.util.Language language, it.uniroma1.lcl.jlt.util.POS pos, BabelSenseSource source, String sensekey, BabelSynset synset)Creates a new instance of aBabelSenseBuilder(String lemma, String simpleLemma, it.uniroma1.lcl.jlt.util.Language language, it.uniroma1.lcl.jlt.util.POS pos, BabelSenseSource source, String sensekey, BabelSynset synset)Builder constructorWordNetSense(String lemma, String simpleLemma, it.uniroma1.lcl.jlt.util.Language language, it.uniroma1.lcl.jlt.util.POS pos, String sensekey, BabelSynset synset, String wordNetOffset, Integer wordNetSynsetPosition, Integer wordNetSenseNumber, BabelSenseSource source)Creates a new instance of aWordNetSense -
Uses of BabelSynset in it.uniroma1.lcl.babelnet.data
Methods in it.uniroma1.lcl.babelnet.data with parameters of type BabelSynset Modifier and Type Method Description intBabelSynsetGlossComparator. compare(BabelSynset b1, BabelSynset b2)intBabelSynsetRelationComparator. compare(BabelSynset b1, BabelSynset b2) -
Uses of BabelSynset in it.uniroma1.lcl.babelnet.iterators
Methods in it.uniroma1.lcl.babelnet.iterators that return BabelSynset Modifier and Type Method Description BabelSynsetBabelSynsetIterator. next()BabelSynsetWordNetSynsetIterator. next() -
Uses of BabelSynset in it.uniroma1.lcl.kb
Methods in it.uniroma1.lcl.kb that return BabelSynset Modifier and Type Method Description BabelSynsetSense. getSynset()Gets theBabelSynsetthisSensebelongs to.Methods in it.uniroma1.lcl.kb that return types with arguments of type BabelSynset Modifier and Type Method Description Iterator<BabelSynset>LKB. getWordNetSynsetIterator()Creates a new instance of a WordNet iteratorList<BabelSynset>ResourceID. toSynsets()Converts the ID to a collection ofBabelSynsetsList<BabelSynset>ResourceID. toSynsets(Collection<it.uniroma1.lcl.jlt.util.Language> targetLanguages)Converts the ID to a collection ofBabelSynsets
-