We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ee69b commit f901d5aCopy full SHA for f901d5a
sherpa-onnx/csrc/utils.cc
@@ -17,7 +17,7 @@
17
18
namespace sherpa_onnx {
19
20
-static bool EncodeBase(std::vector<std::string> &lines,
+static bool EncodeBase(const std::vector<std::string> &lines,
21
const SymbolTable &symbol_table,
22
std::vector<std::vector<int32_t>> *ids,
23
std::vector<std::string> *phrases,
0 commit comments