Added collocation_sentence_map_dest
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user