hnluo
2023-04-17 24f73665e2d8ea8e4de2fe4f900bc539d7f7b989
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);