Implement matching that is not naive
Opened this issue · 1 comments
michaelmusty commented
Exact matching definitely misses some data that we want, so implement something better in utils.participants.py
.
- levenshtein
- sentence2vec
- trigrams, etc
michaelmusty commented
additionally, we could use some sort of rule based method. Raw race results usually include name (first and last together), gender, and age at time of race, or even partial address information to match.