游雁
2023-04-21 4e0aae556bbfb81f765ddb3e247f34441c607c5e
funasr/runtime/onnxruntime/src/Vocab.h
@@ -12,6 +12,7 @@
    vector<string> vocab;
    bool isChinese(string ch);
    bool isEnglish(string ch);
    void loadVocabFromYaml(const char* filename);
  public:
    Vocab(const char *filename);