Menu

How to modify hello demo sphinx4

Help
Sny
2015-07-02
2015-07-04
  • Sny

    Sny - 2015-07-02

    Hello,
    I was able to run hello demo in eclipse, now I wan to make it do the same job but recognize words in another language.
    This what I understand first I have to prepare my data which will be in another language .
    I followed this page

    http://cmusphinx.sourceforge.net/wiki/tutorialam

    then I need to train it also using the above link or this tutorial

    http://www.speech.cs.cmu.edu/sphinx/tutorial.html

    could some one tell me if I did the correct things or not also what is the next step to modify hello demo in order to recognize specific words in different language.

    and one more thing after complete training how can I test and see the WORD ERROR RATE

    I tried to run this command but there was errors

    sphinxtrain -s decode run

     

    Last edit: Sny 2015-07-04
  • Nickolay V. Shmyrev

    I followed this page
    http://cmusphinx.sourceforge.net/wiki/tutorialam

    This is correct tutorial

    I tried to run this command but there was errors

    Which errors exactly

     
    • Sny

      Sny - 2015-07-02

      the command does not work. I might have done something wrong.
      after typing the command
      sphinxtrain -s decode run
      this is the error
      (sphinxtrain is not recognized as internal or external command
      operable program or batch file).
      note that i use windows 7

       

      Last edit: Sny 2015-07-02
    • Sny

      Sny - 2015-07-02

      So first thing I have to do is prepare my data by recording it. my data will be in Arabic language do you know any program that helps me to record it which should be in wav format, 16000Hz.

       

      Last edit: Sny 2015-07-02
      • Nickolay V. Shmyrev

        (sphinxtrain is not recognized as internal or external command

        On Windows you have to use as pointed earlier in tutorial

               python ../sphinxtrain/scripts/sphinxtrain -s decode run
        

        do you know any program that helps me to record it which should be in wav format, 16000Hz.

        Audacity

         
        • Sny

          Sny - 2015-07-04

          Thanks, I appreciate your answer.
          could you please take a look at all my questions. I know that I asked too many questions at the same time

           
          • Nickolay V. Shmyrev

            could you please take a look at all my questions.

            I do not see any other questions from you.

             
            • Sny

              Sny - 2015-07-04

              Hello,
              I was able to run hello demo in eclipse, now I wan to make it do the same job but recognize words in another language.
              This what I understand first I have to prepare my data which will be in another language .
              I followed this page

              http://cmusphinx.sourceforge.net/wiki/tutorialam

              then I need to train it also using the above link or this tutorial

              http://www.speech.cs.cmu.edu/sphinx/tutorial.html

              could some one tell me if I did the correct things or not also what is the next step to modify hello demo in order to recognize specific words in different language.

              and one more thing after complete training how can I test and see the WORD ERROR RATE

              I tried to run this command but there was errors

              sphinxtrain -s decode run

              this question

              what is the next step to modify hello demo in order to recognize specific words in different language.

               

Log in to post a comment.