Menu

mk_model_def

Help
Anonymous
2002-11-06
2012-09-22
  • Anonymous

    Anonymous - 2002-11-06

    I am calling to mk_model_def in the IC phase and this script shows an error.
    I call the script like this way:

    ./bin/mk_model_def -moddeffn model_architecture/ci_mdef -phonelstfn etc/animal.phone
    -n_state_pm 3

    and shows an error that says:

    [Switch]    [Default] [Value]
    -moddeffn             model_architecture/ci_mdef
    -triphonefn                 
    -phonelstfn           etc/animal.phone
    -mapfn                     
    -n_cdstate                 
    -n_cistate                 
    -n_tmat                     
    -n_state_pm 5         3     
    INFO: mk_model_def.c(367): 21 n-phones, each to have 3 states
    FATAL_ERROR: "mk_model_def.c", line 380: Error reading triphone list file
    I need make a triphones file? why?

     
    • Anonymous

      Anonymous - 2002-11-25

      You can use ./bin/mk_mdef_gen instead.

      The following example will produce ci mdef.
      ./bin/mk_mdef_gen -phnlist ./etc/PBW445.phone -dictfn ./etc/PBW445_eng.dic -fdictfn ./etc/PBW445.filler -lsnfn ./etc/PBW445.transcription -ocimdef PBW445ci.mdef

      The argument files must be prepared for before.
      These can be refered from ./doc/tinydic.txt.

       
      • Anonymous

        Anonymous - 2002-11-29

        -phnlist    --->    -phnlstfn

         

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.