from local

This commit is contained in:
dohe0342 2023-01-25 16:30:45 +09:00
parent beef7ea6d5
commit 9e783122cc
2 changed files with 2 additions and 2 deletions

View File

@ -807,8 +807,8 @@ def main():
text_idx = line.index('"text":')
pseudo = f'"psudo text": "{res_dict[utt_id]}",'
line.insert(text_idx+1, pseudo)
print(line)
splited.insert(text_idx+1, pseudo)
print(splited)
'''
for test_set, test_dl in zip(test_sets, test_dl):