Menu

Sphinx 3.5 and interpolated LM

Help
2006-01-12
2012-09-22
  • Tanel Alumäe

    Tanel Alumäe - 2006-01-12

    Is it possible to use an interpolation of two language models with Sphinx 3.5? I would like to use an interpolation of a word trigram and a class trigram.

    Also, is the Sphinx 3 language model control file (given with the -lmctlfn parameter to decode) documented anywhere? The best documentation I found is this example: http://fife.speech.cs.cmu.edu/sphinx/models/lm/turtle-class-lm/

     
    • Tanel Alumäe

      Tanel Alumäe - 2006-01-12

      OK, if I interpolate using the CMU LM toolkit, I get a LM that contains both classes and words. But, all my words in the word trigram are also class members in the class trigram.
      So the question now is: can sphinx handle the case where a word is in the LM 'as is', and also as a class member? I.e. word probability is a sum of its explicitly defined probability and the probability computed via its class?

      Thanks in advance.

       
    • The Grand Janitor

      Try CMU LM toolkit interpolate. -Arthur

       
      • The Grand Janitor

        You probably need to write your own program. Hopefully, later version will support that functions. -A

         

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.