yangheng95 / ABSADatasets

Public & Community-shared datasets for Aspect-based sentiment analysis and Text Classification
MIT License
201 stars 64 forks source link

How to create tags ($T$) for my custom data? #42

Closed Winnieliu0504 closed 1 year ago

Winnieliu0504 commented 1 year ago

I used the make_absa_dataset code to annotate my data and the result showed like this for example:

The case is ok but.... case Positive

What should I do to create tags ($T$) for the result like this?

The $T$ is ok but... case Positive

yangheng95 commented 1 year ago

It is a bug, please update and retry.

Winnieliu0504 commented 1 year ago

I cloned the ABSADataset github again and retried the make_absa_dataset code again but it is not working. Which version should I get for the updated one? Thanks!

yangheng95 commented 1 year ago

update pyabsa. pip install pyabsa -U