diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-11 01:34:57 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-11 01:34:57 +0000 |
commit | 5368e9dda4edf813618f3d5179973ff6a3c11b7a (patch) | |
tree | 03f1088054d848870eba6e31ba585c575b129116 /decoder/trule.h | |
parent | b5bd75ab4a66e61e724fcb9488d164a3936a6b4e (diff) |
debug cfg from hg, source and target. cdec --source_cfg_output=-
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@507 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/trule.h')
-rw-r--r-- | decoder/trule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/trule.h b/decoder/trule.h index e73fd0fe..acdbc5cf 100644 --- a/decoder/trule.h +++ b/decoder/trule.h @@ -125,7 +125,7 @@ class TRule { WordID GetLHS() const { return lhs_; } void ComputeArity(); - // 0 = first variable, -1 = second variable, -2 = third ... + // 0 = first variable, -1 = second variable, -2 = third ..., i.e. tail_nodes_[-w] if w<=0, TD::Convert(w) otherwise std::vector<WordID> e_; // < 0: *-1 = encoding of category of variable std::vector<WordID> f_; |