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
When I ran Tidy with 4 -A flags on this very long word list, it calculated the mean edit distance as a negative number.
I'm wondering if this is an overflow issue? Which I didn't think you could have in Rust? Maybe there's a smarter way to calculate the mean edit distance that avoids needing a very large integer value.