diff options
author | Chris Dyer <redpony@gmail.com> | 2013-11-13 11:34:59 -0800 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2013-11-13 11:34:59 -0800 |
commit | 9972fc6db6bd816f464dff90741c36f6be137f96 (patch) | |
tree | 1faba46366e929aec478e868efa77c113421637f /extractor/rule_factory.h | |
parent | 9be8d89b5a4065a81b26d8af1f3443d152e7922a (diff) | |
parent | d32361ce37f794ae92f852ae2c7c3e6ef440ff07 (diff) |
Merge pull request #28 from pks/master
fix
Diffstat (limited to 'extractor/rule_factory.h')
-rw-r--r-- | extractor/rule_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extractor/rule_factory.h b/extractor/rule_factory.h index c7332720..df63a9d8 100644 --- a/extractor/rule_factory.h +++ b/extractor/rule_factory.h @@ -72,7 +72,7 @@ class HieroCachingRuleFactory { // Constructs SCFG rules for a given sentence. // (See class description for more details.) - virtual Grammar GetGrammar(const vector<int>& word_ids, const unordered_set<int> blacklisted_sentence_ids, const shared_ptr<DataArray> source_data_array); + virtual Grammar GetGrammar(const vector<int>& word_ids, const unordered_set<int>& blacklisted_sentence_ids, const shared_ptr<DataArray> source_data_array); protected: HieroCachingRuleFactory(); |