EthanRutherford / fast-fuzzy

Fast fuzzy search utility
ISC License
376 stars 8 forks source link

Made a little searcher, but have yet to go deep on the matching #15

Closed rleddy closed 2 years ago

rleddy commented 3 years ago

This might be good to use.

Looks like good work.

I just put this out. https://www.npmjs.com/package/copious-little-searcher

What it does is defer to a match implementation. "good-match" takes an object and returns a score.

So, far I am using fairly banal searchers that look for key words and compare distance from the front of the string to things like the length of the string. There is always tokenization and doing naive Bayes.

So, the descendants of the Searcher class in copious-little-searcher could turn into something of library.