CCChenhao997 / DualGCN-ABSA

Dual Graph Convolutional Networks for Aspect-based Sentiment Analysis
MIT License
131 stars 29 forks source link

How to infer the aspect and aspect-sentiment for some custom sentence? #19

Open theartpiece opened 1 year ago

theartpiece commented 1 year ago

For eg given the sentence, "the acting was good but direction was poor", I want to infer the (aspect, aspects-sentiment) pairs such as (acting,good), (direction,poor). How can I do that?

Kind regards

adienxy commented 10 months ago

Stanfold CoreNlp have a toolkit can do this