Incorporating database also in MatchStore

This commit is contained in:
2019-06-27 16:51:58 +02:00
parent c25844a335
commit 188763c06a
3 changed files with 95 additions and 10 deletions

View File

@@ -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: