Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The sentiment_analysis service can be used to apply sentiment analysis on any text input. By using this service together with the dialogflow Dialogflow service, sentiment analysis can be run for on the audio input of a user (i.e. speech). Making use of a Naive Bayes Classifier from the Natural Language Toolkit (NLTK), this service classifies a sentence as either being positive or negative.

...