游雁
2023-09-19 bd9ba3dd7ea6b4fd6ec5397d65a8e30457663259
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;