嘉渊
2023-04-25 4b7dff9c7147c8ab8b66dedceee3d2b8ee485f10
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);