summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-08-23 10:51:32 +0800
committerPeng Wu <alexepico@gmail.com>2016-10-09 14:11:55 +0800
commit2e2b12c7edcf941d083cf039a73ff45fb19d9de7 (patch)
tree77f7d19c5f1759e81670b7587efe279d467f8c76 /tools
parentd3a8368acbf3327a82915f12fb92a814df3ed6a5 (diff)
downloadtrainer-2e2b12c7edcf941d083cf039a73ff45fb19d9de7.tar.gz
trainer-2e2b12c7edcf941d083cf039a73ff45fb19d9de7.tar.xz
trainer-2e2b12c7edcf941d083cf039a73ff45fb19d9de7.zip
fixes distill.py
Diffstat (limited to 'tools')
-rw-r--r--tools/distill.py2
1 files changed, 1 insertions, 1 deletions
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()