Menu

is training the acoustic model per sentence is wrong ?

Help
Bryan
2014-12-08
2017-10-14
  • Bryan

    Bryan - 2014-12-08

    sir if i train like this

       <s> hello good morning </s> (sound1)
    

    the sound1 contains the word hello good morning separated by pause
    is traning like this is good or bad
    or should i train per word not in sentence?

     

    Last edit: Nickolay V. Shmyrev 2014-12-09
    • Nickolay V. Shmyrev

      is traning like this is good or bad

      It is ok. If you want to make training more accurate you can insert <sil> words in your transcription to make trainer insert silence between words:

         <s> hello <sil> good morning </s> (sound1)
      

      or should i train per word not in sentence?

      You should train sentences, not words. If you have questions like this one you can just read a tutorial

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

      All the questions are answered there

       

      Last edit: Nickolay V. Shmyrev 2014-12-09
  • FF

    FF - 2017-10-02

    Hi Nickolay, I have a similar problem.
    I want to move a robot with command like <command> <some words for directions>.
    I want to train my system to be the most generic possibile, so everyone move my robot.
    I should train with sentences like

    <s> go forward</s> sound1
    <s> come back</s> sound2
    

    or is it better like <s>go forward <silence> come back </s> sound1
    with some commands together?
    I'd like to put sentences like "go forward" "go straight forward" to make it more friendly to users.
    What do you suggest me ?

     

    Last edit: FF 2017-10-02
    • Nickolay V. Shmyrev

      What is your guess on that problem?

       

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.