This is pipeline for Aspect-Based Sentiment Analysis of texts. Primary tasks:
- extract aspect terms;
- classify aspect terms on aspect categories;
- classify aspect terms on polarity.
python train.py # to train classifiers
python example.py # to process text in example directory