游雁
2023-10-10 89e68b28c5c971b5bf9abe2eea07e7487cd98355
funasr/runtime/onnxruntime/src/vocab.cpp
@@ -163,6 +163,13 @@
        }
    }
    if (language == "en-bpe" and combine != ""){
        if (words.size() != 0){
            combine = " " + combine;
        }
        words.push_back(combine);
    }
    stringstream ss;
    for (auto it = words.begin(); it != words.end(); it++) {
        ss << *it;