Comments

Flat
hi
User: mmm
Date: 6/20/2010 7:43 pm
Views: 3017
Rating: 10

hi everyone

I’d like to create batch file called steps.bat contains all steps in this tutorials to gain time because I need to use these steps many times.

 

My problems is that some steps like step 6 contains many substeps so how I can deal with that??

 

See as example below:

create hmmdefs

1.    Create a new file called hmmdefs in your 'voxforge/manual/hmm0' folder:

o        Copy the  monophones0 file to your hmm0 folder;

o        rename the monophones0 file to hmmdefs;

2.    For each phone in hmmdefs:

  • put the phone in double quotes;
  • add '~h ' before the phone (note the space after the '~h'); and
  • copy from line 5 onwards (i.e. starting from "<BEGINHMM>" to "<ENDHMM>") of the hmm0/proto file and paste it after each phone.

Leave one blank line at the end of your file.

Create macros File

The final step in this section is to create the macros file.

A new file called macros should be created and stored in your 'voxforge/manual/hmm0' folder:

  • create a new file called macros in hmm0;
  • copy vFloors to macros
  • copy the first 3 lines of proto (from ~o to <DIAGC>) and add them to the top of the macros file

 

Re: hi
User: kmaclean
Date: 6/28/2010 1:21 pm
Views: 159
Rating: 13

>I’d like to create batch file called steps.bat contains all steps in this tutorials

>to gain time because I need to use these steps many times.

Why not just install Cygwin and use the VoxForge Howto script?

PreviousNext