No commit activity in last 3 years
No release in over 3 years
Itamae plugin to install mecab
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 10.0
~> 2.31.0

Runtime

~> 1.9.0
 Project Readme

Gem Version MIT License

Itamae::Plugin::Recipe::YkMecab

Itamae plugin to install mecab

mecab version : 0.994

mecab dictionarys

  • IPA
  • hatena
  • wikipedia

Installation

This gem is required Ruby.

Add this line to your application's Gemfile:

gem 'itamae-plugin-recipe-yk_mecab'

And then execute:

$ bundle

Or install it yourself as:

$ gem install itamae-plugin-recipe-yk_mecab

Usage

install for system

# recipe.rb

include_recipe "yk_mecab::install"

node.yml

# for example
home_dir: '/home/ec2-user/'
mecab:
  user: 'vagrant'
  hatena: '1'  # If you need hatena dictionary.
  wikipedia: '' # If you don't need wikipedia dictionary.

command

$ mecab -u custom.dic

License

MIT License.