cntext icon indicating copy to clipboard operation
cntext copied to clipboard

Slow sentiment analysis

Open tam-nguyenminh opened this issue 1 year ago • 2 comments

Hello, I've tried to run sentiment analysis with DUTIR on a dataset of 80000 and it took >40 minutes to execute which is very slow compared to other packages. Is it possible if you can show me how to optimize it? Any document that helps?

Thanks. Regards

tam-nguyenminh avatar Sep 18 '23 06:09 tam-nguyenminh

I encountered the same problem. It took more than 1 hour to run 80k+ pieces of data.

DorisWangDR avatar Jan 30 '24 07:01 DorisWangDR

可以结合pandarallel库, 加速n倍(n是cpu核数)。

hiDaDeng avatar Jul 16 '24 09:07 hiDaDeng