Hi all,
i have downloaded the English Voxforge Accoustic model from http://sourcefor
ge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/ .
for using with Openears
i have read the Readme.txt file and i noted
To setup the files use scripts/build.sh script as a base. It should
download required files from Voxforge, setup structure and extract
features. Scripts are located in scripts subfolder.
i have run in terminal as
scripts/build.sh
i have found the error
find: `wav': No such file or directory
./scripts/build.sh: 63: ./traintest.sh: not found
./scripts/build.sh: 63: ./build_fileids.py: not found
./scripts/build.sh: 63: ./build_fileids.py: not found
./scripts/build.sh: 64: ./scripts_pl/make_feats.pl: not found
./scripts/build.sh: 65: ./scripts_pl/make_feats.pl: not found
i can't find out the reason..
if you have any suggestions , please share with me....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i have read the Readme.txt file and i noted
i have run in terminal as
i have found the error
find: `wav': No such file or directory
./scripts/build.sh: 63: ./traintest.sh: not found
./scripts/build.sh: 63: ./build_fileids.py: not found
./scripts/build.sh: 63: ./build_fileids.py: not found
./scripts/build.sh: 64: ./scripts_pl/make_feats.pl: not found
./scripts/build.sh: 65: ./scripts_pl/make_feats.pl: not found
i can't find out the reason..
if you have any suggestions , please share with me....
Those instructions are for training
ok. thaks