diff options
Diffstat (limited to 'decoder/decoder.cc')
-rw-r--r-- | decoder/decoder.cc | 2 |
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; |