/Bangla-sentiment-with-translator

A simple python code to determine sentiment of Bangla text

Primary LanguagePython

Bangla-sentiment-with-translator

Made for future personal use.

A simple python code to determine sentiment of Bangla text by :

  • take bangla input from user
  • translate to english using googletrans
  • measure the valence sentiment score with TextBlob

**All packages need to be installed beforehand!