游雁
2023-12-27 c6d6c932a047f49f80eca33954afb802136f02c3
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: