From c2ae586e5b426e28f1401a7955393d1de1539788 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 8 Aug 2023 18:23:32 +0300 Subject: Tom <=>Thomas --- parsers/people.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'parsers/people.py') 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(): -- cgit v1.2.3