Skip to content

Commit

Permalink
fix WORDLIST filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii authored and stweil committed Jan 22, 2019
1 parent f62181c commit 77d0b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training/tesstrain_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ parse_flags() {
# Take training text and wordlist from the langdata directory if not
# specified in the command-line.
TRAINING_TEXT=${TRAINING_TEXT:-${LANGDATA_ROOT}/${LANG_CODE}/${LANG_CODE}.training_text}
WORDLIST_FILE=${TRAINING_TEXT:-${LANGDATA_ROOT}/${LANG_CODE}/${LANG_CODE}.wordlist}
WORDLIST_FILE=${WORDLIST_FILE:-${LANGDATA_ROOT}/${LANG_CODE}/${LANG_CODE}.wordlist}

WORD_BIGRAMS_FILE=${LANGDATA_ROOT}/${LANG_CODE}/${LANG_CODE}.word.bigrams
NUMBERS_FILE=${LANGDATA_ROOT}/${LANG_CODE}/${LANG_CODE}.numbers
Expand Down

0 comments on commit 77d0b6c

Please sign in to comment.