shixian.shi
2023-12-27 840657e54eaa790c4c8e95e30dc3959acb679417
funasr/models/paraformer/model.py
@@ -535,7 +535,7 @@
               text = tokenizer.tokens2text(token)
               
               text_postprocessed, _ = postprocess_utils.sentence_postprocess(token)
               result_i = {"key": key[i], "text_postprocessed": text_postprocessed}
               result_i = {"key": key[i], "text": text_postprocessed}
               
               if ibest_writer is not None: