Skip to content

Commit

Permalink
构建词库,小脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
hq20051252 committed Mar 10, 2015
1 parent 5c6076f commit c1c6b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion words/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def main():
if len(res.keys()) == 1:
value = res.values()[0]
# print value
fo.write(value.encode("utf-8"))
fo.write(value.encode("utf-8") + "\n")
else:
pass
fd.close()
Expand Down

0 comments on commit c1c6b6c

Please sign in to comment.