words-to-numbers
words-to-numbers copied to clipboard
Replacing clj-fuzzy library with talisman
This PR replaces the clj-fuzzy library with the talisman library. I believe this should resolve the error seen in #43
The talisman library offers two separate jaro based metrics, jaro
and jaro-winkler
.
In this PR, I imported jaro, but this can be updated as needed.