Top "Fuzzy-comparison" questions

Fuzzy comparison is the colloquial name for Approximate String matching, the technique of finding strings that match a pattern approximately (rather than exactly).

Fuzzy String Comparison

What I am striving to complete is a program which reads in a file and will compare each sentence according …

python nlp fuzzy-comparison
How can I match fuzzy match strings from two datasets?

I've been working on a way to join two datasets based on a imperfect string, such as a name of …

r string-matching fuzzy-search fuzzy-comparison
Fuzzy Regular Expressions

In my work I have with great results used approximate string matching algorithms such as Damerau–Levenshtein distance to make …

regex string fuzzy-search fuzzy-comparison tre-library
Best machine learning approach to automate text/fuzzy matching

I'm reasonably new to machine learning, I've done a few projects in python. I'm looking for advice on how to …

machine-learning text-classification fuzzy-comparison record-linkage
How to apply machine learning to fuzzy matching

Let's say that I have an MDM system (Master Data Management), whose primary application is to detect and prevent duplication …

algorithm machine-learning fuzzy-comparison record-linkage
Techniques for finding near duplicate records

I'm attempting to clean up a database that, over the years, had acquired many duplicate records, with slightly different names. …

r duplicate-data duplicate-removal fuzzy-comparison
Fuzzy Wuzzy String Matching on 2 Large Data Sets Based on a Condition - python

I have 2 large data sets that I have read into Pandas DataFrames (~ 20K rows and ~40K rows respectively). When I …

python pandas fuzzy-comparison fuzzywuzzy large-data
q-gram approximate matching optimisations

I have a table containing 3 million people records on which I want to perform fuzzy matching using q-grams (on surname …

sql sql-server fuzzy-search fuzzy-comparison
Fuzzy regular expressions

I am looking for a way to do a fuzzy match using regular expressions. I'd like to use Perl, but …

regex perl fuzzy-comparison
SQL Fuzzy Join - MSSQL

I have two sets of data. Existing customers and potential customers. My main objective is to figure out if any …

sql tsql fuzzy-search fuzzy-logic fuzzy-comparison