From 2e2b12c7edcf941d083cf039a73ff45fb19d9de7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 23 Aug 2016 10:51:32 +0800 Subject: fixes distill.py --- tools/distill.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/distill.py b/tools/distill.py index f9e8026..97d939b 100644 --- a/tools/distill.py +++ b/tools/distill.py @@ -85,7 +85,7 @@ if __name__ == "__main__": parser.add_argument('inputs', type=str, nargs='*', \ help='dictionaries', \ default=['gb_char.table', 'gbk_char.table', \ - 'merged.table']) + 'opengram.table', 'merged.table']) args = parser.parse_args() -- cgit