We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd35d3 commit c1264c1Copy full SHA for c1264c1
src/lstm/recodebeam.cpp
@@ -47,7 +47,7 @@ void RecodeNode::Print(int null_char, const UNICHARSET& unicharset,
47
tprintf("label=%d, uid=%d=%s", code, unichar_id,
48
unicharset.debug_str(unichar_id).string());
49
}
50
- tprintf(" score=%g, c=%g,%s%s%s perm=%d, hash=%lx", score, certainty,
+ tprintf(" score=%g, c=%g,%s%s%s perm=%d, hash=%llx", score, certainty,
51
start_of_dawg ? " DawgStart" : "", start_of_word ? " Start" : "",
52
end_of_word ? " End" : "", permuter, code_hash);
53
if (depth > 0 && prev != nullptr) {
0 commit comments