mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-04 14:44:18 +00:00
black
This commit is contained in:
parent
b747e6a43d
commit
239524d384
@ -206,8 +206,8 @@ def post_processing(
|
||||
) -> List[Tuple[List[str], List[str]]]:
|
||||
new_results = []
|
||||
for ref, hyp in results:
|
||||
new_ref = asr_text_post_processing(' '.join(ref)).split()
|
||||
new_hyp = asr_text_post_processing(' '.join(hyp)).split()
|
||||
new_ref = asr_text_post_processing(" ".join(ref)).split()
|
||||
new_hyp = asr_text_post_processing(" ".join(hyp)).split()
|
||||
new_results.append((new_ref, new_hyp))
|
||||
return new_results
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user