Comments

Nested
Error in Step 10 instructions
User: zorzal
Date: 6/19/2011 11:32 pm
Views: 4734
Rating: 14

I believe the instructions regarding the use of HDMan to generate "fulllist" are inconsistent with those given in HTKBook, as pointed out by Imene.

According to HTKBook p40, what is needed is "a new list of triphones expanded to include all those needed for recognition.This can be generated, for example, by using HDMan on the entire dictionary (not just the training dictionary)."

The VoxForge instructions however just collate a complete list of monophones with the list of triphones extracted from the training data.

To fix this, all that is needed is to append the "TC" instruction to the global.ded file, then proceed with HDMan. (After that, the resulting fulllist file should be merged with the triphones extracted from the training transcriptions, followed by running fixfulllist.pl etc)

 

Re: Error in Step 10 instructions
User: kmaclean
Date: 6/20/2011 11:55 am
Views: 136
Rating: 14

Excellent,

thanks!

Re: Error in Step 10 instructions
User: Babak
Date: 8/1/2011 1:36 pm
Views: 227
Rating: 13

Hi

I had problems to follow the step 10. I have also been trying to compare the HTK Book tutorial with the VoxForge and read your informative comment:

Would you please verify if I understood your comment correctly:

(1) To fix this, append the "TC" instruction to the global.ded file:

So I assume I need to modify global.ded to:

AS sp

RS cmu

MP sil sil sp

TC

(2) then proceed with HDMan.

So, I guess I need to execute the following command:

$ HDMan -A -D -T 1 -b sp -n fulllist -g global.ded -l flog dict-tri ../lexicon/voxforge_lexicon

which outputs the files fulllist and dict-tri.

(3) then, the resulting fulllist file should be merged with the triphones extracted from the training transcriptions,

So, at this step I need to submit the content of the file triphopnes to the file fulllist.

(4) then running fixfulllist.pl:

$ perl fixfulllist.pl fulllist1 fulllist

 

Thanks

Re: Error in Step 10 instructions
User: Babak
Date: 8/1/2011 1:37 pm
Views: 130
Rating: 12

Hi

I had problems to follow the step 10. I have also been trying to compare the HTK Book tutorial with the VoxForge and read your informative comment:

Would you please verify if I understood your comment correctly:

(1) To fix this, append the "TC" instruction to the global.ded file:

So I assume I need to modify global.ded to:

AS sp

RS cmu

MP sil sil sp

TC

(2) then proceed with HDMan.

So, I guess I need to execute the following command:

$ HDMan -A -D -T 1 -b sp -n fulllist -g global.ded -l flog dict-tri ../lexicon/voxforge_lexicon

which outputs the files fulllist and dict-tri.

(3) then, the resulting fulllist file should be merged with the triphones extracted from the training transcriptions,

So, at this step I need to submit the content of the file triphopnes to the file fulllist.

(4) then running fixfulllist.pl:

$ perl fixfulllist.pl fulllist1 fulllist

 

Thanks

PreviousNext