https://github.com/whywaita/ruboty-mecab
https://github.com/whywaita/ruboty-mecab
mecab ruboty ruby
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/whywaita/ruboty-mecab
- Owner: whywaita
- Created: 2017-02-15T09:56:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T16:26:42.000Z (about 9 years ago)
- Last Synced: 2025-02-01T04:03:28.086Z (about 1 year ago)
- Topics: mecab, ruboty, ruby
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruboty::Mecab
[Ruboty](https://github.com/r7kamura/ruboty) plug-in. Reply MeCab Result.
## Usage
Requires [MeCab](http://taku910.github.io/mecab/). For Heroku, you can use [heroku-buildpack-mecab](https://github.com/diasks2/heroku-buildpack-mecab.git).
```
heroku config:set \
BUILDPACK_URL=https://github.com/diasks2/heroku-buildpack-mecab.git\
LD_LIBRARY_PATH=/app/vendor/mecab/lib\
MECAB_PATH=/app/vendor/mecab/lib/libmecab.so
```
## Thanks
- [r7kamura/ruboty-kokodeikku](https://github.com/r7kamura/ruboty-kokodeikku)
## Blog
- [ruboty-mecab をリリースしました | なぜにぶろぐ](https://blog.whywrite.it/2017/02/16/ruboty-mecab/)