This recipe is DEPRECATED. It is merged to chef-mecab cookbook.
Installs an official perl binding for mecab
The following platforms and versions are tested and supported using test-kitchen
- Ubuntu 14.04
- Debian 7.8
- CentOS 7.0
see source
Just include mecab-perl
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[mecab-perl]"
]
}