diff --git a/parsers/people.py b/parsers/people.py index ccae37c..80e36c3 100644 --- a/parsers/people.py +++ b/parsers/people.py @@ -235,6 +235,11 @@ def GetPersonExpeditionNameLookup(expedition): if f == "Rob".lower(): possnames += apply_variations("Robert", l) + if f == "Thomas".lower(): + possnames += apply_variations("Tom", l) + if f == "Tom".lower(): + possnames += apply_variations("Thomas", l) + if f == "Lizzy".lower(): possnames += apply_variations("Lizzie", l) if f == "Lizzie".lower():