Replies: 2 comments 2 replies
-
Hi oliver, yep, it makes no api calls and is computed in the library. The fuzzy part is a simple string comparison |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'll check it out - thanks!
…On Tue, Mar 8, 2022 at 7:06 AM spencer kelly ***@***.***> wrote:
i would recommend using something like this -
https://github.com/tad-lispy/node-damerau-levenshtein
—
Reply to this email directly, view it on GitHub
<#899 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVRLC52MJ6P35O7H452ZS3U65UHNANCNFSM5PMPLUFA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apologies if I'm missing something obvious, but for this fuzzy match example:
https://observablehq.com/@spencermountain/compromise-fuzzy-matching?collection=@spencermountain/nlp-compromise#fuzzyMatch
Where it shows "Fuzzy score: .89", is that relying on API calls into the library? Or is that code (fuzzyMatch, editDistance, etc.) that has been pulled from inside of the library?
Beta Was this translation helpful? Give feedback.
All reactions