edit_distance returns inf in normalized mode when the truth sequence is empty...
edit_distance returns inf in normalized mode when the truth sequence is empty and hypothesis is not. otherwise if both are empty, it returns 0 cleared up the code & unit tests. Change: 124617418
Loading
Please sign in to comment