prakashpandey9 / Text-Classification-Pytorch

Text classification using deep learning models in Pytorch
MIT License
808 stars 239 forks source link

Does this project support Chinese data sets? #14

Open ganlinlu opened 3 years ago

ganlinlu commented 3 years ago

I will complete a Chinese emotion analysis task. Can this project complete the task of Chinese emotion analysis?

Abhiram4572 commented 3 years ago

Yes, you've to train the embedding weights along with the model (in case you don't have embeddings for Chinese words already)