ELITR / SLTev

SLTev is a tool for comprehensive evaluation of (simultaneous) spoken language translation.
8 stars 3 forks source link

Why is flicker a whole number? #26

Closed bhaddow closed 3 years ago

bhaddow commented 3 years ago

When running the example, the average flicker is 7, which is suspiciously round. I cannot see how this is calculated - is it count_changed_content / WordCount ?

mohammad2928 commented 3 years ago

Hi Barry, Yes, it is count_changed_content / WordCount and I have rounded it by using int(count_changed_content / WordCount)

bhaddow commented 3 years ago

It seems strange to round it when the other measures are not rounded.

mohammad2928 commented 3 years ago

I will fix it in the next version.

mohammad2928 commented 3 years ago

It's done.