www.pudn.com > sphinx_recipe.zip > add_to_your_env
# These are used by the Sphinx training recipe. # # You'll obviously need to change the paths to # reflect reality in your world. # Everything will live below CMU_ROOT directory CMU_ROOT=/big/sphinx_recipe;export CMU_ROOT # Scripts used by the recipe CMU_SCRIPTS=/big/sphinx_recipe/scripts;export CMU_SCRIPTS # Where is original WSJ0 and (optionally) WSJ1 corpora are WSJ0_DIR=/big/corpus/wsj0;export WSJ0_DIR WSJ1_DIR=/big/corpus/wsj1;export WSJ1_DIR # The above two should live below the WSJ_ROOT directory WSJ_ROOT=/big/corpus/;export WSJ_ROOT # Training directory for our WSJ acoustic models CMU_WSJ=/big/sphinx_recipe/wsj;export CMU_WSJ # Directory for some shared stuff CMU_COMMON=/big/sphinx_recipe/common;export CMU_COMMON # Where the resource management tutorial lives, this model # is used to do the forced alignment to get the WSJ # training transcripts. CMU_RM1=/big/sphinx_recipe/rm1;export CMU_RM1 # Utility used for woing the word alignments CMU_ALIGN=/big/sctk/bin/sclite;export CMU_ALIGN