kasrahabib / persian-sentiment-analysis

A trained model to predict sentiment class of a given Persian text.
MIT License
11 stars 1 forks source link

test your example #1

Closed maralzar closed 3 years ago

maralzar commented 3 years ago

I test your example model but I got wrong label for your exact example.

predict_sentiment('می تواند به همین دلیل از آن متنفر باشد', return_class_label = True)
output:
1
kasrahabib commented 3 years ago

Hi @maralzar,

Thanks for sharing. Can you remove the return_class_label = True, re-run it and see if the output changes.

maralzar commented 3 years ago

Hi @maralzar,

Thanks for sharing. Can you remove the return_class_label = True, re-run it and see if the output changes.

Thanks it solved