mirror of
https://github.com/Findus23/cr-search.git
synced 2024-09-11 06:03:45 +02:00
add a few typos to list
This commit is contained in:
parent
5bb7d7081a
commit
f53f03263d
1 changed files with 4 additions and 3 deletions
7
typo.py
7
typo.py
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue