-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Brooke M. Fujita edited this page Apr 14, 2015
·
4 revisions
A gem leveraging FFI (foreign function interface), natto combines the Ruby programming language with MeCab, the part-of-speech and morphological analyzer for the Japanese language.
- natto provides a naturally Ruby-esque interface to MeCab.
- It runs on both CRuby (mri/yarv) and JRuby (jvm).
- It works with MeCab installations on Windows, Unix/Linux and OS X.
- No compiler is necessary, as natto is not a C extension.
Appendix B: Supported MeCab Options
Appendix C: Node Parsing and stat
Appendix D: Node Parsing and char_type