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
The parameter "hypothesis" is understood by me as the result of speech recognition, and "reference" as the actual sentence.
Therefore, the minimum edit distance calculated should be the distance from "hypothesis" to "reference". However, upon testing the existing code, the edit distance is from "reference" to "hypothesis". Could this be a bug?