游雁
2023-05-22 3cde6fe8e0457a0cd3d65797d6d53bd947047a44
funasr/runtime/onnxruntime/src/tokenizer.cpp
@@ -5,6 +5,7 @@
#include "precomp.h"
namespace funasr {
CTokenizer::CTokenizer(const char* sz_yamlfile):m_ready(false)
{
   OpenYaml(sz_yamlfile);
@@ -220,3 +221,5 @@
   }
   id_out= String2Ids(str_out);
}
} // namespace funasr