Added collocation_sentence_map_dest

This commit is contained in:
2020-07-20 10:51:09 +02:00
parent 9a9d344510
commit eb86a6bb1c
3 changed files with 37 additions and 8 deletions

View File

@@ -151,6 +151,8 @@ if __name__ == '__main__':
parser.add_argument('--db',
help="Database file to use (instead of memory)", default=None)
parser.add_argument('--collocation_sentence_map_dest',
help="Destination to folder where collocation-sentence mapper (mappers in case of multiple-output).", default=None)
parser.add_argument('--new-db',
help="Writes over database file, if there exists one", action='store_true')