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