This commit is contained in:
mlxu995 2021-12-16 13:49:21 +08:00
parent 5f50d01ae3
commit abdc9f125f

View File

@ -59,7 +59,9 @@ if __name__ == '__main__':
parser.add_argument(
'--keywords',
required=True,
help='keywords, must in the same order as in "dict/words.txt" separated by ", "')
help=('keywords, must in the same order as in "dict/words.txt", ' +
'separated by ", "')
)
parser.add_argument('--stats_dir', required=True, help='dir of stats files')
parser.add_argument(
'--figure_file',