Skip to content

Instantly share code, notes, and snippets.

@ispedals
Created May 20, 2013 21:11
Show Gist options
  • Save ispedals/5615604 to your computer and use it in GitHub Desktop.
Save ispedals/5615604 to your computer and use it in GitHub Desktop.
Example using reading.mecab from Anki
# -*- coding: utf-8 -*-
from reading import mecab
from codecs import open
print mecab.reading(u'もう 冗談言わないでよ').encode('utf8')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment