package documentation
This module contails the abstract and real implementations of the api.
Module | abstract |
The Abstract api. It has all the abstract methods that the api needs |
Module | local |
This module contains the implementation of the local api. It uses the local indexes of babelnet in order to perform queries |
Module | online |
This module contains the implementation of the online api. It sends queries to the RESTful BabelNet service. |
Module | rpc |
This module contains the implementation of the rpc api. It uses rpc in order to perform queries |