python-mecab-ko-dic 2.1.1.post2


pip install python-mecab-ko-dic

  Latest version

Released: Dec 14, 2022

Project Links

Meta
Author: Jonghwan Hyeon

Classifiers

Intended Audience
  • Science/Research

License
  • OSI Approved :: Apache Software License

Natural Language
  • Korean

Operating System
  • OS Independent

Programming Language
  • Python :: 3
  • Python :: 3 :: Only

Topic
  • Text Processing
  • Text Processing :: Linguistic

python-mecab-ko-dic

This is a version ofmecab-ko-dic packaged for easy use in Python. In order to use mecab-ko-dic, a complicated process of installing mecab-ko and building the dictionary is required. This library performs these processes in advance and makes the built dictionary available just through installation.

Credits

The dictionary was created by Yongwoon Lee and Yungho Yu as part of the Eunjeon proejct.

Usage

import mecab_ko_dic
print("Dictionary path:", mecab_ko_dic.dictionary_path)
No dependencies