- Notifications
You must be signed in to change notification settings - Fork5
polm/ipadic-py
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a version of IPAdic packaged for use in Python withmecab-python3 orfugashi.
This is the version of IPAdic included with MeCab. It hasn't been updated sinceat least 2007. The organization that created it no longer does this kind ofwork. The contact URLs listed in the source no longer resolve. It doesn'tcontain important recent terms like 令和, the current era name.
Instead you should useUnidic, which ismaintained by NINJAL.
This package is provided for compatability with old benchmarks or models.
To install:
pip install ipadic
To initialize with mecab-python3:
import MeCabimport ipadictagger = MeCab.Tagger(ipadic.MECAB_ARGS)print(tagger.parse("図書館にいた事がバレた"))
IPAdic is copyright the Nara Institute of Science and Technology and ICOT. Fordetails see the COPYING file included in this distribution. This version of thedictionary is distributed in compliance with the terms specified in that file.
The code in this repository is by Paul McCann and is available under the MIT orWTFPL license, as you prefer.
About
IPAdic packaged for easy use from Python.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.