Xian Shi
2023-10-17 0dd01a880b8a7ed1d4549ee9b3a3d224e6fa1409
funasr/runtime/onnxruntime/src/seg_dict.cpp
@@ -40,6 +40,7 @@
  if (seg_dict.count(word))
    return seg_dict[word];
  else {
    LOG(INFO)<< word <<" is OOV!";
    std::vector<string> vec;
    return vec;
  }