from local

This commit is contained in:
dohe0342 2023-01-25 16:37:20 +09:00
parent a365299dc8
commit 8924a0f715
2 changed files with 1 additions and 1 deletions

View File

@ -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))