This commit is contained in:
shixian.shi 2024-01-22 18:57:36 +08:00
parent 97c601d039
commit 9a27d02b78

View File

@ -415,7 +415,7 @@ class SeacoParaformer(BiCifParaformer, Paraformer):
token, timestamp)
result_i = {"key": key[i], "text": text_postprocessed,
"timestamp": time_stamp_postprocessed,
"timestamp": time_stamp_postprocessed, "raw_text": text
}
if ibest_writer is not None: