diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-04-27 14:16:57 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-04-27 14:16:57 -0400 |
commit | 8f8410771a0d3f2ca0f1aa4f404d440e3133b672 (patch) | |
tree | 86e4bae0e24fbeef4d730eeaa947383dc3634e9f /extools/featurize_grammar.cc | |
parent | 9cfc3be07edc49dbb5150c10958f50f544bbf943 (diff) |
fix compile error with FastSparseVector enabled
Diffstat (limited to 'extools/featurize_grammar.cc')
-rw-r--r-- | extools/featurize_grammar.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extools/featurize_grammar.cc b/extools/featurize_grammar.cc index 0c3418eb..ebae9fdc 100644 --- a/extools/featurize_grammar.cc +++ b/extools/featurize_grammar.cc @@ -660,7 +660,7 @@ struct Featurizer { cout << " ||| "; WriteAnonymous(it->first, &cout); cout << " ||| "; - feats.Write(false, &cout); + print(cout,feats,"="); cout << endl; } } |