Skip to content

Commit

Permalink
fixes distill.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epico committed Oct 9, 2016
1 parent d3a8368 commit 2e2b12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/distill.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def save_words_dict(filename):
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()
Expand Down

0 comments on commit 2e2b12c

Please sign in to comment.