diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-23 19:17:22 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-23 19:17:22 +0000 |
commit | 00be683d744ea87e67dd13db08e4a17531bfb1f3 (patch) | |
tree | 7caccb91b31a1ffa1930a29ebf6f30b27e6f5f69 /decoder/ff.h | |
parent | 8d222e20d8f253aa2c73d139d8ae6cc69483d071 (diff) |
sparse_vector use google::dense_hash_map, fsa scan logging
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@383 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/ff.h')
-rw-r--r-- | decoder/ff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/ff.h b/decoder/ff.h index e54ac149..0bfc8582 100644 --- a/decoder/ff.h +++ b/decoder/ff.h @@ -175,7 +175,7 @@ class ModelSet { // sets edge->feature_values_ and edge->edge_prob_ // NOTE: edge must not necessarily be in hg.edges_ but its TAIL nodes - // must be. + // 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 void AddFeaturesToEdge(const SentenceMetadata& smeta, const Hypergraph& hg, const std::vector<std::string>& node_states, |