compenguy / ngrammatic

A rust crate providing fuzzy search/string matching using N-grams
MIT License
25 stars 7 forks source link

Added `matches_with_warp` and `search_with_warp` #4

Closed compenguy closed 2 years ago

compenguy commented 2 years ago

Addresses issue #3, allowing more control over how the closeness of a match is determined. This allows, for example, searching for the closest jaccard distance (warp = 1.0).