issues
search
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
Query/Candidate matching on-the-fly
#127
Open
kasra-hosseini
opened
2 years ago
kasra-hosseini
commented
2 years ago
From @mcollardanuy:
converting the query into a vector,
converting a candidate into a vector, and
deciding whether they are variations of the same word or not
From @mcollardanuy: