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.

Fuzzy matching using T-SQL

I have a table Persons with personaldata and so on. There are lots of columns but the once of interest …

sql-server tsql fuzzy-search
How do I do a fuzzy match of company names in MYSQL with PHP for auto-complete?

My users will import through cut and paste a large string that will contain company names. I have an existing …

mysql string matching fuzzy-search
Fuzzy string search library in Java

I'm looking for a high performance Java library for fuzzy string search. There are numerous algorithms to find similar strings, …

java nlp fuzzy-search
Best Fuzzy Matching Algorithm?

What is the best Fuzzy Matching Algorithm (Fuzzy Logic, N-Gram, Levenstein, Soundex ....,) to process more than 100000 records in less time?

fuzzy-search
Javascript fuzzy search that makes sense

I'm looking for a fuzzy search JavaScript library to filter an array. I've tried using fuzzyset.js and fuse.js, …

javascript regex pattern-matching string-matching fuzzy-search
SQL Fuzzy Matching

Hope i am not repeating this question. I did some search here and google before posting here. I am running …

sql-server sql-server-2008 full-text-search fuzzy-search
Fuzzy search algorithm (approximate string matching algorithm)

I wish to create a fuzzy search algorithm. However, upon hours of research I am really struggling. I want to …

string algorithm search levenshtein-distance fuzzy-search
How to create simple fuzzy search with PostgreSQL only?

I have a little problem with search functionality on my RoR based site. I have many Produts with some CODEs. …

sql ruby-on-rails postgresql levenshtein-distance fuzzy-search
Fuzzy Text Matching C#

I'm writing a desktop UI (.Net WinForms) to assist a photographer clean up his image meta data. There is a …

c# fuzzy-search
Merging two Data Frames using Fuzzy/Approximate String Matching in R

DESCRIPTION I have two datasets with information that I need to merge. The only common fields that I have are …

r fuzzy-search