-
Notifications
You must be signed in to change notification settings - Fork 164
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
TER scores are not scaled #169
Comments
Hi, As far as I know TER scores can be larger than 100 if the hypotheses are way too far from the references. This is also the case with the reference TERCOm library. |
Ah okay! Thank you for the prompt response, appreciate it! |
@ozancaglayan @mjpost Even though TER scores can be larger than 100 then what is the meaning of "scaled TER scores"? |
Before, they were between 0-1, now all metrics are multiplied by 100, scaling was simply this :) |
Oh okay, thank you for the clarificaiton! |
I am trying to calculate the TER score that should be in the range of 0-100.
According to the new update, scores are scaled automatically.
The code that I am using to calculate scaled TER scores is:
But sometimes the score comes out to be greater than 100.
Can you please tell me is it something that I am doing wrong or is it something else?
Thank you!
The text was updated successfully, but these errors were encountered: