From 02bd5a3a9bb6f179afc57b5203a0cc7626f0c2fd Mon Sep 17 00:00:00 2001 From: chenmengzheAAA <123789350+chenmengzheAAA@users.noreply.github.com> Date: 星期四, 14 九月 2023 17:37:00 +0800 Subject: [PATCH] Merge pull request #953 from alibaba-damo-academy/chenmengzheAAA-patch-1 --- funasr/runtime/onnxruntime/src/tokenizer.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/onnxruntime/src/tokenizer.h b/funasr/runtime/onnxruntime/src/tokenizer.h index 419791b..3b1d1c5 100644 --- a/funasr/runtime/onnxruntime/src/tokenizer.h +++ b/funasr/runtime/onnxruntime/src/tokenizer.h @@ -30,7 +30,7 @@ vector<string> SplitChineseString(const string& str_info); void StrSplit(const string& str, const char split, vector<string>& res); void Tokenize(const char* str_info, vector<string>& str_out, vector<int>& id_out); - + bool IsPunc(string& Punc); }; } // namespace funasr -- Gitblit v1.9.1