gunthercox / ChatterBot

ChatterBot is a machine learning, conversational dialog engine for creating chat bots
https://chatterbot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
14.04k stars 4.44k forks source link

About supporting Vietnamese #2346

Open dinhan92 opened 8 months ago

dinhan92 commented 8 months ago

Does chatterbot support Vietnamese? Can I use something like this: trainer = ChatterBotCorpusTrainer(chatbot)

trainer.train( "chatterbot.corpus.vietnamese" ) ???? Thank you!