Skip to content

Commit

Permalink
Update usage example script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mocobeta committed May 12, 2019
1 parent 131a9a3 commit 6f80a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/usage_compiled_userdic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from janome.tokenizer import Tokenizer
from janome.dic import UserDictionary
import sysdic
from janome import sysdic

print('Compile user dictionary (MeCab IPADIC format)')
user_dict = UserDictionary("user_ipadic.csv", "utf8", "ipadic", sysdic.connections)
Expand Down

0 comments on commit 6f80a55

Please sign in to comment.