雾聪
2023-06-02 8b6a1103366f3ccdaa4e75aa663094a3570c6ae3
funasr/runtime/onnxruntime/src/vocab.cpp
@@ -10,6 +10,7 @@
using namespace std;
namespace funasr {
Vocab::Vocab(const char *filename)
{
    ifstream in(filename);
@@ -151,3 +152,5 @@
{
    return vocab.size();
}
} // namespace funasr