Skip to content

Instantly share code, notes, and snippets.

@talfco
Last active June 21, 2020 15:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save talfco/64f8e40164adc778ceac53edd3143c94 to your computer and use it in GitHub Desktop.
Save talfco/64f8e40164adc778ceac53edd3143c94 to your computer and use it in GitHub Desktop.
tut01-lesson5-name-challenge
Challenge Examples Strategy
Phonetic Similarity Klaus <-> Claus double_metaphone
Missing Spaces&Hyphens PeterLow, Anne Meier-King normalize_unicode_to_ascii
Missing Components Peter James Low <-> Peter Low <no solution - manual check>
Titles & Honorifics Dr. Peter Low, Ms. Anne Meier __calculate_name_matching
Out of Order Components Peter James Low <-> Low Peter James sort_words
Nicknames Wiiliam <-> Will <-> Bill <no solution - manual check>
Multiple Languages José Müller <-> Jose Müller normalize_unicode_to_ascii
Initials James Earl Smith <-> J.E. Smith __calculate_name_matching
Typos Jamse Earl Smith double_metaphone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment