Skip to content

Instantly share code, notes, and snippets.

@nrm176
Created February 2, 2017 02:23
Show Gist options
  • Save nrm176/f7cc9488c985974d749d7e521b3650f7 to your computer and use it in GitHub Desktop.
Save nrm176/f7cc9488c985974d749d7e521b3650f7 to your computer and use it in GitHub Desktop.
First MeCab example
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