Japanese romanization library for mruby
This library is an mruby implementation of the romajify.
Binary files for OS X and Linux (NOT for Windows) are provided.
- Download the zip file
- Extract it
- Put the binary file to the directory you want
- Add the directory to the PATH environment variable
Add this line to your build_config.rb:
conf.gemgithub: 'emsk/mruby-romajify'Or add this line to your mrbgem.rake:
spec.add_dependency'mruby-romajify'$ mruby-romajify hepburn すし
sushiRun mruby-romajify help for more details.
putsMrubyRomajify::Converter.hepburn('すし')See romajify's README for more details.