Living-with-machines / DeezyMatch

A Flexible Deep Learning Approach to Fuzzy String Matching
https://living-with-machines.github.io/DeezyMatch/
Other
139 stars 34 forks source link

Candidate finder #2

Closed kasra-hosseini closed 4 years ago

kasra-hosseini commented 4 years ago

A trained model in DeezyMatch can detect if two strings are similar or not. After this step, we need a candidate finder, i.e., given one input string and a list of strings, what are the most relevant/similar strings in that list. We call this candidate finder.

Branch: feature/2-candidate-finder

kasra-hosseini commented 4 years ago

TODO:

kasra-hosseini commented 4 years ago

See the merged PR: https://github.com/Living-with-machines/DeezyMatch/pull/9