diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-02-22 16:50:29 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-02-22 16:50:29 +0000 |
commit | cfef250df7ef378d6678bb6fc26402407f496184 (patch) | |
tree | 19e2596e4b4cdafb61cfc66ada6433cd5a48452a /extractor/rule_factory.cc | |
parent | 4f9ab0daefcd4b1ff9ae810908cdf5be143f68c5 (diff) |
Memory analysis pointless code.
Diffstat (limited to 'extractor/rule_factory.cc')
-rw-r--r-- | extractor/rule_factory.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extractor/rule_factory.cc b/extractor/rule_factory.cc index 4101fcfa..fbdc7cce 100644 --- a/extractor/rule_factory.cc +++ b/extractor/rule_factory.cc @@ -220,6 +220,8 @@ Grammar HieroCachingRuleFactory::GetGrammar(const vector<int>& word_ids) { } } + cerr << "Vocabulary size = " << vocabulary->Size() << endl; + Clock::time_point stop_time = Clock::now(); cerr << "Total time for rule lookup, extraction, and scoring = " << GetDuration(start_time, stop_time) << " seconds" << endl; |