diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-03-07 22:49:46 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-03-07 22:49:46 +0000 |
commit | 092b7cf020680e949d6956ec6ef2cf012faccd86 (patch) | |
tree | 4bc074572925a10b63928639be244a60f153f7ac /extractor/rule_factory.h | |
parent | d7271db305bd1aeaf9c3d9ac1043546fec22a402 (diff) |
Parallelized grammar extraction.
Diffstat (limited to 'extractor/rule_factory.h')
-rw-r--r-- | extractor/rule_factory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extractor/rule_factory.h b/extractor/rule_factory.h index 0de04e40..d8dc2ccc 100644 --- a/extractor/rule_factory.h +++ b/extractor/rule_factory.h @@ -81,7 +81,6 @@ class HieroCachingRuleFactory { shared_ptr<MatchingsFinder> matchings_finder; shared_ptr<FastIntersector> fast_intersector; - MatchingsTrie trie; shared_ptr<PhraseBuilder> phrase_builder; shared_ptr<RuleExtractor> rule_extractor; shared_ptr<Vocabulary> vocabulary; |