Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max sequence length supported by the library #15

Open
huangruizhe opened this issue Oct 9, 2023 · 0 comments
Open

Max sequence length supported by the library #15

huangruizhe opened this issue Oct 9, 2023 · 0 comments

Comments

@huangruizhe
Copy link

d = numpy.zeros((len(r)+1)*(len(h)+1), dtype=numpy.uint8).reshape((len(r)+1, len(h)+1))

It would be good to mention in README that the library supports computing WER for sequences up to 256 words. Otherwise, the users need to make the change accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant