Conchylicultor / DeepQA

My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
Apache License 2.0
2.93k stars 1.17k forks source link

How to make him speak Chinese #99

Closed bournes closed 7 years ago

bournes commented 7 years ago

How to make him speak Chinese? thanks 。。。

Conchylicultor commented 7 years ago

I already answered your question here #5 . In order to support new language, you'll have to train it with your own data (and probably modify the textdata.py to correctly tokenize the sentences in your language).