Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 719 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 719 Bytes

rasa_addon

rasa_contrib is a addon package for rasa. it does text classification of sentiment and emotion.

component

Currently, it includes:

  • sentiment_analysis

    TextCNN based sentiment analyzer, based on NLTK

  • emotion_analysis

    Multi-channel, multi-label emotion analyzer, inspired by tlkh

how to use it

Using the class path to the place where you should given a component name in config.yaml. This is a feature of rasa, see here for more document from rasa official document.

For example, your config.yml can be:

language: "en"

pipeline:
  - name: "rasa_addon.nlu.analyzer.SentimentAnalyzer"