adding indexes for speed and set_representations via database

This commit is contained in:
2019-06-27 17:16:27 +02:00
parent 188763c06a
commit b5e281bdf4
2 changed files with 19 additions and 18 deletions

View File

@@ -92,7 +92,7 @@ def main(args):
# figure out representations!
if args.out or args.out_no_stat:
match_store.set_representations(word_stats)
match_store.set_representations(word_stats, structures)
Writer.make_output_writer(args, max_num_components, match_store, word_stats).write_out(
structures, match_store)