sentimentAnalysis module

class sentimentAnalysis.SentimentAnalysis[source]

Bases: object

analyzeSentiments(translatorEngine, inputLanguage, outputLanguage, dataToSolve)[source]
buildTranslatorEngine()[source]
getAuthenticationData()[source]
getSystemPlatform()[source]
processRequests(translatorEngine, inputLanguage, outputLanguage, inputPort, outputPort)[source]
class sentimentAnalysis.YarpDataPort(portName)[source]

Bases: object

close()[source]
receive()[source]
send(dataToSend)[source]
sentimentAnalysis.main()[source]