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 | 016b376714976bbf19510e07797c9787f29daf60 (patch) | |
tree | 1b09bb047feceb0daa7f0b86f70c0c05761c8e8a /decoder | |
parent | 22bcb46f38fcb285f93510a40b2109c61c7d965f (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; } |