Yabin Li
2023-08-07 ef442fd5ac06ec302ce8d0944f3dd303f349d8be
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;