Created
February 2, 2017 02:23
-
-
Save nrm176/f7cc9488c985974d749d7e521b3650f7 to your computer and use it in GitHub Desktop.
First MeCab example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import MeCab | |
mecab = MeCab.Tagger("-Ochasen") | |
print(mecab.parse("今日はいい天気ですね。")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment