summaryrefslogtreecommitdiff
path: root/extools/featurize_grammar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'extools/featurize_grammar.cc')
-rw-r--r--extools/featurize_grammar.cc2
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;
}
}