You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to include my own chinese dataset by using conversation file <name>.txt, copy it in this repository and launch the program with the option --corpus lightweight --datasetTag <name>
But I could'nt get any responses in chinese. Can anybody help me to solve this issue. Does this chatbot support for chinese language?
Regards,
Bala
The text was updated successfully, but these errors were encountered:
Hello Bala, I'm glad to tell you that DeepQA indeed support Chinese. Please prepare you own data for example file named "my_own_data.txt", then put it in dir 'lightweight'. And when you train your model, you should use the command python main.py --corpus lightweight --datasetTag my_own_data. If the command doesn't work, please remove the data in "data/samples" dir.
Good luck!
Hello,
I'm trying to include my own chinese dataset by using conversation file
<name>.txt
, copy it in this repository and launch the program with the option--corpus lightweight --datasetTag <name>
But I could'nt get any responses in chinese. Can anybody help me to solve this issue. Does this chatbot support for chinese language?
Regards,
Bala
The text was updated successfully, but these errors were encountered: