Yabin Li
2023-05-09 7c4a0666c0e2666b5e9b3aac17d74910d8e9b4a1
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