Skip to content

Commit

Permalink
Fixed generate_lm_dict function call
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren committed Oct 20, 2017
1 parent 99ed083 commit 1728f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_ctc/src/cpu_binding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ namespace pytorch {
return 1;
}

int _generate_lm_dict(const wchar_t* label_str, int size, int blank_index, int space_index,
int generate_lm_dict(const wchar_t* label_str, int size, int blank_index, int space_index,
const char* lm_path, const char* dictionary_path, const char* output_path) {
#ifdef INCLUDE_KENLM
Labels labels(label_str, size, blank_index, space_index);
Expand Down

0 comments on commit 1728f57

Please sign in to comment.