class documentation
class RESTfulCallType(AutoNumberEnum):
Enum that contains all the available restful call type that can be used in order to interrogate the BabelNet RESTful online indexes service.
Constant | GET |
Get a list of synset ids from a ResourceID. |
Constant | GET |
Gets internal synset data. |
Constant | GET |
get_senses call. |
Constant | GET |
get_successor_edges call. |
Constant | GET |
get_synsets call. |
Constant | GET |
Get the BabelNet version. |
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |