日本語形態素解析器 MeCab 用の Cookbook
本家: http://mecab.googlecode.com/svn/trunk/mecab/doc/index.html
辞書としてmecab-ipadicが導入されます.
Just include mecab
in your node's run_list
:
{
"run_list": [
"recipe[mecab]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License: クリエイティブ・コモンズ 表示 - 継承 3.0 非移植
Author(s): @beeEaMa