嘉渊
2023-04-24 5358dbc8df26f51c610aa69cd2ed0da2e4be1f28
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);