Incorporating database also in MatchStore
This commit is contained in:
@@ -39,7 +39,7 @@ def main(args):
|
||||
structures, lemma_msds, max_num_components = build_structures(args)
|
||||
|
||||
database = Database(args)
|
||||
match_store = MatchStore(args)
|
||||
match_store = MatchStore(args, database)
|
||||
word_stats = WordStats(lemma_msds, database)
|
||||
|
||||
if args.parallel:
|
||||
|
||||
Reference in New Issue
Block a user