Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 71e19bc

Browse files
committed
load_trie with default value for load_from_bytes
1 parent 9faeb51 commit 71e19bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native_client/ctcdecode/scorer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class Scorer {
100100
// necessary setup after setting alphabet
101101
void setup_char_map();
102102

103-
int load_trie(std::stringstream& fin, const std::string& file_path, bool load_from_bytes);
103+
int load_trie(std::stringstream& fin, const std::string& file_path, bool load_from_bytes=false);
104104

105105
private:
106106
std::unique_ptr<lm::base::Model> language_model_;

0 commit comments

Comments
 (0)