Skip to content

Instantly share code, notes, and snippets.

@dragstar328
Created October 24, 2015 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dragstar328/64a94a37bf25c0cab944 to your computer and use it in GitHub Desktop.
Save dragstar328/64a94a37bf25c0cab944 to your computer and use it in GitHub Desktop.
MeCab with Python
# coding:utf8
import MeCab
mt = MeCab.Tagger("-Ochasen")
print mt.parse("隣の客はよく柿食う客だ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment