游雁
2023-05-08 f115ffd1bd1f580f8740de6ec991954aeb2b9a4c
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