LoginSignup
4

More than 5 years have passed since last update.

Macでの形態素解析(MeCab)の辞書作成のコマンド

Posted at

形態素解析の辞書作成は以下を参照

形態素解析のために Wikipedia とはてなキーワードからユーザー辞書を生成し利用する
http://qiita.com/ynakayama/items/388c82cbe14c65827769

 

mecab-dict-indexコマンドで、macでのパスがわからなかったため、メモ代わりに記載。
mecabのインストールは普通にググってインストールしたため、多分ベーシックな方法かと。

/usr/local/Cellar/mecab/0.996/libexec/mecab/mecab-dict-index -d /usr/local/Cellar/mecab/0.996/lib/mecab/dic/ipadic -u custom.dic -f utf-8 -t utf-8 custom.csv

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4