summaryrefslogtreecommitdiff
path: root/decoder/ff.h
diff options
context:
space:
mode:
authorJonathan Clark <jon.h.clark@gmail.com>2011-05-03 12:13:39 -0400
committerJonathan Clark <jon.h.clark@gmail.com>2011-05-03 12:13:39 -0400
commit3dec805a31b4542eee07adc6d2f42f77f7980045 (patch)
tree7d29e2b5f9e9a00953d1b6771816607c6d2de071 /decoder/ff.h
parent148c0d57317e097f94a1562452bc50cdc23408dc (diff)
parentc214f83e941b10daa47dc9a6f0352dde42dbadb4 (diff)
Merge branch 'master' of github.com:redpony/cdec
Diffstat (limited to 'decoder/ff.h')
-rw-r--r--decoder/ff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/decoder/ff.h b/decoder/ff.h
index 89b8b067..c3aa9b6d 100644
--- a/decoder/ff.h
+++ b/decoder/ff.h
@@ -264,6 +264,9 @@ class ModelSet {
ModelSet(const std::vector<double>& weights,
const std::vector<const FeatureFunction*>& models);
+ // TODO stop stupid copy
+ void SetWeights(const std::vector<double>& w) { weights_ = w; }
+
// sets edge->feature_values_ and edge->edge_prob_
// NOTE: edge must not necessarily be in hg.edges_ but its TAIL nodes
// must be. edge features are supposed to be overwritten, not added to (possibly because rule features aren't in ModelSet so need to be left alone