1
0
Fork 0
mirror of https://github.com/Findus23/cr-search.git synced 2024-09-18 14:13:45 +02:00

add a few typos to list

This commit is contained in:
Lukas Winkler 2021-10-26 21:30:38 +02:00
parent 5bb7d7081a
commit f53f03263d
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -13,7 +13,7 @@ typos = {
"Marishia", "Marsiah", "Matisha", "Mraisha", "Amrisha", "<Arisha"},
"Laura": {"Lauda", "Lauren", "Larua", "Laur", "Lauar", "Vex", "Laira"},
"Liam": {"Caleb", "Laim", "Vax"},
"Ashley": {"Ashly", "Ashely", "Ashey", "Aslhey", "Ahsley"},
"Ashley": {"Ashly", "Ashely", "Ashey", "Aslhey", "Ahsley", "Ashlehy"},
"All": {"Everyone", "Everybody"},
"Mark": {"Marik"},
"Brian": {"Brain", "\"Brian"},
@ -24,8 +24,9 @@ typos = {
"H. Michael": {"H Michael", "H.Michael"},
"Allura": {"Alura"},
"Krystina": {"Krystin"},
"Michelle":{"Michlle"},
"Alicia":{"Alica"}
"Michelle": {"Michlle"},
"Alicia": {"Alica"},
"Aabria": {"Abria", "Aaabria"}
}
replacements = {}
for correct, typoset in typos.items():