Skip to content

Commit

Permalink
Fix type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
thequilo committed Aug 27, 2024
1 parent 77ef5d9 commit ccad5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meeteval/wer/wer/di_cp.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def greedy_di_cp_word_error_rate_multifile(
partial=False,
reference_sort='segment_if_available',
hypothesis_sort='segment_if_available',
) -> 'dict[str, OrcErrorRate]':
) -> 'dict[str, DICPErrorRate]':
"""
Computes the (Greedy) DI-cpWER for each example in the reference and hypothesis files.
Expand Down

0 comments on commit ccad5f3

Please sign in to comment.