Aspect Based Sentiment Analysis for Hotel Review in Bahasa Indonesia (Focused on Aspect-Sentiment Pairing)
Extracting pairs of aspect and sentiment expression from Indonesian hotel reviews.
The approach is to identify all possible candidate pairs and then classify them into valid or invalid class.
.
├── ner
├── pairing
└── utility
Create directories to store data and save trained model. Put train and test dataset to data/labelled
.
.
├── data
| ├── labelled
| | ├── train-pair.txt
| | └── test-pair.txt
| └── raw
└── model
├── ner
├── pairing
└── utility
Then, run demo.ipynb
for demonstration or any other jupyter notebook files.