Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/risdorn/aspect-based-sentiment-analysis
Aspect Based Sentiment Analysis utilized Dependancy Parsing and prebuilt Sentiment Intensity Analyzer model from nltk to predict sentiment for different reviews. This helps in identfying what part of the review is positive and what part is negative. The data used is a Car Reviews Dataset.
https://github.com/risdorn/aspect-based-sentiment-analysis
aspect-based-sentiment-analysis nltk sentiment-analysis
Last synced: 8 days ago
JSON representation
Aspect Based Sentiment Analysis utilized Dependancy Parsing and prebuilt Sentiment Intensity Analyzer model from nltk to predict sentiment for different reviews. This helps in identfying what part of the review is positive and what part is negative. The data used is a Car Reviews Dataset.
- Host: GitHub
- URL: https://github.com/risdorn/aspect-based-sentiment-analysis
- Owner: Risdorn
- License: mit
- Created: 2024-04-27T11:18:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T11:24:25.000Z (9 months ago)
- Last Synced: 2024-11-08T07:14:48.826Z (2 months ago)
- Topics: aspect-based-sentiment-analysis, nltk, sentiment-analysis
- Language: Jupyter Notebook
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aspect-Based-Sentiment-Analysis
Aspect Based Sentiment Analysis utilized Dependancy Parsing and prebuilt Sentiment Intensity Analyzer model from nltk to predict sentiment for different reviews. This helps in identfying what part of the review is positive and what part is negative. The data used is a Car Reviews Dataset.The Kaggle Notebook can be found [here](https://www.kaggle.com/code/rishabh222/aspect-based-sentiment-analysis-of-car-reviews)
## Data
The dataset is taken from Edmunds-Consumer Car Ratings and Reviews contains Car Reviews and can be found [here](https://www.kaggle.com/datasets/ankkur13/edmundsconsumer-car-ratings-and-reviews)
## References
https://www.kaggle.com/code/satyanarayanam/aspect-based-sentiment-analysis