CodeRex7 / HindiSentimentalAnalysis

Sentimental Analysis of Hindi Dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sentimental Analysis of Hindi Dataset

License:GNU General Public License v3.0


Languages

Language:Python 92.0%Language:Shell 8.0%