Why am I missing the an4-1-1.match file in this speech recognition code?

前端 未结 1 970
时光取名叫无心
时光取名叫无心 2021-01-29 01:36

I\'m having problems in the decoding part of speech recognition. I followed the steps here. When I type: perl scripts_pl/decode/slave.pl, I get these errors:

<
相关标签:
1条回答
  • 2021-01-29 02:11

    I followed the steps here http://www.speech.cs.cmu.edu/sphinx/tutorial.html

    This tutorial is outdated. A recent one is http://cmusphinx.sourceforge.net/wiki/tutorialam

    Could not find executable for /home/go/Documents/tutorial/an4/bin/sphinx3_decode

    This is a reason of the problem. You need to copy the executable to the specified location. Then run decoding again.

    0 讨论(0)
提交回复
热议问题