diff options
-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; } } |