jonghwanhyeon / python-mecab-ko-dic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

License:Apache License 2.0


Languages

Language:Python 100.0%