masososo
Make typo with similar-looking characters such as "ソ", "ン", "リ".
Installation
Add this line to your application's Gemfile:
gem 'masososo'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install masososo
Usage
'リンゴを4つとみかんを7つください'.masososo
# => "ソリゴを4つとみかんをクつくださソ"
'リンゴを4つとみかんを7つください'.masososo
# => "リリゴを4つとゐかんをワつくだちい"
# masososo aliased typo
'リンゴを4つとみかんを7つください'.typo
# => "ンソゴをムつとゐかんを7つくだちリ"
'リンゴを4つとみかんを7つください'.typo(frequency: 0.2)
# => "リンゴをムつとみかんを7つください"
?ソ.similar_chars
# => ["リ", "ン"]
?ソ.similar_chars(including_self: true)
# => ["ソ", "リ", "ン"]
or
$ echo リンゴガオイシイキセツデスネ | masososo
=> ンリコ゚ガオイシイキセツデ7ネ
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/oieioi/masososo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the masososo project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.