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
- Host: GitHub
- URL: https://github.com/rupav/sentiment-analysis
- Owner: rupav
- Created: 2017-07-22T17:17:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T16:15:15.000Z (over 8 years ago)
- Last Synced: 2025-02-09T11:44:58.904Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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**

-------------------------------------------------------------------------------------------------------------------------------------------
**Negative WordCloud**

-------------------------------------------------------------------------------------------------------------------------------------------
--- Testing Time using such data :)
......