from local

This commit is contained in:
dohe0342 2023-01-25 15:55:54 +09:00
parent 4e77c3e633
commit 13487ac1d3
2 changed files with 3 additions and 1 deletions

View File

@ -794,7 +794,9 @@ def main():
word_table=word_table,
decoding_graph=decoding_graph,
)
print(results_dict['greedy_search'])
results = results_dict['greedy_search']
for res in results:
print(res[0])
exit()
save_results(