vikasnar / TextSentimentAnalyzer

Text Sentiment analyzer that classifies a review as either True Positive, True Negative, False Positive, False Negative

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextSentimentAnalyzer

Text Sentiment analyzer that classifies a review as either True Positive, True Negative, False Positive, False Negative by using Naive Based text classification algorithm The data is obtained from Deceptive Opinion Spam Corpus v1.4 and is intended for learning purpose only.

The analyser reads the data from the classified data and generates a model which is then used to classify the given document.

About

Text Sentiment analyzer that classifies a review as either True Positive, True Negative, False Positive, False Negative


Languages

Language:Python 100.0%