Menu

Unable to produce phonetic transcription for the utterance '<s> </s>'

Help
2016-06-03
2016-06-03
  • Senjam Shantirani

    I got an error as below, I wanted to make ASR for yes and no only, in my transcription I have the transcription as below:

    <s> yes </s> (1yes)
    <s> yes </s> (2yes)
    

    Filler has the following

    <s>             sil
    </s>            sil
    <sil>           sil
    

    Phonelist has the following

    y
    rh
    s
    n
    ow
    sil
    

    Dictionary, .dic has the following

    yes y eh s
    no n ow
    sil sil
    
    WARN: "next_utt_states.c", line 83: Unable to produce phonetic transcription for the utterance '<s> no </s>'
    WARN: "main.c", line 826: Skipped utterance '<s> no </s>'
    
    WARN: "mk_phone_list.c", line 178: Unable to lookup word '<s>' in the dictionary
    

    Please let me know what is causing the problem.

    Regards,
    Shanti

     

    Last edit: Nickolay V. Shmyrev 2016-06-03
    • Nickolay V. Shmyrev

      As error says, you have problem with the word <s>. In your filler dictionary it is transcribed with lowercase phone sil, it must be uppercase phone SIL. Also, you do not need word SIL in the dict file, it must be the word <sil> in filler file instead.

      Read tutorial carefully.

       
  • Senjam Shantirani

    Please find the details in the tar file

     

Log in to post a comment.