abc.ABCbabelnet.iterators.abstract_iter.BabelIterator - Abstract iterator over BabelNet's contentbabelnet.iterators.iter_impl.BabelIteratorImpl - Abstract iterator over BabelNet's content.babelnet.iterators.iter_impl.BabelLexiconIteratorImpl - Iterator over BabelNet's lexiconbabelnet.iterators.iter_impl.BabelOffsetIteratorImpl - Iterator over BabelNet's synset offsetsbabelnet.iterators.iter_impl.BabelSynsetIteratorImpl - Iterator over BabelSynset(s)babelnet.iterators.iter_impl.WordNetSynsetIteratorImpl - Iterator over WordNet BabelSynset(s).babelnet.iterators.iter_impl.BabelIteratorImpl - Abstract iterator over BabelNet's content.babelnet.iterators.iter_impl.BabelLexiconIteratorImpl - Iterator over BabelNet's lexiconbabelnet.iterators.iter_impl.BabelOffsetIteratorImpl - Iterator over BabelNet's synset offsetsbabelnet.iterators.iter_impl.BabelSynsetIteratorImpl - Iterator over BabelSynset(s)babelnet.iterators.iter_impl.WordNetSynsetIteratorImpl - Iterator over WordNet BabelSynset(s).babelnet.resources.ResourceID - A basic resource identifier.babelnet.resources.FrameNetID - A resource identifier with the specified FrameNet resource id.babelnet.resources.GeoNamesID - A resource identifier with the specified GeoNames resource id.babelnet.resources.MSTermID - A resource identifier with the specified Microsoft Terminology resource id.babelnet.resources.OmegaWikiID - A resource identifier with the specified OmegaWiki resource id.babelnet.resources.ResourceWithLemmaID - A resource identifier with multiple parameters.babelnet.resources.WikipediaID - A resource identifier with the specified Wikipedia page title, language and POS.babelnet.resources.WikiquoteID - A resource identifier with the specified Wikiquote page title, language and POS.babelnet.resources.SynsetID - A unique identifier for a Synset.babelnet.resources.BabelSynsetID - A resource identifier with the specified BabelSynset ID. To obtain the corresponding synset, call to_synset().babelnet.resources._InternalBabelSynsetID - Internal version of a BabelSynsetIDbabelnet.resources.WordNetSynsetID - A resource identifier with the specified WordNet synset id.babelnet.resources.VerbNetID - A resource identifier with the specified VerbNet resource id.babelnet.resources.WikidataID - A resource identifier with the specified Wikidata resource id.babelnet.resources.WiktionaryID - A resource identifier with the specified Wiktionary id.babelnet.synset.BabelSynset - A Babel synset in BabelNet with all the operations.babelnet.synset._OfflineBabelSynset - Offline implementation of a BabelSynset.babelnet.synset._OnlineBabelSynset - Online implementation of a BabelSynset.aenum.AutoNumberEnumbabelnet._impl.BabelNetIndexField - Fields used to index BabelSynset's and BabelSense's in the Lucene index.babelnet._impl.BabelNetIndexImageField - Fields used to index BabelImage's Lucene index.babelnet._restful.RESTfulCallType - Enum that contains all the available restful call type that can be used in order to interrogate the BabelNet RESTful online indexes service.babelnet.resources.BabelExternalResource - External res linked from BabelNet.aenum.Enumbabelnet._restful.RFParameter - A RESTful parameter.babelnet.about.BabelAPIType - Type of BabelNet API.babelnet.data.alphabet.Alphabet - Enumeration describing alphabet informationbabelnet.data.domain.BabelDomain - Domain of a BabelSynset.babelnet.data.license.BabelLicense - License information for a BabelNet item.babelnet.data.locale.Locale - Enumeration describing lexical and orthographic variationsbabelnet.data.relation.BabelPointer - Models a semantic pointer in BabelNet. Includes an associative (i.e. semantically unspecified) relation. Notes: At runtime this Enum is expanded with additional values.babelnet.data.relation.RelationGroup - Group of relations (used to bring together relations belonging to the same group).babelnet.data.source.BabelImageSource - Sources for BabelNet images, sorted by priority.babelnet.data.source.BabelSenseSource - Enumeration of the different sources for the BabelNet senses.babelnet.data.usage.Usage - Enumeration describing usage information.babelnet.language.Language - A language enumeration.babelnet.pos.POS - Universal POS tag set.babelnet.synset.SynsetType - A kind of Synset -- namely, named entity, concept or unknown.babelnet.versions.WordNetVersion - A version of WordNet.aenum.MultiValueEnumbabelnet.versions.BabelVersion - BabelNet version enumeration.aenum.OrderedEnumbabelnet.data.lemma.BabelLemmaType - Types of lemmas in BabelNet.babelnet._restful.RESTfulPacket - BabelNet RESTful request object.babelnet.conf.Config - Base configuration object.babelnet.conf.BabelNetConfig - The BabelNet config managerbabelnet.conf.Option - A descriptor implementing BabelNet configuration options.babelnet.data.compare.BabelSynsetGlossComparator - Comparator for BabelSynset.babelnet.data.compare.BabelSynsetIDRelationComparator - Comparator for BabelSynsetRelations.babelnet.data.compare.BabelSynsetRelationComparator - Comparator for BabelSynsets.babelnet.data.example.BabelExample - An example sentence in BabelNet.babelnet.data.example.BabelExampleComparator - Comparator for BabelExamples which sorts by sources.babelnet.data.gloss.BabelGloss - A gloss in BabelNet.babelnet.data.gloss.BabelGlossComparator - Comparator for BabelGlosses which sorts by sources.babelnet.data.image.BabelImage - An image in BabelNet.babelnet.data.image.BabelImageComparator - Comparator for BabelImages which sorts by source.babelnet.data.lemma.BabelLemma - A class representing the lemma in a BabelSynset.babelnet.data.phonetics.BabelAudio - An audio item in BabelNet.babelnet.data.phonetics.BabelSensePhonetics - A class modeling audio and transcription of a BabelSense.babelnet.data.relation.BabelSynsetRelation - Class that models a relation to a synset ID in the BabelNet network.babelnet.data.tag.Tag - A general interface for a tag.babelnet.data.alphabet.Alphabet - Enumeration describing alphabet informationbabelnet.data.category.BabelCategory - A Wikipedia category associated with a BabelSynset.babelnet.data.locale.Locale - Enumeration describing lexical and orthographic variationsbabelnet.data.tag.StringTag - A string tag associated to a BabelSynset.babelnet.data.taggable.Taggable - A general interface for a taggable.babelnet.data.tokens.BabelTokenId - Represents the association between the word that appears in a Babel gloss and the BabelSynsetID that identifies the lemma in BabelNet.babelnet.data.tokens.BabelTokenWord - Represents the token unit which can be used to build sentences.babelnet.indices.index.BNIndex - Implementation of a BNIndexbabelnet.indices.local_index.OfflineIndex - The offline version of the BNIndex.babelnet.iterators.abstract_iter.BabelLexiconIteratorbabelnet.iterators.iter_impl.BabelLexiconIteratorImpl - Iterator over BabelNet's lexiconbabelnet.iterators.abstract_iter.BabelOffsetIteratorbabelnet.iterators.iter_impl.BabelOffsetIteratorImpl - Iterator over BabelNet's synset offsetsbabelnet.iterators.abstract_iter.BabelSynsetIteratorbabelnet.iterators.iter_impl.BabelSynsetIteratorImpl - Iterator over BabelSynset(s)babelnet.iterators.abstract_iter.WordNetSynsetIteratorbabelnet.iterators.iter_impl.WordNetSynsetIteratorImpl - Iterator over WordNet BabelSynset(s).babelnet.sense.BabelSense - A sense in BabelNet, contained in a BabelSynset.babelnet.sense.WordNetSense - A WordNet sense. Provides WordNet-specific methods.babelnet.sense.BabelSenseComparator - Comparator for BabelSenses that:babelnet.sense.BabelWordSenseComparator - BabelSenseComparator for BabelSenses with precedence given to a certain word.babelnet.synset._InternalBabelSynsetComparator - Comparator for BabelSynsets thatbabelnet.synset.BabelSynsetComparator - Comparator for BabelSynsets that:enum.Enumbabelnet.data.entity_type.EntityType - Enumeration describing entity type informationGeneric[T]babelnet.iterators.abstract_iter.BabelIterator - Abstract iterator over BabelNet's contentbabelnet.iterators.iter_impl.BabelIteratorImpl - Abstract iterator over BabelNet's content.babelnet.iterators.iter_impl.BabelLexiconIteratorImpl - Iterator over BabelNet's lexiconbabelnet.iterators.iter_impl.BabelOffsetIteratorImpl - Iterator over BabelNet's synset offsetsbabelnet.iterators.iter_impl.BabelSynsetIteratorImpl - Iterator over BabelSynset(s)babelnet.iterators.iter_impl.WordNetSynsetIteratorImpl - Iterator over WordNet BabelSynset(s).objectbabelnet.apis.abstract_api.AbstractAPI - The Abstract api.babelnet.apis.local_api.LocalAPI - The local apibabelnet.apis.online_api.OnlineAPI - The online apibabelnet.apis.rpc_api.RPCApi - The RPC api.babelnet.data.frame.FrameID - A general class for a frame identifier.babelnet.data.frame.VerbAtlasFrameID - Constructs a frame identifier with the specified ID.babelnet.data.qcode.QcodeID - Constructs a qcode identifier with the specified ID.RuntimeErrorbabelnet._utils.UnsupportedOnlineError - Exception raised when is used a feature unavailable in the online APIbabelnet.data.relation.BabelPointerNotPresentError - Runtime error launched if a BabelPointer is not presentbabelnet.resources.InvalidSynsetIDError - Exception for an invalid synset ID. It is thrown when the format of the Babel synset identifier is invalid or is not well formed.