LoginSignup
21
18

More than 5 years have passed since last update.

OS Xに最速でMeCab, CaboCha, それぞれのRuby bindings+αをインストールする

Last updated at Posted at 2015-03-10

ほとんどが今までに書いたことのまとめ。

Homebrew

$ xcode-select --install
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

MeCab

$ brew install mecab

CaboCha

$ brew install cabocha

Ruby

$ brew install ruby

mecab-ruby

$ gem install mecab-ruby

cabocha-ruby

$ gem install cabocha-ruby

参考: 日本語係り受け解析器CaboChaをRuby(とRubyGems)から扱う

番外編

$ brew tap uetchy/nlp してhomebrew-nlpリポジトリを追加する。

Julius

$ brew install julius julius-dictation-kit

参考: HomebrewでOSXに音声解析エンジンJuliusを入れる

KNP

$ brew install knp

参考: HomebrewでOSXに構文解析システムKNPを入れる

Open JTalk

$ brew install open_jtalk

HTS Engine API

$ brew install hts_engine_api
21
18
0

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
21
18