words-to-numbers icon indicating copy to clipboard operation
words-to-numbers copied to clipboard

Replacing clj-fuzzy library with talisman

Open csp197 opened this issue 1 year ago • 5 comments

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.

csp197 avatar Oct 27 '23 17:10 csp197