babelnet - BabelNet Python APIabout - Information about BabelNet Python API.api - This module sets the api type (RPC/ONLINE/OFFLINE). It also contains the list of functions implemented by the BabelNet API.apis - This module contails the abstract and real implementations of the api.abstract_api - The Abstract api. It has all the abstract methods that the api needslocal_api - This module contains the implementation of the local api. It uses the local indexes of babelnet in order to perform queriesonline_api - This module contains the implementation of the online api. It sends queries to the RESTful BabelNet service.rpc_api - This module contains the implementation of the rpc api. It uses rpc in order to perform queriesconf - The configuration hub for the BabelNet API.data - This package contains the classes of the BabelSynsets components.alphabet - This module contains the Alphabet enum.category - This module contains the BabelCategory class.compare - This module contains comparators for BabelSynsets and BabelSynsetRelations.domain - This module contains the BabelDomain enum.entity_type - This module contains the EntityType enum.example - This module contains the BabelExample class and the related comparator.frame - This module contains the FrameID class and the related VerbAtlas implementation.gloss - This module contains the BabelGloss class and the related comparator.image - This module contains the BabelImage class and related data.lemma - This module contains the BabelLemma class and related data.license - This module contains the BabelLicense enum.locale - This module contains the Locale enum.phonetics - This module contains the BabelAudio, BabelSensePhonetic classes and related data.qcode - This module contains the QcodeID class.relation - This module contains BabelSynsetRelation and data related to the edges in the BabelNet graph.source - Sources of BabelSenses in BabelNet.tag - This module contains the Tag interface and the related StringTag extension.taggable - This module contains the Taggable interface.tokens - Tokens for BabelSenseusage - This module contains the Usage enum.indices - This module contains the implementation of the indexesindex - This module contains the implementation af an BNIndexlocal_index - This module manages the BabelNet Lucene index.iterators - This module contains the iteratorsabstract_iter - This module contains the abstract BabelIteratoriter_impl - This module contains all the iterators over BabelNet.language - This module contains the Language enum.pos - This module contains the POS enum.remote_server - Module that contains the function to start the RPC serverresources - This module contains classes of ResourceID's related to BabelNet.sense - This module defines BabelSenses and related data.synset - This module defines BabelSynsets and related data.tag_utils - This module contains some utils for tagsversions - This module contains version data._impl - This module contains enumerations used in the _index module._restful - This module handles the RESTful communication of the online BabelNet API._utils - A BabelNet utility module. Mainly for internal use.