We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, corpus-wer.py gets the error Traceback (most recent call last): File "/mnt/c/Users/clara.ginovart/Desktop/alocai/corpus-wer.py", line 28, in <module> wer_score = wer(refs, preds, standardize=True) # "standardize" expands abbreviations TypeError: wer() got an unexpected keyword argument 'standardize'
Traceback (most recent call last): File "/mnt/c/Users/clara.ginovart/Desktop/alocai/corpus-wer.py", line 28, in <module> wer_score = wer(refs, preds, standardize=True) # "standardize" expands abbreviations TypeError: wer() got an unexpected keyword argument 'standardize'
The text was updated successfully, but these errors were encountered:
Hello! Thanks for the report!
I removed standardize=True in the current code. If you want to use it, you can follow the instructions here.
standardize=True
Currently, it is recommended to use SacreBLEU for evaluation: https://github.com/mjpost/sacrebleu
Sorry, something went wrong.
No branches or pull requests
Hi,
corpus-wer.py gets the error
Traceback (most recent call last): File "/mnt/c/Users/clara.ginovart/Desktop/alocai/corpus-wer.py", line 28, in <module> wer_score = wer(refs, preds, standardize=True) # "standardize" expands abbreviations TypeError: wer() got an unexpected keyword argument 'standardize'
The text was updated successfully, but these errors were encountered: