summaryrefslogtreecommitdiff
path: root/decoder/decoder.cc
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-03-06 17:42:53 -0500
committerChris Dyer <cdyer@cs.cmu.edu>2011-03-06 17:42:53 -0500
commit8f39316aa31ba72226736593c5529a9c60c3b0d0 (patch)
treed0d168555483502101a933d1a46433d48ded97e4 /decoder/decoder.cc
parenta0f8f3a5c8205a63f7b89e1431699c205843d86a (diff)
clarify a comment
Diffstat (limited to 'decoder/decoder.cc')
-rw-r--r--decoder/decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/decoder.cc b/decoder/decoder.cc
index 3d818429..03b98415 100644
--- a/decoder/decoder.cc
+++ b/decoder/decoder.cc
@@ -139,7 +139,7 @@ inline shared_ptr<FsaFeatureFunction> make_fsa_ff(string const& ffp,bool verbose
// with the rules. To add other features (like language models, etc), cdec applies one or
// more "rescoring passes", which compute new features and optionally apply new weights
// and then prune the resulting (rescored) hypergraph. All feature values from previous
-// passes are present in future passes (although their weights may change).
+// passes are carried over into subsequent passes (where they may have different weights).
struct RescoringPass {
RescoringPass() : density_prune(), beam_prune() {}
shared_ptr<ModelSet> models;