Menu

Using Sphinx

2014-05-16
2014-05-16
  • Riccardo Fagiolo

    Hello,
    I'm having some issues getting Sphinx to work properly.
    I am getting tons of messages like "14:08:29.252 WARNING dictionary The dictionary is missing a phonetic transcription for the word 'sh'"
    I am using the CMU dictionary version 0.7a (Sphinx version) (http://svn.code.sf.net/p/cmusphinx/code/trunk/cmudict/sphinxdict/cmudict.0.7a_SPHINX_40)
    I am using the official Sphinx models. Here is my class, it's basically an edited copy of HelloDigits: http://pastebin.com/T2UjjZNk
    I'm having a bad time trying to figure this out, I would be grateful if you could help me.
    Thanks,
    Riccardo

     
  • Nickolay V. Shmyrev

    I am using the CMU dictionary version 0.7a (Sphinx version) (http://svn.code.sf.net/p/cmusphinx/code/trunk/cmudict/sphinxdict/cmudict.0.7a_SPHINX_40)

    This dictionary is case incompatible, it's uppercase. Case compatible dictionary is available in sphinx4 sources.

     
  • Riccardo Fagiolo

    Thank you for the immediate answer.
    I am not sure where to find the compatible dictionary, could you provide me a link?
    Thank you,
    Ric

     
  • Riccardo Fagiolo

    Ok, i checked the source files but i can't find any case compatible dictionary.

     

    Last edit: Riccardo Fagiolo 2014-05-16
  • Jeff Acquaviva

    Jeff Acquaviva - 2014-05-16

    Check under

    models/acoustic/wsj/dict

    I've been using the cmudict.0.6d

     

Log in to post a comment.