This commit is contained in:
mlxu995 2021-12-16 13:54:26 +08:00
parent abdc9f125f
commit 92c948b720

View File

@ -59,7 +59,7 @@ if __name__ == '__main__':
parser.add_argument(
'--keywords',
required=True,
help=('keywords, must in the same order as in "dict/words.txt", ' +
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')