Klang
Parse korean hangul language.
Installation
Add this line to your application's Gemfile:
gem 'klang'
And then execute:
$ bundle
Or install it yourself as:
$ gem install klang
Usage
word = '아'
Klang::Klang.new(word).to_alphabet # => a
Klang::Klang.hangul? '아' # => true
Klang::Klang.hangul? 'あ' # => false
Contributing
- Fork it ( https://github.com/[my-github-username]/klang/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request