A small prototype for the research I have done on my final year project. The prototype has following workflow:
- Take a sample text from user.
- Remove stop words from the free text.
- Read Negations from file.
- Tokenize Text.
- Find sentiment score using AFFIN and CSUIC dictionaries.
- Normalize sentiment score.
For complete research, please visit [here] (http://thesai.org/Publications/ViewPaper?Volume=6&Issue=10&Code=IJACSA&SerialNo=34)
All pull requests are welcome