harmoni_sentiment.sentiment_service

Module Contents

Classes

SentimentService

Sentiment service

Functions

main()

[summary]

class harmoni_sentiment.sentiment_service.SentimentService(name, param)

Bases: harmoni_common_lib.service_manager.HarmoniServiceManager

Sentiment service

request(input_text)

[summary]

Parameters:

input_text (str) – Input string to synthetize

Returns:

It containes information about the response received (bool) and response message (str)

response: bool message: str

Return type:

object

harmoni_sentiment.sentiment_service.main()

[summary] Main function for starting HarmoniPolly service