BabelNet API Documentation Modules Classes Names
Clear Help

Class Hierarchy

  • abc.ABC
    • babelnet.iterators.abstract_iter.BabelIterator - Abstract iterator over BabelNet's content
      • babelnet.iterators.iter_impl.BabelIteratorImpl - Abstract iterator over BabelNet's content.
        • babelnet.iterators.iter_impl.BabelLexiconIteratorImpl - Iterator over BabelNet's lexicon
        • babelnet.iterators.iter_impl.BabelOffsetIteratorImpl - Iterator over BabelNet's synset offsets
        • babelnet.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 lexicon
      • babelnet.iterators.iter_impl.BabelOffsetIteratorImpl - Iterator over BabelNet's synset offsets
      • babelnet.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 BabelSynsetID
        • babelnet.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.AutoNumberEnum
    • babelnet._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.Enum
    • babelnet._restful.RFParameter - A RESTful parameter.
    • babelnet.about.BabelAPIType - Type of BabelNet API.
    • babelnet.data.alphabet.Alphabet - Enumeration describing alphabet information
    • babelnet.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 variations
    • babelnet.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.MultiValueEnum
    • babelnet.versions.BabelVersion - BabelNet version enumeration.
  • aenum.OrderedEnum
    • babelnet.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 manager
  • babelnet.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 information
    • babelnet.data.category.BabelCategory - A Wikipedia category associated with a BabelSynset.
    • babelnet.data.locale.Locale - Enumeration describing lexical and orthographic variations
    • babelnet.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 BNIndex
    • babelnet.indices.local_index.OfflineIndex - The offline version of the BNIndex.
  • babelnet.iterators.abstract_iter.BabelLexiconIterator
    • babelnet.iterators.iter_impl.BabelLexiconIteratorImpl - Iterator over BabelNet's lexicon
  • babelnet.iterators.abstract_iter.BabelOffsetIterator
    • babelnet.iterators.iter_impl.BabelOffsetIteratorImpl - Iterator over BabelNet's synset offsets
  • babelnet.iterators.abstract_iter.BabelSynsetIterator
    • babelnet.iterators.iter_impl.BabelSynsetIteratorImpl - Iterator over BabelSynset(s)
  • babelnet.iterators.abstract_iter.WordNetSynsetIterator
    • babelnet.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 that
    • babelnet.synset.BabelSynsetComparator - Comparator for BabelSynsets that:
  • enum.Enum
    • babelnet.data.entity_type.EntityType - Enumeration describing entity type information
  • Generic[T]
    • babelnet.iterators.abstract_iter.BabelIterator - Abstract iterator over BabelNet's content
      • babelnet.iterators.iter_impl.BabelIteratorImpl - Abstract iterator over BabelNet's content.
        • babelnet.iterators.iter_impl.BabelLexiconIteratorImpl - Iterator over BabelNet's lexicon
        • babelnet.iterators.iter_impl.BabelOffsetIteratorImpl - Iterator over BabelNet's synset offsets
        • babelnet.iterators.iter_impl.BabelSynsetIteratorImpl - Iterator over BabelSynset(s)
        • babelnet.iterators.iter_impl.WordNetSynsetIteratorImpl - Iterator over WordNet BabelSynset(s).
  • object
    • babelnet.apis.abstract_api.AbstractAPI - The Abstract api.
      • babelnet.apis.local_api.LocalAPI - The local api
      • babelnet.apis.online_api.OnlineAPI - The online api
      • babelnet.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.
  • RuntimeError
    • babelnet._utils.UnsupportedOnlineError - Exception raised when is used a feature unavailable in the online API
    • babelnet.data.relation.BabelPointerNotPresentError - Runtime error launched if a BabelPointer is not present
    • babelnet.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.

API Documentation for BabelNet, generated by pydoctor 22.5.1 at 2022-06-21 09:46:26.