mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
Merge pull request #290 from epage/codegen
fix(ci): Don't fail codegen checks
This commit is contained in:
commit
8382d3c9ae
5 changed files with 6002 additions and 5997 deletions
|
@ -19,7 +19,7 @@ schedules:
|
||||||
include:
|
include:
|
||||||
- master
|
- master
|
||||||
variables:
|
variables:
|
||||||
minrust: 1.49.0
|
minrust: 1.53.0
|
||||||
codecov_token: $(CODECOV_TOKEN_SECRET)
|
codecov_token: $(CODECOV_TOKEN_SECRET)
|
||||||
windows_vm: vs2017-win2016
|
windows_vm: vs2017-win2016
|
||||||
mac_vm: macos-10.14
|
mac_vm: macos-10.14
|
||||||
|
@ -184,6 +184,10 @@ stages:
|
||||||
vmImage: ${{ variables.linux_vm }}
|
vmImage: ${{ variables.linux_vm }}
|
||||||
steps:
|
steps:
|
||||||
- template: install-rust.yml@templates
|
- template: install-rust.yml@templates
|
||||||
|
parameters:
|
||||||
|
rust: ${{ variables.minrust }}
|
||||||
|
components:
|
||||||
|
- rustfmt
|
||||||
- script: |
|
- script: |
|
||||||
cargo run --package typos-dict-codegen -- --output crates/typos-dict/src/dict_codegen.rs --check
|
cargo run --package typos-dict-codegen -- --output crates/typos-dict/src/dict_codegen.rs --check
|
||||||
displayName: Verify typos-dict
|
displayName: Verify typos-dict
|
||||||
|
|
|
@ -1013,7 +1013,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("airator", &["aerator"]),
|
("airator", &["aerator"]),
|
||||||
("airbourne", &["airborne"]),
|
("airbourne", &["airborne"]),
|
||||||
("aircaft", &["aircraft"]),
|
("aircaft", &["aircraft"]),
|
||||||
("aircrafts\'", &["aircraft\'s"]),
|
("aircrafts'", &["aircraft's"]),
|
||||||
("aircrafts", &["aircraft"]),
|
("aircrafts", &["aircraft"]),
|
||||||
("airfow", &["airflow"]),
|
("airfow", &["airflow"]),
|
||||||
("airial", &["aerial", "arial"]),
|
("airial", &["aerial", "arial"]),
|
||||||
|
@ -2318,14 +2318,14 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("arcitectures", &["architectures"]),
|
("arcitectures", &["architectures"]),
|
||||||
("arcticle", &["article"]),
|
("arcticle", &["article"]),
|
||||||
("Ardiuno", &["Arduino"]),
|
("Ardiuno", &["Arduino"]),
|
||||||
("are\'nt", &["aren\'t"]),
|
("are'nt", &["aren't"]),
|
||||||
("aready", &["already"]),
|
("aready", &["already"]),
|
||||||
("areea", &["area"]),
|
("areea", &["area"]),
|
||||||
("aren\'s", &["aren\'t"]),
|
("aren's", &["aren't"]),
|
||||||
("aren;t", &["aren\'t"]),
|
("aren;t", &["aren't"]),
|
||||||
("arent\'", &["aren\'t"]),
|
("arent'", &["aren't"]),
|
||||||
("arent", &["aren\'t"]),
|
("arent", &["aren't"]),
|
||||||
("arent;", &["aren\'t"]),
|
("arent;", &["aren't"]),
|
||||||
("areodynamics", &["aerodynamics"]),
|
("areodynamics", &["aerodynamics"]),
|
||||||
("argement", &["argument"]),
|
("argement", &["argument"]),
|
||||||
("argements", &["arguments"]),
|
("argements", &["arguments"]),
|
||||||
|
@ -2381,8 +2381,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("armamant", &["armament"]),
|
("armamant", &["armament"]),
|
||||||
("armistace", &["armistice"]),
|
("armistace", &["armistice"]),
|
||||||
("armonic", &["harmonic"]),
|
("armonic", &["harmonic"]),
|
||||||
("arn\'t", &["aren\'t"]),
|
("arn't", &["aren't"]),
|
||||||
("arne\'t", &["aren\'t"]),
|
("arne't", &["aren't"]),
|
||||||
("arogant", &["arrogant"]),
|
("arogant", &["arrogant"]),
|
||||||
("arogent", &["arrogant"]),
|
("arogent", &["arrogant"]),
|
||||||
("aronud", &["around"]),
|
("aronud", &["around"]),
|
||||||
|
@ -4481,7 +4481,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("campaing", &["campaign"]),
|
("campaing", &["campaign"]),
|
||||||
("campains", &["campaigns"]),
|
("campains", &["campaigns"]),
|
||||||
("camparing", &["comparing"]),
|
("camparing", &["comparing"]),
|
||||||
("can;t", &["can\'t"]),
|
("can;t", &["can't"]),
|
||||||
("canadan", &["canadian"]),
|
("canadan", &["canadian"]),
|
||||||
("canbe", &["can be"]),
|
("canbe", &["can be"]),
|
||||||
("cancelability", &["cancellability"]),
|
("cancelability", &["cancellability"]),
|
||||||
|
@ -4505,7 +4505,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("canged", &["changed"]),
|
("canged", &["changed"]),
|
||||||
("canidate", &["candidate"]),
|
("canidate", &["candidate"]),
|
||||||
("canidates", &["candidates"]),
|
("canidates", &["candidates"]),
|
||||||
("cann\'t", &["can\'t"]),
|
("cann't", &["can't"]),
|
||||||
("cann", &["can"]),
|
("cann", &["can"]),
|
||||||
("cannister", &["canister"]),
|
("cannister", &["canister"]),
|
||||||
("cannisters", &["canisters"]),
|
("cannisters", &["canisters"]),
|
||||||
|
@ -4524,8 +4524,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("canonicalizations", &["canonicalization"]),
|
("canonicalizations", &["canonicalization"]),
|
||||||
("canonival", &["canonical"]),
|
("canonival", &["canonical"]),
|
||||||
("canot", &["cannot"]),
|
("canot", &["cannot"]),
|
||||||
("cant\'", &["can\'t"]),
|
("cant'", &["can't"]),
|
||||||
("cant;", &["can\'t"]),
|
("cant;", &["can't"]),
|
||||||
("canvase", &["canvas"]),
|
("canvase", &["canvas"]),
|
||||||
("caost", &["coast"]),
|
("caost", &["coast"]),
|
||||||
("capabable", &["capable"]),
|
("capabable", &["capable"]),
|
||||||
|
@ -5060,7 +5060,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("childlren", &["children"]),
|
("childlren", &["children"]),
|
||||||
("childrens", &["children"]),
|
("childrens", &["children"]),
|
||||||
("childres", &["children"]),
|
("childres", &["children"]),
|
||||||
("childs", &["children", "child\'s"]),
|
("childs", &["children", "child's"]),
|
||||||
("chiled", &["child", "chilled"]),
|
("chiled", &["child", "chilled"]),
|
||||||
("chiledren", &["children"]),
|
("chiledren", &["children"]),
|
||||||
("chilren", &["children"]),
|
("chilren", &["children"]),
|
||||||
|
@ -5292,7 +5292,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("cleck", &["check"]),
|
("cleck", &["check"]),
|
||||||
("cleean", &["clean"]),
|
("cleean", &["clean"]),
|
||||||
("cleff", &["clef"]),
|
("cleff", &["clef"]),
|
||||||
("cleint\'s", &["client\'s"]),
|
("cleint's", &["client's"]),
|
||||||
("cleint", &["client"]),
|
("cleint", &["client"]),
|
||||||
("cleints", &["clients"]),
|
("cleints", &["clients"]),
|
||||||
("cler", &["clear"]),
|
("cler", &["clear"]),
|
||||||
|
@ -5362,8 +5362,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("cmoputers", &["computers"]),
|
("cmoputers", &["computers"]),
|
||||||
("cna", &["can"]),
|
("cna", &["can"]),
|
||||||
("cnannel", &["channel"]),
|
("cnannel", &["channel"]),
|
||||||
("cnat\'", &["can\'t"]),
|
("cnat'", &["can't"]),
|
||||||
("cnat", &["can\'t"]),
|
("cnat", &["can't"]),
|
||||||
("cnfiguration", &["configuration"]),
|
("cnfiguration", &["configuration"]),
|
||||||
("cnfigure", &["configure"]),
|
("cnfigure", &["configure"]),
|
||||||
("cnfigured", &["configured"]),
|
("cnfigured", &["configured"]),
|
||||||
|
@ -7569,16 +7569,16 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("coucil", &["council"]),
|
("coucil", &["council"]),
|
||||||
("coud", &["could"]),
|
("coud", &["could"]),
|
||||||
("coudl", &["could", "cloud"]),
|
("coudl", &["could", "cloud"]),
|
||||||
("coudn\'t", &["couldn\'t"]),
|
("coudn't", &["couldn't"]),
|
||||||
("coudnt", &["couldn\'t"]),
|
("coudnt", &["couldn't"]),
|
||||||
("coul", &["could"]),
|
("coul", &["could"]),
|
||||||
("could\'nt", &["couldn\'t"]),
|
("could'nt", &["couldn't"]),
|
||||||
("could\'t", &["couldn\'t"]),
|
("could't", &["couldn't"]),
|
||||||
("couldn;t", &["couldn\'t"]),
|
("couldn;t", &["couldn't"]),
|
||||||
("couldnt\'", &["couldn\'t"]),
|
("couldnt'", &["couldn't"]),
|
||||||
("couldnt", &["couldn\'t"]),
|
("couldnt", &["couldn't"]),
|
||||||
("couldnt;", &["couldn\'t"]),
|
("couldnt;", &["couldn't"]),
|
||||||
("couln\'t", &["couldn\'t"]),
|
("couln't", &["couldn't"]),
|
||||||
("couloumb", &["coulomb"]),
|
("couloumb", &["coulomb"]),
|
||||||
("coult", &["could"]),
|
("coult", &["could"]),
|
||||||
("coummunities", &["communities"]),
|
("coummunities", &["communities"]),
|
||||||
|
@ -7607,14 +7607,14 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("counterpar", &["counterpart"]),
|
("counterpar", &["counterpart"]),
|
||||||
("counterpoart", &["counterpart"]),
|
("counterpoart", &["counterpart"]),
|
||||||
("counterpoarts", &["counterparts"]),
|
("counterpoarts", &["counterparts"]),
|
||||||
("countie\'s", &["counties", "counties\'", "county\'s"]),
|
("countie's", &["counties", "counties'", "county's"]),
|
||||||
("countinue", &["continue"]),
|
("countinue", &["continue"]),
|
||||||
("countinueq", &["continueq", "continue"]),
|
("countinueq", &["continueq", "continue"]),
|
||||||
("countires", &["countries", "counties"]),
|
("countires", &["countries", "counties"]),
|
||||||
("countour", &["contour", "counter"]),
|
("countour", &["contour", "counter"]),
|
||||||
("countours", &["contours", "counters"]),
|
("countours", &["contours", "counters"]),
|
||||||
("countr", &["counter", "contour", "country", "county"]),
|
("countr", &["counter", "contour", "country", "county"]),
|
||||||
("countrie\'s", &["countries", "countries\'", "country\'s"]),
|
("countrie's", &["countries", "countries'", "country's"]),
|
||||||
("countrs", &["counters", "contours", "countries"]),
|
("countrs", &["counters", "contours", "countries"]),
|
||||||
("cource", &["course", "coerce", "source"]),
|
("cource", &["course", "coerce", "source"]),
|
||||||
("coururier", &["courier", "couturier"]),
|
("coururier", &["courier", "couturier"]),
|
||||||
|
@ -7633,7 +7633,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("coutner", &["counter"]),
|
("coutner", &["counter"]),
|
||||||
("coutners", &["counters"]),
|
("coutners", &["counters"]),
|
||||||
("couuld", &["could"]),
|
("couuld", &["could"]),
|
||||||
("couuldn\'t", &["couldn\'t"]),
|
("couuldn't", &["couldn't"]),
|
||||||
("covarage", &["coverage"]),
|
("covarage", &["coverage"]),
|
||||||
("covarages", &["coverages"]),
|
("covarages", &["coverages"]),
|
||||||
("covarege", &["coverage"]),
|
("covarege", &["coverage"]),
|
||||||
|
@ -7826,7 +7826,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("curernt", &["current"]),
|
("curernt", &["current"]),
|
||||||
("curerntly", &["currently"]),
|
("curerntly", &["currently"]),
|
||||||
("curiousities", &["curiosities"]),
|
("curiousities", &["curiosities"]),
|
||||||
("curiousity\'s", &["curiosity\'s"]),
|
("curiousity's", &["curiosity's"]),
|
||||||
("curiousity", &["curiosity"]),
|
("curiousity", &["curiosity"]),
|
||||||
("curnilinear", &["curvilinear"]),
|
("curnilinear", &["curvilinear"]),
|
||||||
("currect", &["correct", "current"]),
|
("currect", &["correct", "current"]),
|
||||||
|
@ -8147,7 +8147,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("debgug", &["debug"]),
|
("debgug", &["debug"]),
|
||||||
("debguging", &["debugging"]),
|
("debguging", &["debugging"]),
|
||||||
("debiab", &["Debian"]),
|
("debiab", &["Debian"]),
|
||||||
("debians", &["Debian\'s"]),
|
("debians", &["Debian's"]),
|
||||||
("debloking", &["deblocking"]),
|
("debloking", &["deblocking"]),
|
||||||
("debth", &["depth"]),
|
("debth", &["depth"]),
|
||||||
("debths", &["depths"]),
|
("debths", &["depths"]),
|
||||||
|
@ -8698,7 +8698,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("deocding", &["decoding"]),
|
("deocding", &["decoding"]),
|
||||||
("deocdings", &["decodings"]),
|
("deocdings", &["decodings"]),
|
||||||
("deoes", &["does"]),
|
("deoes", &["does"]),
|
||||||
("deoesn\'t", &["doesn\'t"]),
|
("deoesn't", &["doesn't"]),
|
||||||
("deompression", &["decompression"]),
|
("deompression", &["decompression"]),
|
||||||
("depandance", &["dependence"]),
|
("depandance", &["dependence"]),
|
||||||
("depandancies", &["dependencies"]),
|
("depandancies", &["dependencies"]),
|
||||||
|
@ -9074,7 +9074,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("deslects", &["deselects"]),
|
("deslects", &["deselects"]),
|
||||||
("desltop", &["desktop"]),
|
("desltop", &["desktop"]),
|
||||||
("desltops", &["desktops"]),
|
("desltops", &["desktops"]),
|
||||||
("desn\'t", &["doesn\'t"]),
|
("desn't", &["doesn't"]),
|
||||||
("desne", &["dense"]),
|
("desne", &["dense"]),
|
||||||
("desnse", &["dense"]),
|
("desnse", &["dense"]),
|
||||||
("desogn", &["design"]),
|
("desogn", &["design"]),
|
||||||
|
@ -9305,7 +9305,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("devleoppers", &["developers"]),
|
("devleoppers", &["developers"]),
|
||||||
("devlop", &["develop"]),
|
("devlop", &["develop"]),
|
||||||
("devloped", &["developed"]),
|
("devloped", &["developed"]),
|
||||||
("devloper\'s", &["developer\'s"]),
|
("devloper's", &["developer's"]),
|
||||||
("devloper", &["developer"]),
|
("devloper", &["developer"]),
|
||||||
("devlopers", &["developers"]),
|
("devlopers", &["developers"]),
|
||||||
("devloping", &["developing"]),
|
("devloping", &["developing"]),
|
||||||
|
@ -9412,13 +9412,13 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("dictonary", &["dictionary"]),
|
("dictonary", &["dictionary"]),
|
||||||
("dicussed", &["discussed"]),
|
("dicussed", &["discussed"]),
|
||||||
("dicussions", &["discussions"]),
|
("dicussions", &["discussions"]),
|
||||||
("did\'nt", &["didn\'t"]),
|
("did'nt", &["didn't"]),
|
||||||
("didi", &["did"]),
|
("didi", &["did"]),
|
||||||
("didn;t", &["didn\'t"]),
|
("didn;t", &["didn't"]),
|
||||||
("didnt\'", &["didn\'t"]),
|
("didnt'", &["didn't"]),
|
||||||
("didnt\'t", &["didn\'t"]),
|
("didnt't", &["didn't"]),
|
||||||
("didnt", &["didn\'t"]),
|
("didnt", &["didn't"]),
|
||||||
("didnt;", &["didn\'t"]),
|
("didnt;", &["didn't"]),
|
||||||
("diea", &["idea", "die"]),
|
("diea", &["idea", "die"]),
|
||||||
("dieing", &["dying", "dyeing"]),
|
("dieing", &["dying", "dyeing"]),
|
||||||
("dielectirc", &["dielectric"]),
|
("dielectirc", &["dielectric"]),
|
||||||
|
@ -9833,7 +9833,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("discribing", &["describing"]),
|
("discribing", &["describing"]),
|
||||||
("discription", &["description"]),
|
("discription", &["description"]),
|
||||||
("discriptions", &["descriptions"]),
|
("discriptions", &["descriptions"]),
|
||||||
("discriptor\'s", &["descriptor\'s"]),
|
("discriptor's", &["descriptor's"]),
|
||||||
("disctinction", &["distinction"]),
|
("disctinction", &["distinction"]),
|
||||||
("disctinctive", &["distinctive"]),
|
("disctinctive", &["distinctive"]),
|
||||||
("disctinguish", &["distinguish"]),
|
("disctinguish", &["distinguish"]),
|
||||||
|
@ -10203,7 +10203,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("dloating", &["floating"]),
|
("dloating", &["floating"]),
|
||||||
("dnamically", &["dynamically"]),
|
("dnamically", &["dynamically"]),
|
||||||
("dne", &["done"]),
|
("dne", &["done"]),
|
||||||
("do\'nt", &["don\'t"]),
|
("do'nt", &["don't"]),
|
||||||
("doalog", &["dialog"]),
|
("doalog", &["dialog"]),
|
||||||
("doamin", &["domain", "dopamine"]),
|
("doamin", &["domain", "dopamine"]),
|
||||||
("doamine", &["dopamine", "domain"]),
|
("doamine", &["dopamine", "domain"]),
|
||||||
|
@ -10267,30 +10267,30 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("documument", &["document"]),
|
("documument", &["document"]),
|
||||||
("docunment", &["document"]),
|
("docunment", &["document"]),
|
||||||
("doed", &["does"]),
|
("doed", &["does"]),
|
||||||
("doen\'t", &["doesn\'t"]),
|
("doen't", &["doesn't"]),
|
||||||
("doen", &["done"]),
|
("doen", &["done"]),
|
||||||
("doens\'t", &["doesn\'t"]),
|
("doens't", &["doesn't"]),
|
||||||
("doens", &["does"]),
|
("doens", &["does"]),
|
||||||
("doensn\'t", &["doesn\'t"]),
|
("doensn't", &["doesn't"]),
|
||||||
("does\'nt", &["doesn\'t"]),
|
("does'nt", &["doesn't"]),
|
||||||
("does\'t", &["doesn\'t"]),
|
("does't", &["doesn't"]),
|
||||||
("doese\'t", &["doesn\'t"]),
|
("doese't", &["doesn't"]),
|
||||||
("doese", &["does"]),
|
("doese", &["does"]),
|
||||||
("doesen\'t", &["doesn\'t"]),
|
("doesen't", &["doesn't"]),
|
||||||
("doesent\'", &["doesn\'t"]),
|
("doesent'", &["doesn't"]),
|
||||||
("doesent", &["doesn\'t"]),
|
("doesent", &["doesn't"]),
|
||||||
("doesing", &["doing", "does", "does in", "dosing", "dozing"]),
|
("doesing", &["doing", "does", "does in", "dosing", "dozing"]),
|
||||||
("doesits", &["does its"]),
|
("doesits", &["does its"]),
|
||||||
("doesn\'", &["doesn\'t"]),
|
("doesn'", &["doesn't"]),
|
||||||
("doesn;t", &["doesn\'t"]),
|
("doesn;t", &["doesn't"]),
|
||||||
("doesnexist", &["doesn\'t exist"]),
|
("doesnexist", &["doesn't exist"]),
|
||||||
("doesnot", &["doesn\'t", "does not"]),
|
("doesnot", &["doesn't", "does not"]),
|
||||||
("doesnt\'", &["doesn\'t"]),
|
("doesnt'", &["doesn't"]),
|
||||||
("doesnt\'t", &["doesn\'t"]),
|
("doesnt't", &["doesn't"]),
|
||||||
("doesnt", &["doesn\'t", "does not"]),
|
("doesnt", &["doesn't", "does not"]),
|
||||||
("doesnt;", &["doesn\'t"]),
|
("doesnt;", &["doesn't"]),
|
||||||
("doess", &["does"]),
|
("doess", &["does"]),
|
||||||
("doestn\'t", &["doesn\'t"]),
|
("doestn't", &["doesn't"]),
|
||||||
("doign", &["doing"]),
|
("doign", &["doing"]),
|
||||||
("doiing", &["doing"]),
|
("doiing", &["doing"]),
|
||||||
("doiuble", &["double"]),
|
("doiuble", &["double"]),
|
||||||
|
@ -10328,8 +10328,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("donig", &["doing"]),
|
("donig", &["doing"]),
|
||||||
("donn", &["done", "don"]),
|
("donn", &["done", "don"]),
|
||||||
("donnot", &["do not"]),
|
("donnot", &["do not"]),
|
||||||
("dont\'", &["don\'t"]),
|
("dont'", &["don't"]),
|
||||||
("dont\'t", &["don\'t"]),
|
("dont't", &["don't"]),
|
||||||
("donwload", &["download"]),
|
("donwload", &["download"]),
|
||||||
("donwloaded", &["downloaded"]),
|
("donwloaded", &["downloaded"]),
|
||||||
("donwloading", &["downloading"]),
|
("donwloading", &["downloading"]),
|
||||||
|
@ -10343,16 +10343,16 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("dordered", &["ordered"]),
|
("dordered", &["ordered"]),
|
||||||
("dorment", &["dormant"]),
|
("dorment", &["dormant"]),
|
||||||
("dorp", &["drop"]),
|
("dorp", &["drop"]),
|
||||||
("dosen\'t", &["doesn\'t"]),
|
("dosen't", &["doesn't"]),
|
||||||
("dosen", &["dozen", "dose", "doesn"]),
|
("dosen", &["dozen", "dose", "doesn"]),
|
||||||
("dosen;t", &["doesn\'t"]),
|
("dosen;t", &["doesn't"]),
|
||||||
("dosens", &["dozens"]),
|
("dosens", &["dozens"]),
|
||||||
("dosent\'", &["doesn\'t"]),
|
("dosent'", &["doesn't"]),
|
||||||
("dosent", &["doesn\'t"]),
|
("dosent", &["doesn't"]),
|
||||||
("dosent;", &["doesn\'t"]),
|
("dosent;", &["doesn't"]),
|
||||||
("dosn\'t", &["doesn\'t"]),
|
("dosn't", &["doesn't"]),
|
||||||
("dosn;t", &["doesn\'t"]),
|
("dosn;t", &["doesn't"]),
|
||||||
("dosnt", &["doesn\'t"]),
|
("dosnt", &["doesn't"]),
|
||||||
("dosposing", &["disposing"]),
|
("dosposing", &["disposing"]),
|
||||||
("dosument", &["document"]),
|
("dosument", &["document"]),
|
||||||
("dosuments", &["documents"]),
|
("dosuments", &["documents"]),
|
||||||
|
@ -11520,7 +11520,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("everthing", &["everything"]),
|
("everthing", &["everything"]),
|
||||||
("evertything", &["everything"]),
|
("evertything", &["everything"]),
|
||||||
("everwhere", &["everywhere"]),
|
("everwhere", &["everywhere"]),
|
||||||
("everybodies", &["everybody", "everybody\'s"]),
|
("everybodies", &["everybody", "everybody's"]),
|
||||||
("everyhing", &["everything"]),
|
("everyhing", &["everything"]),
|
||||||
("everythig", &["everything"]),
|
("everythig", &["everything"]),
|
||||||
("everythign", &["everything"]),
|
("everythign", &["everything"]),
|
||||||
|
@ -12244,7 +12244,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("experessed", &["expressed"]),
|
("experessed", &["expressed"]),
|
||||||
("experesses", &["expresses"]),
|
("experesses", &["expresses"]),
|
||||||
("experessing", &["expressing"]),
|
("experessing", &["expressing"]),
|
||||||
("experession\'s", &["expression\'s"]),
|
("experession's", &["expression's"]),
|
||||||
("experession", &["expression"]),
|
("experession", &["expression"]),
|
||||||
("experessions", &["expressions"]),
|
("experessions", &["expressions"]),
|
||||||
("experiance", &["experience"]),
|
("experiance", &["experience"]),
|
||||||
|
@ -13900,8 +13900,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("gaurentee", &["guarantee"]),
|
("gaurentee", &["guarantee"]),
|
||||||
("gaurenteed", &["guaranteed"]),
|
("gaurenteed", &["guaranteed"]),
|
||||||
("gaurentees", &["guarantees"]),
|
("gaurentees", &["guarantees"]),
|
||||||
("gaus\'", &["Gauss\'"]),
|
("gaus'", &["Gauss'"]),
|
||||||
("gaus\'s", &["Gauss\'"]),
|
("gaus's", &["Gauss'"]),
|
||||||
("gaus", &["Gauss", "gauze"]),
|
("gaus", &["Gauss", "gauze"]),
|
||||||
("gausian", &["Gaussian"]),
|
("gausian", &["Gaussian"]),
|
||||||
("geenrate", &["generate"]),
|
("geenrate", &["generate"]),
|
||||||
|
@ -14043,7 +14043,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("gerneric", &["generic"]),
|
("gerneric", &["generic"]),
|
||||||
("gernerics", &["generics"]),
|
("gernerics", &["generics"]),
|
||||||
("gess", &["guess"]),
|
("gess", &["guess"]),
|
||||||
("get\'s", &["gets"]),
|
("get's", &["gets"]),
|
||||||
("get;s", &["gets"]),
|
("get;s", &["gets"]),
|
||||||
("getfastproperyvalue", &["getfastpropertyvalue"]),
|
("getfastproperyvalue", &["getfastpropertyvalue"]),
|
||||||
("getimezone", &["gettimezone"]),
|
("getimezone", &["gettimezone"]),
|
||||||
|
@ -14080,7 +14080,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("gitatributes", &["gitattributes"]),
|
("gitatributes", &["gitattributes"]),
|
||||||
("gived", &["given", "gave"]),
|
("gived", &["given", "gave"]),
|
||||||
("giveing", &["giving"]),
|
("giveing", &["giving"]),
|
||||||
("givem", &["given", "give them", "give \'em"]),
|
("givem", &["given", "give them", "give 'em"]),
|
||||||
("givveing", &["giving"]),
|
("givveing", &["giving"]),
|
||||||
("givven", &["given"]),
|
("givven", &["given"]),
|
||||||
("givving", &["giving"]),
|
("givving", &["giving"]),
|
||||||
|
@ -14334,10 +14334,10 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("guarunteing", &["guaranteeing"]),
|
("guarunteing", &["guaranteeing"]),
|
||||||
("guaruntes", &["guarantees"]),
|
("guaruntes", &["guarantees"]),
|
||||||
("guarunty", &["guaranty"]),
|
("guarunty", &["guaranty"]),
|
||||||
("guas\'", &["Gauss\'"]),
|
("guas'", &["Gauss'"]),
|
||||||
("guas\'s", &["Gauss\'"]),
|
("guas's", &["Gauss'"]),
|
||||||
("guas", &["Gauss"]),
|
("guas", &["Gauss"]),
|
||||||
("guass\'", &["Gauss\'"]),
|
("guass'", &["Gauss'"]),
|
||||||
("guass", &["Gauss"]),
|
("guass", &["Gauss"]),
|
||||||
("guassian", &["Gaussian"]),
|
("guassian", &["Gaussian"]),
|
||||||
("Guatamala", &["Guatemala"]),
|
("Guatamala", &["Guatemala"]),
|
||||||
|
@ -14384,7 +14384,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("halarious", &["hilarious"]),
|
("halarious", &["hilarious"]),
|
||||||
("hald", &["held"]),
|
("hald", &["held"]),
|
||||||
("halfs", &["halves"]),
|
("halfs", &["halves"]),
|
||||||
("Hallowean", &["Hallowe\'en", "Halloween"]),
|
("Hallowean", &["Hallowe'en", "Halloween"]),
|
||||||
("halp", &["help"]),
|
("halp", &["help"]),
|
||||||
("halpoints", &["halfpoints"]),
|
("halpoints", &["halfpoints"]),
|
||||||
("hammmer", &["hammer"]),
|
("hammmer", &["hammer"]),
|
||||||
|
@ -14503,33 +14503,33 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("harth", &["hearth"]),
|
("harth", &["hearth"]),
|
||||||
("harware", &["hardware"]),
|
("harware", &["hardware"]),
|
||||||
("harwdare", &["hardware"]),
|
("harwdare", &["hardware"]),
|
||||||
("has\'nt", &["hasn\'t"]),
|
("has'nt", &["hasn't"]),
|
||||||
("hases", &["hashes"]),
|
("hases", &["hashes"]),
|
||||||
("hashi", &["hash"]),
|
("hashi", &["hash"]),
|
||||||
("hashreference", &["hash reference"]),
|
("hashreference", &["hash reference"]),
|
||||||
("hashs", &["hashes"]),
|
("hashs", &["hashes"]),
|
||||||
("hashses", &["hashes"]),
|
("hashses", &["hashes"]),
|
||||||
("hask", &["hash"]),
|
("hask", &["hash"]),
|
||||||
("hasn;t", &["hasn\'t"]),
|
("hasn;t", &["hasn't"]),
|
||||||
("hasnt\'", &["hasn\'t"]),
|
("hasnt'", &["hasn't"]),
|
||||||
("hasnt", &["hasn\'t"]),
|
("hasnt", &["hasn't"]),
|
||||||
("hass", &["hash"]),
|
("hass", &["hash"]),
|
||||||
("Hatian", &["Haitian"]),
|
("Hatian", &["Haitian"]),
|
||||||
("hauty", &["haughty"]),
|
("hauty", &["haughty"]),
|
||||||
("hav", &["have", "half"]),
|
("hav", &["have", "half"]),
|
||||||
("hava", &["have", "have a"]),
|
("hava", &["have", "have a"]),
|
||||||
("have\'nt", &["haven\'t"]),
|
("have'nt", &["haven't"]),
|
||||||
("havea", &["have", "have a"]),
|
("havea", &["have", "have a"]),
|
||||||
("havee", &["have", "have a"]),
|
("havee", &["have", "have a"]),
|
||||||
("haveing", &["having"]),
|
("haveing", &["having"]),
|
||||||
("haven;t", &["haven\'t"]),
|
("haven;t", &["haven't"]),
|
||||||
("havent\'", &["haven\'t"]),
|
("havent'", &["haven't"]),
|
||||||
("havent\'t", &["haven\'t"]),
|
("havent't", &["haven't"]),
|
||||||
("havent", &["haven\'t"]),
|
("havent", &["haven't"]),
|
||||||
("havew", &["have"]),
|
("havew", &["have"]),
|
||||||
("haviest", &["heaviest"]),
|
("haviest", &["heaviest"]),
|
||||||
("havn\'t", &["haven\'t"]),
|
("havn't", &["haven't"]),
|
||||||
("havnt", &["haven\'t"]),
|
("havnt", &["haven't"]),
|
||||||
("haynus", &["heinous"]),
|
("haynus", &["heinous"]),
|
||||||
("hazzle", &["hassle"]),
|
("hazzle", &["hassle"]),
|
||||||
("hda", &["had"]),
|
("hda", &["had"]),
|
||||||
|
@ -14790,9 +14790,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("hsi", &["his"]),
|
("hsi", &["his"]),
|
||||||
("hsitorians", &["historians"]),
|
("hsitorians", &["historians"]),
|
||||||
("hsotname", &["hostname"]),
|
("hsotname", &["hostname"]),
|
||||||
("hsould\'nt", &["shouldn\'t"]),
|
("hsould'nt", &["shouldn't"]),
|
||||||
("hsould", &["should"]),
|
("hsould", &["should"]),
|
||||||
("hsouldn\'t", &["shouldn\'t"]),
|
("hsouldn't", &["shouldn't"]),
|
||||||
("hstory", &["history"]),
|
("hstory", &["history"]),
|
||||||
("htacccess", &["htaccess"]),
|
("htacccess", &["htaccess"]),
|
||||||
("hte", &["the"]),
|
("hte", &["the"]),
|
||||||
|
@ -14872,8 +14872,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("hypvervisors", &["hypervisors"]),
|
("hypvervisors", &["hypervisors"]),
|
||||||
("hypvisor", &["hypervisor"]),
|
("hypvisor", &["hypervisor"]),
|
||||||
("hypvisors", &["hypervisors"]),
|
("hypvisors", &["hypervisors"]),
|
||||||
("I\'sd", &["I\'d"]),
|
("I'sd", &["I'd"]),
|
||||||
("i;ll", &["I\'ll"]),
|
("i;ll", &["I'll"]),
|
||||||
("iamge", &["image"]),
|
("iamge", &["image"]),
|
||||||
("ibrary", &["library"]),
|
("ibrary", &["library"]),
|
||||||
("icesickle", &["icicle"]),
|
("icesickle", &["icicle"]),
|
||||||
|
@ -16091,7 +16091,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("inreractive", &["interactive"]),
|
("inreractive", &["interactive"]),
|
||||||
("inrerface", &["interface"]),
|
("inrerface", &["interface"]),
|
||||||
("inro", &["into"]),
|
("inro", &["into"]),
|
||||||
("ins\'t", &["isn\'t"]),
|
("ins't", &["isn't"]),
|
||||||
("insallation", &["installation"]),
|
("insallation", &["installation"]),
|
||||||
("insalled", &["installed"]),
|
("insalled", &["installed"]),
|
||||||
("insance", &["instance", "insane"]),
|
("insance", &["instance", "insane"]),
|
||||||
|
@ -16396,7 +16396,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("interfernce", &["interference"]),
|
("interfernce", &["interference"]),
|
||||||
("interferred", &["interfered"]),
|
("interferred", &["interfered"]),
|
||||||
("interferring", &["interfering"]),
|
("interferring", &["interfering"]),
|
||||||
("interger\'s", &["integer\'s"]),
|
("interger's", &["integer's"]),
|
||||||
("interger", &["integer"]),
|
("interger", &["integer"]),
|
||||||
("intergerated", &["integrated"]),
|
("intergerated", &["integrated"]),
|
||||||
("intergers", &["integers"]),
|
("intergers", &["integers"]),
|
||||||
|
@ -16723,7 +16723,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("irresistable", &["irresistible"]),
|
("irresistable", &["irresistible"]),
|
||||||
("irresistably", &["irresistibly"]),
|
("irresistably", &["irresistibly"]),
|
||||||
("irreversable", &["irreversible"]),
|
("irreversable", &["irreversible"]),
|
||||||
("is\'nt", &["isn\'t"]),
|
("is'nt", &["isn't"]),
|
||||||
("isconnection", &["isconnected"]),
|
("isconnection", &["isconnected"]),
|
||||||
("iscrated", &["iscreated"]),
|
("iscrated", &["iscreated"]),
|
||||||
("iself", &["itself"]),
|
("iself", &["itself"]),
|
||||||
|
@ -16732,11 +16732,11 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("isimilar", &["similar"]),
|
("isimilar", &["similar"]),
|
||||||
("isloation", &["isolation"]),
|
("isloation", &["isolation"]),
|
||||||
("ismas", &["isthmus"]),
|
("ismas", &["isthmus"]),
|
||||||
("isn;t", &["isn\'t"]),
|
("isn;t", &["isn't"]),
|
||||||
("isnpiron", &["inspiron"]),
|
("isnpiron", &["inspiron"]),
|
||||||
("isnt\'", &["isn\'t"]),
|
("isnt'", &["isn't"]),
|
||||||
("isnt", &["isn\'t"]),
|
("isnt", &["isn't"]),
|
||||||
("isnt;", &["isn\'t"]),
|
("isnt;", &["isn't"]),
|
||||||
("isntallation", &["installation"]),
|
("isntallation", &["installation"]),
|
||||||
("isntallations", &["installations"]),
|
("isntallations", &["installations"]),
|
||||||
("isntance", &["instance"]),
|
("isntance", &["instance"]),
|
||||||
|
@ -16748,7 +16748,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("isssued", &["issued"]),
|
("isssued", &["issued"]),
|
||||||
("isssues", &["issues"]),
|
("isssues", &["issues"]),
|
||||||
("issueing", &["issuing"]),
|
("issueing", &["issuing"]),
|
||||||
("ist", &["is", "it", "its", "it\'s", "sit", "list"]),
|
("ist", &["is", "it", "its", "it's", "sit", "list"]),
|
||||||
("istalling", &["installing"]),
|
("istalling", &["installing"]),
|
||||||
("istance", &["instance"]),
|
("istance", &["instance"]),
|
||||||
("istead", &["instead"]),
|
("istead", &["instead"]),
|
||||||
|
@ -18374,7 +18374,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("moduile", &["module"]),
|
("moduile", &["module"]),
|
||||||
("modukles", &["modules"]),
|
("modukles", &["modules"]),
|
||||||
("modul", &["module"]),
|
("modul", &["module"]),
|
||||||
("modules\'s", &["modules\'"]),
|
("modules's", &["modules'"]),
|
||||||
("modulie", &["module"]),
|
("modulie", &["module"]),
|
||||||
("modulu", &["modulo"]),
|
("modulu", &["modulo"]),
|
||||||
("modulues", &["modules"]),
|
("modulues", &["modules"]),
|
||||||
|
@ -18586,7 +18586,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("muscial", &["musical"]),
|
("muscial", &["musical"]),
|
||||||
("muscician", &["musician"]),
|
("muscician", &["musician"]),
|
||||||
("muscicians", &["musicians"]),
|
("muscicians", &["musicians"]),
|
||||||
("musn\'t", &["mustn\'t"]),
|
("musn't", &["mustn't"]),
|
||||||
("mustator", &["mutator"]),
|
("mustator", &["mutator"]),
|
||||||
("muste", &["must"]),
|
("muste", &["must"]),
|
||||||
("mutablity", &["mutability"]),
|
("mutablity", &["mutability"]),
|
||||||
|
@ -18746,7 +18746,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("neeedle", &["needle"]),
|
("neeedle", &["needle"]),
|
||||||
("neeedles", &["needles", "needless"]),
|
("neeedles", &["needles", "needless"]),
|
||||||
("neeedless", &["needless", "needles"]),
|
("neeedless", &["needless", "needles"]),
|
||||||
("neeedn\'t", &["needn\'t"]),
|
("neeedn't", &["needn't"]),
|
||||||
("neeeds", &["needs"]),
|
("neeeds", &["needs"]),
|
||||||
("nees", &["needs"]),
|
("nees", &["needs"]),
|
||||||
("neesd", &["needs"]),
|
("neesd", &["needs"]),
|
||||||
|
@ -19467,7 +19467,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("nuturing", &["nurturing"]),
|
("nuturing", &["nurturing"]),
|
||||||
("nwe", &["new"]),
|
("nwe", &["new"]),
|
||||||
("nwo", &["now"]),
|
("nwo", &["now"]),
|
||||||
("o\'caml", &["OCaml"]),
|
("o'caml", &["OCaml"]),
|
||||||
("obay", &["obey"]),
|
("obay", &["obey"]),
|
||||||
("obect", &["object"]),
|
("obect", &["object"]),
|
||||||
("obediance", &["obedience"]),
|
("obediance", &["obedience"]),
|
||||||
|
@ -19586,7 +19586,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("occurrance", &["occurrence"]),
|
("occurrance", &["occurrence"]),
|
||||||
("occurrances", &["occurrences"]),
|
("occurrances", &["occurrences"]),
|
||||||
("occurrs", &["occurs"]),
|
("occurrs", &["occurs"]),
|
||||||
("oclock", &["o\'clock"]),
|
("oclock", &["o'clock"]),
|
||||||
("ocntext", &["context"]),
|
("ocntext", &["context"]),
|
||||||
("ocorrence", &["occurrence"]),
|
("ocorrence", &["occurrence"]),
|
||||||
("ocorrences", &["occurrences"]),
|
("ocorrences", &["occurrences"]),
|
||||||
|
@ -20315,7 +20315,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("packge", &["package"]),
|
("packge", &["package"]),
|
||||||
("packged", &["packaged"]),
|
("packged", &["packaged"]),
|
||||||
("packgement", &["packaging"]),
|
("packgement", &["packaging"]),
|
||||||
("packges\'", &["packages\'"]),
|
("packges'", &["packages'"]),
|
||||||
("packges", &["packages"]),
|
("packges", &["packages"]),
|
||||||
("packhage", &["package"]),
|
("packhage", &["package"]),
|
||||||
("packhages", &["packages"]),
|
("packhages", &["packages"]),
|
||||||
|
@ -22066,7 +22066,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("prohibting", &["prohibiting"]),
|
("prohibting", &["prohibiting"]),
|
||||||
("prohibts", &["prohibits"]),
|
("prohibts", &["prohibits"]),
|
||||||
("proirity", &["priority"]),
|
("proirity", &["priority"]),
|
||||||
("projct\'s", &["project\'s"]),
|
("projct's", &["project's"]),
|
||||||
("projct", &["project"]),
|
("projct", &["project"]),
|
||||||
("projction", &["projection"]),
|
("projction", &["projection"]),
|
||||||
("projctions", &["projections"]),
|
("projctions", &["projections"]),
|
||||||
|
@ -23729,9 +23729,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("rende", &["render", "rend"]),
|
("rende", &["render", "rend"]),
|
||||||
("renderadble", &["renderable"]),
|
("renderadble", &["renderable"]),
|
||||||
("rendereing", &["rendering"]),
|
("rendereing", &["rendering"]),
|
||||||
("rendererers", &["renderers", "renderer\'s"]),
|
("rendererers", &["renderers", "renderer's"]),
|
||||||
("renderering", &["rendering"]),
|
("renderering", &["rendering"]),
|
||||||
("renderes", &["renders", "renderers", "renderer\'s"]),
|
("renderes", &["renders", "renderers", "renderer's"]),
|
||||||
("renderning", &["rendering"]),
|
("renderning", &["rendering"]),
|
||||||
("renderr", &["render"]),
|
("renderr", &["render"]),
|
||||||
("renderring", &["rendering"]),
|
("renderring", &["rendering"]),
|
||||||
|
@ -24414,7 +24414,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("responsability", &["responsibility"]),
|
("responsability", &["responsibility"]),
|
||||||
("responsable", &["responsible"]),
|
("responsable", &["responsible"]),
|
||||||
("responsed", &["responded", "responses"]),
|
("responsed", &["responded", "responses"]),
|
||||||
("responser\'s", &["responder\'s"]),
|
("responser's", &["responder's"]),
|
||||||
("responser", &["responder"]),
|
("responser", &["responder"]),
|
||||||
("responsers", &["responders"]),
|
("responsers", &["responders"]),
|
||||||
("responsess", &["responses"]),
|
("responsess", &["responses"]),
|
||||||
|
@ -25058,7 +25058,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("scholarhip", &["scholarship"]),
|
("scholarhip", &["scholarship"]),
|
||||||
("scholarhips", &["scholarships"]),
|
("scholarhips", &["scholarships"]),
|
||||||
("scholarstic", &["scholastic", "scholarly"]),
|
("scholarstic", &["scholastic", "scholarly"]),
|
||||||
("scholdn\'t", &["shouldn\'t"]),
|
("scholdn't", &["shouldn't"]),
|
||||||
("schould", &["should"]),
|
("schould", &["should"]),
|
||||||
("scientfic", &["scientific"]),
|
("scientfic", &["scientific"]),
|
||||||
("scientfically", &["scientifically"]),
|
("scientfically", &["scientifically"]),
|
||||||
|
@ -25687,9 +25687,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("shoing", &["showing"]),
|
("shoing", &["showing"]),
|
||||||
("shold", &["should", "hold", "sold"]),
|
("shold", &["should", "hold", "sold"]),
|
||||||
("sholder", &["shoulder"]),
|
("sholder", &["shoulder"]),
|
||||||
("sholdn\'t", &["shouldn\'t"]),
|
("sholdn't", &["shouldn't"]),
|
||||||
("sholuld", &["should"]),
|
("sholuld", &["should"]),
|
||||||
("sholuldn\'t", &["shouldn\'t"]),
|
("sholuldn't", &["shouldn't"]),
|
||||||
("shopkeeepers", &["shopkeepers"]),
|
("shopkeeepers", &["shopkeepers"]),
|
||||||
("shorcuts", &["shortcuts"]),
|
("shorcuts", &["shortcuts"]),
|
||||||
("shorly", &["shortly"]),
|
("shorly", &["shortly"]),
|
||||||
|
@ -25711,21 +25711,21 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("shoudl", &["should"]),
|
("shoudl", &["should"]),
|
||||||
("shoudld", &["should"]),
|
("shoudld", &["should"]),
|
||||||
("shoudle", &["should"]),
|
("shoudle", &["should"]),
|
||||||
("shoudln\'t", &["shouldn\'t"]),
|
("shoudln't", &["shouldn't"]),
|
||||||
("shoudln", &["should", "shouldn\'t"]),
|
("shoudln", &["should", "shouldn't"]),
|
||||||
("shoudlnt", &["shouldn\'t"]),
|
("shoudlnt", &["shouldn't"]),
|
||||||
("shoudn\'t", &["shouldn\'t"]),
|
("shoudn't", &["shouldn't"]),
|
||||||
("shoudn", &["shouldn"]),
|
("shoudn", &["shouldn"]),
|
||||||
("shoudt", &["should", "shouldn\'t"]),
|
("shoudt", &["should", "shouldn't"]),
|
||||||
("should\'nt", &["shouldn\'t"]),
|
("should'nt", &["shouldn't"]),
|
||||||
("should\'t", &["shouldn\'t"]),
|
("should't", &["shouldn't"]),
|
||||||
("shouldbe", &["should", "should be"]),
|
("shouldbe", &["should", "should be"]),
|
||||||
("shouldn;t", &["shouldn\'t"]),
|
("shouldn;t", &["shouldn't"]),
|
||||||
("shouldnt\'", &["shouldn\'t"]),
|
("shouldnt'", &["shouldn't"]),
|
||||||
("shouldnt", &["shouldn\'t"]),
|
("shouldnt", &["shouldn't"]),
|
||||||
("shouldnt;", &["shouldn\'t"]),
|
("shouldnt;", &["shouldn't"]),
|
||||||
("shoule", &["should"]),
|
("shoule", &["should"]),
|
||||||
("shouln\'t", &["shouldn\'t"]),
|
("shouln't", &["shouldn't"]),
|
||||||
("shouls", &["should"]),
|
("shouls", &["should"]),
|
||||||
("shoult", &["should"]),
|
("shoult", &["should"]),
|
||||||
("shouod", &["should"]),
|
("shouod", &["should"]),
|
||||||
|
@ -26215,9 +26215,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("soucres", &["sources"]),
|
("soucres", &["sources"]),
|
||||||
("soudn", &["sound"]),
|
("soudn", &["sound"]),
|
||||||
("soudns", &["sounds"]),
|
("soudns", &["sounds"]),
|
||||||
("sould\'nt", &["shouldn\'t"]),
|
("sould'nt", &["shouldn't"]),
|
||||||
("sould", &["could", "should", "sold"]),
|
("sould", &["could", "should", "sold"]),
|
||||||
("souldn\'t", &["shouldn\'t"]),
|
("souldn't", &["shouldn't"]),
|
||||||
("soundard", &["soundcard"]),
|
("soundard", &["soundcard"]),
|
||||||
("sountrack", &["soundtrack"]),
|
("sountrack", &["soundtrack"]),
|
||||||
("sourcd", &["sourced", "source"]),
|
("sourcd", &["sourced", "source"]),
|
||||||
|
@ -26775,7 +26775,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("staition", &["station"]),
|
("staition", &["station"]),
|
||||||
("staitions", &["stations"]),
|
("staitions", &["stations"]),
|
||||||
("stalagtite", &["stalactite"]),
|
("stalagtite", &["stalactite"]),
|
||||||
("stamement\'s", &["statement\'s", "statements", "statement"]),
|
("stamement's", &["statement's", "statements", "statement"]),
|
||||||
("standalown", &["standalone", "stand-alone"]),
|
("standalown", &["standalone", "stand-alone"]),
|
||||||
("standar", &["standard"]),
|
("standar", &["standard"]),
|
||||||
("standarad", &["standard"]),
|
("standarad", &["standard"]),
|
||||||
|
@ -28289,12 +28289,12 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("thansparent", &["transparent"]),
|
("thansparent", &["transparent"]),
|
||||||
("thant", &["than"]),
|
("thant", &["than"]),
|
||||||
("thare", &["there"]),
|
("thare", &["there"]),
|
||||||
("thast", &["that", "that\'s"]),
|
("thast", &["that", "that's"]),
|
||||||
("that;s", &["that\'s"]),
|
("that;s", &["that's"]),
|
||||||
("thatn", &["that", "than"]),
|
("thatn", &["that", "than"]),
|
||||||
("thats\'", &["that\'s"]),
|
("thats'", &["that's"]),
|
||||||
("thats", &["that\'s"]),
|
("thats", &["that's"]),
|
||||||
("thats;", &["that\'s"]),
|
("thats;", &["that's"]),
|
||||||
("thay", &["they"]),
|
("thay", &["they"]),
|
||||||
("thck", &["thick"]),
|
("thck", &["thick"]),
|
||||||
("theard", &["thread"]),
|
("theard", &["thread"]),
|
||||||
|
@ -28310,9 +28310,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("thei", &["their", "they"]),
|
("thei", &["their", "they"]),
|
||||||
("theif", &["thief"]),
|
("theif", &["thief"]),
|
||||||
("theifs", &["thieves"]),
|
("theifs", &["thieves"]),
|
||||||
("theire", &["their", "they\'re"]),
|
("theire", &["their", "they're"]),
|
||||||
("theis", &["this", "thesis"]),
|
("theis", &["this", "thesis"]),
|
||||||
("theiv", &["thief", "they\'ve"]),
|
("theiv", &["thief", "they've"]),
|
||||||
("theive", &["thief"]),
|
("theive", &["thief"]),
|
||||||
("theives", &["thieves"]),
|
("theives", &["thieves"]),
|
||||||
("themplate", &["template"]),
|
("themplate", &["template"]),
|
||||||
|
@ -28338,7 +28338,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("therem", &["there", "theorem"]),
|
("therem", &["there", "theorem"]),
|
||||||
("thereom", &["theorem"]),
|
("thereom", &["theorem"]),
|
||||||
("thererin", &["therein"]),
|
("thererin", &["therein"]),
|
||||||
("theres", &["there\'s"]),
|
("theres", &["there's"]),
|
||||||
("therfore", &["therefore"]),
|
("therfore", &["therefore"]),
|
||||||
("theri", &["their", "there"]),
|
("theri", &["their", "there"]),
|
||||||
("thermisor", &["thermistor"]),
|
("thermisor", &["thermistor"]),
|
||||||
|
@ -28357,8 +28357,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("thev", &["the"]),
|
("thev", &["the"]),
|
||||||
("theves", &["thieves"]),
|
("theves", &["thieves"]),
|
||||||
("thex", &["the", "then"]),
|
("thex", &["the", "then"]),
|
||||||
("theyr", &["their", "there", "they\'re"]),
|
("theyr", &["their", "there", "they're"]),
|
||||||
("theyre", &["they\'re", "their", "there"]),
|
("theyre", &["they're", "their", "there"]),
|
||||||
("thgat", &["that"]),
|
("thgat", &["that"]),
|
||||||
("thge", &["the"]),
|
("thge", &["the"]),
|
||||||
("thi", &["the", "this"]),
|
("thi", &["the", "this"]),
|
||||||
|
@ -28389,7 +28389,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("thinn", &["thin"]),
|
("thinn", &["thin"]),
|
||||||
("thirs", &["third", "thirst"]),
|
("thirs", &["third", "thirst"]),
|
||||||
("thirtyth", &["thirtieth"]),
|
("thirtyth", &["thirtieth"]),
|
||||||
("this\'d", &["this would"]),
|
("this'd", &["this would"]),
|
||||||
("thise", &["these", "this"]),
|
("thise", &["these", "this"]),
|
||||||
("thisle", &["thistle"]),
|
("thisle", &["thistle"]),
|
||||||
("thist", &["this"]),
|
("thist", &["this"]),
|
||||||
|
@ -30686,8 +30686,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("wakeus", &["wakeups", "wake us", "walrus"]),
|
("wakeus", &["wakeups", "wake us", "walrus"]),
|
||||||
("wakup", &["wakeup"]),
|
("wakup", &["wakeup"]),
|
||||||
("wallthickness", &["wall thickness"]),
|
("wallthickness", &["wall thickness"]),
|
||||||
("wan\'t", &["want", "wasn\'t"]),
|
("wan't", &["want", "wasn't"]),
|
||||||
("wan;t", &["want", "wasn\'t"]),
|
("wan;t", &["want", "wasn't"]),
|
||||||
("want;s", &["wants"]),
|
("want;s", &["wants"]),
|
||||||
("wantto", &["want to"]),
|
("wantto", &["want to"]),
|
||||||
("wappers", &["wrappers"]),
|
("wappers", &["wrappers"]),
|
||||||
|
@ -30727,14 +30727,14 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("warniongs", &["warnings"]),
|
("warniongs", &["warnings"]),
|
||||||
("warrent", &["warrant"]),
|
("warrent", &["warrant"]),
|
||||||
("warrriors", &["warriors"]),
|
("warrriors", &["warriors"]),
|
||||||
("was\'nt", &["wasn\'t"]),
|
("was'nt", &["wasn't"]),
|
||||||
("was\'t", &["wasn\'t"]),
|
("was't", &["wasn't"]),
|
||||||
("was;t", &["wasn\'t"]),
|
("was;t", &["wasn't"]),
|
||||||
("wasn", &["wasn\'t", "was"]),
|
("wasn", &["wasn't", "was"]),
|
||||||
("wasn;t", &["wasn\'t"]),
|
("wasn;t", &["wasn't"]),
|
||||||
("wasnt\'", &["wasn\'t"]),
|
("wasnt'", &["wasn't"]),
|
||||||
("wasnt", &["wasn\'t"]),
|
("wasnt", &["wasn't"]),
|
||||||
("wasnt;", &["wasn\'t"]),
|
("wasnt;", &["wasn't"]),
|
||||||
("wass", &["was"]),
|
("wass", &["was"]),
|
||||||
("watchdong", &["watchdog"]),
|
("watchdong", &["watchdog"]),
|
||||||
("watchog", &["watchdog"]),
|
("watchog", &["watchdog"]),
|
||||||
|
@ -30773,11 +30773,11 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("wendesday", &["Wednesday"]),
|
("wendesday", &["Wednesday"]),
|
||||||
("wendsay", &["Wednesday"]),
|
("wendsay", &["Wednesday"]),
|
||||||
("wensday", &["Wednesday"]),
|
("wensday", &["Wednesday"]),
|
||||||
("were\'nt", &["weren\'t"]),
|
("were'nt", &["weren't"]),
|
||||||
("wereabouts", &["whereabouts"]),
|
("wereabouts", &["whereabouts"]),
|
||||||
("wereas", &["whereas"]),
|
("wereas", &["whereas"]),
|
||||||
("weree", &["were"]),
|
("weree", &["were"]),
|
||||||
("werent", &["weren\'t"]),
|
("werent", &["weren't"]),
|
||||||
("werever", &["wherever"]),
|
("werever", &["wherever"]),
|
||||||
("wery", &["very", "wary", "weary"]),
|
("wery", &["very", "wary", "weary"]),
|
||||||
("wether", &["weather", "whether"]),
|
("wether", &["weather", "whether"]),
|
||||||
|
@ -30812,8 +30812,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("whheel", &["wheel"]),
|
("whheel", &["wheel"]),
|
||||||
("whic", &["which"]),
|
("whic", &["which"]),
|
||||||
("whicg", &["which"]),
|
("whicg", &["which"]),
|
||||||
("which;s", &["which\'s"]),
|
("which;s", &["which's"]),
|
||||||
("whichs", &["which\'s"]),
|
("whichs", &["which's"]),
|
||||||
("whicht", &["which"]),
|
("whicht", &["which"]),
|
||||||
("whihc", &["which"]),
|
("whihc", &["which"]),
|
||||||
("whihch", &["which"]),
|
("whihch", &["which"]),
|
||||||
|
@ -30850,7 +30850,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("wholey", &["wholly"]),
|
("wholey", &["wholly"]),
|
||||||
("wholy", &["wholly", "holy"]),
|
("wholy", &["wholly", "holy"]),
|
||||||
("whoose", &["whose"]),
|
("whoose", &["whose"]),
|
||||||
("whos", &["whose", "who\'s"]),
|
("whos", &["whose", "who's"]),
|
||||||
("whould", &["would"]),
|
("whould", &["would"]),
|
||||||
("whta", &["what"]),
|
("whta", &["what"]),
|
||||||
("whther", &["whether"]),
|
("whther", &["whether"]),
|
||||||
|
@ -30993,11 +30993,11 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("wolrdly", &["worldly"]),
|
("wolrdly", &["worldly"]),
|
||||||
("wolrdwide", &["worldwide"]),
|
("wolrdwide", &["worldwide"]),
|
||||||
("wolwide", &["worldwide"]),
|
("wolwide", &["worldwide"]),
|
||||||
("womens", &["women\'s", "women"]),
|
("womens", &["women's", "women"]),
|
||||||
("won;t", &["won\'t"]),
|
("won;t", &["won't"]),
|
||||||
("wonderfull", &["wonderful"]),
|
("wonderfull", &["wonderful"]),
|
||||||
("wonderig", &["wondering"]),
|
("wonderig", &["wondering"]),
|
||||||
("wont\'t", &["won\'t"]),
|
("wont't", &["won't"]),
|
||||||
("woraround", &["workaround"]),
|
("woraround", &["workaround"]),
|
||||||
("worarounds", &["workarounds"]),
|
("worarounds", &["workarounds"]),
|
||||||
("worbench", &["workbench"]),
|
("worbench", &["workbench"]),
|
||||||
|
@ -31068,13 +31068,13 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("wothout", &["without"]),
|
("wothout", &["without"]),
|
||||||
("woud", &["would"]),
|
("woud", &["would"]),
|
||||||
("woudl", &["would"]),
|
("woudl", &["would"]),
|
||||||
("woudn\'t", &["wouldn\'t"]),
|
("woudn't", &["wouldn't"]),
|
||||||
("would\'nt", &["wouldn\'t"]),
|
("would'nt", &["wouldn't"]),
|
||||||
("would\'t", &["wouldn\'t"]),
|
("would't", &["wouldn't"]),
|
||||||
("wouldn;t", &["wouldn\'t"]),
|
("wouldn;t", &["wouldn't"]),
|
||||||
("wouldnt\'", &["wouldn\'t"]),
|
("wouldnt'", &["wouldn't"]),
|
||||||
("wouldnt", &["wouldn\'t"]),
|
("wouldnt", &["wouldn't"]),
|
||||||
("wouldnt;", &["wouldn\'t"]),
|
("wouldnt;", &["wouldn't"]),
|
||||||
("wounderful", &["wonderful"]),
|
("wounderful", &["wonderful"]),
|
||||||
("wouold", &["would"]),
|
("wouold", &["would"]),
|
||||||
("wouuld", &["would"]),
|
("wouuld", &["would"]),
|
||||||
|
@ -31167,8 +31167,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("ymbols", &["symbols"]),
|
("ymbols", &["symbols"]),
|
||||||
("yotube", &["youtube"]),
|
("yotube", &["youtube"]),
|
||||||
("youn", &["your", "you", "young"]),
|
("youn", &["your", "you", "young"]),
|
||||||
("youre", &["your", "you\'re"]),
|
("youre", &["your", "you're"]),
|
||||||
("yourr", &["your", "you\'re"]),
|
("yourr", &["your", "you're"]),
|
||||||
("yourselfe", &["yourself", "yourselves"]),
|
("yourselfe", &["yourself", "yourselves"]),
|
||||||
("yourselfes", &["yourselves"]),
|
("yourselfes", &["yourselves"]),
|
||||||
("yourselv", &["yourself", "yourselves"]),
|
("yourselv", &["yourself", "yourselves"]),
|
||||||
|
|
|
@ -230,6 +230,7 @@ impl Entry {
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod test_entry {
|
mod test_entry {
|
||||||
|
#![allow(clippy::bool_assert_comparison)]
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -210,7 +210,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("airbourne", &["airborne"]),
|
("airbourne", &["airborne"]),
|
||||||
("aircaft", &["aircraft"]),
|
("aircaft", &["aircraft"]),
|
||||||
("aircrafts", &["aircraft"]),
|
("aircrafts", &["aircraft"]),
|
||||||
("aircrafts\'", &["aircraft\'s"]),
|
("aircrafts'", &["aircraft's"]),
|
||||||
("airporta", &["airports"]),
|
("airporta", &["airports"]),
|
||||||
("airrcraft", &["aircraft"]),
|
("airrcraft", &["aircraft"]),
|
||||||
("aisian", &["asian"]),
|
("aisian", &["asian"]),
|
||||||
|
@ -1084,7 +1084,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("counries", &["countries"]),
|
("counries", &["countries"]),
|
||||||
("countains", &["contains"]),
|
("countains", &["contains"]),
|
||||||
("countires", &["countries"]),
|
("countires", &["countries"]),
|
||||||
("countrie\'s", &["countries", "countries\'", "country\'s"]),
|
("countrie's", &["countries", "countries'", "country's"]),
|
||||||
("coururier", &["courier", "couturier"]),
|
("coururier", &["courier", "couturier"]),
|
||||||
("coverted", &["converted", "covered", "coveted"]),
|
("coverted", &["converted", "covered", "coveted"]),
|
||||||
("cpoy", &["coy", "copy"]),
|
("cpoy", &["coy", "copy"]),
|
||||||
|
@ -1244,7 +1244,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("dicovery", &["discovery"]),
|
("dicovery", &["discovery"]),
|
||||||
("dictionarys", &["dictionaries"]),
|
("dictionarys", &["dictionaries"]),
|
||||||
("dicussed", &["discussed"]),
|
("dicussed", &["discussed"]),
|
||||||
("didnt", &["didn\'t"]),
|
("didnt", &["didn't"]),
|
||||||
("diea", &["idea", "die"]),
|
("diea", &["idea", "die"]),
|
||||||
("dieing", &["dying", "dyeing"]),
|
("dieing", &["dying", "dyeing"]),
|
||||||
("dieties", &["deities"]),
|
("dieties", &["deities"]),
|
||||||
|
@ -1343,13 +1343,13 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("doctines", &["doctrines"]),
|
("doctines", &["doctrines"]),
|
||||||
("documenatry", &["documentary"]),
|
("documenatry", &["documentary"]),
|
||||||
("doens", &["does"]),
|
("doens", &["does"]),
|
||||||
("doesnt", &["doesn\'t"]),
|
("doesnt", &["doesn't"]),
|
||||||
("doign", &["doing"]),
|
("doign", &["doing"]),
|
||||||
("dominaton", &["domination"]),
|
("dominaton", &["domination"]),
|
||||||
("dominent", &["dominant"]),
|
("dominent", &["dominant"]),
|
||||||
("dominiant", &["dominant"]),
|
("dominiant", &["dominant"]),
|
||||||
("donig", &["doing"]),
|
("donig", &["doing"]),
|
||||||
("dosen\'t", &["doesn\'t"]),
|
("dosen't", &["doesn't"]),
|
||||||
("doub", &["doubt", "daub"]),
|
("doub", &["doubt", "daub"]),
|
||||||
("doulbe", &["double"]),
|
("doulbe", &["double"]),
|
||||||
("dowloads", &["downloads"]),
|
("dowloads", &["downloads"]),
|
||||||
|
@ -1838,7 +1838,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("haemorrage", &["haemorrhage"]),
|
("haemorrage", &["haemorrhage"]),
|
||||||
("haev", &["have", "heave"]),
|
("haev", &["have", "heave"]),
|
||||||
("halarious", &["hilarious"]),
|
("halarious", &["hilarious"]),
|
||||||
("Hallowean", &["Hallowe\'en", "Halloween"]),
|
("Hallowean", &["Hallowe'en", "Halloween"]),
|
||||||
("halp", &["help"]),
|
("halp", &["help"]),
|
||||||
("hapen", &["happen"]),
|
("hapen", &["happen"]),
|
||||||
("hapened", &["happened"]),
|
("hapened", &["happened"]),
|
||||||
|
@ -1862,7 +1862,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("harrassing", &["harassing"]),
|
("harrassing", &["harassing"]),
|
||||||
("harrassment", &["harassment"]),
|
("harrassment", &["harassment"]),
|
||||||
("harrassments", &["harassments"]),
|
("harrassments", &["harassments"]),
|
||||||
("hasnt", &["hasn\'t"]),
|
("hasnt", &["hasn't"]),
|
||||||
("Hatian", &["Haitian"]),
|
("Hatian", &["Haitian"]),
|
||||||
("haviest", &["heaviest"]),
|
("haviest", &["heaviest"]),
|
||||||
("headquarer", &["headquarter"]),
|
("headquarer", &["headquarter"]),
|
||||||
|
@ -2192,7 +2192,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("irreplacable", &["irreplaceable"]),
|
("irreplacable", &["irreplaceable"]),
|
||||||
("irresistable", &["irresistible"]),
|
("irresistable", &["irresistible"]),
|
||||||
("irresistably", &["irresistibly"]),
|
("irresistably", &["irresistibly"]),
|
||||||
("isnt", &["isn\'t"]),
|
("isnt", &["isn't"]),
|
||||||
("Israelies", &["Israelis"]),
|
("Israelies", &["Israelis"]),
|
||||||
("issueing", &["issuing"]),
|
("issueing", &["issuing"]),
|
||||||
("itnroduced", &["introduced"]),
|
("itnroduced", &["introduced"]),
|
||||||
|
@ -3531,7 +3531,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("shorly", &["shortly"]),
|
("shorly", &["shortly"]),
|
||||||
("shortwhile", &["short while"]),
|
("shortwhile", &["short while"]),
|
||||||
("shoudl", &["should"]),
|
("shoudl", &["should"]),
|
||||||
("shoudln", &["should", "shouldn\'t"]),
|
("shoudln", &["should", "shouldn't"]),
|
||||||
("shouldnt", &["should not"]),
|
("shouldnt", &["should not"]),
|
||||||
("shreak", &["shriek"]),
|
("shreak", &["shriek"]),
|
||||||
("shrinked", &["shrunk"]),
|
("shrinked", &["shrunk"]),
|
||||||
|
@ -3888,7 +3888,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("testiclular", &["testicular"]),
|
("testiclular", &["testicular"]),
|
||||||
("testomony", &["testimony"]),
|
("testomony", &["testimony"]),
|
||||||
("tghe", &["the"]),
|
("tghe", &["the"]),
|
||||||
("thast", &["that", "that\'s"]),
|
("thast", &["that", "that's"]),
|
||||||
("theather", &["theater"]),
|
("theather", &["theater"]),
|
||||||
("theese", &["these"]),
|
("theese", &["these"]),
|
||||||
("theif", &["thief"]),
|
("theif", &["thief"]),
|
||||||
|
@ -3899,7 +3899,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("therafter", &["thereafter"]),
|
("therafter", &["thereafter"]),
|
||||||
("therby", &["thereby"]),
|
("therby", &["thereby"]),
|
||||||
("theri", &["their"]),
|
("theri", &["their"]),
|
||||||
("theyre", &["they\'re"]),
|
("theyre", &["they're"]),
|
||||||
("thgat", &["that"]),
|
("thgat", &["that"]),
|
||||||
("thge", &["the"]),
|
("thge", &["the"]),
|
||||||
("thier", &["their"]),
|
("thier", &["their"]),
|
||||||
|
@ -3944,7 +3944,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("tkaing", &["taking"]),
|
("tkaing", &["taking"]),
|
||||||
("tlaking", &["talking"]),
|
("tlaking", &["talking"]),
|
||||||
("tobbaco", &["tobacco"]),
|
("tobbaco", &["tobacco"]),
|
||||||
("todays", &["today\'s"]),
|
("todays", &["today's"]),
|
||||||
("todya", &["today"]),
|
("todya", &["today"]),
|
||||||
("toghether", &["together"]),
|
("toghether", &["together"]),
|
||||||
("toke", &["took"]),
|
("toke", &["took"]),
|
||||||
|
@ -4200,7 +4200,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
|
||||||
("wardobe", &["wardrobe"]),
|
("wardobe", &["wardrobe"]),
|
||||||
("warrent", &["warrant"]),
|
("warrent", &["warrant"]),
|
||||||
("warrriors", &["warriors"]),
|
("warrriors", &["warriors"]),
|
||||||
("wasnt", &["wasn\'t"]),
|
("wasnt", &["wasn't"]),
|
||||||
("wass", &["was"]),
|
("wass", &["was"]),
|
||||||
("watn", &["want"]),
|
("watn", &["want"]),
|
||||||
("wayword", &["wayward"]),
|
("wayword", &["wayward"]),
|
||||||
|
|
Loading…
Reference in a new issue