summaryrefslogtreecommitdiff
path: root/decoder/apply_fsa_models.cc
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-28 00:49:07 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-28 00:49:07 +0000
commitfabdc7bc3cd5a83c2c74768bfc46146b4f3221b4 (patch)
tree884aeb634b5e1184bc320c8558b84dec0d1814a1 /decoder/apply_fsa_models.cc
parent95e8c3a5aa5e1221bc054fcf50524b94839bc531 (diff)
debugging no lhs trie index built
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@630 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/apply_fsa_models.cc')
-rwxr-xr-xdecoder/apply_fsa_models.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/apply_fsa_models.cc b/decoder/apply_fsa_models.cc
index e3837829..dddbddd9 100755
--- a/decoder/apply_fsa_models.cc
+++ b/decoder/apply_fsa_models.cc
@@ -299,6 +299,7 @@ public:
NodeP r=new PrefixTrieNode(lhs_,rulep);
IF_PRINT_PREFIX(r->backp=BP(w,this));
e.dest=r;
+ SHOWM4(DBUILDTRIE,"built node",this,w,*r,r);
return r;
}