🦚 A textual algorithm that calculates the similarity of two strings.
-
Add the dependency to your
shard.yml:dependencies: pavo: github: hammerhai/pavo
-
Run
shards install
require "pavo"Pavo can be used in one line:
Pavo.similarity("Hello", "world") # Outputs 0.2- Fork it (https://github.com/hammerhai/pavo/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
- Nathan - creator and maintainer
