An open API service indexing awesome lists of open source software.

https://github.com/rupav/sentiment-analysis

project based on learning in CN
https://github.com/rupav/sentiment-analysis

Last synced: about 1 year ago
JSON representation

project based on learning in CN

Awesome Lists containing this project

README

          

# Sentiment Analysis
This repository as for now is only for tracking our work, not to be used explicitly by others until and unless LICENCE is provided.
Project based on learning in CN.

For making training data, we used list of positive and negative words from General Enquirer data set, then using those words, we found their hyponymns and hypernymns using WordNet. Then Using WordNet we found all these words' sentences/examples which eventually built our training dataset. Then after some preprocessing we found WordCloud of positive examples and negative examples as follows:

**Positive WordCloud**
![positive_wordcloud](https://github.com/rupav/ML_nSit/blob/master/imgs/positive_wordcloud.png)
-------------------------------------------------------------------------------------------------------------------------------------------
**Negative WordCloud**
![negative_wordcloud](https://github.com/rupav/ML_nSit/blob/master/imgs/negative_wordcloud.png)
-------------------------------------------------------------------------------------------------------------------------------------------
--- Testing Time using such data :)
......