yangheng95 / PyABSA

Sentiment Analysis, Text Classification, Text Augmentation, Text Adversarial defense, etc.;
https://pyabsa.readthedocs.io
MIT License
936 stars 159 forks source link

some bug in TUTORIALS of Aspect Term Extraction and Sentiment Classification #367

Closed TianqiFu closed 10 months ago

TianqiFu commented 10 months ago

https://pyabsa.readthedocs.io/en/latest/6_tutorials/Aspect_Term_Extraction.html Simple Prediction text=ex, should be example=ex Batch Inference target_file=ATEPC.ATEPCDatasetList.Restaurant16, should be inference_source=ATEPC.ATEPCDatasetList.Restaurant16,

屏幕截图 2023-12-01 171352

yangheng95 commented 10 months ago

Thanks for report, will fix soon