Open gupta-dipanshu opened 4 years ago
Hi, this repo concentrates on the situation that the aspect terms are given. If you would like to do it without provided aspect terms, you could refer to end to end aspect based sentiment analysis.
Suppose the we have a file we want to do predictions on. This file is the same format as the .xml files, without, of course, the actual answers.
I actually wrote the script to do multiple predictions. If you want, I can send a pull request.
@dgupta95 feel free to make a pull request
Hi,
The current inference script wants me to enter one sentence with keyword and then it does inference on it. I was wondering if there was a way to do inference on unlabelled examples with data in the same format as in the train/test datasets.