diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-28 00:49:07 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-28 00:49:07 +0000 |
commit | fabdc7bc3cd5a83c2c74768bfc46146b4f3221b4 (patch) | |
tree | 884aeb634b5e1184bc320c8558b84dec0d1814a1 /decoder | |
parent | 95e8c3a5aa5e1221bc054fcf50524b94839bc531 (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')
-rwxr-xr-x | decoder/apply_fsa_models.cc | 1 |
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; } |