Sha256: 1efa58dbf0b92bcc682d4b87a1510612c3f5a8a6b4bcafb22b70e81309332164

Contents?: true

Size: 1.89 KB

Versions: 1

Compression:

Stored size: 1.89 KB

Contents

[![Gem Version](https://badge.fury.io/rb/masososo.svg)](https://badge.fury.io/rb/masososo) [![Build Status](https://travis-ci.com/oieioi/masososo.svg?token=okzT4ciBqpfSUbg7GQfs&branch=master)](https://travis-ci.com/oieioi/masososo)

# masososo

Make typo with similar-looking characters such as "ソ", "ン", "リ".

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'masososo'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install masososo

## Usage

```ruby
'リンゴを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

```sh
$ 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](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## 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](https://github.com/oieioi/masososo/blob/master/CODE_OF_CONDUCT.md).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
masososo-0.0.3 README.md