module documentation

Information about BabelNet Python API.

Class BabelAPIType Type of BabelNet API.
Function header Return an initialization string for the BabelNet API.
Constant AUTHOR Undocumented
Constant AUTHOR_EMAIL Undocumented
Constant DESCRIPTION Undocumented
Constant DOCUMENTATION_URL Undocumented
Constant PACKAGE Undocumented
Constant TITLE Undocumented
Constant VERSION Undocumented
def header(api_type=None):

Return an initialization string for the BabelNet API.

Parameters
api_type:Optional[BabelAPIType]The API type (default None).
Returns
strThe initialization string.
AUTHOR: str =

Undocumented

Value
'Babelscape'
AUTHOR_EMAIL: str =

Undocumented

Value
'info@babelscape.com'
DESCRIPTION: str =

Undocumented

Value
'Python API for BabelNet'
DOCUMENTATION_URL: str =

Undocumented

Value
'https://babelnet.org/'
PACKAGE: str =

Undocumented

Value
'babelnet'
TITLE: str =

Undocumented

Value
'BabelNet'
VERSION: str =

Undocumented

Value
'1.0.0'