mozilla / DeepSpeech

DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
Mozilla Public License 2.0
25.02k stars 3.94k forks source link

Can this code be used in Chinese speech recognition? #1097

Closed helloWaterM closed 6 years ago

helloWaterM commented 6 years ago

Have someone used this code to do Chinese speech recognition? Does it works?

sbhamad commented 6 years ago

https://arxiv.org/abs/1512.02595 Apparently yes!

helloWaterM commented 6 years ago

Thank you! But this project is based on DeepSpeech, not DeepSpeech2. So, I'm worried about whether this project is applicable to Chinese.

kdavis-mozilla commented 6 years ago

The same means of supporting Chinese used in DeepSpeech2 can be used in DeepSpeech.

helloWaterM commented 6 years ago

so, it means if the character set( data/alphabet.txt) are changed, the project can transfer Chinese words?

kdavis-mozilla commented 6 years ago

Basically yes.

You'll also need to create the language model, trie, vocabulary and the like. For a similar example of going to French see Vincent Foucault's excellent tutorial[1].

bolt163 commented 6 years ago

@jackHuanghello, 中文的你跑出来了吗...

helloWaterM commented 6 years ago

https://discourse.mozilla.org/t/training-chinese-model/27769 @bolt163

areyliu6 commented 6 years ago

@jackHuanghello 請問你的Language Model 是自己train的嗎? 還是使用 THCHS30中的 lm ? 有詳細的教學步驟嗎? 感恩您 因為我的data 只有 THCHS30 謝謝!

yangpei11 commented 6 years ago

@jackHuanghello hello, your link become invalid. Can I have future contact with you, ?My WeChat is: 13797206291

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.