You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if I understand it correctly, but it seems like sclite_mode doesn't really do anything. I tried it with many reference-hypotheses pairs and the results will always be the same whether I set it to boolean True or False.
SCLITE weighs ins, del, and sub as 3, 3, and 4 instead of equally. In most cases, however, I think the resulting edit distance would be the same. I had tried constructing some test cases for this but couldn't. I would be curious to see if someone can come up with examples where it would make a difference.
I don't know if I understand it correctly, but it seems like
sclite_mode
doesn't really do anything. I tried it with many reference-hypotheses pairs and the results will always be the same whether I set it to booleanTrue
orFalse
.For reference, here's a small script I tested:
and these are what gets printed:
For both cases above, the result seems to be giving the same penalty.
The text was updated successfully, but these errors were encountered: