speech_asr
2023-04-20 e80263cbf8c0036e05f14223fe4766559cb3f310
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);