diff options
Diffstat (limited to 'decoder/lextrans.cc')
| -rw-r--r-- | decoder/lextrans.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/decoder/lextrans.cc b/decoder/lextrans.cc index 149cd68d..f237295c 100644 --- a/decoder/lextrans.cc +++ b/decoder/lextrans.cc @@ -81,7 +81,7 @@ struct LexicalTransImpl {      for (int i = 0; i < ref.size(); ++i) {        target_vocab.insert(ref[i][0].label);      } -    bool all_sources_to_all_targets_ = false; +    bool all_sources_to_all_targets_ = false; // TODO configure this      set<WordID> trgs_used;      for (int i = 0; i < e_len; ++i) {  // for each word in the *target*        Hypergraph::Node* node = forest->AddNode(kXCAT); | 
