Skip to content

CodeRex7/HindiSentimentalAnalysis

Repository files navigation

HindiSentimentalAnalysis

Analysis of hindi text for classification into positive, negative and neutral.

Usage:

  1. python
  2. algo.py
  3. filename.xlsx

Output would be in OUTPUT.txt in the format: sno,polarity

Polarity:

  • Positive : 1
  • Negative : -1
  • Neutral : 0

AUTHORS

  • Soumya Gourab Sahoo