8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In ctcdecode/src/binding.cpp change:
const char* end = str_i + strlen(labels)-1; to const char* end = str_i + strlen(labels);
const char* end = str_i + strlen(labels)-1;
const char* end = str_i + strlen(labels);
I'd submit a patch, but I'm not 100% sure about the utf-8 stuff and how this is supposed to behave.