mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
a365299dc8
commit
8924a0f715
Binary file not shown.
@ -806,7 +806,7 @@ def main():
|
||||
utt_id = splited[1][1:-2]
|
||||
text_idx = splited.index('"text":')
|
||||
|
||||
pseudo = f'"pseudo text": "{res_dict[utt_id]}",'
|
||||
pseudo = f'"greedy pseudo text": "{res_dict[utt_id]}",'
|
||||
splited.insert(text_idx, pseudo)
|
||||
print(text_idx)
|
||||
print(' '.join(splited))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user