mitukiii / migemo-python

Python Binding for Migemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migemo Python

Python Binding for Migemo

Installation

curl -L https://github.com/mitukiii/migemo-python/archive/v0.2.0.tar.gz -o migemo-0.2.0.tar.gz
pip install migemo-0.2.0.tar.gz

Usage

import migemo
import re

## Linux
dict_path = '/usr/local/share/migemo/utf-8/migemo-dict'
## OS X
# dict_path = '/usr/local/Cellar/cmigemo/20110227/share/migemo/utf-8/migemo-dict'

m = migemo.Migemo(dict_path)

re_str = m.query(u'nyan')
re.search(re_str, u'にゃん')

Copyright

Copyright (c) 2014 Kazuya Takeshima. See LICENSE for details.

About

Python Binding for Migemo

License:MIT License


Languages

Language:Python 100.0%