Created new column "Joint_representative_form_variable" + Fixed collocation structures + Fixed bug with wrong lemma_fallback msds

This commit is contained in:
2020-07-16 20:53:59 +02:00
parent de3e52c57c
commit 9a9d344510
9 changed files with 55 additions and 103 deletions

View File

@@ -73,8 +73,6 @@ def main(args):
postprocessor = Postprocessor()
matches = match_file(words, structures, postprocessor)
# matches = .process()
# TODO Add postprocessing here or inside previous function!
match_store.add_matches(matches)
word_stats.add_words(words)
database.commit()