Top "Fuzzy-search" questions

A search mechanism where the objective is to find all approximate, relevant or possibly relevant results for the search-key rather than finding an exact match.

Mongodb partial matching

How to get all documents in mongodb with one levenshtein distance. I have collection for football teams. { name: 'Real Madrir', …

javascript regex mongodb levenshtein-distance fuzzy-search
Fuse.js: Fuzzy search in Array like object

I would like to perform a fuzzy search on an Object with a flat hierarchy. On the demo page of …

javascript search web fuzzy-search fuse.js
Real world typo statistics?

Where can I find some real world typo statistics? I'm trying to match people's input text to internal objects, and …

python machine-learning fuzzy-search spelling
Fuzzy matching of product names

I need to automatically match product names (cameras, laptops, tv-s etc) that come from different sources to a canonical name …

string-matching levenshtein-distance fuzzy-search