diff options
Diffstat (limited to 'decoder/viterbi.cc')
-rw-r--r-- | decoder/viterbi.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/viterbi.cc b/decoder/viterbi.cc index 6bcc97db..c8322823 100644 --- a/decoder/viterbi.cc +++ b/decoder/viterbi.cc @@ -29,7 +29,7 @@ std::string viterbi_stats(Hypergraph const& hg, std::string const& name, bool es } #ifdef DEBUG_VITERBI_SORT const_cast<Hypergraph&>(hg).ViterbiSortInEdges(); - o<<name<<" (viterbi sort) first derivation: "; + o<<name<<" sorted #1 derivation: "; o<<hg.show_first_tree(false); o<<endl; #endif |