diff options
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 e8b93f83..4908dac0 100644 --- a/extractor/rule_factory.cc +++ b/extractor/rule_factory.cc @@ -197,6 +197,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; | 
