| funasr/runtime/onnxruntime/src/vocab.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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;