‹ projects

vmc

a voice model creator for CMU Sphinx
Log | Files | Refs | README | LICENSE

commit 7d1c034bc72733429d84cdfb0719cca0ac7d8554
parent c95ead9d6ae8101f36c3d7325a4bd0152f9daf66
Author: umhau <umhau@users.noreply.github.com>
Date:   Fri,  4 Nov 2016 22:51:10 -0400

indentation on help output was wrong.
Diffstat:
Mlmt.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lmt.sh b/lmt.sh @@ -20,7 +20,7 @@ if [[ -z $1 ]]; then echo echo -e "USAGE: \tlmt.sh " echo - echo -e "\tlm-training-file\t\t(used to name most of the internal files)" + echo -e "\tlm-training-file\t(used to name most of the internal files)" echo -e "\tsentence-list\t\t(sentences for the user to record)" echo -e "\toutput-location\t\t(location to save the LM into)" echo