雾聪
2023-08-17 fbd9fbbde066a483fb903fe9c6c76fb95bc6fc2b
funasr/runtime/onnxruntime/src/tokenizer.cpp
@@ -142,6 +142,14 @@
   return result;
}
bool CTokenizer::IsPunc(string& Punc)
{
   if (m_punc2id.find(Punc) != m_punc2id.end())
      return true;
   else
      return false;
}
vector<string> CTokenizer::SplitChineseString(const string & str_info)
{
   vector<string> list;