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 toIterator
s 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 BabelSynset
BabelSense. synset
The 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. synsetFilters
Filters to be applied to each synset retrievedMethods in it.uniroma1.lcl.babelnet that return BabelSynset Modifier and Type Method Description BabelSynset
BabelNet. getSynset(ResourceID resourceID)
BabelSynset
BabelNet. getSynset(Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs, ResourceID resourceID)
Deprecated.BabelSynset
BabelSense. getSynset()
BabelSynset
BabelSynsetID. toBabelSynset()
Deprecated.UseBabelSynsetID.toSynset()
insteadBabelSynset
BabelSynsetID. toBabelSynset(Collection<it.uniroma1.lcl.jlt.util.Language> targetLanguages)
Deprecated.UseResourceID.toSynsets(Collection)
insteadBabelSynset
BabelSynsetID. toSynset()
From a lightweight BabelSynsetID, creates the correspondingBabelSynset
Methods 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 WordNetBabelSynset
sStream<BabelSynset>
BabelNet. stream()
Returns the full stream ofBabelSynset
sMethods in it.uniroma1.lcl.babelnet with parameters of type BabelSynset Modifier and Type Method Description int
BabelSynsetComparator. compare(BabelSynset b1, BabelSynset b2)
int
InternalBabelSynsetComparator. compare(BabelSynset b1, BabelSynset b2)
protected int
InternalBabelSynsetComparator. compareByEdgeThenMainSense(BabelSynset b1, BabelSynset b2)
protected boolean
BabelNetQuery. 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.Builder
BabelNetQuery.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 aBabelSense
Builder(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 int
BabelSynsetGlossComparator. compare(BabelSynset b1, BabelSynset b2)
int
BabelSynsetRelationComparator. 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 BabelSynset
BabelSynsetIterator. next()
BabelSynset
WordNetSynsetIterator. next()
-
Uses of BabelSynset in it.uniroma1.lcl.kb
Methods in it.uniroma1.lcl.kb that return BabelSynset Modifier and Type Method Description BabelSynset
Sense. getSynset()
Gets theBabelSynset
thisSense
belongs 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 ofBabelSynset
sList<BabelSynset>
ResourceID. toSynsets(Collection<it.uniroma1.lcl.jlt.util.Language> targetLanguages)
Converts the ID to a collection ofBabelSynset
s
-