VoxForge
MODULE: 45 Prune Trees
Phase 1: Tree Pruning
FATAL_ERROR: "dtree.c", line 285: Format error; expecting n_node
This is the error that I am getting. How to solve it?? Please suggest..
--- (Edited on 5/4/2011 4:40 pm [GMT-0500] by ) ---
I am using Sphinnx3 in RHEL LINUX.......i am tryin to create a speech recognition system for hindi language......we have a phone list of 59 phones, dictionary of about 6000 words and the wav files.....we have installed sphinx3, sphinxbase and sphinxtrain, and the CMU Cambridge Statistical language modelling toolkit v2............but after running Runall.pl...........in prune trees its showing the error..........
--- (Edited on 5/4/2011 11:25 pm [GMT-0500] by Visitor) ---
I am using Sphinnx3 in RHEL LINUX.......i am tryin to create a speech recognition system for hindi language......we have a phone list of 59 phones, dictionary of about 6000 words and the wav files.....we have installed sphinx3, sphinxbase and sphinxtrain, and the CMU Cambridge Statistical language modelling toolkit v2............but after running Runall.pl...........in prune trees its showing the error..........
--- (Edited on 5/4/2011 11:25 pm [GMT-0500] by Visitor) ---
This is the error I got while running the program once again..
[root@localhost final]# perl scripts_pl/45.prunetree/slave.state-tying.pl
MODULE: 45 Prune Trees
Phase 1: Tree Pruning
FATAL: "main.c", line 167: Unable to open /bablu/tutorial/final/trees/final.unpruned/L:-0.dtree for reading; No such file or directory
But we have made sure that L: is present in the phone dictionary as well as a word containing L: is present in the dictionary and train_transcription file as well..please suggest how to proceed..
Please reply at your earliest..
my email id :[email protected]
--- (Edited on 5/5/2011 1:40 am [GMT-0500] by Visitor) ---
This is the error I got while running the program once again..
[root@localhost final]# perl scripts_pl/45.prunetree/slave.state-tying.pl
MODULE: 45 Prune Trees
Phase 1: Tree Pruning
FATAL: "main.c", line 167: Unable to open /bablu/tutorial/final/trees/final.unpruned/L:-0.dtree for reading; No such file or directory
But we have made sure that L: is present in the phone dictionary as well as a word containing L: is present in the dictionary and train_transcription file as well..please suggest how to proceed..
Please reply at your earliest..
my email id :[email protected]
--- (Edited on 5/5/2011 1:40 am [GMT-0500] by Visitor) ---
Some symbos you are using for phone names are not allowed. For example underscores in phone names, colons and similar characters. It's recommended to use only letters in a phone names for a phoneset.
You can learn about this rule as well as about many other useful things by reading the tutorial
http://cmusphinx.sourceforge.net/wiki/tutorialam
It's also recommended to ask your question about CMUSphinx on CMUSphinx forum
https://sourceforge.net/projects/cmusphinx/forums/forum/5471
--- (Edited on 5/5/2011 11:37 [GMT+0400] by nsh) ---