Can anyone please help me in building the Sentiment Analysis in Rasa Open Source

I want to implement sentiment analysis in my Rasa project. But unable to figure out how to do that. I have followed the below guide:

But I am unable to implement that. Can anyone please help me on this

pinging @Fares for the help and suggestion on the sentiment analysis project, if you got some time. Many thanks in advance.

@nik202 ik With pleasure

1 Like

@sunil13 try to see this Pretrained sentiment component nltk

1 Like

@Fares Thanks :pray: my friend :star_struck:

1 Like

When I try to add Project to PYTHONPATH, I am facing one issue. Kindly, check the attached screenshot

Try to remove (_) before export

I have tried using set instead of export. Now it’s working Fares. Thank you :slight_smile:

But When i train rasa facing an issue, Could you please help me with this

Make sure that the python module is located in your rasa project with the name sentiment.py

@sunil13 did you solve it?