Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Latest commit

 

History

History
42 lines (32 loc) · 921 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 921 Bytes

mecab-python Chef Cookbook

Circle CI

This recipe is DEPRECATED. It is merged to chef-mecab cookbook.

Installs an official python binding for mecab

Platforms

The following platforms and versions are tested and supported using test-kitchen

  • Ubuntu 14.04
  • Debian 7.8
  • CentOS 7.0

Attributes

see source

Usage

Just include mecab-python in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[mecab-python]"
  ]
}

Misc

GitHub Repository

License and Author