orkgnlp.common.tools.loader.load

load(service_name, *args, **kwargs)[source]

Creates a class object of the requested service.

Parameters:

service_name (str) – The name of the service class.

Return type:

ORKGNLPBaseService

Returns:

A service class object.