Menu

Spanish resources

Help
josealv
2007-01-30
2012-09-22
  • josealv

    josealv - 2007-01-30

    Hello, I'm triying to use the resources in http://www.speech.cs.cmu.edu/sphinx/models/hub4spanish_itesm/ in sphinx4 but i can't figure how to setup the .config.xml. Anybody have been tried to use these resources or similiar?

    Thanxs

    Jac

     
    • Santiago Brandi

      Santiago Brandi - 2008-06-17

      i forgot, these links has thes steps to follow to train the model:

      http://cmusphinx.sourceforge.net/sphinx4/doc/UsingSphinxTrainModels.html

      byee

       
    • Santiago Brandi

      Santiago Brandi - 2008-06-17

      Hi, i named my acustic model "alfred", these are the lines on the config.xml i changed, the aplication runs, but i get really poor results in recongnition, it seems there are some other parameters to be changed to improve that, but al least it runs like this, i hope it helps, if you get any information about the recognotion eficiency let me now

      <!-- ******************************************************** -->
      <!-- The Dictionary configuration                            -->
      <!-- ******************************************************** -->
      
      <component name="dictionary" 
          type="edu.cmu.sphinx.linguist.dictionary.FastDictionary">
          <property name="dictionaryPath" 
       value="resource:/edu.cmu.sphinx.model.acoustic.ALFRED_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model!/edu/cmu/sphinx/model/acoustic/ALFRED_8gau_13dCep_16k_40mel_130Hz_6800Hz/dict/cmudict.0.6d"/> 
          <property name="fillerPath" 
       value="resource:/edu.cmu.sphinx.model.acoustic.ALFRED_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model!/edu/cmu/sphinx/model/acoustic/ALFRED_8gau_13dCep_16k_40mel_130Hz_6800Hz/dict/fillerdict"/> 
          <property name="addSilEndingPronunciation" value="false"/>
          <property name="wordReplacement" value="<sil>"/>
          <property name="allowMissingWords" value="false"/>
          <property name="unitManager" value="unitManager"/>
      </component>
      
      <!-- ******************************************************** -->
      <!-- The acoustic model configuration                         -->
      <!-- ******************************************************** -->
      <component name="tidigits" 
                      type="edu.cmu.sphinx.model.acoustic.ALFRED_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model">        <property name="loader" value="sphinx3Loader"/>
          <property name="unitManager" value="unitManager"/>
      </component>
      
      <component name="sphinx3Loader"
                 type="edu.cmu.sphinx.model.acoustic.ALFRED_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader">
      
          <property name="logMath" value="logMath"/>
          <property name="unitManager" value="unitManager"/>
      </component>
      
       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.