Shortcuts

API Documentation

hello_world.greet(name: str) str

Greet a person by name.

Parameters:

name (str) – The name of the person to greet

Returns:

The greeting message

Return type:

str

goodbye.bye(name: str) str

Parting by name.

Parameters:

name (str) – The name of the person to greet

Returns:

The parting message

Return type:

str

demo.demo(name: str) str

Greet a person by name. :param name: The name of the person to greet :type name: str

Returns:

The greeting message

Return type:

str

Developer Resources

Access comprehensive developer documentation

View Resources

Annotator

Access an intuitive tool for labelling data online

Visit Annotator

Tutorials

Access detailed user manuals outlining installation and use of code

View Tutorials