Skip to content

Commit

Permalink
close file
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Dec 8, 2013
1 parent 8532c34 commit 93cd085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snownlp/normal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
for word in fr:
words = word.split()
pinyin[words[0]] = words[1:]
fr.close()


def filter_stop(words):
Expand Down

0 comments on commit 93cd085

Please sign in to comment.