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
53e0773ba4
commit
a365299dc8
Binary file not shown.
@ -807,7 +807,7 @@ def main():
|
||||
text_idx = splited.index('"text":')
|
||||
|
||||
pseudo = f'"pseudo text": "{res_dict[utt_id]}",'
|
||||
splited.insert(text_idx-1, pseudo)
|
||||
splited.insert(text_idx, pseudo)
|
||||
print(text_idx)
|
||||
print(' '.join(splited))
|
||||
exit()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user