```ruby Amatch::DamerauLevenshtein.new('чай').match('чая') # => 2 ``` I guess, the same problem as https://github.com/colinsurprenant/hotwater/issues/1