class documentation

The RPC api.

Method __init__ init method

Inherited from AbstractAPI:

Method get_senses Get the senses of synsets searched by words or by ResourceIDs, satisfying the optional constraints.
Method get_senses_containing Get the senses of synsets containing the word with the given constraints.
Method get_senses_from Get the senses of synsets from the word with the given constraints.
Method get_synset Return the synset identified by the ResourceID in input.
Method get_synsets Get synsets by words or by ResourceIDs, satisfying the optional constraints.
Method iterator Create a new instance of BabelSynset iterator.
Method lexicon_iterator Create a new instance of a lexicon iterator.
Method offset_iterator Create a new instance of an offset iterator.
Method to_babelnet_synsets Get a BabelSytnset using the languages passed as input and an id_.
Method to_synsets Convert from ResourceID to the corresponding BabelSynset.
Method version Get the version of loaded BabelNet indices.
Method wordnet_iterator Create a new instance of a WordNet iterator.
Method _get_outgoing_edges Return the outgoing edges from a given BabelSynsetID
Method _get_senses Private version of get_senses().
Method _get_synsets Private version of get_synsets()
Method _mapping_from_ids Get the mapping from BabelSynsetID to _InternalBabelSynsetID.
Method _prepare_kwargs Prepare the input data by trasforming each iterable in an ordered set.
Method _to_wordnet_synsets Convert a WordNetSynsetID into a Synset.
Method examples Get the examples (in the specified languages) of a BabelSynsetID.
Method get_outgoing_edges Return the outgoing edges from a given BabelSynsetID
Method glosses Get the glosses (in the specified languages) of a BabelSysetID.
Method images Get the images of a BabelSynsetID.
def __init__(self):

init method