Aspect Based sentiment analysis on job reviews using NaiveBayes and SVM This repository includes
- scraps job reviews from indeed.com as and storing it in JSON format.
- trains a word2vec model for finding similar words for aspect extraction.
- extracts aspect from the raw dataset
- preprocessing and classifying sentences based on sentence and polarity.
- feature extraction - reducing the vocabulary.
- training NaiveBayes and SVM model for aspect and sentiment analysis .
- Graphically displaying the result.