michaelmusty/UVRS2021_app

Implement matching that is not naive

Opened this issue · 1 comments

Exact matching definitely misses some data that we want, so implement something better in utils.participants.py.

  • levenshtein
  • sentence2vec
  • trigrams, etc

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.