Is it possible to write a speech-recognition engine from scratch?

牧云@^-^@ 提交于 2019-12-11 12:56:06

问题


Using some existing math libraries, though. The point is, that there is literally no research in this field in my language (Georgian). Is that possible? How long would I take? I know that this also depends on the skills, but still?


回答1:


Also answered at

Speech to text conversion for non-english language

Is it possible to write a speech-recognition engine from scratch?

You do not need to write engine from scratch, there are many engines already available, you can just pick one like CMUSphinx

http://cmusphinx.sourceforge.net

If you just interested in supporting Georgian, it's just a task to train Georgian model, you do not need to implement engine itself. Speech recognition engines do not depend on langauge.

The point is, that there is literally no research in this field in my language (Georgian).

Luckily there is a lot in English.

How long would I take?

It takes about a month of single man work to create a database for a new language for CMUSphinx. For more details see the documentation:

http://cmusphinx.sourceforge.net/wiki/tutorial (Tutorial)

http://cmusphinx.sourceforge.net/wiki/tutorialam (Acoustic model training tutorial chapter)



来源:https://stackoverflow.com/questions/12653811/is-it-possible-to-write-a-speech-recognition-engine-from-scratch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!