Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

IPAdic packaged for easy use from Python.

NotificationsYou must be signed in to change notification settings

polm/ipadic-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This is a version of IPAdic packaged for use in Python withmecab-python3 orfugashi.

You Shouldn't Use This

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.

Usage

To install:

pip install ipadic

To initialize with mecab-python3:

import MeCabimport ipadictagger = MeCab.Tagger(ipadic.MECAB_ARGS)print(tagger.parse("図書館にいた事がバレた"))

License

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

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp