https://github.com/ajinkyat/ori-nlp
using NLP for sentiment analysis
https://github.com/ajinkyat/ori-nlp
Last synced: about 1 month ago
JSON representation
using NLP for sentiment analysis
- Host: GitHub
- URL: https://github.com/ajinkyat/ori-nlp
- Owner: ajinkyaT
- Created: 2017-03-06T05:31:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T14:12:45.000Z (over 8 years ago)
- Last Synced: 2025-02-16T17:56:20.464Z (4 months ago)
- Language: Python
- Size: 600 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ORI-NLP
Using NLP for sentiment analysis
## Index
senti.py: sample NLP code used to extract sentiment around given characteristics.revcol.py: code to add features good/bad service, installation etc
improved.csv: data frame with added features good/bad service, installation etc
final1: data frame with added features, number of 5/4/3/2/1 star reviews after scraping data by ASIN by using scrapy.
wilson_score.py: Code to add wilson score columns to data frame.
final2: data frame with added features of wilson score columns.