Menu

Another possible bug in MMIE scripts

Help
asr2010
2012-03-21
2012-09-22
  • asr2010

    asr2010 - 2012-03-21

    In perl file 61.lattice_pruning/lattice_prune.pl line 88 and 89, the script is
    looking for the lattice_prune.py file inside the project file. If the python
    folder doesn't exist in the project folder, the script will stop. I think we
    should use $ST::CFG_SPHINXTRAIN_DIR rather than $ST::CFG_BASE_DIR
    I think you need to change these two lines to be something like that:

    $ENV{PYTHONPATH} .= ':' . File::Spec->catdir($ST::CFG_SPHINXTRAIN_DIR,
    'python');
    my $rv = RunTool(catfile($ST::CFG_SPHINXTRAIN_DIR, 'python', 'cmusphinx',
    'lattice_prune.py'),

     
  • asr2010

    asr2010 - 2012-03-22

    Same problem with : 62.lattice_conversion/lattice_conv.pl
    and it can be fixed the same way as above

     
  • Nickolay V. Shmyrev

    This issue has been fixed, thanks a lot!

     

Log in to post a comment.