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
Hello, when trying to use the RemoveKaldiNonWords transformation, I get different results when comparing these text pairs:
<unk> xx to xx -> 0.5 WER (0.33 when not using SentencesToListOfWords)
<unk>xx to xx -> 0.0 WER
I'd expect both to be zero when using RemoveKaldiNonWords. Is it an actual bug or am I not understanding the usage correctly? I've tried different order combination of the transformations in the below code, the results were always the same.
Hello, when trying to use the
RemoveKaldiNonWords
transformation, I get different results when comparing these text pairs:<unk> xx
toxx
-> 0.5 WER (0.33 when not usingSentencesToListOfWords
)<unk>xx
toxx
-> 0.0 WERI'd expect both to be zero when using
RemoveKaldiNonWords
. Is it an actual bug or am I not understanding the usage correctly? I've tried different order combination of the transformations in the below code, the results were always the same.The text was updated successfully, but these errors were encountered: