From 12e6cadbe77271c0fe505ae992bd6e9c83f58d5e Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 25 Oct 2019 10:24:25 -0600 Subject: [PATCH] chore: Update dependencies --- Cargo.lock | 187 +- Cargo.toml | 2 +- codegen/Cargo.toml | 6 +- codegen/src/main.rs | 5 +- typos-dict/Cargo.toml | 4 +- typos-dict/src/dict.rs | 2 +- typos-dict/src/dict_codegen.rs | 69590 ++++++++++++++++--------------- 7 files changed, 34846 insertions(+), 34950 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c994ec782..a62f41ae8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,7 +18,7 @@ dependencies = [ [[package]] name = "assert_fs" -version = "0.10.1" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "globwalk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -124,14 +124,6 @@ dependencies = [ "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "cloudabi" -version = "0.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "codegenrs" version = "0.1.5" @@ -248,11 +240,6 @@ name = "fnv" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "fuchsia-cprng" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "getrandom" version = "0.1.13" @@ -376,37 +363,37 @@ dependencies = [ [[package]] name = "phf" -version = "0.7.24" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_codegen" -version = "0.7.24" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_generator" -version = "0.7.24" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_shared" -version = "0.7.24" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "siphasher 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -487,24 +474,6 @@ dependencies = [ "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "rand" -version = "0.6.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "rand" version = "0.7.2" @@ -515,15 +484,7 @@ dependencies = [ "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "rand_chacha" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -535,19 +496,6 @@ dependencies = [ "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "rand_core" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "rand_core" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "rand_core" version = "0.5.1" @@ -556,14 +504,6 @@ dependencies = [ "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "rand_hc" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "rand_hc" version = "0.2.0" @@ -572,60 +512,12 @@ dependencies = [ "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "rand_isaac" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "rand_jitter" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "rand_os" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "rand_pcg" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "rand_xorshift" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "rdrand" -version = "0.4.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -734,7 +626,7 @@ dependencies = [ [[package]] name = "siphasher" -version = "0.2.3" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -865,7 +757,7 @@ dependencies = [ name = "typos-cli" version = "0.1.1" dependencies = [ - "assert_fs 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap-verbosity-flag 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -885,10 +777,10 @@ version = "1.0.1" dependencies = [ "codegenrs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", + "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -896,9 +788,9 @@ name = "typos-dict" version = "0.1.1" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", + "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "typos 0.1.1", - "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -909,6 +801,14 @@ dependencies = [ "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "unicase" +version = "2.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "unicode-segmentation" version = "1.3.0" @@ -993,7 +893,7 @@ dependencies = [ [metadata] "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" -"checksum assert_fs 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "843ba73b7d990b4ef11b34a58eefa777c1350c098031857ec369658c7cb0597c" +"checksum assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ce6ba957da497523c08f8e0bd0f2e038d23ad6a3f7a391ed9d4afa9314838c0" "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" "checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" @@ -1006,7 +906,6 @@ dependencies = [ "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" "checksum clap-verbosity-flag 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "177e9a28add9de161079047d67bcaab629bdfb542c6908f838bfc4cecb3d7f63" -"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" "checksum codegenrs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71084cba3c8e4a3f9bc1a838ce259570fca6f2e360da3657c1b8c1185786329d" "checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" @@ -1020,7 +919,6 @@ dependencies = [ "checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08" "checksum float-cmp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "134a8fa843d80a51a5b77d36d42bc2def9edcb0262c914861d08129fd1926600" "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" -"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" "checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" "checksum globwalk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89fa2e29859da05acd066bd45996f05c271b271d7ec4a781f909682328f65d25" @@ -1036,10 +934,10 @@ dependencies = [ "checksum normalize-line-endings 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2e0a1a39eab95caf4f5556da9289b9e68f0aafac901b2ce80daaf020d3b733a8" "checksum normalize-line-endings 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" -"checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" -"checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e" -"checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" -"checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" +"checksum phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" +"checksum phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" +"checksum phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" +"checksum phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" "checksum predicates 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "53e09015b0d3f5a0ec2d4428f7559bb7b3fff341b4e159fedd1d57fac8b939ff" "checksum predicates-core 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178" @@ -1050,21 +948,11 @@ dependencies = [ "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" -"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" "checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" -"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" -"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" -"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" -"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" -"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" -"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" -"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" -"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" -"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" -"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" +"checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" "checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" "checksum regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9" @@ -1079,7 +967,7 @@ dependencies = [ "checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" "checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" -"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" +"checksum siphasher 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "83da420ee8d1a89e640d0948c646c1c088758d3a3c538f943bfa97bdac17929d" "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" "checksum structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4f66a4c0ddf7aee4677995697366de0749b0139057342eccbb609b12d0affc" "checksum structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fe0c13e476b4e21ff7f5c4ace3818b6d7bdc16897c31c73862471bc1663acae" @@ -1093,6 +981,7 @@ dependencies = [ "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" "checksum treeline 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" "checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" +"checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150" "checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" diff --git a/Cargo.toml b/Cargo.toml index c272ba8aa..b78815aef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,4 +36,4 @@ log = "0.4" env_logger = "0.6" [dev-dependencies] -assert_fs = "0.10" +assert_fs = "0.11" diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 2a8320c97..3c86c7b13 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -15,9 +15,9 @@ azure-devops = { project = "crate-ci", pipeline = "typos" } codecov = { repository = "crate-ci/typos" } [dependencies] -phf = { version = "0.7", features = ["unicase"] } -phf_codegen = "0.7" +phf = { version = "0.8", features = ["unicase"] } +phf_codegen = "0.8" csv = "1.0" -unicase = "1.1" +unicase = "2.5" codegenrs = "0.1" structopt = "0.3" diff --git a/codegen/src/main.rs b/codegen/src/main.rs index 76382e1a3..866244763 100644 --- a/codegen/src/main.rs +++ b/codegen/src/main.rs @@ -22,9 +22,10 @@ fn generate(input: &[u8], file: &mut W) { .collect(); for record in &records { let value = format!(r#""{}""#, &record[1]); - builder.entry(unicase::UniCase(&record[0]), &value); + builder.entry(unicase::UniCase::new(&record[0]), &value); } - builder.build(file).unwrap(); + let codegenned = builder.build(); + writeln!(file, "{}", codegenned).unwrap(); writeln!(file, ";").unwrap(); } diff --git a/typos-dict/Cargo.toml b/typos-dict/Cargo.toml index ec12265f5..49deaea43 100644 --- a/typos-dict/Cargo.toml +++ b/typos-dict/Cargo.toml @@ -16,6 +16,6 @@ codecov = { repository = "crate-ci/typos" } [dependencies] typos = { version = "0.1", path = "../typos" } -phf = { version = "0.7", features = ["unicase"] } -unicase = "1.1" +phf = { version = "0.8", features = ["unicase"] } +unicase = "2.5" log = "0.4" diff --git a/typos-dict/src/dict.rs b/typos-dict/src/dict.rs index ed91c68fa..c8ecc15e1 100644 --- a/typos-dict/src/dict.rs +++ b/typos-dict/src/dict.rs @@ -50,7 +50,7 @@ fn map_lookup( // See https://github.com/rust-lang/rust/issues/28853#issuecomment-158735548 unsafe { let key = ::std::mem::transmute::<_, &'static str>(key); - map.get(&UniCase(key)).cloned() + map.get(&UniCase::new(key)).cloned() } } diff --git a/typos-dict/src/dict_codegen.rs b/typos-dict/src/dict_codegen.rs index 4c3a1a15c..8b71d30ed 100644 --- a/typos-dict/src/dict_codegen.rs +++ b/typos-dict/src/dict_codegen.rs @@ -6,35604 +6,35610 @@ pub(crate) static WORD_DICTIONARY: phf::Map, &'st key: 3213172566270843353, disps: ::phf::Slice::Static(&[ (0, 0), - (0, 134), - (0, 19), - (0, 4), - (0, 250), - (0, 351), - (0, 789), - (0, 92), - (0, 56), - (0, 553), - (0, 657), - (0, 23), - (0, 24), - (0, 421), - (0, 69), - (0, 1154), - (0, 1269), - (0, 187), - (0, 322), - (0, 10), + (0, 647), (0, 7), - (0, 21), - (0, 3234), - (0, 13), - (0, 1), - (0, 4), - (0, 326), - (0, 111), - (0, 348), - (0, 248), - (0, 1388), - (0, 402), - (0, 192), - (0, 224), - (0, 4), - (0, 37), + (0, 473), + (0, 399), + (0, 173), (0, 2), - (0, 1), - (0, 0), - (0, 0), - (0, 1453), + (0, 188), + (0, 704), (0, 0), - (0, 286), - (0, 206), - (0, 41), - (0, 280), - (0, 788), - (0, 1463), - (0, 17), - (0, 5), - (0, 50), - (0, 701), - (0, 137), - (0, 614), - (0, 43), - (0, 2), - (0, 1498), - (0, 11), - (0, 142), (0, 3), - (0, 6), (0, 0), - (0, 2), - (0, 3), + (0, 288), + (0, 24), + (0, 98), + (0, 161), + (0, 10), + (0, 18), + (0, 51), (0, 0), - (0, 67), + (0, 1), (0, 2), + (0, 117), + (0, 333), + (0, 16), + (1, 1), + (0, 156), + (0, 495), + (0, 6), + (0, 39), + (0, 107), + (0, 730), (0, 0), - (0, 34), - (0, 19), - (0, 7), - (0, 21), - (0, 140), + (0, 413), + (0, 13), (0, 7), - (0, 142), - (0, 52), - (0, 318), + (0, 459), (0, 0), - (0, 304), - (0, 11), - (0, 2), - (0, 246), - (0, 12), - (0, 8), - (0, 556), - (0, 732), - (0, 1), - (0, 4), - (0, 5), - (0, 1463), - (0, 181), (0, 5), - (0, 0), - (0, 618), - (0, 0), - (0, 54), - (0, 165), - (0, 326), - (0, 2), - (0, 0), - (0, 2), - (0, 35), - (0, 341), - (0, 4), - (0, 40), - (0, 73), - (0, 139), - (0, 15), - (0, 3), - (0, 28), - (0, 45), + (0, 26), (0, 1), - (0, 200), - (0, 3), - (0, 3), (0, 1), - (0, 25), - (0, 20), - (0, 0), - (0, 1164), - (0, 125), - (0, 2), + (0, 54), + (0, 1653), + (0, 6), + (0, 690), + (0, 130), (0, 0), - (0, 772), + (0, 996), (0, 3), - (0, 628), - (0, 199), - (0, 8), - (0, 67), - (0, 33), - (0, 0), - (0, 99), - (0, 62), - (0, 88), - (0, 0), + (0, 196), + (0, 1), + (0, 12), + (0, 5), (0, 0), - (0, 385), - (0, 4), + (0, 1025), + (0, 19), + (0, 52), (0, 1), - (0, 157), - (0, 856), - (0, 3), - (0, 15), (0, 1), - (0, 18), - (0, 299), - (0, 23), - (0, 35), - (0, 9), - (0, 363), - (0, 39), - (0, 10), - (0, 463), - (0, 2), - (0, 27), - (0, 590), - (0, 50), - (0, 54), - (0, 185), - (0, 4), + (0, 19), + (0, 20), + (0, 47), (0, 0), - (0, 1865), - (0, 534), - (0, 301), + (0, 8), + (0, 186), (0, 9), - (0, 1), - (0, 94), - (0, 24), + (0, 40), + (0, 23), + (0, 324), + (0, 157), + (0, 74), + (0, 166), (0, 0), + (0, 17), + (0, 400), + (0, 21), + (0, 3), + (0, 344), (0, 5), - (0, 9), - (0, 13), + (0, 17), + (0, 45), + (0, 1110), + (0, 537), (0, 1), - (0, 33), + (0, 2), + (0, 68), + (0, 325), (0, 7), - (0, 17), - (0, 26), - (0, 308), - (0, 435), - (0, 209), - (0, 78), - (0, 36), + (0, 130), + (0, 357), + (0, 72), + (0, 12), + (0, 13), + (0, 469), + (0, 137), + (0, 258), + (0, 1164), + (0, 257), + (0, 46), + (0, 3), + (0, 1221), + (0, 104), (0, 0), - (0, 222), + (0, 57), + (0, 86), + (0, 40), + (0, 236), + (0, 96), + (0, 34), + (0, 126), + (0, 3), + (0, 5), + (0, 10), + (0, 3), (0, 0), + (0, 131), + (0, 21), + (0, 454), (0, 0), - (0, 496), (0, 0), (0, 0), - (0, 286), - (0, 98), + (0, 10), + (0, 2), + (0, 5), + (0, 70), + (0, 697), + (0, 81), + (0, 165), (0, 0), (0, 1), (0, 0), - (0, 34), - (0, 34), - (0, 93), - (0, 14), - (0, 14), + (0, 65), + (0, 499), (0, 4), - (0, 13), - (0, 29), - (0, 44), - (0, 742), + (0, 2), + (0, 189), + (0, 241), + (0, 39), + (0, 802), + (0, 12), + (0, 22), + (0, 122), + (0, 867), (0, 0), - (0, 174), - (0, 4), - (0, 936), - (0, 79), - (0, 9), - (0, 24), - (0, 10), - (0, 1067), - (0, 125), - (0, 229), - (0, 1), - (0, 224), - (0, 1), - (0, 621), - (0, 153), - (0, 222), - (0, 54), - (0, 12), - (0, 92), - (0, 30), - (0, 194), - (0, 9), - (0, 604), - (0, 3), - (0, 15), - (0, 9), + (0, 49), (0, 26), - (0, 1137), - (0, 25), + (0, 9), + (0, 1167), + (0, 512), (0, 52), (0, 6), - (0, 85), - (0, 664), - (0, 87), - (0, 1), - (0, 1), - (0, 0), - (0, 321), - (0, 681), - (0, 61), - (0, 61), - (0, 1887), - (0, 192), - (0, 62), - (0, 1), - (0, 1200), - (0, 587), - (0, 345), - (0, 110), - (0, 5), - (0, 6), - (0, 178), - (0, 251), - (0, 16), - (0, 2), - (0, 220), - (0, 124), - (0, 852), - (0, 258), - (0, 458), - (0, 6), - (0, 39), - (0, 188), - (0, 42), - (0, 1), - (0, 128), - (0, 2), - (0, 1442), - (0, 101), - (0, 850), - (0, 30), - (0, 256), - (0, 38), - (0, 54), - (0, 7), - (0, 864), - (0, 127), - (0, 5), - (0, 5), + (0, 293), (0, 102), - (0, 9), - (0, 7), - (0, 723), - (0, 7), - (0, 17), - (0, 0), + (0, 29), + (0, 14), + (0, 132), + (0, 4), (0, 0), - (0, 50), - (0, 12), - (0, 32), - (0, 12), - (0, 98), - (0, 49), + (0, 19), + (0, 105), + (0, 624), + (0, 38), + (0, 457), + (0, 10), (0, 0), - (0, 6), - (0, 97), (0, 42), - (0, 5), - (0, 144), - (0, 38), - (0, 443), - (0, 1), - (0, 57), - (0, 61), - (0, 396), - (0, 1502), - (0, 800), - (0, 1128), - (0, 136), - (0, 87), - (0, 429), - (0, 171), - (0, 5), + (0, 3), + (0, 23), (0, 0), - (0, 60), - (0, 173), - (0, 410), - (0, 37), + (0, 86), + (0, 2), + (0, 46), + (0, 233), + (0, 1517), + (0, 305), + (0, 1), + (0, 451), + (0, 3), + (0, 20), + (0, 40), (0, 11), + (0, 3), + (0, 642), + (0, 157), + (0, 8), + (0, 4), + (0, 30), + (0, 174), + (0, 289), + (0, 179), (0, 0), - (0, 5), - (0, 1), - (0, 47), (0, 0), + (0, 85), + (0, 71), + (0, 73), + (0, 892), + (0, 60), + (0, 45), + (0, 243), + (0, 121), + (0, 124), + (0, 76), (0, 5), - (0, 163), + (0, 122), + (0, 886), + (0, 2), + (0, 7), + (0, 151), (0, 0), - (0, 1), - (0, 36), + (0, 420), + (0, 2542), + (0, 6), (0, 3), - (0, 67), - (0, 2227), - (0, 0), - (0, 45), - (0, 1), - (0, 2), - (0, 62), - (0, 883), + (0, 43), + (0, 870), + (0, 1304), (0, 0), - (0, 65), - (0, 45), + (0, 12), (0, 0), - (0, 1), - (0, 2), - (0, 573), - (0, 1084), - (0, 295), - (0, 176), - (0, 39), - (0, 1170), + (0, 320), + (0, 13), (0, 0), - (0, 34), - (0, 5), - (0, 30), - (0, 962), - (0, 3), - (0, 1347), - (0, 42), - (0, 2), (0, 20), - (0, 25), - (0, 2), - (0, 104), - (0, 81), - (0, 110), - (0, 25), (0, 1), - (0, 1), - (0, 203), + (0, 1065), + (0, 266), + (0, 94), (0, 5), - (0, 569), + (0, 2), (0, 0), - (0, 7), - (0, 22), - (0, 202), + (0, 10), (0, 5), + (0, 141), + (0, 492), (0, 3), - (0, 5), - (0, 610), - (0, 4), - (0, 565), - (0, 1167), - (0, 1072), - (0, 13), - (0, 217), - (0, 1003), - (0, 2899), - (0, 614), (0, 4), - (0, 43), - (0, 39), - (0, 0), - (0, 19), - (0, 42), - (0, 0), - (0, 6), + (0, 236), + (0, 1035), + (0, 254), + (0, 21), (0, 15), - (0, 0), - (0, 2), + (0, 1), + (0, 91), + (0, 208), + (0, 462), + (0, 370), + (0, 32), (0, 1), (0, 6), - (0, 0), - (0, 6), - (0, 82), + (0, 1952), + (0, 56), + (0, 176), (0, 11), - (0, 41), - (0, 6), - (0, 240), - (0, 65), - (0, 705), - (0, 163), - (0, 412), - (0, 117), - (0, 131), - (0, 114), - (0, 5), + (0, 135), + (0, 56), (0, 0), - (0, 82), + (0, 69), + (0, 4), (0, 0), - (0, 619), - (0, 1), - (0, 614), - (0, 11), - (0, 338), (0, 23), - (0, 21), - (0, 1), - (0, 11), - (0, 29), - (0, 236), - (0, 498), - (0, 307), - (0, 23), - (0, 54), - (0, 1), - (0, 255), - (0, 1), - (0, 0), + (0, 760), + (0, 199), + (0, 14), + (0, 22), + (0, 368), + (0, 102), + (0, 27), (0, 0), - (0, 171), - (0, 857), - (0, 2), - (0, 35), - (0, 31), - (0, 227), - (0, 86), - (0, 1), + (0, 101), (0, 4), - (0, 18), - (0, 430), - (0, 0), - (0, 0), - (0, 408), - (0, 35), - (0, 140), - (0, 0), - (0, 1394), - (0, 579), - (0, 7), - (0, 10), - (0, 10), - (0, 42), - (0, 115), - (0, 218), - (0, 15), - (0, 82), - (0, 322), + (0, 61), + (0, 27), + (0, 32), + (0, 20), + (0, 184), + (0, 2), (0, 1), - (0, 26), - (0, 206), - (0, 3), - (0, 83), - (0, 88), - (0, 573), - (0, 0), + (0, 378), + (0, 85), + (0, 70), (0, 1), - (0, 433), - (0, 3334), - (0, 42), - (0, 33), + (0, 90), + (0, 12), + (0, 153), + (0, 1949), + (0, 637), (0, 27), - (0, 2), - (0, 203), - (0, 0), - (0, 75), - (0, 0), - (0, 447), + (0, 192), + (0, 162), + (0, 26), + (0, 8), (0, 0), + (0, 23), (0, 0), - (0, 278), - (0, 2), (0, 0), - (0, 137), + (0, 473), + (0, 31), + (0, 11), (0, 2), - (0, 48), - (0, 0), - (0, 95), + (0, 3), + (0, 18), (0, 0), - (0, 163), - (0, 162), + (0, 2556), + (0, 10), + (0, 81), + (0, 24), + (0, 199), (0, 0), + (0, 48), + (0, 16), (0, 1), - (0, 225), - (0, 76), - (0, 5), - (0, 894), + (0, 6), + (0, 11), + (0, 833), + (0, 254), + (0, 30), + (0, 4), + (0, 248), + (0, 228), + (0, 4), + (0, 116), (0, 0), + (0, 93), + (0, 336), + (0, 38), + (0, 361), + (0, 52), + (0, 3), + (0, 16), + (0, 172), (0, 14), + (0, 147), (0, 2), - (0, 234), - (0, 0), - (0, 7), - (0, 118), - (0, 38), - (0, 379), + (0, 70), + (0, 30), + (0, 28), (0, 2), - (0, 417), + (0, 6), + (0, 85), + (0, 7), + (0, 0), + (0, 41), + (0, 8), + (0, 205), + (0, 1925), (0, 1), - (0, 3), - (0, 133), - (0, 70), + (0, 10), + (0, 405), + (0, 576), (0, 1), - (0, 17), - (0, 0), - (0, 89), - (0, 2), - (0, 124), - (0, 3), - (0, 90), - (0, 87), - (0, 728), - (0, 88), - (0, 2), - (0, 2), (0, 0), - (0, 138), - (0, 484), - (0, 33), (0, 0), - (0, 1112), - (0, 53), - (0, 196), - (0, 464), + (0, 6), + (0, 1), (0, 0), - (0, 3625), + (0, 1086), (0, 14), (0, 35), - (0, 0), - (0, 115), - (0, 101), - (0, 250), - (0, 111), - (0, 114), - (0, 582), - (0, 147), - (0, 109), - (0, 42), - (0, 143), - (0, 4), - (0, 3), - (0, 17), - (0, 86), - (0, 90), - (0, 24), - (0, 467), - (0, 135), (0, 407), - (0, 888), - (0, 2701), - (0, 3), - (0, 13), - (0, 0), - (0, 2), - (0, 554), - (0, 2), - (0, 847), + (0, 1), + (0, 181), + (0, 5), + (0, 75), + (0, 4), + (0, 502), (0, 0), + (0, 694), + (0, 795), (0, 0), - (0, 11), - (0, 60), - (0, 177), - (0, 3), - (0, 2), - (0, 789), - (0, 304), + (0, 306), (0, 3), - (0, 29), - (0, 30), - (0, 90), - (0, 216), + (0, 6), + (0, 36), + (0, 67), + (0, 11), + (0, 187), (0, 2), - (0, 386), + (0, 73), + (0, 22), + (0, 5), + (0, 20), + (0, 144), + (0, 13), (0, 9), - (0, 353), (0, 1), - (0, 341), + (0, 429), + (0, 92), + (1, 3), + (0, 1120), + (0, 73), + (0, 109), + (0, 217), + (0, 905), + (0, 16), + (0, 16), + (0, 2), + (0, 1017), + (0, 499), + (0, 222), + (0, 38), + (0, 40), + (0, 16), + (0, 216), + (0, 3), + (0, 33), + (0, 137), + (0, 4), + (0, 707), + (0, 88), + (0, 111), + (0, 1), + (0, 4), + (0, 681), + (0, 412), + (0, 1), + (0, 160), + (0, 392), (0, 0), - (0, 9), - (0, 179), + (0, 5), + (0, 102), + (0, 83), + (0, 4), + (0, 1521), + (0, 206), + (0, 5), + (0, 1), + (0, 4), (0, 0), - (0, 590), - (0, 587), - (0, 283), - (0, 0), - (0, 13), - (0, 752), - (0, 25), - (0, 7), - (0, 161), - (0, 0), - (0, 113), - (0, 5), - (0, 48), - (0, 396), - (0, 212), - (0, 0), - (0, 138), - (0, 86), - (0, 32), + (0, 12), + (0, 65), + (0, 92), + (0, 26), + (0, 606), (0, 0), - (0, 258), + (0, 359), (0, 6), - (0, 12), + (0, 9), + (0, 784), + (0, 816), + (0, 4), + (0, 22), + (0, 196), + (0, 552), + (0, 2), + (0, 191), + (0, 283), + (0, 586), + (0, 482), + (0, 60), + (0, 136), + (0, 1094), + (0, 2), (0, 8), + (0, 2), + (0, 362), + (0, 7), + (0, 23), + (0, 97), + (0, 21), + (0, 523), (0, 1), + (0, 306), + (0, 126), + (0, 48), + (0, 0), (0, 1), + (0, 713), + (0, 2819), (0, 1), + (0, 76), + (0, 7), + (0, 26), + (0, 0), + (0, 88), + (0, 14), + (0, 173), + (0, 22), + (0, 468), + (0, 4), + (0, 21), + (0, 25), (0, 1), - (0, 499), - (0, 33), - (0, 2714), - (0, 1259), - (0, 553), - (0, 1), - (0, 23), - (0, 66), - (0, 1), - (0, 100), - (0, 92), - (0, 9), + (0, 93), + (0, 0), + (0, 35), (0, 3), + (0, 9), + (0, 21), + (0, 29), + (0, 13), (0, 2), - (0, 1), - (0, 6), - (0, 956), - (0, 618), - (0, 1), - (0, 142), - (0, 33), - (0, 2), - (0, 1156), - (0, 1), - (0, 225), - (0, 11), + (0, 4), + (0, 0), + (0, 0), + (0, 156), + (0, 0), + (0, 4), + (0, 335), + (0, 38), + (0, 16), + (0, 106), + (0, 53), + (0, 1573), + (0, 0), (0, 610), - (0, 91), + (0, 878), + (0, 2117), + (0, 8), + (0, 1185), + (0, 714), + (0, 24), + (0, 124), + (0, 8), + (0, 114), + (0, 434), + (0, 37), + (0, 1090), (0, 0), + (0, 44), (0, 0), + (0, 17), + (0, 148), + (0, 78), + (0, 74), + (0, 161), (0, 29), - (0, 1562), - (0, 616), - (0, 635), - (0, 428), - (0, 159), - (0, 461), + (0, 0), + (0, 0), + (0, 265), + (0, 223), + (0, 292), + (0, 401), + (0, 2621), + (0, 34), + (0, 335), + (0, 6), + (0, 3), + (0, 146), + (0, 885), + (0, 3), (0, 7), - (0, 64), - (0, 5), - (0, 13), - (0, 30), + (0, 66), + (0, 376), + (0, 1226), + (0, 12), + (0, 7), + (0, 3), + (0, 0), + (0, 73), + (0, 661), + (0, 51), + (0, 111), + (0, 9), + (0, 4), + (0, 76), + (0, 445), + (0, 641), + (0, 1339), (0, 2), - (0, 25), - (0, 1), - (0, 81), + (0, 273), + (0, 38), + (0, 73), + (0, 128), + (0, 4), + (0, 469), + (0, 105), + (0, 7), + (0, 26), + (0, 1346), + (0, 1367), + (0, 1124), + (0, 13), (0, 4), - (0, 1), - (0, 1153), - (0, 157), - (0, 324), - (0, 245), (0, 14), + (0, 1462), + (0, 22), (0, 0), - (0, 34), - (0, 37), - (0, 75), - (0, 64), (0, 58), - (0, 35), - (0, 5), - (0, 15), - (0, 64), - (0, 2932), - (0, 163), - (0, 162), - (0, 438), (0, 9), - (0, 106), - (0, 88), - (0, 156), - (0, 2), + (0, 7), + (0, 0), + (0, 29), + (0, 9), + (0, 52), + (0, 15), + (0, 1), + (0, 79), (0, 2), - (0, 1028), - (0, 1722), - (0, 125), + (0, 3), + (0, 7), + (0, 1), + (0, 101), (0, 10), - (0, 322), - (0, 259), - (0, 1573), - (0, 65), - (0, 2538), - (0, 14), - (0, 82), - (0, 67), - (0, 313), - (0, 297), - (0, 2), + (0, 7), + (0, 1001), + (0, 22), + (0, 312), + (0, 18), + (0, 160), + (0, 788), + (0, 1750), + (0, 21), + (0, 652), (0, 48), - (0, 25), - (0, 5), - (0, 83), - (0, 69), - (0, 45), + (0, 115), + (0, 1), (0, 21), - (0, 20), - (0, 1297), - (0, 4), + (0, 96), + (0, 292), + (0, 3), + (0, 9), + (0, 713), + (0, 2), (0, 0), + (0, 324), + (0, 313), + (0, 1164), + (0, 509), + (0, 5), + (0, 15), + (0, 211), (0, 0), - (0, 13), + (0, 11), + (0, 10), (0, 1), (0, 0), - (0, 681), - (0, 77), - (0, 17), - (0, 467), - (0, 10), + (0, 78), (0, 5), - (0, 4), - (0, 100), - (0, 374), - (0, 267), - (0, 45), - (0, 9), - (0, 134), + (0, 287), + (0, 39), + (0, 49), + (0, 6), + (0, 99), + (0, 213), + (0, 97), + (0, 71), + (0, 483), + (0, 29), + (0, 39), + (0, 2856), + (0, 22), + (0, 1315), + (0, 14), + (0, 1), (0, 0), - (0, 72), (0, 0), - (0, 464), - (0, 554), - (0, 143), - (0, 1243), - (0, 654), + (0, 10), + (0, 235), + (0, 14), (0, 3), - (0, 1), - (0, 44), - (0, 4), - (0, 109), - (0, 34), + (0, 448), + (0, 218), (0, 3), + (0, 133), + (0, 614), + (0, 166), + (0, 42), + (0, 7), + (0, 1355), + (0, 19), (0, 0), - (0, 1), - (0, 522), - (0, 16), - (0, 3), - (0, 20), - (0, 16), - (0, 48), - (0, 277), + (0, 418), (0, 76), - (0, 990), - (0, 103), - (0, 734), - (0, 231), - (0, 0), - (0, 127), - (0, 1009), - (0, 799), - (0, 61), - (0, 0), - (0, 12), - (0, 68), - (0, 0), - (0, 71), + (0, 1717), + (0, 2), + (0, 6), + (0, 501), + (0, 14), (0, 0), - (0, 28), - (0, 160), - (0, 148), - (0, 181), + (0, 298), (0, 0), - (0, 426), - (0, 18), + (0, 189), + (0, 84), + (0, 155), + (0, 1493), + (0, 421), + (0, 115), (0, 0), - (0, 366), - (0, 24), - (0, 364), - (0, 5), - (0, 28), - (0, 6), - (0, 78), + (0, 466), + (0, 143), + (0, 4), + (0, 2), + (0, 427), + (0, 196), (0, 44), - (0, 6), - (0, 10), - (0, 15), - (0, 297), - (0, 31), - (0, 1530), (0, 0), - (0, 19), - (0, 240), - (0, 20), - (0, 1164), - (0, 2), - (0, 560), + (0, 706), + (0, 1), + (0, 85), + (0, 1866), + (0, 3), + (0, 1), (0, 16), - (0, 1830), - (0, 1557), - (0, 116), - (0, 366), - (0, 405), - (0, 68), - (0, 68), - (0, 26), - (0, 394), - (0, 28), (0, 0), - (0, 7), + (0, 31), + (0, 51), + (0, 2), + (0, 476), + (0, 746), + (0, 2), + (1, 0), + (0, 373), (0, 2), - (0, 939), - (0, 862), (0, 0), - (0, 363), - (0, 1772), - (0, 1008), - (0, 25), - (0, 183), + (0, 184), + (0, 3), + (0, 957), + (0, 0), + (0, 9), + (0, 36), + (0, 499), + (0, 3), + (0, 30), + (0, 326), + (0, 830), + (0, 71), + (0, 58), + (0, 81), (0, 40), - (0, 724), - (0, 18), - (0, 16), - (0, 62), - (0, 452), - (0, 49), - (0, 353), - (0, 11), - (0, 878), - (0, 10), - (0, 116), + (0, 190), + (0, 0), + (0, 9), + (0, 91), + (0, 2), (0, 252), - (0, 6), - (0, 529), - (0, 8), - (0, 8), - (0, 4), + (0, 234), + (0, 783), + (0, 31), + (0, 10), + (0, 44), + (0, 91), + (0, 307), (0, 1), - (0, 0), - (0, 0), - (0, 572), - (0, 156), - (0, 1230), - (0, 11), (0, 5), - (0, 303), - (0, 61), - (0, 315), + (0, 32), + (0, 11), (0, 0), - (0, 817), - (0, 22), - (0, 5), - (0, 1), - (0, 18), - (0, 1173), + (0, 3), (0, 2), + (0, 1151), (0, 1), - (0, 124), - (0, 146), - (0, 2001), - (0, 349), - (0, 0), - (0, 532), - (0, 72), - (0, 507), - (0, 186), - (0, 0), - (0, 691), - (0, 1102), - (0, 59), + (0, 135), + (0, 663), + (0, 4), (0, 0), - (0, 1321), - (0, 2), - (0, 6832), - (0, 26), - (0, 644), - (0, 121), - (0, 5), - (0, 29), - (0, 113), + (0, 1611), (0, 3), - (0, 421), + (0, 1132), + (0, 0), + (0, 18), (0, 1), - (0, 29), - (0, 154), + (0, 4), + (0, 3), + (0, 4), + (0, 12), + (0, 1109), + (0, 35), + (0, 1764), + (0, 605), + (0, 17), + (0, 152), + (0, 2), + (0, 205), + (0, 8), (0, 2), - (0, 207), - (0, 482), - (0, 175), - (0, 57), - (0, 54), (0, 14), + (0, 75), + (0, 50), + (0, 38), + (0, 88), + (0, 1275), + (0, 0), + (0, 21), + (0, 50), + (0, 4), (0, 2), - (0, 11), - (0, 270), - (0, 513), - (0, 642), - (0, 39), - (0, 67), - (0, 5979), - (0, 36), + (0, 744), + (0, 72), + (0, 19), + (0, 77), + (0, 26), + (0, 217), + (0, 1), (0, 0), - (0, 115), + (0, 56), + (0, 2036), + (0, 105), (0, 0), - (0, 20), (0, 2), - (0, 438), - (0, 3), - (0, 207), - (0, 105), + (0, 22), (0, 3), - (0, 93), - (0, 6), - (0, 127), - (0, 94), (0, 0), - (0, 51), - (0, 4), - (0, 209), - (0, 117), - (0, 10), - (0, 41), - (0, 257), - (0, 897), - (0, 274), + (0, 12), + (0, 96), + (0, 19), + (0, 42), (0, 0), + (0, 549), + (0, 531), + (0, 78), + (0, 306), + (0, 60), + (0, 120), + (0, 11), + (0, 56), (0, 0), - (0, 29), - (0, 742), - (0, 23), + (0, 19), + (0, 120), + (0, 17), + (0, 106), + (0, 682), + (0, 125), + (0, 18), (0, 0), + (0, 101), + (0, 121), + (0, 12), (0, 6), + (0, 38), + (0, 25), + (0, 13), + (0, 8), + (0, 67), + (0, 97), + (0, 1460), + (0, 556), + (0, 454), + (0, 7), + (0, 151), (0, 11), - (0, 107), + (0, 2301), + (0, 77), (0, 1), + (0, 127), + (0, 49), + (0, 15), + (0, 161), + (0, 41), + (0, 3537), + (0, 59), (0, 0), - (0, 802), - (0, 29), - (0, 920), - (0, 383), - (0, 64), - (0, 143), - (0, 342), - (0, 0), - (0, 4), - (0, 21), - (0, 14), - (0, 14), - (0, 5), (0, 0), (0, 1), - (0, 58), - (0, 103), - (0, 1173), - (0, 7), - (0, 282), - (0, 16), - (0, 8), - (0, 11), - (0, 435), + (0, 761), (0, 7), + (0, 96), + (0, 33), + (0, 1), + (0, 53), (0, 13), - (0, 22), - (0, 69), - (0, 75), - (0, 0), - (0, 9), - (0, 16), (0, 2), - (0, 12), - (0, 1643), - (0, 438), - (0, 163), - (0, 1), - (0, 4), - (0, 1), - (0, 869), - (0, 395), + (0, 317), + (0, 1144), + (0, 72), (0, 28), - (0, 75), - (0, 2118), - (0, 62), - (0, 42), - (0, 132), - (0, 0), - (0, 0), - (0, 195), - (0, 95), - (0, 1973), - (0, 10), - (0, 52), - (0, 255), (0, 3), - (0, 67), - (0, 1), - (0, 64), - (0, 296), - (0, 16), - (0, 1), + (0, 15), (0, 8), - (0, 10), - (0, 625), - (0, 53), - (0, 45), - (0, 1392), - (0, 222), - (0, 2008), + (0, 4), + (0, 16), + (0, 3), + (0, 54), + (0, 158), + (0, 1087), + (0, 176), + (0, 3), (0, 0), - (0, 633), - (0, 10), + (0, 261), (0, 0), + (0, 2372), + (0, 159), + (0, 339), + (0, 603), (0, 1), - (0, 132), - (0, 127), - (0, 839), - (0, 1), - (0, 2573), - (0, 951), - (0, 819), - (0, 26), - (0, 1), - (0, 410), + (0, 314), + (0, 2), (0, 0), - (0, 494), - (0, 163), - (0, 439), - (0, 63), - (0, 9), - (0, 4), - (0, 37), - (0, 7), + (0, 774), + (0, 3), (0, 0), - (0, 32), - (0, 42), - (0, 38), - (0, 99), - (0, 19), - (0, 97), - (0, 94), - (0, 4), - (0, 34), (0, 38), - (0, 9), - (0, 188), - (0, 28), + (0, 40), + (0, 211), + (0, 40), + (0, 37), + (0, 717), + (0, 2217), + (0, 129), + (0, 7), + (0, 2912), + (0, 465), + (0, 587), + (0, 113), + (0, 1863), + (0, 2111), + (0, 1744), + (0, 108), + (0, 3), (0, 2), + (0, 134), + (0, 107), + (0, 2), + (0, 523), + (0, 1161), + (0, 673), + (0, 60), + (0, 1), + (0, 107), (0, 0), - (0, 197), - (0, 36), - (0, 131), - (0, 0), - (0, 133), (0, 3), - (0, 194), + (0, 1689), + (0, 5), + (0, 1096), + (0, 551), + (0, 7), + (0, 8), + (0, 5), + (0, 5), + (0, 12), + (0, 601), + (0, 2036), + (0, 7), + (0, 49), + (0, 37), + (0, 89), + (0, 1643), + (0, 18), + (0, 7), + (0, 1), (0, 11), + (0, 56), + (0, 0), (0, 1), - (0, 2376), - (0, 727), - (0, 15), - (0, 245), - (0, 98), - (0, 799), - (0, 3949), + (0, 383), (0, 4), - (0, 3), - (0, 246), - (0, 307), - (0, 210), + (0, 0), + (0, 8), + (0, 137), + (0, 1154), + (0, 12), + (0, 522), + (0, 1), + (0, 9), + (0, 285), + (0, 472), + (0, 0), (0, 6), - (0, 1405), - (0, 388), - (0, 7), - (0, 194), + (0, 148), + (0, 1224), + (0, 477), (0, 0), - (0, 103), - (0, 3743), - (0, 83), - (0, 252), - (0, 1387), - (0, 43), - (0, 15), - (0, 35), + (0, 493), + (0, 469), + (0, 462), + (0, 1), + (0, 1346), + (0, 17), + (0, 369), + (0, 1288), + (0, 118), + (0, 82), (0, 0), - (0, 30), - (0, 180), - (0, 100), - (0, 149), - (0, 1589), - (0, 324), - (0, 2379), + (0, 407), + (0, 0), + (0, 109), + (0, 472), + (0, 1016), + (0, 475), + (0, 55), + (0, 126), + (0, 2), + (0, 135), + (0, 2431), + (0, 398), (0, 0), (0, 0), - (0, 311), - (0, 3282), + (0, 82), + (0, 5), (0, 3), - (0, 452), - (0, 43), - (0, 48), - (0, 420), - (0, 11), - (0, 16), - (0, 825), + (0, 18), + (0, 536), (0, 0), - (0, 6), - (0, 1132), - (0, 2844), - (0, 171), - (0, 31), - (0, 34), - (0, 4), + (0, 832), (0, 0), - (0, 189), - (0, 2), - (0, 34), - (0, 7), - (0, 13), - (0, 259), - (0, 1111), - (0, 1998), - (0, 758), - (0, 229), - (0, 2), - (0, 894), - (0, 666), - (0, 9), - (0, 6), - (0, 7), - (0, 286), - (0, 424), - (0, 1269), - (0, 19), - (0, 324), + (0, 721), + (0, 381), + (0, 647), + (0, 271), (0, 6), - (0, 208), (0, 0), - (0, 43), - (0, 15), - (0, 45), - (0, 1), - (0, 1), - (0, 1458), - (0, 23), - (0, 10), - (0, 70), - (0, 35), - (0, 1144), - (0, 721), - (0, 21), - (0, 117), - (0, 152), - (0, 12), - (0, 406), - (0, 13), - (0, 55), - (0, 117), - (0, 174), - (0, 11), - (0, 366), - (0, 1), - (0, 762), - (0, 479), - (0, 17), - (0, 148), - (0, 11), + (0, 2297), (0, 29), + (0, 1135), + (0, 843), + (0, 45), (0, 0), (0, 355), - (0, 1), - (0, 0), - (0, 0), - (0, 0), - (0, 0), - (0, 0), - (0, 11), - (0, 2), + (0, 17), + (0, 16), + (0, 767), + (0, 472), (0, 0), - (0, 120), (0, 5), - (0, 4), - (0, 11), + (0, 2402), + (0, 590), + (0, 22), + (0, 12), + (0, 353), + (0, 4110), + (0, 2), + (0, 815), + (0, 44), + (0, 64), + (0, 1075), + (0, 22), + (0, 137), + (0, 1), + (0, 611), + (0, 172), (0, 0), - (0, 51), - (0, 20), - (0, 273), - (0, 37), + (0, 903), + (0, 305), + (0, 1271), (0, 6), - (0, 13), - (0, 800), - (0, 313), - (0, 3), - (0, 83), - (0, 4), - (0, 725), - (0, 3), - (0, 847), - (0, 1372), (0, 0), - (0, 2), - (0, 1236), - (0, 11), - (0, 7), - (0, 7), - (0, 731), - (0, 215), - (0, 32), - (0, 3), (0, 15), - (0, 349), - (0, 7), - (0, 335), - (0, 952), - (0, 142), + (0, 1445), + (0, 693), + (0, 832), + (0, 22), + (0, 46), + (0, 624), + (0, 1924), + (0, 37), + (0, 41), + (0, 442), (0, 1), - (0, 0), - (0, 55), - (0, 153), - (0, 361), + (0, 84), + (0, 625), (0, 5), + (0, 16), + (0, 6), + (0, 16), (0, 0), - (0, 383), - (0, 70), - (0, 0), - (0, 175), - (0, 150), - (0, 220), (0, 2), - (0, 231), - (0, 24), - (0, 243), - (0, 70), - (0, 3), - (0, 862), + (0, 141), + (0, 178), + (0, 138), + (0, 1506), + (0, 418), (0, 34), + (0, 986), + (0, 6), + (0, 12), + (0, 208), + (0, 154), + (0, 214), + (0, 22), + (0, 82), + (0, 685), + (0, 36), + (0, 100), + (0, 687), (0, 37), - (0, 1561), (0, 3), - (0, 2515), + (0, 107), + (0, 73), + (0, 57), + (0, 10), + (0, 264), + (0, 571), (0, 0), + (0, 6), + (0, 20), + (0, 8), (0, 1), - (0, 151), - (0, 66), + (0, 291), + (0, 2), + (0, 6), + (0, 371), (0, 39), - (0, 619), - (0, 67), - (0, 4), - (0, 31), - (0, 159), - (0, 56), - (0, 4), - (0, 38), - (0, 23), - (0, 617), - (0, 182), - (0, 8), - (0, 336), - (0, 256), - (0, 157), - (0, 12), - (0, 135), - (0, 1189), - (0, 25), - (0, 63), - (0, 0), - (0, 113), (0, 0), - (0, 720), - (0, 1), + (0, 175), + (0, 71), + (0, 3), + (0, 78), + (0, 14), + (0, 11), (0, 4), + (0, 175), + (0, 937), + (0, 22), + (0, 1724), + (0, 251), + (0, 71), + (0, 2359), + (0, 9), (0, 0), (0, 0), - (0, 414), - (0, 0), - (0, 17), - (0, 144), - (0, 1014), - (0, 121), - (0, 4), + (0, 1797), + (0, 116), + (0, 3), + (0, 370), + (0, 200), (0, 1), - (0, 208), - (0, 6), (0, 0), - (0, 82), - (0, 25), - (0, 27), - (0, 113), + (0, 911), + (0, 176), + (0, 297), + (0, 2), + (0, 1), + (0, 32), + (0, 237), + (0, 9), + (0, 1), + (0, 1), + (0, 1), + (0, 472), + (0, 1225), (0, 7), - (0, 277), - (0, 3395), - (0, 2592), - (0, 508), (0, 0), - (0, 53), - (0, 1126), - (0, 1), - (0, 336), - (0, 26), - (0, 100), - (0, 27), - (0, 31), - (0, 450), + (0, 749), (0, 1), - (0, 161), - (0, 4), - (0, 287), - (0, 605), - (0, 276), - (0, 25), - (0, 72), - (0, 5), - (0, 779), - (0, 751), (0, 3), - (0, 6), - (0, 180), - (0, 4060), - (0, 206), - (0, 453), - (0, 0), - (0, 937), - (0, 62), - (0, 258), + (0, 549), (0, 25), - (0, 203), + (0, 364), + (0, 96), + (0, 95), + (0, 16), + (0, 584), + (0, 78), + (0, 180), + (0, 430), + (0, 904), + (0, 85), (0, 0), + (0, 9), (0, 8), - (0, 375), - (0, 32), - (0, 13), - (0, 59), - (0, 1831), - (0, 1), - (0, 0), - (0, 12), - (0, 524), - (0, 233), - (0, 1376), - (0, 0), - (0, 1), - (0, 61), - (0, 343), + (0, 156), + (0, 24), (0, 0), - (0, 2), - (0, 195), - (0, 180), - (0, 158), - (0, 88), - (0, 81), - (0, 17), - (0, 184), - (0, 2), - (0, 4), - (0, 125), - (0, 19), - (0, 2), (0, 8), - (0, 401), - (0, 1941), - (0, 487), - (0, 2), - (0, 417), - (0, 588), - (0, 341), - (0, 2383), - (0, 492), - (0, 1538), - (0, 17), + (0, 21), (0, 11), - (0, 23), - (0, 1073), - (0, 9), - (0, 176), (0, 2), + (0, 620), + (0, 620), + (0, 143), (0, 9), - (0, 281), - (0, 915), - (0, 532), - (0, 1233), - (0, 23), - (0, 43), - (0, 6), - (0, 6), - (0, 348), + (0, 405), + (0, 38), + (0, 239), + (0, 1), + (0, 11), (0, 2), - (0, 2328), - (0, 87), - (0, 3129), + (0, 2), + (0, 206), + (0, 379), + (0, 78), + (0, 166), (0, 1), - (0, 522), - (0, 5), - (0, 507), - (0, 458), - (0, 5), - (0, 12), - (0, 1759), - (0, 0), + (0, 294), + (0, 6), + (0, 60), + (0, 1101), + (0, 270), + (0, 342), + (0, 776), + (0, 2), + (0, 252), + (0, 6), + (0, 112), + (0, 22), + (0, 16), + (0, 9), + (0, 68), + (0, 173), + (0, 1368), + (0, 4), + (0, 553), + (0, 32), + (0, 849), + (0, 64), + (0, 196), (0, 1), - (0, 5), (0, 12), - (0, 0), - (0, 453), - (0, 41), - (0, 442), - (0, 93), - (0, 9), + (0, 199), (0, 4), - (0, 0), + (0, 8), + (0, 168), + (0, 752), + (0, 48), + (0, 505), + (0, 224), + (0, 87), (0, 3), - (0, 1704), - (0, 1224), + (0, 45), + (0, 29), + (0, 566), (0, 4), - (0, 953), - (0, 768), + (0, 2), + (0, 23), + (0, 151), + (0, 247), + (0, 305), + (0, 1029), + (0, 50), + (0, 99), + (0, 4), + (0, 24), + (0, 142), + (0, 577), + (0, 34), + (0, 1), + (0, 39), + (0, 34), + (0, 380), + (0, 2), + (0, 97), + (0, 927), + (0, 13), + (0, 19), + (0, 179), + (0, 13), + (0, 6), + (0, 11), + (0, 0), + (0, 215), + (0, 132), + (0, 21), (0, 1), + (0, 7), + (0, 1), + (0, 194), + (0, 38), + (0, 6), + (0, 241), (0, 59), + (0, 69), + (0, 35), + (0, 157), + (0, 0), + (0, 157), + (0, 482), + (0, 0), + (0, 543), + (0, 1857), + (0, 233), + (0, 27), + (0, 3399), + (0, 10), + (0, 40), + (0, 354), + (0, 35), (0, 4), + (0, 2001), + (0, 512), + (0, 107), + (0, 236), (0, 0), + (0, 139), + (0, 341), + (0, 192), + (0, 6), (0, 3), - (0, 2), + (0, 87), + (0, 1582), (0, 0), - (0, 1312), + (0, 92), + (0, 5), (0, 0), - (0, 1), - (0, 313), - (0, 298), - (0, 1), + (0, 237), + (0, 0), + (0, 643), + (0, 6), + (0, 3705), + (0, 92), + (0, 0), + (0, 250), (0, 7), - (0, 767), - (0, 222), - (0, 52), - (0, 27), - (0, 340), - (0, 362), - (0, 195), + (0, 1369), + (0, 515), + (0, 726), + (0, 18), + (0, 3), + (0, 19), + (0, 3184), + (0, 12), + (0, 135), + (0, 58), + (0, 39), + (0, 583), + (0, 422), + (0, 911), (0, 0), - (0, 10), (0, 0), + (0, 210), + (0, 14), + (0, 24), + (0, 956), + (0, 1546), + (0, 63), + (0, 867), + (0, 1), + (0, 191), + (0, 23), + (0, 2), + (0, 117), + (0, 1301), + (0, 411), + (0, 1554), + (0, 180), + (0, 18), + (0, 76), + (0, 431), (0, 3), - (0, 652), + (0, 17), (0, 2), - (0, 203), - (0, 1630), + (0, 148), + (0, 85), + (0, 2), + (0, 5), + (0, 2), + (0, 195), + (0, 427), + (0, 216), (0, 1), - (0, 40), + (0, 2), (0, 0), - (0, 338), - (0, 769), + (0, 298), + (0, 2563), + (0, 956), + (0, 4201), + (0, 128), + (0, 17), + (0, 6), + (0, 1367), + (0, 293), + (0, 1439), (0, 3), - (0, 1014), - (0, 263), + (0, 4), + (0, 168), + (0, 2575), + (0, 313), + (0, 518), (0, 9), + (0, 2), + (0, 218), + (0, 81), (0, 1), - (0, 318), - (0, 461), - (0, 97), - (0, 1131), (0, 13), + (0, 1103), + (0, 0), + (0, 10), + (0, 180), + (0, 891), + (0, 0), (0, 19), - (0, 543), - (0, 80), - (0, 1102), - (0, 2), - (0, 43), - (0, 41), - (0, 1347), - (0, 993), - (0, 1430), - (0, 125), - (0, 50), - (0, 1111), - (0, 298), - (0, 1536), - (0, 71), - (0, 21), - (0, 97), - (0, 12), - (0, 1), - (0, 157), - (0, 8), - (0, 504), - (0, 6), + (0, 29), + (0, 5), + (0, 33), (0, 3), - (0, 82), - (0, 998), - (0, 991), - (0, 10), - (0, 76), - (0, 263), + (0, 117), + (0, 1466), + (0, 283), + (0, 63), + (0, 74), + (0, 242), + (0, 204), + (0, 932), + (0, 113), + (0, 101), (0, 11), - (0, 3003), - (0, 39), - (0, 6), + (0, 9), + (0, 33), + (0, 945), (0, 0), - (0, 1656), - (0, 70), - (0, 8), - (0, 203), + (0, 21), + (0, 1417), + (0, 552), + (0, 324), + (0, 52), + (0, 0), + (0, 709), + (0, 1067), + (0, 2), + (0, 120), + (0, 49), + (0, 13), (0, 4), + (0, 7), + (0, 3), + (0, 273), + (0, 1), (0, 4), - (0, 358), + (0, 16), + (0, 1340), + (0, 10), + (0, 76), + (0, 47), + (0, 531), + (0, 2), + (0, 392), (0, 0), - (0, 5), + (0, 11), + (0, 111), + (0, 69), + (0, 72), + (0, 400), + (0, 1209), + (0, 74), + (0, 4), + (0, 33), + (0, 12), + (0, 960), + (0, 124), + (0, 3430), + (0, 148), + (0, 3363), + (0, 188), + (0, 125), (0, 3), - (0, 39), - (0, 417), - (0, 927), - (0, 1074), - (0, 53), + (0, 25), + (0, 2), + (0, 256), + (0, 15), + (0, 874), + (0, 35), + (0, 161), + (0, 703), (0, 0), - (0, 1066), - (0, 3419), - (0, 123), + (0, 52), + (0, 266), + (0, 2614), + (0, 160), + (0, 3), + (0, 1), + (0, 127), + (0, 647), + (0, 3173), + (0, 22), + (0, 210), + (0, 620), + (0, 4), + (0, 81), + (0, 106), + (0, 96), + (0, 11), (0, 0), - (0, 2115), - (0, 2779), - (0, 374), + (0, 984), + (0, 480), (0, 14), - (0, 27), - (0, 44), - (0, 430), - (0, 8), + (0, 295), (0, 4), - (0, 933), - (0, 2106), - (0, 63), - (0, 97), - (0, 18), - (0, 6), - (0, 20), - (0, 10), - (0, 13), - (0, 116), - (0, 433), - (0, 4463), - (0, 163), - (0, 1), (0, 3), - (0, 386), - (0, 21), + (0, 3), + (0, 23), + (0, 69), + (0, 0), + (0, 1), + (0, 5), + (0, 705), + (0, 385), + (0, 31), + (0, 1418), + (0, 247), (0, 1), - (0, 33), (0, 0), - (0, 249), - (0, 3933), - (0, 1717), + (0, 838), + (0, 77), + (0, 554), + (0, 50), (0, 2), + (0, 29), + (0, 1493), + (0, 461), + (0, 321), + (0, 15), + (0, 7), + (0, 160), + (0, 284), + (0, 257), + (0, 584), + (0, 15), + (0, 437), + (0, 3), + (0, 60), + (0, 1091), + (0, 194), + (0, 1216), + (0, 3530), + (0, 265), + (0, 40), + (0, 235), (0, 11), - (0, 4293), + (0, 217), + (0, 3), (0, 5), + (0, 94), + (0, 2), + (0, 178), + (0, 495), + (0, 16), + (0, 513), + (0, 21), + (0, 35), (0, 1), - (0, 5), - (0, 56), - (0, 240), - (0, 97), + (0, 11), + (0, 129), + (0, 2668), + (0, 8), + (0, 302), + (0, 8), + (0, 53), (0, 0), - (0, 81), - (0, 68), - (0, 151), - (0, 5), + (0, 99), + (0, 13), + (0, 217), + (0, 2873), + (0, 954), + (0, 344), + (0, 3), + (0, 13), + (0, 8), + (0, 1115), + (0, 193), + (0, 871), + (0, 55), (0, 1), + (0, 13), + (0, 287), + (0, 15), + (0, 72), (0, 4), - (0, 0), - (0, 6), - (0, 0), - (0, 90), - (0, 26), - (0, 669), - (0, 91), - (0, 48), - (0, 12), - (0, 71), - (0, 173), - (0, 316), - (0, 24), - (0, 33), - (0, 79), - (0, 3), - (0, 39), - (0, 190), + (0, 17), + (0, 2), + (0, 517), (0, 18), - (0, 49), - (0, 145), - (0, 149), - (0, 47), - (0, 262), - (0, 27), - (0, 59), - (0, 6), - (0, 324), - (0, 183), + (0, 976), + (0, 67), + (0, 2), + (0, 1314), + (0, 1650), (0, 25), + (0, 1330), + (0, 17), + (0, 168), + (0, 54), + (0, 46), + (0, 577), + (0, 3), + (0, 636), (0, 7), - (0, 365), - (0, 62), - (0, 380), - (0, 18), - (0, 20), - (0, 1224), - (0, 18), - (0, 0), - (0, 28), - (0, 9), + (0, 14), + (0, 705), + (0, 31), (0, 0), - (0, 8), - (0, 425), - (0, 223), + (0, 447), + (0, 3377), + (0, 144), + (0, 105), + (0, 1306), + (0, 408), + (0, 1859), + (0, 180), + (0, 24), + (0, 2181), + (0, 4581), + (0, 71), + (0, 75), (0, 0), - (0, 9), - (0, 215), - (0, 18), - (0, 6), - (0, 277), - (0, 641), - (0, 142), - (0, 43), - (0, 100), - (0, 6), - (0, 194), - (0, 10), - (0, 240), - (0, 1), + (0, 237), + (0, 442), + (0, 3758), + (0, 158), (0, 4), + (0, 2), + (0, 2), + (0, 51), + (0, 221), (0, 1), - (0, 162), - (0, 22), + (0, 2085), (0, 2), - (0, 40), - (0, 238), - (0, 1840), - (0, 1052), (0, 2), - (0, 3), - (0, 3642), - (0, 0), - (0, 477), - (0, 1511), + (0, 325), + (0, 41), + (0, 62), + (0, 142), + (0, 907), + (0, 51), + (0, 1), + (0, 696), (0, 0), - (0, 345), - (0, 8981), - (0, 13), - (0, 12), - (0, 105), + (0, 10), + (0, 207), + (0, 1171), + (0, 25), (0, 37), - (0, 94), - (0, 0), + (0, 72), + (0, 27), + (0, 2), + (0, 7), + (0, 2), + (0, 50), + (0, 1570), + (0, 193), + (0, 5), + (0, 362), + (0, 7), + (0, 31), + (0, 29), + (0, 558), + (0, 53), + (0, 162), + (0, 890), + (0, 4), + (0, 63), + (0, 481), + (0, 228), (0, 0), - (0, 232), - (0, 12), - (0, 66), - (0, 309), - (0, 254), - (0, 1239), - (0, 1031), + (0, 544), + (0, 75), + (0, 1553), + (0, 1956), + (0, 1246), (0, 4), - (0, 2080), - (0, 37), - (0, 3), - (0, 93), - (0, 641), - (0, 35), - (0, 20), - (0, 2081), - (0, 1802), - (0, 301), - (0, 1045), - (0, 22), - (0, 7), - (0, 708), - (0, 161), - (0, 712), - (0, 6), - (0, 15), - (0, 16), (0, 1), - (0, 1), - (0, 67), - (0, 264), - (0, 11), - (0, 57), - (0, 2051), - (0, 43), - (0, 21), - (0, 172), - (0, 23), - (0, 3), - (0, 201), - (0, 114), - (0, 354), - (0, 22), - (1, 8), - (0, 6), - (0, 0), - (0, 1464), + (0, 45), (0, 0), - (0, 161), + (0, 8), + (0, 29), + (0, 7), (0, 8), (0, 0), - (0, 161), - (0, 2), - (0, 6), - (0, 23), - (0, 36), - (0, 559), - (0, 477), - (0, 52), - (0, 21), + (0, 415), + (0, 145), + (0, 55), + (0, 59), (0, 0), - (0, 1996), - (0, 10), - (0, 20), + (0, 42), + (0, 58), + (0, 85), (0, 10), - (0, 210), - (0, 149), - (0, 8), - (0, 3), - (0, 2053), + (0, 2), + (0, 0), + (0, 1681), + (0, 427), + (0, 45), + (0, 0), + (0, 68), + (0, 1171), + (0, 122), (0, 0), + (0, 175), (0, 2), + (0, 453), + (0, 1431), + (0, 29), + (0, 135), + (0, 14), + (0, 75), + (0, 89), + (0, 315), + (0, 0), + (0, 14), + (0, 0), + (0, 155), + (0, 376), (0, 24), - (0, 51), - (0, 3), + (0, 191), + (0, 491), + (0, 23), + (0, 401), + (0, 215), + (0, 174), + (0, 693), + (0, 64), + (0, 718), + (0, 23), + (0, 63), (0, 0), + (0, 139), + (0, 47), + (0, 17), + (0, 493), + (0, 5), + (0, 384), (0, 7), - (0, 1), - (0, 2162), - (0, 3254), - (0, 473), - (0, 195), - (0, 458), - (0, 39), - (0, 258), - (0, 19), - (0, 133), - (0, 525), - (0, 865), - (0, 202), - (0, 67), - (0, 124), - (0, 2826), - (0, 31), - (0, 2), + (0, 49), + (0, 492), (0, 0), (0, 9), - (0, 16), - (0, 0), - (0, 322), - (0, 93), - (0, 5), - (0, 4), - (0, 60), - (0, 1), - (0, 55), - (0, 90), - (0, 392), - (0, 563), - (0, 77), - (0, 742), - (0, 434), - (0, 11), - (0, 79), - (0, 62), + (0, 812), + (0, 70), + (0, 29), (0, 0), - (0, 428), - (0, 707), - (0, 763), - (0, 32), - (0, 3140), - (0, 82), - (0, 26), - (0, 230), - (0, 411), - (0, 5), - (0, 62), - (0, 1500), - (0, 15), - (0, 501), - (0, 85), + (0, 24), + (0, 165), (0, 0), - (0, 324), - (0, 12), - (0, 11), + (0, 40), (0, 1), - (0, 10), - (0, 37), - (0, 50), + (0, 29), + (0, 181), + (0, 107), + (0, 16), + (0, 588), + (0, 4), + (0, 460), + (0, 99), + (0, 413), + (0, 0), (0, 2), - (0, 3358), - (0, 6), - (0, 1952), - (0, 594), - (0, 678), - (0, 0), - (0, 977), + (0, 747), + (0, 410), + (0, 56), (0, 15), - (0, 46), - (0, 0), - (0, 2), - (0, 1471), - (0, 224), - (0, 12), - (0, 108), - (0, 271), - (0, 0), - (0, 587), - (0, 0), - (0, 0), - (0, 1), - (0, 1331), - (0, 3), - (0, 41), - (0, 663), - (0, 2), - (0, 36), - (0, 933), - (0, 101), - (0, 87), - (0, 36), - (0, 957), - (0, 516), - (0, 1462), - (0, 1190), - (0, 190), + (0, 3118), + (0, 158), + (0, 727), + (0, 62), (0, 4), + (0, 1119), + (0, 623), + (0, 1542), + (0, 25), + (0, 81), (0, 97), (0, 4), - (0, 2), - (0, 120), - (0, 26), - (0, 0), - (0, 48), - (0, 55), - (0, 71), - (0, 270), - (0, 7), - (0, 2071), - (0, 1152), - (0, 31), - (0, 31), - (0, 1), - (0, 97), - (0, 516), - (0, 7), - (0, 3), - (0, 1468), + (0, 104), + (0, 21), + (0, 16), + (0, 8), + (0, 720), + (0, 45), + (0, 380), + (0, 632), + (0, 105), + (0, 1956), + (0, 410), (0, 20), - (0, 431), - (0, 32), - (0, 53), - (0, 1), - (0, 67), + (0, 1433), + (0, 1277), + (0, 208), + (0, 689), + (0, 15), + (0, 220), + (0, 2604), + (0, 18), + (0, 2), + (0, 2959), + (0, 37), (0, 45), - (0, 6338), - (0, 50), - (0, 74), - (0, 66), - (0, 102), - (0, 17), - (0, 3), - (0, 63), - (0, 347), - (0, 87), + (0, 174), + (0, 276), + (0, 457), + (0, 137), + (0, 444), + (0, 119), + (0, 293), + (0, 22), + (0, 394), + (0, 365), (0, 13), - (0, 145), - (0, 23), - (0, 452), - (0, 129), - (0, 0), - (0, 153), - (0, 632), - (0, 1), - (0, 1), - (0, 152), - (0, 36), + (0, 56), + (0, 2), + (0, 464), (0, 8), - (0, 1004), - (0, 256), - (0, 288), - (0, 441), - (0, 370), + (0, 49), + (0, 33), + (0, 824), + (0, 412), + (0, 42), + (0, 1331), + (0, 18), + (0, 140), + (0, 1510), + (0, 9), + (0, 2804), + (0, 158), + (0, 826), (0, 0), - (0, 567), - (0, 97), - (0, 703), - (0, 10), - (0, 1915), - (0, 68), - (0, 50), (0, 3), (0, 0), - (0, 1263), - (0, 12), - (0, 1439), - (0, 284), - (0, 419), - (0, 85), - (0, 31), - (0, 0), - (0, 0), - (0, 647), - (0, 2), - (0, 948), - (0, 713), - (0, 3084), - (0, 19), - (0, 39), - (0, 58), - (0, 567), - (0, 427), - (0, 23), - (0, 2970), - (0, 1552), - (0, 312), - (0, 315), - (0, 142), - (0, 0), - (0, 1488), - (0, 38), - (0, 53), - (0, 32), - (0, 20), - (0, 637), - (0, 15), - (0, 2), + (0, 254), + (0, 1), + (0, 4), + (0, 2629), + (0, 1019), (0, 3), - (0, 1933), + (0, 90), + (0, 80), + (0, 6), + (0, 4), + (0, 66), (0, 0), + (0, 1085), + (0, 328), + (0, 157), (0, 0), + (0, 6), + (0, 45), + (0, 900), + (0, 1780), (0, 0), - (0, 89), - (0, 3), - (0, 14), - (0, 1), - (0, 18), - (0, 495), - (0, 1191), + (0, 61), + (0, 5), + (0, 0), + (0, 49), + (0, 194), + (0, 315), + (0, 378), + (0, 1250), + (0, 290), + (0, 45), (0, 27), - (0, 4327), (0, 36), - (0, 844), - (0, 304), - (0, 234), - (0, 796), - (0, 18), - (0, 16), - (0, 141), - (0, 0), - (0, 18), - (0, 549), + (0, 182), (0, 2), - (0, 4), - (0, 204), - (0, 7), - (0, 31), - (0, 80), - (0, 17), - (0, 15), + (0, 62), + (0, 492), + (0, 241), + (0, 1046), + (0, 576), + (0, 12), + (0, 337), + (0, 277), + (0, 656), + (0, 69), + (0, 9), + (0, 55), + (0, 116), + (0, 1), + (0, 0), (0, 16), - (0, 531), - (0, 350), + (0, 112), + (0, 37), + (0, 135), + (0, 374), + (0, 2), (0, 1), - (0, 1056), + (0, 3201), + (0, 765), + (0, 182), + (0, 2252), + (0, 61), + (0, 114), + (0, 169), + (0, 1424), + (0, 449), (0, 24), - (0, 4), - (0, 291), - (0, 1258), - (0, 85), - (0, 2854), - (0, 27), - (0, 23), (0, 34), - (0, 1686), - (0, 1), - (0, 1553), - (0, 36), - (0, 5), - (0, 3), - (0, 7), - (0, 19), - (0, 119), - (0, 769), - (0, 3), + (0, 679), + (0, 447), (0, 0), - (0, 28), - (0, 133), - (0, 148), + (0, 85), + (0, 143), + (0, 403), (0, 3), - (0, 226), - (0, 500), - (0, 770), - (0, 21), - (0, 18), - (0, 93), - (0, 13), - (0, 5), - (0, 689), - (0, 18), - (0, 920), - (0, 3), - (0, 1947), - (0, 4825), - (0, 7), - (0, 12), - (0, 1812), - (0, 2546), - (0, 3), - (0, 587), - (0, 45), + (0, 77), + (0, 842), + (0, 73), + (0, 4094), (0, 5), - (0, 1), - (0, 18), - (0, 1), - (0, 14), - (0, 947), - (0, 989), (0, 2), - (0, 164), + (0, 768), (0, 0), - (0, 27), + (0, 299), + (0, 469), + (0, 33), + (0, 109), + (0, 148), + (0, 111), + (0, 1), + (0, 10), + (0, 0), + (0, 690), (0, 0), + (0, 218), + (0, 1), + (0, 155), + (0, 4), + (0, 15), (0, 4), + (0, 628), + (0, 19), + (0, 172), + (0, 266), + (0, 497), + (0, 146), + (0, 368), + (0, 172), + (0, 1804), + (0, 676), (0, 2), - (0, 1102), - (0, 423), - (0, 0), + (0, 11), + (0, 59), (0, 0), - (0, 1446), - (0, 86), - (0, 1757), + (0, 101), + (0, 1), (0, 5), (0, 0), - (0, 227), - (0, 195), - (0, 2), - (0, 0), - (0, 43), - (0, 84), + (0, 16), + (0, 51), + (0, 245), + (0, 534), + (0, 17), (0, 2), - (0, 32), - (0, 55), - (0, 43), - (0, 40), - (0, 207), (0, 8), - (0, 4398), - (0, 351), - (0, 64), - (0, 425), - (0, 0), - (0, 1852), + (0, 2322), + (0, 4326), + (0, 213), + (0, 601), + (0, 1288), + (0, 26), (0, 1), - (0, 43), - (0, 145), - (0, 50), - (0, 24), - (0, 74), - (0, 263), - (0, 1490), - (0, 1234), - (0, 27), + (0, 246), + (0, 4), + (0, 1035), + (0, 191), + (0, 103), + (0, 1898), + (0, 3), + (0, 57), + (0, 901), + (0, 3), + (0, 183), + (0, 390), + (0, 195), + (0, 6), + (0, 10), + (0, 169), + (0, 17), (0, 1), - (0, 1963), - (0, 79), - (0, 2), + (0, 1), + (0, 70), + (0, 461), + (0, 464), + (0, 215), + (0, 51), + (0, 13), + (0, 916), + (0, 573), + (0, 31), + (0, 1746), + (0, 426), + (0, 382), + (0, 44), + (0, 40), + (0, 26), + (0, 404), + (0, 34), + (0, 5), + (0, 23), + (0, 138), + (0, 311), + (0, 166), + (0, 8), + (0, 632), (0, 0), + (0, 19), + (0, 668), + (0, 623), + (0, 0), + (0, 18), + (0, 865), (0, 106), - (0, 23), - (0, 1200), - (0, 340), - (0, 529), - (0, 13), - (0, 6), - (0, 346), + (0, 5), + (0, 237), + (0, 0), + (0, 56), + (0, 708), + (0, 485), + (0, 2), + (0, 794), + (0, 7), (0, 9), + (0, 530), + (0, 28), + (0, 13), + (0, 120), + (0, 207), + (0, 230), + (0, 27), + (0, 5), + (0, 2), + (0, 57), + (0, 475), + (0, 11), + (0, 2), + (0, 396), + (0, 257), (0, 12), + (0, 161), + (0, 5210), + (0, 363), + (0, 253), + (0, 6), + (0, 2174), + (0, 29), + (0, 3667), + (0, 256), + (0, 1304), + (0, 230), + (0, 138), + (0, 293), + (0, 76), + (0, 0), + (0, 6), + (0, 4885), + (0, 52), + (0, 2), + (0, 880), + (0, 131), + (0, 3), + (0, 910), + (0, 36), + (0, 6278), (0, 18), - (0, 48), (0, 0), + (0, 10), + (0, 1), + (0, 95), + (0, 50), + (0, 1653), + (0, 423), + (0, 1450), + (0, 202), + (0, 1142), + (0, 132), + (0, 176), + (0, 93), + (0, 679), + (0, 47), + (0, 5), + (0, 462), + (0, 71), + (0, 39), + (0, 2318), (0, 0), - (0, 1215), + (0, 3425), + (0, 14), + (0, 1), (0, 11), + (0, 1426), + (0, 820), + (0, 364), + (0, 15), + (0, 54), + (0, 218), + (0, 183), + (0, 76), (0, 1), - (0, 91), + (0, 0), (0, 4), - (0, 3), - (0, 1906), - (0, 566), - (0, 7), - (0, 116), - (0, 438), + (0, 9), + (0, 3500), (0, 55), - (0, 333), - (0, 1016), - (0, 191), - (0, 52), - (0, 2317), - (0, 346), - (0, 1565), - (0, 46), - (0, 77), - (0, 28), - (0, 0), - (0, 12), - (0, 980), - (0, 264), - (0, 1809), - (0, 28), + (0, 754), + (0, 1), + (0, 17), (0, 33), + (0, 68), + (0, 119), + (0, 19), + (0, 28), + (0, 1068), + (0, 2216), + (0, 296), + (0, 2), + (0, 527), + (0, 54), + (0, 23), + (0, 1121), + (0, 224), (0, 1), - (0, 8), - (0, 29), - (0, 3), - (0, 368), (0, 6), - (0, 93), - (0, 54), - (0, 0), + (0, 20), + (0, 5), + (0, 279), + (0, 1071), + (0, 747), + (0, 70), + (0, 19), + (0, 13), (0, 1), - (0, 10), - (0, 505), - (0, 30), - (0, 0), - (0, 3), - (0, 2), + (0, 298), + (0, 812), + (0, 2406), + (0, 140), (0, 3), - (0, 574), - (0, 7328), - (0, 1), - (0, 40), - (0, 49), - (0, 40), - (0, 1684), - (0, 290), - (0, 13), (0, 0), - (0, 5296), - (0, 145), - (0, 44), - (0, 58), - (0, 33), - (0, 333), - (0, 31), - (0, 386), - (0, 71), - (0, 492), - (0, 423), - (0, 51), - (0, 13), + (0, 159), + (0, 1247), + (0, 4), + (0, 531), + (0, 320), + (0, 1365), + (0, 4), + (0, 358), + (0, 73), (0, 8), - (0, 102), - (0, 520), - (0, 57), - (0, 143), - (0, 830), - (0, 1947), - (0, 53), - (0, 5), - (0, 264), - (0, 618), + (0, 142), + (0, 40), + (0, 4), + (0, 2206), + (0, 4), + (0, 1), + (0, 64), + (0, 18), + (0, 0), + (0, 376), (0, 16), - (0, 42), - (0, 436), - (0, 1205), - (0, 1672), - (0, 736), - (0, 748), - (0, 1892), - (0, 1168), - (0, 34), - (0, 85), - (0, 407), - (0, 163), - (0, 53), - (0, 1159), - (0, 6), - (0, 3), - (0, 2), - (0, 168), - (0, 656), - (0, 1648), - (0, 15), - (0, 2), - (0, 3), - (0, 19), - (0, 10), - (0, 11), - (0, 345), + (0, 84), + (0, 38), + (0, 620), (0, 52), - (0, 299), - (0, 158), - (0, 1), - (0, 14), - (0, 3727), - (0, 78), - (0, 6), - (0, 92), - (0, 172), - (0, 1797), - (0, 1), - (0, 823), - (0, 48), (0, 0), - (0, 600), - (0, 48), - (0, 58), + (0, 41), (0, 11), - (0, 916), - (0, 6), - (0, 155), - (0, 15), - (0, 2775), - (0, 167), + (0, 607), + (0, 14), + (0, 334), + (0, 558), + (0, 395), + (0, 16), + (0, 2843), + (0, 0), (0, 23), - (0, 52), - (0, 15), - (0, 49), - (0, 17), - (0, 5), - (0, 9), - (0, 19), - (0, 90), - (0, 3), - (0, 114), - (0, 67), - (0, 13), - (0, 1856), - (0, 283), - (0, 467), - (0, 108), - (0, 31), + (0, 770), + (0, 225), + (0, 532), + (0, 33), + (0, 993), + (0, 393), + (0, 57), + (0, 16), + (0, 101), + (0, 135), + (0, 316), (0, 4), - (0, 145), - (0, 2), - (0, 54), (0, 57), - (0, 60), - (0, 1786), - (0, 155), - (0, 205), - (0, 19), - (0, 1417), - (0, 125), - (0, 2318), - (0, 22), - (0, 1), - (0, 2021), - (0, 32), - (0, 876), - (0, 26), - (0, 508), - (0, 7), + (0, 1973), + (0, 5), + (0, 20), + (0, 244), + (0, 343), + (0, 1180), + (0, 341), + (0, 1261), + (0, 858), (0, 3), - (0, 0), - (0, 75), - (0, 108), - (0, 469), - (0, 120), - (0, 237), - (0, 4), + (0, 1), + (0, 11), + (0, 5), + (0, 1033), + (0, 43), (0, 2), - (0, 696), + (0, 1), (0, 39), - (0, 73), - (0, 0), - (0, 1055), - (0, 8), + (0, 2842), + (0, 2006), + (0, 1967), + (0, 699), + (0, 74), + (0, 402), + (0, 68), (0, 0), - (0, 4772), - (0, 235), - (0, 4605), - (0, 367), - (0, 18), - (0, 3), - (0, 173), - (0, 69), - (0, 16), - (0, 3), - (0, 1264), - (0, 48), - (0, 6343), - (0, 17), - (0, 1844), - (0, 3700), + (0, 44), + (0, 462), + (0, 4), + (0, 675), (0, 5), + (0, 1722), + (0, 505), + (0, 218), + (0, 871), (0, 0), - (0, 449), + (0, 215), + (0, 40), + (0, 5), + (0, 262), + (0, 431), + (0, 270), + (0, 5), + (0, 7), + (0, 193), + (0, 13), + (0, 70), + (0, 2721), + (0, 5), + (0, 36), + (0, 2051), + (0, 36), + (0, 244), + (0, 6613), + (0, 6), + (0, 136), + (0, 226), + (0, 200), (0, 0), - (0, 1770), - (0, 568), - (0, 23), - (0, 71), - (0, 43), - (0, 788), - (0, 920), + (0, 179), + (0, 1121), + (0, 1409), (0, 0), + (0, 12), + (0, 1017), + (0, 17), + (0, 138), + (0, 70), + (0, 44), (0, 0), + (0, 1950), + (0, 153), + (0, 55), + (0, 425), + (0, 359), + (0, 225), + (0, 273), (0, 10), - (0, 0), - (0, 0), - (0, 115), - (0, 1), - (0, 243), - (0, 1968), - (0, 17), - (0, 22), - (0, 170), - (0, 90), - (0, 319), - (0, 530), - (0, 11), - (0, 199), - (0, 65), - (0, 1648), + (0, 1104), + (0, 1917), + (0, 76), (0, 3), - (0, 381), - (0, 513), - (0, 2), - (0, 47), - (0, 43), - (0, 0), - (0, 0), - (0, 30), - (0, 0), - (0, 9), - (0, 26), - (0, 148), + (0, 21), (0, 2), - (0, 62), - (0, 411), - (0, 0), - (0, 24), - (0, 302), + (0, 27), + (0, 1062), + (0, 93), + (0, 95), + (0, 2285), + (0, 168), + (0, 70), + (0, 776), + (0, 1159), (0, 6), - (0, 100), - (0, 1820), - (0, 786), - (0, 392), - (0, 8), - (0, 79), - (0, 71), - (0, 268), - (0, 425), - (0, 45), - (0, 122), - (0, 1478), - (0, 1594), - (0, 1436), - (0, 274), - (0, 38), - (0, 28), - (0, 1411), - (0, 182), + (0, 202), + (0, 1338), + (0, 49), + (0, 6), + (0, 1315), (0, 1), + (0, 1406), (0, 10), - (0, 1612), - (0, 568), - (0, 11), - (0, 2033), - (0, 96), (0, 4), - (0, 1869), - (0, 7727), - (0, 159), - (0, 142), - (0, 35), - (0, 0), - (0, 366), - (0, 2686), + (0, 300), (0, 2), - (0, 2934), - (0, 94), - (0, 20), - (0, 336), - (0, 3156), - (0, 0), - (0, 129), - (0, 0), - (0, 155), - (0, 1126), - (0, 29), - (0, 1), - (0, 17), - (0, 18), - (0, 446), - (0, 322), - (0, 5), - (0, 3198), - (0, 13), - (0, 460), - (0, 353), - (0, 12), - (0, 46), - (0, 11), - (0, 1072), - (0, 10), - (0, 40), - (0, 37), - (0, 2766), - (0, 217), - (0, 238), - (0, 0), - (0, 124), - (0, 663), - (0, 164), - (0, 6), - (0, 3284), - (0, 1184), - (0, 102), - (0, 9), - (0, 98), - (0, 11), - (0, 493), - (0, 291), - (0, 219), - (0, 559), - (0, 6383), - (0, 154), - (0, 575), + (0, 432), + (0, 1324), (0, 4), - (0, 0), - (0, 26), - (0, 24), - (0, 262), + (0, 31), + (0, 476), + (0, 2), + (0, 532), + (0, 5196), + (0, 2), + (0, 1882), (0, 40), - (0, 1), - (0, 238), - (0, 1783), + (0, 109), + (0, 34), + (0, 7), + (0, 2), + (0, 989), + (0, 1181), + (0, 561), + (0, 1386), + (0, 7), + (0, 17), + (0, 6), + (0, 795), + (0, 14), + (0, 32), + (0, 2), (0, 132), - (0, 427), - (0, 421), - (0, 1409), - (0, 146), - (0, 1220), - (0, 1), - (0, 0), - (0, 40), - (0, 384), - (0, 71), - (0, 96), - (0, 1), - (0, 0), + (0, 1829), (0, 0), + (0, 859), + (0, 381), + (0, 215), (0, 0), - (0, 47), + (0, 10), + (0, 80), + (0, 152), (0, 0), - (0, 329), + (0, 48), + (0, 6), (0, 8), - (0, 51), - (0, 2290), - (0, 0), - (0, 489), - (0, 685), - (0, 56), - (0, 77), + (0, 67), + (0, 4), + (0, 93), + (0, 1601), (0, 2), - (0, 1), - (0, 2493), - (0, 1924), (0, 3), - (0, 12), - (0, 47), - (0, 283), - (0, 161), - (0, 1), - (0, 24), - (0, 25), - (0, 38), - (0, 57), - (0, 11), + (0, 58), + (0, 3796), + (0, 509), + (0, 32), + (0, 89), + (0, 135), + (0, 490), + (0, 1337), (0, 1), - (0, 5851), - (0, 85), - (0, 203), + (0, 68), + (0, 540), + (0, 1209), + (0, 52), (0, 2), - (0, 563), - (0, 13), - (0, 30), + (0, 73), + (0, 357), + (0, 37), + (0, 0), + (0, 613), + (0, 103), + (0, 1), (0, 21), - (0, 3080), - (0, 5079), - (0, 8), + (0, 333), + (0, 36), (0, 9), - (0, 2780), - (0, 1116), + (0, 2615), + (0, 783), + (0, 22), + (0, 3742), + (0, 17), + (0, 1147), + (0, 7), + (0, 1), + (0, 0), + (0, 53), + (0, 793), + (0, 473), + (0, 37), + (0, 0), + (0, 5190), + (0, 37), (0, 46), - (0, 56), + (0, 19), + (0, 11), + (0, 1595), + (0, 815), + (0, 1425), + (0, 11), + (0, 190), + (0, 2781), + (0, 195), + (0, 36), + (0, 11), + (0, 67), + (0, 50), + (0, 42), + (0, 283), + (0, 72), (0, 28), - (0, 3), - (0, 78), - (0, 5), - (0, 4374), - (0, 109), + (0, 7), + (0, 1483), + (0, 45), + (0, 193), + (0, 0), + (0, 382), (0, 5), - (0, 48), - (0, 1907), - (0, 376), (0, 0), - (0, 1827), - (0, 1007), - (0, 4), - (0, 1), - (0, 316), - (0, 7), (0, 5), - (0, 259), - (0, 287), - (0, 60), - (0, 87), (0, 24), + (0, 526), + (0, 324), + (0, 28), + (0, 7), + (0, 237), + (0, 887), + (0, 443), + (0, 139), + (0, 271), + (0, 20), + (0, 476), + (0, 59), + (0, 2173), + (0, 262), + (0, 206), + (0, 19), + (0, 2), + (0, 129), + (0, 188), + (0, 95), + (0, 1315), + (0, 465), + (0, 35), + (0, 693), + (0, 3645), + (0, 53), + (0, 23), + (0, 1334), (0, 0), - (0, 964), - (0, 24), - (0, 56), + (0, 2), + (0, 1201), + (0, 4), + (0, 140), + (0, 385), + (0, 3195), + (0, 10), + (0, 595), + (0, 109), + (0, 836), + (0, 3544), + (0, 62), (0, 1259), - (0, 29), - (0, 33), - (0, 563), (0, 0), - (0, 12), - (0, 394), - (0, 16), - (0, 211), - (0, 223), + (0, 49), + (0, 1), + (0, 3685), + (0, 1), (0, 0), - (0, 10605), - (0, 582), + (0, 1), + (0, 53), + (0, 252), + (0, 320), + (0, 47), (0, 0), - (0, 22), - (0, 130), - (0, 17), - (0, 5), + (0, 129), + (0, 3255), + (0, 321), + (0, 1606), + (0, 91), (0, 2), - (0, 161), - (0, 272), - (0, 601), - (0, 45), - (0, 1288), - (0, 0), + (0, 437), + (0, 4), + (0, 229), + (0, 1), + (0, 20), + (0, 923), + (0, 138), + (0, 977), + (0, 2), + (0, 5), + (0, 1875), (0, 0), + (0, 1231), + (0, 113), + (0, 67), + (0, 2), + (0, 81), + (0, 26), + (0, 2), + (0, 62), + (0, 55), (0, 7), - (0, 1697), - (0, 140), + (0, 12), + (0, 13), + (0, 25), + (0, 16), + (0, 1), + (0, 72), + (0, 0), + (0, 61), + (0, 10), + (0, 2467), + (0, 422), + (0, 10), + (0, 967), (0, 0), + (0, 1171), + (0, 3035), (0, 3), - (0, 57), + (0, 170), + (0, 102), + (0, 911), (0, 0), - (0, 1200), - (0, 525), - (0, 6690), - (0, 97), + (0, 158), + (0, 1640), + (0, 103), + (0, 178), + (0, 58), + (0, 3583), (0, 0), + (0, 8), + (0, 2766), (0, 1), - (0, 34), - (0, 0), - (0, 50), - (0, 15), - (0, 10), - (0, 40), + (0, 1206), + (0, 552), + (0, 2676), + (0, 7), + (0, 93), + (0, 617), + (0, 102), + (0, 26), (0, 27), - (0, 153), + (0, 763), + (0, 239), (0, 1), - (0, 159), - (0, 354), - (0, 813), (0, 0), - (0, 24), - (0, 883), - (0, 1), - (0, 2), - (0, 73), - (0, 18), - (0, 144), - (0, 56), - (0, 9), - (0, 1), - (0, 145), - (0, 5), - (0, 61), - (0, 320), - (0, 1724), - (0, 3714), + (0, 30), (0, 8), - (0, 189), - (0, 51), - (0, 758), - (0, 811), - (0, 1), - (0, 1895), - (0, 258), - (0, 39), - (0, 19), - (0, 306), - (0, 520), - (0, 135), - (0, 1360), - (0, 1662), (0, 8), - (0, 2143), - (0, 10), - (0, 399), - (0, 630), - (0, 411), - (0, 33), - (0, 127), - (0, 246), - (0, 1418), + (0, 4), + (0, 6), + (0, 0), + (0, 375), + (0, 541), + (0, 0), (0, 20), + (0, 22), (0, 0), - (0, 117), - (0, 945), - (0, 386), + (0, 165), + (0, 1028), + (0, 37), + (0, 3), + (0, 12), + (0, 274), + (0, 6), + (0, 15), + (0, 748), + (0, 506), + (0, 8), + (0, 313), + (0, 950), + (0, 66), + (0, 272), (0, 14), - (0, 54), - (0, 553), - (0, 40), - (0, 83), + (0, 74), + (0, 1796), + (0, 371), (0, 0), - (0, 1297), - (0, 33), - (0, 1686), - (0, 910), - (0, 31), + (0, 5149), + (0, 132), + (0, 497), + (0, 380), + (0, 6853), + (0, 70), + (0, 1754), (0, 3), (0, 0), - (0, 12940), - (0, 51), - (0, 198), - (0, 4), + (0, 16), + (0, 15), + (0, 593), + (0, 30), + (0, 432), + (0, 1854), + (0, 2726), + (0, 2184), + (0, 168), + (0, 1731), + (0, 293), + (0, 375), + (0, 0), + (0, 513), + (0, 6), + (0, 15), + (0, 47), + (0, 709), + (0, 27), + (0, 5), + (0, 50), + (0, 147), + (0, 277), + (0, 21), + (0, 506), + (0, 18), + (0, 758), + (0, 2429), + (0, 596), (0, 2), - (0, 1461), - (0, 51), - (0, 180), - (0, 1), + (0, 678), + (0, 17), + (0, 47), (0, 0), - (0, 602), - (0, 14), - (0, 974), - (0, 3), - (0, 5432), - (0, 8), (0, 0), - (0, 28), - (0, 7), + (0, 2322), + (0, 12), + (0, 783), + (0, 127), + (0, 3), + (0, 107), + (0, 45), + (0, 282), + (0, 38), + (0, 385), + (0, 9), + (0, 1502), + (0, 9), + (0, 408), + (0, 1992), (0, 47), - (0, 141), - (0, 263), - (0, 1295), - (0, 281), - (0, 2616), - (0, 247), - (0, 6292), - (0, 320), - (0, 61), - (0, 73), - (0, 422), + (0, 2649), + (0, 7), + (0, 0), + (0, 767), + (0, 197), + (0, 16), + (0, 23), + (0, 13), + (0, 97), + (0, 528), + (0, 2), + (0, 85), + (0, 3877), + (0, 3024), + (0, 82), (0, 9), (0, 11), - (0, 904), - (0, 234), - (0, 2576), - (0, 630), - (0, 22), - (0, 200), - (0, 152), - (0, 44), - (0, 10), - (0, 28), - (0, 16), - (0, 5), - (0, 2894), - (0, 265), - (0, 1977), - (0, 182), - (0, 4), - (0, 1583), - (0, 7), - (0, 2261), + (0, 1460), + (0, 318), + (0, 6), + (0, 45), + (0, 48), (0, 29), - (0, 176), - (0, 338), - (0, 11), - (0, 178), + (0, 1694), + (0, 2978), + (0, 380), + (0, 980), + (0, 2), + (0, 1), + (0, 0), + (0, 8), + (0, 2110), (0, 53), - (0, 272), - (0, 1044), - (0, 13712), - (0, 150), (0, 0), + (0, 392), + (0, 0), + (0, 40), + (0, 52), + (0, 5), + (0, 163), + (0, 1215), (0, 10), - (0, 393), - (0, 6), - (0, 1217), - (0, 2496), - (0, 232), - (0, 69), - (0, 591), - (0, 140), - (0, 266), + (0, 0), + (0, 3583), + (0, 2864), + (0, 41), + (0, 0), + (0, 46), + (0, 179), + (0, 347), + (0, 10), + (0, 176), + (0, 96), + (0, 545), + (0, 0), + (0, 156), + (0, 1471), + (0, 181), + (0, 0), + (0, 419), + (0, 393), + (0, 3513), + (0, 0), + (0, 529), + (0, 44), + (0, 29), + (0, 109), + (0, 63), + (0, 16), + (0, 86), + (0, 955), + (0, 51), + (0, 34), + (0, 230), + (0, 1489), + (0, 58), + (0, 84), + (0, 443), + (0, 1080), + (0, 4), + (0, 100), (0, 1), - (0, 24), - (0, 459), - (0, 6214), - (0, 45), - (0, 69), - (0, 353), - (0, 2012), - (0, 1029), - (0, 2252), - (0, 47), - (0, 246), - (0, 2), - (0, 767), - (0, 2752), + (0, 2501), + (0, 591), (0, 2), - (0, 206), - (0, 91), - (0, 311), - (0, 130), - (0, 38), - (0, 33), - (0, 211), - (0, 535), - (0, 4488), - (0, 2313), + (0, 271), (0, 1), - (0, 582), - (0, 0), - (0, 14), - (0, 0), + (0, 539), (0, 225), - (0, 28), - (0, 21), - (0, 0), - (0, 760), + (0, 179), + (0, 53), (0, 4), - (0, 382), - (0, 12), - (0, 14), + (0, 88), + (0, 1204), + (0, 1388), + (0, 858), + (0, 7), + (0, 1663), (0, 4), - (0, 19), - (0, 17), - (0, 1948), - (0, 14), - (0, 3815), - (0, 869), - (0, 90), - (0, 93), - (0, 2282), - (0, 814), - (0, 3), - (0, 461), - (0, 14), - (0, 131), - (0, 3336), - (0, 47), - (0, 1088), - (0, 151), - (0, 3), - (0, 1150), - (0, 2754), - (0, 905), - (0, 74), - (0, 1), - (0, 897), + (0, 2515), (0, 10), - (0, 786), - (0, 2821), - (0, 267), - (0, 18), - (0, 642), + (0, 75), (0, 1), - (0, 1990), - (0, 4), - (0, 140), - (0, 2415), - (0, 39), - (0, 28), - (0, 969), - (0, 2612), - (0, 45), - (0, 11), - (0, 66), - (0, 344), - (0, 96), + (0, 8), + (0, 2619), (0, 0), - (0, 1), - (0, 48), - (0, 50), - (0, 13), - (0, 324), - (0, 139), - (0, 9), - (0, 890), - (0, 47), - (0, 271), - (0, 75), - (0, 1351), - (0, 3), - (0, 67), - (0, 113), + (0, 5493), + (0, 662), + (0, 258), + (0, 33), + (0, 86), + (0, 236), + (0, 108), + (0, 3330), (0, 5), - (0, 166), + (0, 313), + (0, 2), + (0, 2100), + (0, 5), + (0, 39), + (0, 57), + (0, 473), + (0, 9), + (0, 251), + (0, 41), + (0, 120), (0, 1), - (0, 137), - (0, 4), - (0, 534), - (0, 2846), - (0, 16), - (0, 0), - (0, 206), - (0, 84), - (0, 353), - (0, 32), (0, 121), - (0, 868), + (0, 204), (0, 0), - (0, 55), - (0, 817), - (0, 103), - (0, 55), - (0, 20), + (0, 26), + (0, 24), + (0, 1411), + (0, 223), + (0, 499), + (0, 1562), + (0, 3836), + (0, 19), + (0, 348), + (0, 140), + (0, 44), + (0, 38), + (0, 0), + (0, 871), + (0, 6), + (0, 4), (0, 0), + (0, 91), + (0, 41), + (0, 23), + (0, 26), (0, 1), + (0, 27), + (0, 86), + (0, 0), + (0, 855), + (0, 2363), + (0, 31), + (0, 10), + (0, 89), + (0, 9), + (0, 0), + (0, 1337), + (0, 27), + (0, 6), + (0, 3), + (0, 1409), + (0, 7), + (0, 151), + (0, 66), + (0, 458), + (0, 200), + (0, 78), + (0, 599), (0, 5), - (0, 214), - (0, 232), - (0, 37), - (0, 1418), + (0, 147), (0, 4), - (0, 2), - (0, 219), - (0, 80), - (0, 2046), - (0, 43), - (0, 429), - (0, 30), - (0, 17), - (0, 3), - (0, 125), - (0, 184), - (0, 1485), - (0, 744), + (0, 151), + (0, 1174), + (0, 5), + (0, 4), + (0, 517), + (0, 1282), (0, 4), + (0, 0), + (0, 27), + (0, 8314), (0, 4), (0, 2), - (0, 7205), + (0, 588), + (0, 289), (0, 2), - (0, 60), - (0, 116), - (0, 3), - (0, 532), - (0, 901), - (0, 389), + (0, 68), + (0, 3110), + (0, 595), + (0, 653), + (0, 1677), + (0, 8), + (0, 0), + (0, 1), + (0, 26), + (0, 2354), + (0, 978), + (0, 1492), + (0, 2), + (0, 0), + (0, 517), + (0, 46), + (0, 28), + (0, 83), + (0, 29), + (0, 907), + (0, 71), + (0, 0), + (0, 567), + (0, 207), + (0, 151), + (0, 2576), + (0, 0), + (0, 11), + (0, 72), + (0, 711), + (0, 2169), (0, 0), - (0, 420), (0, 80), - (0, 1147), + (0, 16), + (0, 367), + (0, 666), + (0, 1460), + (0, 34), + (0, 2480), + (0, 242), (0, 4), - (0, 48), - (0, 15), - (0, 2287), - (0, 1590), - (0, 5), - (0, 38), - (0, 2578), - (0, 1274), (0, 2), - (0, 493), - (0, 992), - (0, 1452), + (0, 19), + (0, 80), + (0, 1), + (0, 94), + (0, 2), + (0, 1), + (0, 279), + (0, 3), + (0, 13), + (0, 412), + (0, 1016), + (0, 4352), + (0, 511), + (0, 27), + (0, 433), + (0, 5), + (0, 60), + (0, 2369), + (0, 1829), + (0, 45), + (0, 2845), + (0, 105), + (0, 647), (0, 0), - (0, 263), - (0, 209), - (0, 95), - (0, 104), - (0, 1126), - (0, 592), - (0, 18), - (0, 154), - (0, 75), - (0, 442), - (0, 25), - (0, 69), - (0, 7), - (0, 225), - (0, 1080), - (0, 1230), - (0, 22), - (0, 4), - (0, 357), - (0, 267), - (0, 987), - (0, 769), - (0, 350), - (0, 307), - (0, 443), - (0, 73), - (0, 16), - (0, 123), - (0, 840), - (0, 932), + (0, 303), (0, 8), - (0, 892), - (0, 430), - (0, 61), - (0, 10070), - (0, 3671), - (0, 34), + (0, 1408), (0, 1), (0, 2), - (0, 0), + (0, 2237), (0, 10), - (0, 676), - (0, 23), - (0, 23), - (0, 57), - (0, 744), - (0, 149), - (0, 10468), - (0, 78), - (0, 43), - (0, 28), - (0, 0), - (0, 7), - (0, 4), - (0, 283), - (0, 68), - (0, 2), - (0, 627), - (0, 3837), - (0, 51), - (0, 833), - (0, 1), - (0, 29), (0, 3), - (0, 610), - (0, 29), - (0, 33), + (0, 6565), + (0, 211), + (0, 75), + (0, 18), + (0, 296), + (0, 92), + (0, 599), + (0, 16), + (0, 10), (0, 2), + (0, 4), + (0, 0), + (0, 1520), (0, 24), - (0, 33), + (0, 2049), + (0, 545), (0, 0), - (0, 39), - (0, 13), - (0, 202), - (0, 1), - (0, 9546), - (0, 414), - (0, 1565), - (0, 81), - (0, 43), + (0, 32), + (0, 137), + (0, 33), + (0, 435), + (0, 86), + (0, 557), + (0, 233), + (0, 554), + (0, 268), + (0, 429), + (0, 7), + (0, 402), + (0, 2400), + (0, 2), (0, 1), - (0, 9), + (0, 153), + (0, 447), + (0, 2), + (0, 26), + (0, 789), + (0, 946), + (0, 59), + (0, 1602), + (0, 21), + (0, 28), + (0, 1718), + (0, 6), + (0, 156), + (0, 57), + (0, 16), (0, 1), - (0, 37), - (0, 503), - (0, 331), - (0, 1270), - (0, 535), - (0, 53), - (0, 751), - (0, 0), - (0, 96), - (0, 8), - (0, 372), - (0, 5), - (0, 281), - (0, 1211), - (0, 504), - (0, 134), - (0, 4), - (0, 683), - (0, 280), - (0, 2946), + (0, 2265), + (0, 842), + (0, 10), + (0, 16), + (0, 24), + (0, 272), + (0, 403), (0, 23), - (0, 60), - (0, 122), - (0, 576), - (0, 2029), - (0, 515), - (0, 545), + (0, 9442), + (0, 1696), + (0, 1646), + (0, 570), + (0, 116), + (0, 79), + (0, 105), + (0, 690), + (0, 434), + (0, 383), + (0, 1802), (0, 6), - (0, 266), - (0, 2255), - (0, 17), - (0, 561), - (0, 1793), - (0, 0), - (0, 3743), - (0, 1807), - (0, 533), - (0, 0), - (0, 1548), - (0, 21), - (0, 84), - (0, 3051), (0, 1), - (0, 16), - (0, 674), + (0, 690), + (0, 26), + (0, 1909), + (0, 258), + (0, 3), + (0, 5818), + (0, 128), + (0, 888), + (0, 1171), + (0, 912), + (0, 113), + (0, 120), (0, 7), - (0, 705), - (0, 1396), + (0, 2), + (0, 35), + (0, 997), + (0, 21), + (0, 340), + (0, 36), + (0, 2), + (0, 18), + (0, 61), + (0, 7), + (0, 38), + (0, 197), + (0, 659), + (0, 956), + (0, 14), + (0, 96), + (0, 770), + (0, 44), (0, 3), - (0, 883), - (0, 4754), - (0, 1547), - (0, 0), - (0, 517), - (0, 1841), - (0, 373), - (0, 0), - (0, 4206), - (0, 70), - (0, 1666), - (0, 149), - (0, 806), + (0, 3522), + (0, 230), + (0, 725), + (0, 456), + (0, 2), + (0, 1), + (0, 991), + (0, 88), + (0, 205), + (0, 92), + (0, 1728), (0, 5), - (0, 28), + (0, 7), + (0, 4603), + (0, 1368), + (0, 640), + (0, 146), + (0, 31), + (0, 18), + (0, 73), + (0, 0), + (0, 678), (0, 2), - (0, 87), - (0, 440), - (0, 1681), - (0, 281), - (0, 17), + (0, 180), (0, 359), - (0, 0), - (0, 15), - (0, 20), - (0, 121), - (0, 4894), - (0, 11), - (0, 0), - (0, 352), - (0, 68), - (0, 181), - (0, 48), - (0, 4), - (0, 3), - (0, 800), - (0, 275), - (0, 192), - (0, 2555), (0, 12), + (0, 35), + (0, 68), + (0, 0), (0, 17), - (0, 446), - (0, 693), - (0, 1), - (0, 30), - (0, 90), - (0, 541), - (0, 3627), - (0, 452), - (0, 181), - (0, 1052), - (0, 7912), - (0, 703), - (0, 111), - (0, 104), - (0, 218), (0, 4), - (0, 13), - (0, 247), - (0, 170), - (0, 1106), - (0, 11), - (0, 162), - (0, 2021), - (0, 13), - (0, 40), - (0, 24), - (0, 598), - (0, 32), - (0, 975), - (0, 3), - (0, 194), + (0, 18), + (0, 8), (0, 0), - (0, 32), - (0, 375), - (0, 1014), - (0, 288), - (0, 2), - (0, 913), - (0, 329), - (0, 10), - (0, 10), - (0, 2496), - (0, 19), - (0, 9), - (0, 108), + (0, 1067), + (0, 102), + (0, 3), + (0, 13), (0, 4), - (0, 0), - (0, 1117), - (0, 6638), - (0, 21), - (0, 2), - (0, 150), - (0, 45), - (0, 30), - (0, 0), - (0, 439), - (0, 4152), - (0, 0), - (0, 8), - (0, 1284), - (0, 11), + (0, 132), + (0, 88), + (0, 106), + (0, 147), (0, 4), - (0, 1367), - (0, 47), - (0, 129), - (0, 22), - (0, 27), - (0, 27), + (0, 757), + (0, 9), + (0, 221), + (0, 1403), + (0, 11), + (0, 4942), + (0, 2), (0, 0), + (0, 317), + (0, 1032), + (0, 7), + (0, 2501), + (0, 199), + (0, 350), (0, 5), - (0, 5579), + (0, 29), + (0, 308), + (0, 129), + (0, 151), + (0, 39), + (0, 20), + (0, 64), + (0, 2), + (0, 13), (0, 0), - (0, 8), - (0, 24), - (0, 710), + (0, 7), + (0, 500), (0, 9), - (0, 23), - (0, 0), - (0, 0), - (0, 38), - (0, 92), - (0, 2), - (0, 6), - (0, 2935), - (0, 427), - (0, 1042), - (0, 1030), - (0, 323), - (0, 359), - (0, 90), - (0, 12), - (0, 42), - (0, 13788), - (0, 105), + (0, 693), + (0, 369), + (0, 14), (0, 8), - (0, 5316), - (0, 5587), - (0, 2605), - (0, 1750), - (0, 112), - (0, 125), - (0, 1152), - (0, 316), - (0, 39), - (0, 99), + (0, 258), (0, 2), - (0, 341), - (0, 110), - (0, 5), - (0, 1), - (0, 826), - (0, 1835), - (0, 16), - (0, 1), - (0, 1), - (0, 110), + (0, 51), + (0, 12), + (0, 627), + (0, 683), + (0, 1732), + (0, 114), + (0, 6), + (0, 264), + (0, 7), + (0, 0), + (0, 293), + (0, 2018), + (0, 4207), + (0, 141), + (0, 684), + (0, 1125), (0, 0), + (0, 1014), (0, 0), - (0, 124), - (0, 24), + (0, 197), + (0, 40), + (0, 2030), + (0, 897), + (0, 746), + (0, 106), + (0, 182), + (0, 44), + (0, 56), + (0, 141), (0, 1), - (0, 1043), - (0, 8629), + (0, 108), + (0, 124), + (0, 47), + (0, 6), (0, 0), - (0, 8), - (0, 8), - (0, 22), - (0, 143), - (0, 7), - (0, 11), - (0, 2), - (0, 10), + (0, 33), (0, 13), - (0, 3485), - (0, 245), - (0, 2419), - (0, 75), - (0, 18), - (0, 938), - (0, 701), - (0, 49), - (0, 28), - (0, 499), - (0, 17), - (0, 127), - (0, 917), - (0, 35), - (0, 103), - (0, 133), - (0, 572), - (0, 17), - (0, 34), - (0, 877), - (0, 204), - (0, 268), - (0, 4259), - (0, 3), - (0, 122), - (0, 6), - (0, 395), - (0, 266), - (0, 20), - (0, 884), + (0, 582), + (0, 2499), + (0, 481), + (0, 25), + (0, 65), + (0, 110), + (0, 964), + (0, 4832), (0, 0), - (0, 855), - (0, 965), - (0, 48), - (0, 220), - (0, 779), - (0, 7802), - (0, 205), - (0, 5), - (0, 121), - (0, 372), - (0, 1), - (0, 8357), - (0, 625), - (0, 5020), - (0, 16), - (0, 232), + (0, 2218), (0, 40), - (0, 26), - (0, 888), - (0, 3888), - (0, 2302), - (0, 5651), - (0, 49), - (0, 84), - (0, 0), - (0, 625), - (0, 45), - (0, 0), - (0, 5), - (0, 35), - (0, 155), - (0, 924), - (0, 11), - (0, 1140), + (0, 3637), + (0, 112), (0, 2), - (0, 9), - (0, 23), - (0, 5), - (0, 22), - (0, 372), - (0, 382), - (0, 4053), - (0, 97), - (0, 5352), + (0, 0), + (0, 101), + (0, 78), + (0, 168), + (0, 40), (0, 39), - (0, 248), + (0, 180), + (0, 839), + (0, 174), + (0, 129), (0, 1), - (0, 496), - (0, 326), - (0, 13), - (0, 811), (0, 0), - (0, 812), - (0, 208), + (0, 8337), + (0, 1522), + (0, 1579), + (0, 2305), + (0, 996), + (0, 1987), + (0, 52), + (0, 15), + (0, 151), + (0, 239), + (0, 24), + (0, 80), + (0, 1884), + (0, 3048), (0, 198), - (0, 4), - (0, 1464), - (0, 1507), - (0, 946), - (0, 34), - (0, 4), - (0, 1), - (0, 8), - (0, 8), (0, 0), - (0, 31), - (0, 75), - (0, 5), - (0, 384), - (0, 134), - (0, 298), - (0, 342), - (0, 103), - (0, 9126), - (0, 99), - (0, 2), - (0, 370), - (0, 321), - (0, 8071), - (0, 1550), - (0, 902), - (0, 63), - (0, 162), - (0, 436), - (0, 1188), + (0, 2333), (0, 0), + (0, 123), + (0, 2876), + (0, 368), + (0, 476), + (0, 199), + (0, 262), + (0, 545), (0, 4), - (0, 298), - (0, 2759), - (0, 283), - (0, 33), - (0, 28), - (0, 130), - (0, 3160), - (0, 200), - (0, 122), - (0, 3553), - (0, 207), - (0, 30), - (0, 11), - (0, 3400), + (0, 233), + (0, 75), + (0, 2131), + (0, 174), (0, 0), + (0, 65), (0, 1), - (0, 27), - (0, 271), - (0, 929), - (0, 1975), - (0, 473), - (0, 5966), - (0, 1129), - (0, 1), - (0, 778), - (0, 3655), - (0, 688), - (0, 171), - (0, 1), - (0, 53), - (0, 14866), - (0, 880), - (0, 4251), - (0, 454), - (0, 5619), - (0, 7), - (0, 59), - (0, 604), - (0, 11130), - (0, 768), - (0, 292), - (0, 5), - (0, 3062), - (0, 1163), - (0, 2463), - (0, 1433), + (0, 338), + (0, 158), + (0, 2820), + (0, 28), + (0, 238), + (0, 6), + (0, 960), + (0, 386), + (0, 329), + (0, 169), + (0, 2621), (0, 0), - (0, 13), - (0, 351), - (0, 2309), - (0, 1637), - (0, 21), - (0, 56), - (0, 191), - (0, 521), + (0, 562), + (0, 33), + (0, 2273), + (0, 20), (0, 6), - (0, 1238), - (0, 17), + (0, 15), + (0, 1722), + (0, 216), + (0, 251), + (0, 200), + (0, 30), + (0, 2), + (0, 6), + (0, 10), + (0, 3214), + (0, 352), + (0, 432), + (0, 986), + (0, 1135), + (0, 2), + (0, 19), + (0, 293), + (0, 195), + (0, 4687), + (0, 473), + (0, 6), + (0, 375), (0, 3), - (0, 2278), + (0, 113), + (0, 971), + (0, 119), + (0, 250), (0, 1), - (0, 512), - (0, 28), - (0, 3), - (0, 1573), - (0, 1263), + (0, 81), + (0, 0), + (0, 26), + (0, 157), (0, 4), - (0, 13991), - (0, 2219), - (0, 46), - (0, 1108), + (0, 93), + (0, 2887), + (0, 1372), + (0, 5), + (0, 494), + (0, 83), + (0, 5), + (0, 120), + (0, 91), + (0, 1318), + (0, 187), + (0, 156), (0, 25), - (0, 55), - (0, 280), - (0, 1063), - (0, 443), - (0, 37), - (0, 2065), - (0, 294), + (0, 265), + (0, 326), + (0, 16), + (0, 81), + (0, 32), + (0, 956), + (0, 278), + (0, 13), + (0, 666), + (0, 11), + (0, 103), + (0, 27), + (0, 41), + (0, 986), + (0, 133), + (0, 231), + (0, 486), + (0, 20), + (0, 224), (0, 1), + (0, 8), + (0, 832), + (0, 5), (0, 3), - (0, 1), + (0, 2), + (0, 1297), (0, 5), - (0, 368), - (0, 37), - (0, 687), - (0, 0), - (0, 9), - (0, 3632), - (0, 337), - (0, 202), + (0, 1432), + (0, 15), + (0, 5), + (0, 10), + (0, 894), + (0, 287), + (0, 20), + (0, 1), + (0, 24), + (0, 1160), + (0, 560), + (0, 166), + (0, 3153), + (0, 27), + (0, 539), (0, 3), - (0, 217), - (0, 3102), - (0, 152), - (0, 595), - (0, 517), - (0, 657), - (0, 102), - (0, 207), - (0, 979), - (0, 585), - (0, 1978), - (0, 7), - (0, 945), + (0, 2127), + (0, 447), + (0, 46), (0, 37), - (0, 55), - (0, 121), - (0, 3991), + (0, 350), + (0, 24), (0, 0), - (0, 476), - (0, 5), + (0, 162), (0, 10), - (0, 483), - (0, 7), - (0, 5769), - (0, 9), - (0, 274), - (0, 3475), - (0, 36), - (0, 33), - (0, 31), + (0, 107), + (0, 300), + (0, 10), + (0, 12), + (0, 2834), + (0, 1121), + (0, 13), + (0, 333), + (0, 991), + (0, 1612), + (0, 1582), + (0, 52), + (0, 72), + (0, 151), + (0, 1887), + (0, 26), + (0, 229), + (0, 2792), + (0, 100), + (0, 986), + (0, 77), + (0, 297), + (0, 87), (0, 6), - (0, 5266), - (0, 560), - (0, 0), + (0, 2080), + (0, 3225), + (0, 584), + (0, 53), (0, 0), + (0, 1), + (0, 16), + (0, 1900), + (0, 7930), + (0, 9), + (0, 260), + (0, 5090), + (0, 3), + (0, 2), + (0, 41), + (0, 25), + (0, 1681), + (0, 3464), + (0, 39), (0, 0), - (0, 196), - (0, 209), - (0, 884), (0, 12), - (0, 450), - (0, 183), - (0, 867), - (0, 3082), - (0, 27), - (0, 1022), - (0, 408), - (0, 39), - (0, 337), - (0, 17), - (0, 31), - (0, 27), - (0, 5367), - (0, 231), - (0, 25), + (0, 1), + (0, 143), + (0, 1792), + (0, 340), + (0, 364), + (0, 0), (0, 2), - (0, 691), - (0, 1290), - (0, 82), - (0, 1389), - (0, 8), - (0, 176), - (0, 392), - (0, 520), - (0, 108), - (0, 310), - (0, 177), - (0, 49), - (0, 3219), + (0, 105), (0, 5), - (0, 0), - (0, 1), - (0, 821), + (0, 159), + (0, 609), + (0, 4409), + (0, 7), + (0, 466), + (0, 736), + (0, 2566), + (0, 518), + (0, 81), + (0, 6436), (0, 1), - (0, 4), - (0, 289), - (0, 13), - (0, 2702), - (0, 261), - (0, 9), - (0, 38), - (0, 430), - (0, 16), - (0, 39), - (0, 140), - (0, 472), - (0, 27), - (0, 1436), - (0, 27), - (0, 64), - (0, 2162), - (0, 365), - (0, 79), - (0, 353), - (0, 20), - (0, 22), - (0, 3), (0, 0), - (0, 39), - (0, 100), - (0, 87), - (0, 12), - (0, 976), - (0, 677), - (0, 447), + (0, 2169), + (0, 345), + (0, 32), + (0, 6727), + (0, 4768), + (0, 238), + (0, 8), + (0, 17), + (0, 76), + (0, 4866), + (0, 435), + (0, 47), (0, 6), - (0, 851), - (0, 834), - (0, 10), - (0, 1490), - (0, 248), - (0, 19), - (0, 349), - (0, 2), - (0, 2), - (0, 226), - (0, 4106), - (0, 3416), - (0, 12765), + (0, 1348), + (0, 5841), + (0, 29), + (0, 37), (0, 9), - (0, 950), - (0, 47), - (0, 69), - (0, 305), - (0, 48), - (0, 145), - (0, 10), - (0, 15), - (0, 512), - (0, 272), - (0, 5), - (0, 59), - (0, 5804), - (0, 309), + (0, 43), + (0, 86), + (0, 146), + (0, 6667), + (0, 8), + (0, 2573), + (0, 8), + (0, 30), + (0, 203), + (0, 2), + (0, 479), + (0, 341), + (0, 68), + (0, 1715), + (0, 720), + (0, 558), + (0, 12), + (0, 4), (0, 0), - (0, 1648), - (0, 7912), - (0, 15), - (0, 10550), - (0, 1), - (0, 448), - (0, 81), - (0, 94), + (0, 1269), + (0, 378), + (0, 3515), + (0, 5), + (0, 161), + (0, 119), + (0, 1120), + (0, 4300), (0, 1), - (0, 17), - (0, 15), - (0, 10304), - (0, 144), + (0, 2338), + (0, 429), + (0, 627), + (0, 1736), + (0, 10), + (0, 442), + (0, 834), + (0, 890), + (0, 25), + (0, 29), + (0, 41), + (0, 64), + (0, 8027), + (0, 2), + (0, 6630), + (0, 4476), (0, 0), - (0, 3), - (0, 12), - (0, 272), - (0, 1060), - (0, 5), - (0, 1270), + (0, 0), + (0, 28), + (0, 41), + (0, 1), + (0, 2), (0, 9), - (0, 13989), - (0, 2272), - (0, 2566), - (0, 295), + (0, 69), + (0, 1075), + (0, 5), (0, 12), - (0, 37), - (0, 394), - (0, 13), - (0, 0), - (0, 54), - (0, 2567), + (0, 390), + (0, 837), + (0, 413), (0, 0), - (0, 1690), - (0, 440), - (0, 4094), - (0, 60), - (0, 4853), - (0, 3973), - (0, 232), - (0, 1490), - (0, 17), - (0, 3517), - (0, 44), - (0, 39), - (0, 205), - (0, 365), - (0, 209), - (0, 374), + (0, 6299), + (0, 102), + (0, 23), + (0, 30), + (0, 7537), + (0, 255), + (0, 333), + (0, 1816), + (0, 18), + (0, 201), + (0, 181), (0, 11), + (0, 976), + (0, 368), + (0, 1859), + (0, 1271), + (0, 1674), + (0, 3000), + (0, 105), + (0, 92), + (0, 1530), + (0, 3738), + (0, 19), + (0, 6), + (0, 53), + (0, 71), + (0, 25), + (0, 2), + (0, 212), + (0, 199), + (0, 1374), + (0, 431), + (0, 9), + (0, 289), + (0, 760), + (0, 701), (0, 0), - (0, 4), - (0, 156), - (0, 28), - (0, 1700), - (0, 39), - (0, 188), + (0, 2), + (0, 155), + (0, 2325), + (0, 6), (0, 0), - (0, 390), - (0, 380), - (0, 221), - (0, 1502), - (0, 1540), + (0, 991), + (0, 29), + (0, 20), + (0, 74), + (0, 40), + (0, 73), + (0, 2344), + (0, 454), + (0, 233), (0, 0), - (0, 24), - (0, 1046), + (0, 14), + (0, 8695), + (0, 733), + (0, 141), + (0, 7066), + (0, 270), (0, 0), - (0, 538), - (0, 434), - (0, 1179), - (0, 3436), - (0, 265), - (0, 6), - (0, 395), + (0, 14), + (0, 176), + (0, 1468), + (0, 470), + (0, 4864), + (0, 13964), + (0, 62), + (0, 1162), + (0, 11), + (0, 15), + (0, 0), + (0, 5), + (0, 2109), + (0, 0), + (0, 218), + (0, 51), + (0, 402), + (0, 3), + (0, 5136), + (0, 4), + (0, 6044), + (0, 583), (0, 2), - (0, 2018), - (0, 400), - (0, 1011), - (0, 549), - (0, 140), + (0, 264), + (0, 1089), (0, 133), - (0, 7), - (0, 7072), + (0, 12), + (0, 0), + (0, 447), + (0, 180), + (0, 109), (0, 9), - (0, 118), - (0, 79), - (0, 368), - (0, 2), - (0, 1765), - (0, 17), - (0, 1928), - (0, 211), - (0, 23), - (0, 2421), - (0, 2465), (0, 1), + (0, 370), + (0, 4), + (0, 378), + (0, 55), + (0, 3), + (0, 6), + (0, 1017), + (0, 451), + (0, 87), + (0, 9), + (0, 91), + (0, 41), + (0, 3), + (0, 3), + (0, 200), + (0, 105), + (0, 251), + (0, 242), + (0, 88), + (0, 446), + (0, 212), + (0, 46), + (0, 168), + (0, 351), + (0, 40), + (0, 799), + (0, 665), + (0, 2163), + (0, 1), + (0, 765), + (0, 223), + (0, 230), + (0, 18), + (0, 1), + (0, 818), + (0, 483), + (0, 3503), (0, 25), - (0, 37), - (0, 62), - (0, 1026), - (0, 18804), - (0, 22), - (0, 885), + (0, 43), (0, 1), + (0, 1), + (0, 91), + (0, 43), + (0, 3), + (0, 18), + (0, 1570), + (0, 564), + (0, 1), + (0, 2674), (0, 0), - (0, 370), - (0, 59), - (0, 565), - (0, 312), - (0, 1762), - (0, 594), - (0, 36), - (0, 947), - (0, 153), - (0, 968), - (0, 17), - (0, 138), - (0, 3872), - (0, 0), - (0, 3093), - (0, 4295), - (0, 174), - (0, 519), - (0, 570), - (0, 103), - (0, 3262), - (0, 61), - (0, 44), - (0, 7), - (0, 4), + (0, 5), + (0, 111), + (0, 727), + (0, 478), + (0, 3), + (0, 24), + (0, 14), + (0, 329), + (0, 68), + (0, 6250), + (0, 309), (0, 0), - (0, 175), - (0, 125), + (0, 1462), (0, 0), - (0, 71), - (0, 74), - (0, 2790), - (0, 99), - (0, 1180), - (0, 11), - (0, 70), - (0, 1415), - (0, 72), - (0, 2), - (0, 4), + (0, 4019), + (0, 173), + (0, 762), + (0, 2095), + (0, 5393), + (0, 654), + (0, 18), + (0, 613), + (0, 93), + (0, 81), (0, 1), - (0, 58), - (0, 297), - (0, 178), - (0, 332), - (0, 290), + (0, 1524), + (0, 538), (0, 21), - (0, 351), (0, 22), - (0, 19), - (0, 989), - (0, 924), - (0, 11861), + (0, 0), + (0, 3), + (0, 4), + (0, 153), + (0, 0), + (0, 12), + (0, 9), + (0, 14), + (0, 9878), + (0, 2505), + (0, 3), (0, 59), - (0, 71), + (0, 3), + (0, 1957), + (0, 20), + (0, 159), + (0, 2), + (0, 45), + (0, 3791), + (0, 3), + (0, 826), + (0, 23), + (0, 1724), + (0, 4), + (0, 2855), + (0, 2), + (0, 2085), + (0, 105), + (0, 329), + (0, 795), + (0, 556), + (0, 22), (0, 1), + (0, 3518), + (0, 1365), + (0, 82), + (0, 39), (0, 0), - (0, 320), - (0, 0), - (0, 2615), - (0, 8163), - (0, 108), - (0, 4489), - (0, 67), + (0, 1065), + (0, 124), + (0, 419), + (0, 2), + (0, 97), + (0, 4929), + (0, 47), (0, 0), + (0, 12), + (0, 92), + (0, 601), + (0, 117), + (0, 28), + (0, 7504), + (0, 646), + (0, 491), + (0, 2412), + (0, 20), + (0, 1328), + (0, 5), + (0, 292), + (0, 27), + (0, 495), + (0, 266), + (0, 19), + (0, 10), + (0, 524), + (0, 4718), + (0, 613), + (0, 288), (0, 4), - (0, 58), - (0, 2880), - (0, 413), - (0, 299), - (0, 182), - (0, 3156), - (0, 1734), - (0, 2886), - (0, 73), - (0, 89), - (0, 8), - (0, 1498), - (0, 33), - (0, 6994), - (0, 1023), - (0, 77), - (0, 9), - (0, 353), - (0, 0), - (0, 12308), - (0, 1380), - (0, 299), - (0, 3963), - (0, 4327), + (0, 1), + (0, 871), + (0, 705), + (0, 4), + (0, 3000), + (0, 3739), + (0, 3931), + (0, 16), + (0, 469), + (0, 269), + (0, 1333), + (0, 1), + (0, 10), + (0, 120), + (0, 1335), + (0, 422), + (0, 13), + (0, 1272), + (0, 4908), + (0, 1357), + (0, 128), + (0, 100), + (0, 220), + (0, 583), + (0, 2109), + (0, 2466), + (0, 902), + (0, 131), + (0, 6), + (0, 91), + (0, 17), + (0, 39), + (0, 1), + (0, 102), + (0, 5719), + (0, 21), + (0, 1792), + (0, 109), + (0, 8119), + (0, 2867), (0, 5), - (0, 753), - (0, 7), - (0, 27), - (0, 13), - (0, 2145), - (0, 125), - (0, 401), - (0, 20), - (0, 559), - (0, 47), - (0, 36), + (0, 128), + (0, 139), + (0, 3825), + (0, 66), + (0, 32), + (0, 5), + (0, 827), + (0, 4), + (0, 2), + (0, 2), (0, 6), + (0, 462), + (0, 45), (0, 0), - (0, 1654), - (0, 4), - (0, 295), + (0, 2618), + (0, 66), + (0, 91), + (0, 886), + (0, 859), + (0, 1), + (0, 5), + (0, 3164), + (0, 3119), + (0, 21), + (0, 219), + (0, 255), + (0, 1602), + (0, 1119), + (0, 326), + (0, 21), + (0, 289), + (0, 338), (0, 0), - (0, 853), - (0, 188), - (0, 607), - (0, 67), - (0, 86), - (0, 4), + (0, 72), + (0, 64), (0, 11), - (0, 8472), + (0, 200), + (0, 124), + (0, 140), + (0, 17), (0, 1), - (0, 5), + (0, 1), + (0, 871), + (0, 14), + (0, 704), + (0, 9936), (0, 10), + (0, 42), + (0, 803), + (0, 1761), + (0, 333), + (0, 76), + (0, 902), + (0, 5), + (0, 5826), + (0, 1413), + (0, 1998), + (0, 8811), + (0, 5559), + (0, 1114), + (0, 186), + (0, 7455), + (0, 775), + (0, 2365), (0, 3), - (0, 0), - (0, 17), - (0, 115), - (0, 271), - (0, 1776), - (0, 1727), - (0, 46), + (0, 3), + (0, 11), + (0, 3286), + (0, 402), + (0, 3324), + (0, 351), + (0, 2218), + (0, 12555), + (0, 12), + (0, 3132), + (0, 1970), + (0, 3822), + (0, 5596), + (0, 195), + (0, 48), + (0, 20), + (0, 1286), + (0, 168), (0, 2), - (0, 8), - (0, 606), - (0, 10202), - (0, 5), - (0, 22), - (0, 37), - (0, 84), - (0, 90), - (0, 165), - (0, 124), - (0, 0), - (0, 32), - (0, 87), - (0, 2026), - (0, 387), - (0, 18), - (0, 81), - (0, 60), - (0, 5281), + (0, 1936), + (0, 386), + (0, 74), + (0, 4), + (0, 565), + (0, 16), + (0, 2944), + (0, 4273), + (0, 300), + (0, 2254), (0, 0), + (0, 1573), + (0, 47), + (0, 123), + (0, 3660), + (0, 4373), (0, 0), - (0, 28), - (0, 851), - (0, 97), - (1, 25), - (0, 101), + (0, 645), + (0, 40), + (0, 225), + (0, 2), + (0, 36), + (0, 56), + (0, 1094), + (0, 20), + (0, 4134), + (0, 686), + (0, 2674), + (0, 1), + (0, 17), + (0, 263), + (0, 884), + (0, 41), + (0, 527), + (0, 6), + (0, 183), + (0, 353), + (0, 161), + (0, 64), + (0, 127), + (0, 152), + (0, 564), + (0, 4), + (0, 304), + (0, 60), + (0, 71), + (0, 1), + (0, 606), + (0, 381), + (0, 14), + (0, 50), + (0, 1477), + (0, 251), + (0, 13), + (0, 76), + (0, 307), + (0, 1063), + (0, 1308), + (0, 1340), + (0, 215), + (0, 23), + (0, 3626), + (0, 67), + (0, 175), + (0, 1954), + (0, 11), + (0, 649), + (0, 3586), + (0, 3762), + (0, 13), + (0, 14), + (0, 146), + (0, 82), + (0, 2), + (0, 2083), + (0, 992), + (0, 6), + (0, 38), + (0, 105), + (0, 14), (0, 10), + (0, 1), + (0, 487), + (0, 503), + (0, 6), + (0, 491), + (0, 1818), (0, 84), - (0, 3), - (0, 7534), - (0, 1442), - (0, 5725), - (0, 29), - (0, 3459), - (0, 129), + (0, 1848), + (0, 24), + (0, 11), + (0, 655), + (0, 125), + (0, 461), + (0, 135), + (0, 35), + (0, 1844), + (0, 40), + (0, 21), + (0, 1855), + (0, 67), + (0, 64), + (0, 410), + (0, 152), + (0, 6443), + (0, 16), + (0, 429), + (0, 8516), + (0, 133), + (0, 417), (0, 7), + (0, 14), + (0, 585), + (0, 1717), + (0, 1655), + (0, 427), + (0, 85), + (0, 97), + (0, 338), (0, 0), + (0, 64), + (0, 90), + (0, 235), + (0, 605), (0, 1), - (0, 6), - (0, 4256), - (0, 433), - (0, 285), - (0, 1540), - (0, 624), - (0, 1479), - (0, 627), - (0, 107), - (0, 11), - (0, 2149), - (0, 968), + (0, 56), + (0, 1631), + (0, 1814), + (0, 333), + (0, 44), + (0, 362), + (0, 526), + (0, 29), + (0, 443), (0, 20), - (0, 53), - (0, 480), - (0, 4), + (0, 2127), + (0, 49), + (0, 122), + (0, 2257), + (0, 464), (0, 0), - (0, 857), - (0, 1248), - (0, 11), - (0, 412), - (0, 80), - (0, 4303), - (0, 100), - (0, 16), - (0, 910), - (0, 5), - (0, 489), - (0, 11), + (0, 436), + (0, 47), (0, 0), - (0, 2408), - (0, 2), - (0, 5833), - (0, 8), - (0, 528), + (0, 37), + (0, 326), + (0, 10), + (0, 8918), + (0, 841), + (0, 13), + (0, 175), + (0, 1027), + (0, 50), + (0, 41), + (0, 0), + (0, 2122), (0, 5), - (0, 49), - (0, 1757), - (0, 7), + (0, 1558), + (0, 13), + (0, 1123), + (0, 799), + (0, 775), + (0, 43), + (0, 273), + (0, 1), + (0, 422), + (0, 3773), + (0, 3), + (0, 48), (0, 0), - (0, 50), + (0, 28), + (0, 39), + (0, 9834), + (0, 1556), + (0, 15), + (0, 498), + (0, 2), + (0, 25), + (0, 2405), + (0, 62), + (0, 1), + (0, 71), + (0, 233), + (0, 3651), + (0, 153), + (0, 1640), + (0, 89), + (0, 2196), + (0, 370), + (0, 66), + (0, 6309), + (0, 5957), + (0, 523), (0, 3), - (0, 0), + (0, 335), + (0, 67), (0, 51), - (0, 0), - (0, 46), - (0, 597), - (0, 142), - (0, 1467), + (0, 4801), + (0, 1199), + (0, 209), + (0, 1750), + (0, 108), (0, 26), - (0, 4791), - (0, 10), - (0, 211), - (0, 2112), - (0, 56), - (0, 1058), - (0, 0), - (0, 116), - (0, 18), - (0, 0), - (0, 10024), - (0, 111), - (0, 5949), - (0, 1740), - (0, 161), - (0, 3), - (0, 10), - (0, 1853), - (0, 1223), (0, 0), - (0, 8), - (0, 408), + (0, 17), + (0, 290), + (0, 2334), + (0, 3900), (0, 101), - (0, 2015), - (0, 229), - (0, 351), (0, 0), - (0, 4), + (0, 0), + (0, 184), + (0, 38), + (0, 1767), + (0, 1845), + (0, 28), + (0, 13), + (0, 6), + (0, 4401), + (0, 162), + (0, 2346), + (0, 4732), + (0, 75), + (0, 3937), + (0, 3), (0, 9), - (0, 1410), - (0, 1), + (0, 12), + (0, 181), + (0, 62), + (0, 131), + (0, 343), + (0, 58), + (0, 48), (0, 10), - (0, 74), + (0, 1224), + (0, 255), + (0, 12), + (0, 40), + (0, 4172), + (0, 1619), + (0, 1967), + (0, 690), + (0, 134), (0, 0), - (0, 196), - (0, 3496), - (0, 350), - (0, 16), - (0, 166), - (0, 1159), - (0, 16), - (0, 524), + (0, 2956), (0, 3), - (0, 9), - (0, 127), - (0, 24), - (0, 9), - (0, 37), - (0, 1889), - (0, 8), - (0, 11315), (0, 19), - (0, 16), - (0, 4342), - (0, 856), - (0, 4279), - (0, 38), - (0, 11028), - (0, 73), - (0, 30), - (0, 87), - (0, 0), - (0, 648), - (0, 9), - (0, 55), - (0, 14), - (0, 80), - (0, 28), - (0, 2), + (0, 2714), + (0, 852), + (0, 258), + (0, 224), (0, 0), - (0, 48), - (0, 265), - (0, 1706), - (0, 2985), - (0, 20), - (0, 82), - (0, 233), (0, 40), - (0, 50), - (0, 5), - (0, 38), - (0, 276), - (0, 23), - (0, 254), - (0, 324), + (0, 59), + (0, 104), + (0, 2465), + (0, 20), (0, 0), + (0, 434), + (0, 42), + (0, 3), + (0, 175), (0, 1), - (0, 160), - (0, 117), - (0, 4), - (0, 406), - (0, 1741), - (0, 230), - (0, 52), - (0, 116), - (0, 4116), - (0, 1245), - (0, 27), - (0, 31), - (0, 75), - (0, 22), - (0, 2039), - (0, 1706), - (0, 703), - (0, 1532), - (0, 1847), - (0, 340), - (0, 122), - (0, 19), + (0, 3888), (0, 11), - (0, 847), (0, 1), - (0, 1789), - (0, 360), - (0, 7033), - (0, 393), - (0, 431), - (0, 126), - (0, 4), - (0, 20), - (0, 3537), + (0, 462), + (0, 291), + (0, 964), + (0, 18), + (0, 392), + (0, 1769), + (0, 93), + (0, 22), + (0, 76), + (0, 697), + (0, 157), + (0, 16102), + (0, 3170), + (0, 933), + (0, 570), + (0, 319), + (0, 69), (0, 0), - (0, 1123), - (0, 159), - (0, 356), - (0, 3883), - (0, 3687), + (0, 86), (0, 5), - (0, 2781), - (0, 768), - (0, 1981), - (0, 6), + (0, 113), + (0, 504), + (0, 199), + (0, 981), + (0, 4), + (0, 533), + (0, 2948), + (0, 5), + (0, 242), + (0, 590), + (0, 127), + (0, 83), + (0, 6729), + (0, 36), (0, 8), - (0, 2198), - (0, 107), - (0, 41), - (0, 2982), - (0, 46), - (0, 294), - (0, 14546), - (0, 1023), - (0, 181), - (0, 6), - (0, 352), - (0, 5266), - (0, 14), - (0, 15), - (0, 9944), - (0, 2024), - (0, 120), - (0, 262), - (0, 1800), + (0, 251), + (0, 133), + (0, 6942), + (0, 18), + (0, 1201), + (0, 10211), (0, 0), - (0, 2115), + (0, 447), + (0, 53), + (0, 558), + (0, 2822), + (0, 21), + (0, 2762), + (0, 645), + (0, 2795), + (0, 219), + (0, 59), + (0, 20), + (0, 2), + (0, 105), + (0, 2965), + (0, 1430), + (0, 593), (0, 31), - (0, 543), - (0, 11), - (0, 1759), - (0, 231), - (0, 12), - (0, 86), - (0, 58), - (0, 2659), - (0, 902), - (0, 99), - (0, 3400), - (0, 3456), - (0, 100), - (0, 12471), - (0, 10131), + (0, 7810), + (0, 4971), (0, 0), - (0, 124), - (0, 216), - (0, 23), - (0, 521), + (0, 2), + (0, 4044), + (0, 90), + (0, 1991), + (0, 391), + (0, 324), + (0, 1604), + (0, 223), + (0, 16), + (0, 68), + (0, 0), + (0, 44), + (0, 871), + (0, 3), + (0, 6413), + (0, 0), + (0, 164), + (0, 8), (0, 1), - (0, 3987), + (0, 48), + (0, 6985), + (0, 78), (0, 2), - (0, 102), - (0, 2416), - (0, 2364), - (0, 366), - (0, 11), + (0, 379), + (0, 170), + (0, 3), + (0, 390), + (0, 235), + (0, 1140), + (0, 1136), + (0, 115), + (0, 1345), + (0, 19), + (0, 1178), + (0, 499), (0, 10), - (0, 281), - (0, 208), - (0, 746), - (0, 3330), - (0, 3589), - (0, 234), + (0, 303), (0, 0), - (0, 5668), - (0, 102), - (0, 1862), - (0, 246), - (0, 1477), - (0, 268), + (0, 42), + (0, 0), + (0, 30), + (0, 41), + (0, 40), + (0, 4), + (0, 4045), + (0, 61), + (0, 359), + (0, 18), + (0, 107), + (0, 4), + (0, 12213), + (0, 5805), + (0, 4043), + (0, 262), + (0, 2121), + (0, 157), + (0, 6), + (0, 4917), + (0, 19), + (0, 11), + (0, 9), + (0, 10), + (0, 178), + (0, 35), + (0, 4087), + (0, 4), + (0, 59), + (0, 87), (0, 70), - (0, 1262), - (0, 7295), - (0, 270), - (0, 1600), - (0, 3127), - (0, 216), - (0, 49), - (0, 498), - (0, 5534), - (0, 17), - (0, 250), - (0, 1780), - (0, 0), - (0, 27), - (0, 237), - (0, 57), - (0, 734), - (0, 6088), - (0, 168), - (0, 4248), - (0, 37), - (0, 11602), - (0, 31), - (0, 261), - (0, 1116), - (0, 0), - (0, 8312), - (0, 100), - (0, 245), - (0, 7409), + (0, 1536), + (0, 2549), + (0, 15), + (0, 3), + (0, 867), + (0, 2979), + (0, 1737), + (0, 3180), + (0, 1), + (0, 11), + (0, 9705), (0, 3), - (0, 313), - (0, 20), - (0, 8583), - (0, 11218), (0, 2), + (0, 1055), + (0, 4200), (0, 2), - (0, 7328), - (0, 696), - (0, 215), + (0, 995), + (0, 25), + (0, 161), + (0, 6), + (0, 1316), (0, 10), - (0, 623), - (0, 169), - (0, 83), - (0, 760), - (0, 1), - (0, 286), - (0, 68), - (0, 68), - (0, 67), + (0, 5721), + (0, 53), + (0, 3326), + (0, 5360), + (0, 1319), + (0, 173), + (0, 21), + (0, 350), + (0, 37), + (0, 0), + (0, 935), (0, 1), - (0, 951), - (0, 45), - (0, 60), - (0, 3964), - (0, 16), - (0, 7), + (0, 207), + (0, 316), + (0, 13), + (0, 102), (0, 36), - (0, 83), - (0, 75), - (0, 44), - (0, 19), - (0, 55), + (0, 820), + (0, 205), + (0, 4452), + (0, 43), + (0, 47), + (0, 21), + (0, 2313), + (0, 441), + (0, 20), (0, 4), - (0, 1467), - (0, 0), - (0, 3241), - (0, 5348), + (0, 7580), + (0, 11), + (0, 211), (0, 0), + (0, 34), + (0, 160), + (0, 6), + (0, 5), + (0, 359), + (0, 767), (0, 212), - (0, 1), - (0, 15974), - (0, 170), - (0, 3135), - (0, 2901), - (0, 2983), - (0, 3), - (0, 24), - (0, 118), - (0, 674), - (0, 799), - (0, 39), - (0, 222), - (0, 5489), + (0, 957), + (0, 143), (0, 85), + (0, 86), + (0, 14), (0, 1), - (0, 272), - (0, 4944), - (0, 14810), + (0, 1367), + (0, 27), + (0, 586), + (0, 193), + (0, 1080), + (0, 6090), + (0, 9338), + (0, 533), + (0, 9783), + (0, 7655), + (0, 9), + (0, 155), + (0, 1824), + (0, 26), + (0, 4350), (0, 0), + (0, 83), (0, 871), - (0, 399), + (0, 0), + (0, 473), (0, 1), - (0, 5), - (0, 8), - (0, 1726), - (0, 543), - (0, 17), - (0, 62), - (0, 5286), - (0, 7543), - (0, 570), - (0, 49), + (0, 1453), + (0, 333), + (0, 695), + (0, 890), (0, 0), - (0, 64), - (0, 1341), + (0, 215), + (0, 2), + (0, 6032), + (0, 44), + (0, 225), + (0, 21), + (0, 2467), + (0, 818), + (0, 529), (0, 25), - (0, 249), + (0, 6983), + (0, 0), + (0, 302), + (0, 1258), + (0, 5855), + (0, 1446), + (0, 110), + (0, 3), + (0, 6055), + (0, 2989), + (0, 6906), + (0, 114), + (0, 1), + (0, 31), + (0, 2), + (0, 26), + (0, 494), + (0, 1), + (0, 9), + (0, 32), + (0, 294), + (0, 3632), + (0, 6276), + (0, 1919), + (0, 9), + (0, 1), + (0, 241), + (0, 3), + (0, 1790), + (0, 93), + (0, 2868), + (0, 289), + (0, 69), + (0, 569), + (0, 1253), + (0, 66), + (0, 787), + (0, 1269), + (0, 10), + (0, 3), + (0, 9234), + (0, 32), + (0, 3014), + (0, 41), (0, 0), + (0, 161), + (0, 2614), + (0, 420), + (0, 6), + (0, 14), (0, 1), - (0, 2380), - (0, 3171), - (0, 180), + (0, 867), + (0, 1281), + (0, 40), + (0, 319), + (0, 274), + (0, 0), + (0, 15), + (0, 164), + (0, 896), + (0, 3944), + (0, 336), + (0, 5366), + (0, 14545), + (0, 7020), + (0, 1446), (0, 0), + (0, 4823), + (0, 10), + (0, 350), + (0, 475), + (0, 1), + (0, 4), + (0, 8), + (0, 1034), + (0, 268), + (0, 25), + (0, 760), + (0, 174), + (0, 47), + (0, 143), + (0, 638), + (0, 2), + (0, 489), + (0, 1), + (0, 29), + (0, 561), + (0, 24), (0, 82), - (0, 1445), - (0, 1792), + (0, 6), + (0, 6777), (0, 0), - (0, 222), + (0, 3), + (0, 142), + (0, 11912), + (0, 48), + (0, 4), + (0, 7841), + (0, 25), + (0, 117), + (0, 110), + (0, 4927), + (0, 3), (0, 32), - (0, 22), + (0, 0), + (0, 102), + (0, 1313), + (0, 1), + (0, 1347), + (0, 459), + (0, 0), (0, 3), - (0, 41), - (0, 72), - (0, 963), - (0, 57), - (0, 128), - (0, 11), - (0, 7), - (0, 2607), - (0, 180), - (0, 87), - (0, 381), - (0, 92), - (0, 2055), - (0, 4920), - (0, 486), - (0, 1133), + (0, 60), + (0, 4), + (0, 7082), + (0, 28), + (0, 47), + (0, 1277), + (0, 4277), + (0, 0), + (0, 1383), + (0, 620), + (0, 10105), + (0, 964), + (0, 2475), + (0, 3), + (0, 477), + (0, 80), + (0, 657), + (0, 35), + (0, 4409), + (0, 90), + (0, 417), + (0, 0), + (0, 64), (0, 6), - (0, 1074), - (0, 42), + (0, 204), + (0, 15), + (0, 44), + (0, 125), + (0, 178), + (0, 156), + (0, 29), + (0, 9), + (0, 9035), + (0, 4), + (0, 5753), + (0, 30), + (0, 0), + (0, 139), + (0, 9), + (0, 24), + (0, 253), (0, 60), - (0, 155), + (0, 119), + (0, 3), + (0, 18), + (0, 184), + (0, 31), + (0, 5412), + (0, 1709), + (0, 5), + (0, 427), + (0, 521), + (0, 634), + (0, 110), + (0, 577), (0, 2), - (0, 1089), - (0, 59), - (0, 43), - (0, 392), - (0, 12894), - (0, 7), - (0, 48), - (0, 64), + (0, 4839), + (0, 9299), + (0, 572), + (0, 1377), + (0, 6481), + (0, 2019), + (0, 258), + (0, 10), + (0, 582), + (0, 258), (0, 1), + (0, 1352), + (0, 6), + (0, 2369), + (0, 2495), + (0, 2037), + (0, 6795), + (0, 116), + (0, 357), + (0, 10865), + (0, 2349), + (0, 559), + (0, 8247), + (0, 4428), + (0, 2007), + (0, 1339), + (0, 168), + (0, 327), + (0, 4), + (0, 3), + (0, 7557), + (0, 2509), + (0, 2535), + (0, 0), (0, 0), (0, 1), - (0, 938), - (0, 833), - (0, 2326), - (0, 27), - (0, 3), - (0, 71), - (0, 295), - (0, 1096), (0, 6), + (0, 6753), (0, 3), - (0, 12), - (0, 591), - (0, 190), - (0, 7), - (0, 857), - (0, 3744), - (0, 4), - (0, 506), - (0, 2130), - (0, 4), - (0, 11), - (0, 56), - (0, 1100), - (0, 34), - (0, 1335), - (0, 338), - (0, 24), - (0, 729), - (0, 8486), - (0, 468), - (0, 1300), - (0, 1359), + (0, 720), + (0, 2594), + (0, 182), + (0, 10330), + (0, 1094), + (0, 21), (0, 1), - (0, 115), - (0, 3), - (0, 129), - (0, 30), - (0, 5302), - (0, 366), - (0, 453), - (0, 518), (0, 0), - (0, 4961), - (0, 7), + (0, 36), + (0, 744), + (0, 660), + (0, 35), (0, 3), - (0, 805), - (0, 281), - (0, 1500), - (0, 1), - (0, 1645), - (0, 4), - (0, 231), - (0, 38), - (0, 455), - (0, 7), - (0, 127), - (0, 87), + (0, 97), + (0, 134), + (0, 282), + (0, 66), + (0, 353), + (0, 0), + (0, 12), + (0, 0), + (0, 2269), + (0, 222), + (0, 76), + (0, 2), + (0, 54), + (0, 389), + (0, 295), + (0, 381), + (0, 228), + (0, 13), + (0, 291), + (0, 21), + (0, 6635), + (0, 63), + (0, 1212), + (0, 64), + (0, 2092), + (0, 288), + (0, 5120), + (0, 3704), + (0, 1102), + (0, 56), (0, 0), - (0, 220), - (0, 9), - (0, 390), - (0, 46), - (0, 9124), - (0, 596), - (0, 82), - (0, 20), - (0, 981), - (0, 293), - (0, 549), - (0, 346), (0, 13), - (0, 1840), + (0, 2729), + (0, 1301), + (0, 1665), + (0, 9), + (0, 150), + (0, 5), (0, 0), - (0, 2042), - (0, 563), - (0, 1168), + (0, 236), + (0, 591), + (0, 5), + (0, 942), + (0, 9), (0, 1), - (0, 503), - (0, 12394), (0, 0), - (0, 306), - (0, 187), - (0, 244), - (0, 477), - (0, 3865), - (0, 9649), - (0, 467), - (0, 659), - (0, 30), + (0, 1282), + (0, 17), + (0, 1201), + (0, 0), + (0, 95), + (0, 161), + (0, 0), + (0, 484), (0, 0), - (0, 564), - (0, 162), - (0, 2635), - (0, 113), - (0, 316), - (0, 3888), (0, 8), - (0, 4454), - (0, 124), - (0, 16), - (0, 13339), - (0, 1776), - (0, 3277), - (0, 117), - (0, 749), - (0, 6), - (0, 1171), - (0, 635), - (0, 9865), - (0, 4846), - (0, 990), - (0, 11), - (0, 146), - (0, 1130), - (0, 5118), - (0, 702), - (0, 83), - (0, 2029), - (0, 1354), - (0, 732), - (0, 1048), - (0, 142), - (0, 135), - (0, 11), + (0, 331), + (0, 7006), + (0, 0), + (0, 141), + (0, 270), (0, 22), + (0, 7288), + (0, 774), + (0, 84), + (0, 1180), (0, 0), - (0, 2), - (0, 454), - (0, 2202), - (0, 446), - (0, 7528), - (0, 4), - (0, 1263), - (0, 47), - (0, 4452), - (0, 67), - (0, 159), - (0, 2), - (0, 6), - (0, 5), - (0, 8842), - (0, 95), - (0, 381), - (0, 8078), - (0, 5), - (0, 3), - (0, 81), - (0, 13014), - (0, 1977), - (0, 48), - (0, 972), - (0, 120), - (0, 988), - (0, 503), - (0, 2), - (0, 879), - (0, 1106), - (0, 1), - (0, 178), - (0, 8477), - (0, 3), - (0, 5259), - (0, 4312), - (0, 21), - (0, 8151), - (0, 7592), - (0, 5465), - (0, 245), (0, 5), - (0, 17559), - (0, 224), - (0, 26), - (0, 0), - (0, 277), - (0, 2), - (0, 0), - (0, 677), - (0, 627), - (0, 3), - (0, 583), + (0, 141), + (0, 23), + (0, 2898), + (0, 3185), + (0, 7), (0, 4), - (0, 582), - (0, 0), - (0, 40), - (0, 67), - (0, 3025), - (0, 254), - (0, 1440), - (0, 68), - (0, 261), - (0, 18), - (0, 1), - (0, 685), - (0, 87), - (0, 2245), - (0, 276), - (0, 154), - (0, 1267), - (0, 69), - (0, 3), - (0, 33), - (0, 676), - (0, 67), + (0, 1985), + (0, 43), (0, 0), - (0, 3461), - (0, 11), - (0, 523), - (0, 1943), - (0, 137), - (0, 2389), - (0, 19424), - (0, 2), - (0, 1360), - (0, 1524), - (0, 3341), - (0, 1797), - (0, 2), - (0, 179), - (0, 449), (0, 48), + (0, 9), (0, 7), - (0, 15), - (0, 1910), - (0, 25), - (0, 0), - (0, 34), - (0, 839), - (0, 12), + (0, 3835), + (0, 2552), (0, 0), - (0, 255), + (0, 547), (0, 3), - (0, 470), - (0, 35), - (0, 309), - (0, 475), - (0, 1004), - (0, 1042), - (0, 718), - (0, 24), - (0, 311), - (0, 107), - (0, 2), - (0, 29), - (0, 3042), + (0, 1), + (0, 480), (0, 4), - (0, 939), - (0, 105), - (0, 171), - (0, 2992), - (0, 475), - (0, 98), - (0, 132), - (0, 31), + (0, 3), + (0, 202), + (0, 154), + (0, 2372), + (0, 815), + (0, 4008), + (0, 8018), + (0, 1876), + (0, 7), + (0, 160), + (0, 16), + (0, 6912), + (0, 646), + (0, 426), + (0, 264), + (0, 6301), (0, 4), + (0, 302), + (0, 1028), + (0, 110), + (0, 4569), + (0, 6359), + (0, 1245), + (0, 86), + (0, 302), + (0, 219), (0, 1), - (0, 2068), - (0, 2125), - (0, 8), + (0, 4613), + (0, 33), + (0, 4), + (0, 712), + (0, 1809), + (0, 48), + (0, 208), + (0, 30), + (0, 353), (0, 3), - (0, 5873), - (0, 9), - (0, 135), - (0, 3142), - (0, 50), - (0, 4694), - (0, 2014), - (0, 145), + (0, 182), + (0, 27), + (0, 353), + (0, 16), + (0, 1685), + (0, 72), + (0, 2387), + (0, 138), + (0, 5555), (0, 0), - (0, 30), - (0, 9473), - (0, 3082), - (0, 637), - (0, 18), - (0, 2336), - (0, 2130), - (0, 641), - (0, 9471), - (0, 5), - (0, 563), - (0, 10), - (0, 1052), - (0, 61), - (0, 10430), - (0, 10), - (0, 85), - (0, 479), - (0, 912), + (0, 2323), + (0, 12385), + (0, 56), (0, 0), - (0, 2278), - (0, 6967), - (0, 783), - (1, 463), - (0, 2627), - (0, 5), + (0, 1121), + (0, 177), + (0, 11), + (0, 3), + (0, 3215), + (0, 5496), (0, 18), - (0, 12309), - (0, 237), - (0, 20), - (0, 555), - (0, 1), - (0, 206), - (0, 0), - (0, 72), - (0, 723), - (0, 4703), - (0, 3896), - (0, 468), - (0, 100), - (0, 43), - (0, 111), - (0, 10330), - (0, 68), - (0, 521), - (0, 1204), - (0, 1717), - (0, 1323), - (0, 300), - (0, 669), - (0, 1575), - (0, 5), - (0, 1), - (0, 311), - (0, 388), - (0, 8826), - (0, 6), - (0, 32), - (0, 46), - (0, 220), + (0, 676), + (0, 3730), (0, 1), - (0, 545), - (0, 5), - (0, 55), - (0, 9), - (0, 2078), - (0, 107), - (0, 173), - (0, 26), - (0, 21130), - (0, 1598), - (0, 526), - (0, 5), - (0, 2039), - (0, 25), - (0, 4067), - (0, 769), - (0, 114), - (0, 417), + (0, 218), + (0, 1757), + (0, 864), (0, 1), - (0, 320), + (0, 15), + (0, 3802), + (0, 145), + (0, 51), (0, 21), - (0, 986), - (0, 418), + (0, 342), + (0, 16), + (0, 176), + (0, 2593), + (0, 1878), + (0, 1481), (0, 3), - (0, 2148), - (0, 573), - (0, 778), - (0, 4011), - (0, 55), - (0, 5179), - (0, 123), - (0, 0), - (0, 900), - (0, 79), - (0, 121), - (0, 8148), - (0, 18), - (0, 15502), - (0, 264), - (0, 5894), - (0, 109), - (0, 2636), - (0, 11053), - (0, 5922), - (0, 148), - (0, 177), - (0, 0), - (0, 1471), - (0, 0), - (0, 1124), - (0, 169), - (0, 157), - (0, 159), - (0, 21133), - (0, 48), - (0, 315), - (0, 1231), - (0, 202), - (0, 3454), - (0, 1046), - (0, 9079), - (0, 10242), - (0, 1794), - (0, 147), - (0, 7598), - (0, 34), (0, 13), - (0, 7879), - (0, 5639), - (0, 153), - (0, 3298), - (0, 14), - (0, 5), + (0, 44), + (0, 2077), + (0, 6), + (0, 41), + (0, 260), + (0, 6754), + (0, 11), + (0, 957), (0, 15), - (0, 4170), - (0, 274), - (0, 14657), - (0, 638), - (0, 12), + (0, 40), + (0, 120), + (0, 2), (0, 4), - (0, 523), - (0, 103), - (0, 4276), - (0, 1631), - (0, 7718), - (0, 12806), - (0, 45), - (0, 403), - (0, 131), - (0, 1581), - (0, 2059), - (0, 9795), - (0, 74), - (0, 612), - (0, 228), - (0, 214), - (0, 16936), - (0, 8), - (0, 17532), - (0, 2546), - (0, 13), - (0, 12041), - (0, 11108), + (0, 0), + (0, 104), + (0, 578), + (0, 611), + (0, 0), + (0, 971), (0, 1), - (0, 5), - (0, 461), - (0, 3979), - (0, 57), - (0, 34), + (0, 3829), + (0, 3), (0, 0), - (0, 204), - (0, 558), - (0, 77), - (0, 6), - (0, 318), - (0, 603), + (0, 2), + (0, 181), + (0, 1), + (0, 224), + (0, 51), + (0, 55), + (0, 24), (0, 6), - (0, 56), - (0, 1292), - (0, 258), - (0, 3063), - (0, 38), - (0, 33), - (0, 1704), - (0, 11), - (0, 4148), - (0, 1622), - (0, 314), - (0, 674), - (0, 2310), - (0, 146), - (0, 789), - (0, 4945), + (0, 39), + (0, 6539), + (0, 3356), + (0, 250), + (0, 6552), + (0, 12), + (0, 6138), + (0, 30), + (0, 681), + (0, 194), + (0, 177), + (0, 58), + (0, 15), + (0, 0), + (0, 3430), + (0, 113), + (0, 10212), + (0, 227), + (0, 0), + (0, 27), + (0, 450), (0, 22), - (0, 11530), - (0, 5027), - (0, 121), - (0, 38), - (0, 1127), - (0, 162), - (0, 3400), + (0, 131), + (0, 72), + (0, 905), + (0, 31), + (0, 4818), + (0, 586), + (0, 292), + (0, 4), + (0, 0), + (0, 18), + (0, 1147), + (0, 1848), + (0, 1495), (0, 1), - (0, 212), - (0, 487), - (0, 11812), - (0, 8196), - (0, 1526), - (0, 473), - (0, 21087), - (0, 49), + (0, 3270), + (0, 2526), + (0, 996), + (0, 338), + (0, 603), + (0, 8), + (0, 2062), + (0, 6805), + (0, 9), + (0, 7), + (0, 380), (0, 6), - (0, 898), - (0, 1556), - (0, 13), - (0, 1224), - (0, 12), - (0, 439), - (0, 56), - (0, 19204), (0, 2), - (0, 3804), - (0, 26), - (0, 5767), - (0, 439), - (0, 0), - (0, 649), + (0, 15), + (0, 5354), + (0, 4877), + (0, 12), + (0, 277), (0, 1), - (0, 63), + (0, 744), + (0, 7928), + (0, 0), + (0, 2842), + (0, 1355), + (0, 7122), + (0, 8), + (0, 3), + (0, 5339), + (0, 297), + (0, 4298), (0, 9), - (0, 1741), - (0, 4), - (0, 2291), - (0, 1684), + (0, 531), + (0, 156), + (0, 6557), + (0, 375), + (0, 11), + (0, 6314), + (0, 109), + (0, 750), + (0, 2576), (0, 1), - (0, 954), (0, 2), - (0, 3175), - (0, 20), - (0, 28), - (0, 141), - (0, 34), - (0, 118), - (0, 4), + (0, 131), + (0, 1184), + (0, 2420), + (0, 60), + (0, 96), + (0, 31), + (0, 6231), + (0, 1418), + (0, 312), + (0, 56), + (0, 10725), + (0, 3), + (0, 385), (0, 2), - (0, 212), - (0, 3987), - (0, 2537), + (0, 1183), + (0, 1613), + (0, 2312), + (0, 163), + (0, 695), + (0, 171), + (0, 12948), + (0, 4040), + (0, 1095), + (0, 257), + (0, 419), + (0, 0), + (0, 9436), + (0, 328), (0, 0), - (0, 2), - (0, 28), - (1, 561), - (0, 135), (0, 13), + (0, 1264), + (0, 6045), (0, 1), - (0, 423), - (0, 244), - (0, 98), - (0, 422), - (0, 895), - (0, 85), - (0, 86), - (0, 95), - (0, 64), - (0, 52), - (0, 26), - (0, 1878), - (0, 63), - (0, 263), - (0, 2556), - (0, 4), - (0, 5905), - (0, 13051), - (0, 5), - (0, 5496), - (0, 35), - (0, 121), - (0, 348), - (0, 448), - (0, 1112), - (0, 13), - (0, 2), (0, 27), - (0, 55), - (0, 12), (0, 1), - (0, 85), - (0, 5), - (0, 120), - (0, 387), - (0, 16722), + (0, 17), + (0, 1510), + (0, 5265), + (0, 18), + (0, 577), (0, 0), - (0, 40), - (0, 213), - (0, 480), (0, 0), - (0, 3040), - (0, 4), - (0, 1646), - (0, 1648), - (0, 152), - (0, 433), - (0, 46), - (0, 4297), - (0, 2), - (0, 1110), - (0, 1), - (0, 179), - (0, 4), - (0, 2344), - (0, 6579), - (0, 73), - (0, 1658), - (0, 33), - (0, 13), - (0, 333), - (0, 1), - (0, 62), - (0, 237), - (0, 596), - (0, 6494), - (0, 2238), - (0, 418), - (0, 91), - (0, 3059), + (0, 12862), + (0, 5051), + (0, 16132), + (0, 18), + (0, 6855), + (0, 120), (0, 3), - (0, 2134), - (0, 2166), - (0, 274), - (0, 237), - (0, 6), - (0, 1991), - (0, 131), - (0, 4584), - (0, 336), - (0, 10), - (0, 8), + (0, 16), + (0, 6589), + (0, 1232), (0, 0), - (0, 562), - (0, 15), - (0, 884), - (0, 10), - (0, 5), - (0, 1441), - (0, 10738), - (0, 7505), - (0, 1187), - (0, 782), - (0, 219), - (0, 7), - (0, 14), - (0, 799), - (0, 1638), - (0, 494), - (0, 6941), - (0, 4343), - (0, 145), - (0, 21788), - (0, 597), - (0, 7236), + (0, 18), (0, 0), + (0, 931), (0, 9), - (0, 613), - (0, 7), - (0, 58), - (0, 338), - (0, 1), - (0, 70), - (0, 16), - (0, 18861), - (0, 215), - (0, 457), - (0, 32), - (0, 59), - (0, 112), - (0, 84), - (0, 7), - (0, 500), - (0, 70), - (0, 27845), - (0, 1396), + (0, 1808), + (0, 129), + (0, 13657), + (0, 191), + (0, 3113), + (0, 9642), + (0, 1735), (0, 0), - (0, 13021), - (0, 86), - (0, 2089), - (0, 306), - (0, 3217), - (0, 50), - (0, 19), - (0, 2316), - (0, 287), - (0, 27), - (0, 20376), - (0, 168), - (0, 1413), - (0, 4), + (0, 6346), (0, 0), - (0, 3), - (0, 2911), - (0, 1608), - (0, 2732), - (0, 2722), + (0, 7482), + (0, 326), + (0, 673), + (0, 1547), + (0, 8), (0, 20), - (0, 118), - (0, 449), - (0, 3528), - (0, 602), - (0, 2), - (0, 1151), - (0, 124), - (0, 6), - (0, 0), - (0, 18418), - (0, 32), + (0, 28), + (0, 1612), + (0, 8), + (0, 27), + (0, 2829), + (0, 15), (0, 0), - (0, 5874), - (0, 20622), - (0, 2158), - (0, 113), - (0, 5), - (0, 1587), - (0, 10), - (0, 36), - (0, 273), - (0, 2542), - (0, 1180), - (0, 73), - (0, 235), - (0, 522), - (0, 9437), - (0, 9835), + (0, 1076), (0, 3), - (0, 2636), - (0, 50), - (0, 900), + (0, 154), + (0, 7917), + (0, 2109), + (0, 37), (0, 0), - (0, 130), + (0, 715), + (0, 4352), + (0, 365), (0, 2), + (0, 2653), + (0, 1859), + (0, 469), + (0, 3473), + (0, 50), + (0, 6931), + (0, 497), + (0, 1673), + (0, 1555), + (0, 3759), + (0, 42), + (0, 11791), + (0, 0), + (0, 1693), (0, 1), - (0, 2171), - (0, 5), - (0, 4939), - (0, 167), - (0, 1142), (0, 1), - (0, 21627), + (0, 110), + (0, 77), + (0, 9023), + (0, 78), + (0, 55), (0, 0), - (0, 3), - (0, 5), - (0, 11707), - (0, 516), - (0, 7689), - (0, 10933), - (0, 7129), - (0, 2354), - (0, 1946), - (0, 14259), + (0, 643), + (0, 102), + (0, 289), + (0, 2704), + (0, 590), + (0, 212), + (0, 13862), + (0, 38), + (0, 3811), + (0, 1579), + (0, 0), + (0, 7623), + (0, 2), + (0, 237), + (0, 5158), (0, 9), - (0, 3), - (0, 416), - (0, 4128), - (0, 871), - (0, 20), - (0, 8), - (0, 8), - (0, 263), - (0, 78), - (0, 3), - (0, 4962), - (0, 51), - (0, 73), - (0, 9566), - (0, 333), - (0, 12), - (0, 229), - (0, 1073), - (0, 6803), - (0, 1), - (0, 770), - (0, 21), - (0, 1670), + (0, 26), + (0, 11130), + (0, 2111), + (0, 417), + (0, 1198), + (0, 4266), + (0, 9728), + (0, 610), + (0, 19), + (0, 1656), + (0, 1863), + (0, 22), + (0, 81), (0, 12), + (0, 315), + (0, 23), + (0, 2125), + (0, 69), + (0, 66), + (0, 1202), + (0, 355), + (0, 19), + (0, 2417), + (0, 3133), + (0, 1894), + (0, 387), + (0, 258), + (0, 0), + (0, 150), + (0, 4528), + (0, 0), + (0, 3946), + (0, 4569), + (0, 794), + (0, 868), + (0, 1327), + (0, 9), + (0, 1822), + (0, 809), (0, 282), - (0, 5455), + (0, 18068), + (0, 653), + (0, 5328), + (0, 767), + (0, 19114), + (0, 966), + (0, 56), + (0, 178), + (0, 452), + (0, 2465), + (0, 1), + (0, 5644), + (0, 1404), + (0, 682), + (0, 0), + (0, 23251), + (0, 37), + (0, 370), + (0, 92), + (0, 72), + (0, 1664), + (0, 826), + (0, 1725), + (0, 4808), + (0, 189), + (0, 163), + (0, 43), (0, 100), - (0, 2723), + (0, 3993), + (0, 0), + (0, 160), + (0, 666), + (0, 433), + (0, 5), + (0, 13), + (0, 36), + (0, 18), + (0, 769), + (0, 2606), + (0, 4830), + (0, 5243), + (0, 104), + (0, 1), + (0, 6123), + (0, 570), + (0, 0), + (0, 0), + (0, 14), + (0, 1545), + (0, 0), + (0, 78), + (0, 26), + (0, 469), + (0, 64), + (0, 357), + (0, 2163), + (0, 106), + (0, 13), + (0, 143), + (0, 43), + (0, 1034), + (0, 2211), + (0, 13), + (0, 0), + (0, 18), + (0, 3660), + (0, 365), + (0, 836), + (0, 3246), (0, 4), - (0, 271), - (0, 2), - (0, 14330), - (0, 10), - (0, 6119), - (0, 12471), - (0, 3), - (0, 5399), - (0, 1090), - (0, 130), - (0, 85), - (0, 1), - (0, 658), - (0, 73), - (0, 988), + (0, 27), + (0, 14), + (0, 26), (0, 16), - (0, 2921), - (0, 1898), - (0, 46), - (0, 30), - (0, 3067), + (0, 6), + (0, 60), (0, 0), - (0, 389), - (0, 108), - (0, 67), - (0, 1280), - (0, 731), - (0, 4075), + (0, 17), + (0, 17635), + (0, 16), + (0, 9), + (0, 39), + (0, 124), + (0, 0), + (0, 258), + (0, 47), + (0, 243), + (0, 9482), + (0, 37), (0, 2), - (0, 7), - (0, 14), - (0, 22448), - (0, 302), - (0, 2712), - (0, 203), - (0, 1729), - (0, 13497), - (0, 388), - (0, 103), - (0, 74), - (0, 7987), - (0, 424), + (0, 470), + (0, 630), + (0, 756), + (0, 21), + (0, 12), + (0, 124), + (0, 83), + (0, 379), + (0, 140), + (0, 171), + (0, 7302), + (0, 18641), + (0, 404), + (0, 2840), (0, 0), + (0, 333), (0, 0), - (0, 125), - (0, 18076), - (0, 8889), - (0, 42), - (0, 197), - (0, 7461), - (0, 2539), - (0, 1903), + (0, 918), + (0, 668), + (0, 863), + (0, 46), (0, 6), - (0, 267), - (0, 4219), - (0, 297), - (0, 4115), - (0, 1250), - (0, 43), - (0, 4598), + (0, 25), + (0, 15), (0, 6), - (0, 1151), - (0, 2380), - (0, 1), - (0, 78), - (0, 19), - (0, 1), - (0, 1), - (0, 1619), - (0, 4359), - (0, 203), - (0, 969), - (0, 4255), + (0, 579), + (0, 6372), + (0, 8), + (0, 37), + (0, 171), + (0, 4500), + (0, 7), + (0, 4628), + (0, 37), + (0, 1014), + (1, 345), + (0, 7), + (0, 24), + (0, 751), + (0, 263), + (0, 28), + (0, 352), + (0, 0), (0, 25), - (0, 7313), - (0, 369), - (0, 569), - (0, 160), - (0, 74), - (0, 511), - (0, 39), - (0, 9764), - (0, 140), - (0, 16), - (0, 292), - (0, 1155), - (0, 2248), - (0, 1), - (0, 6725), - (0, 90), + (0, 285), + (0, 8), + (0, 44), + (0, 7616), + (0, 35), + (0, 37), + (0, 119), (0, 0), - (0, 65), - (0, 109), - (0, 427), - (0, 451), - (0, 70), - (0, 13827), - (0, 1563), + (0, 5478), + (0, 815), + (0, 3232), + (0, 3), + (0, 4942), + (0, 7444), + (0, 178), + (0, 14), + (0, 6990), + (0, 14164), + (0, 60), + (0, 15677), + (0, 32), + (0, 79), + (0, 16), + (0, 2420), (0, 1), + (0, 33), + (0, 2808), + (0, 15764), + (0, 553), + (0, 5419), (0, 68), - (0, 1280), - (0, 1039), - (0, 1636), - (0, 8817), - (0, 2226), - (0, 0), - (0, 249), - (0, 9481), - (0, 1064), - (0, 3548), (0, 5), - (0, 78), - (0, 1795), - (0, 0), - (0, 2070), - (0, 2), + (0, 179), + (0, 492), + (0, 650), + (0, 6), + (0, 787), + (0, 354), + (0, 52), + (0, 4719), + (0, 2205), + (0, 3334), + (0, 19), + (0, 3133), + (0, 2929), + (0, 910), (0, 7), - (0, 6670), - (0, 1453), - (0, 10), + (0, 4137), + (0, 14), (0, 0), + (0, 1673), + (0, 1274), (0, 5), - (0, 2967), - (0, 5618), - (0, 339), + (0, 6841), + (0, 18), + (0, 7433), + (0, 1), + (0, 0), + (0, 102), + (0, 39), + (0, 5148), + (0, 197), + (0, 2499), + (0, 1812), + (0, 3990), + (0, 7859), + (0, 480), + (0, 5186), (0, 2), - (0, 116), - (0, 543), - (0, 6087), - (0, 22058), - (0, 28), - (0, 772), - (0, 4796), - (0, 1123), - (0, 14017), - (0, 6), - (0, 44), - (0, 5615), - (0, 2149), - (0, 4634), - (0, 467), - (0, 2326), - (0, 6763), - (0, 8296), - (0, 226), - (0, 23207), - (0, 31), - (0, 982), - (0, 149), - (0, 226), - (0, 11133), - (0, 8), - (0, 13908), - (0, 31), - (0, 21), - (0, 909), - (0, 5449), - (0, 3600), - (0, 8698), - (0, 2270), - (0, 18291), - (0, 292), - (0, 3), - (0, 468), - (0, 67), - (0, 2833), - (0, 201), - (0, 42), (0, 1), - (0, 14917), - (0, 175), - (0, 9314), - (0, 26), - (0, 129), - (0, 201), - (0, 766), - (2, 763), - (0, 19), - (0, 3), - (0, 2971), - (0, 4751), - (0, 160), - (0, 5237), - (0, 1919), - (0, 4), - (0, 12), - (0, 10533), - (0, 82), - (0, 3991), - (0, 77), - (0, 981), - (0, 8975), - (0, 98), + (0, 11757), + (0, 313), + (0, 3213), + (0, 1249), + (0, 0), + (0, 38), + (0, 122), + (0, 3232), + (0, 880), + (0, 7), + (0, 2167), + (0, 35), + (0, 0), + (0, 16), + (0, 1068), (0, 21), - (0, 1209), - (0, 84), - (0, 42), - (0, 5354), - (0, 5627), - (0, 23827), - (0, 2), - (0, 12132), - (0, 27), - (1, 21575), - (0, 1544), - (0, 15), - (0, 355), - (0, 4840), - (0, 3685), - (0, 8), - (0, 20291), - (0, 6473), - (0, 474), - (0, 236), - (0, 1375), + (0, 330), + (0, 1250), + (0, 7), + (0, 38), + (0, 112), + (0, 5496), + (0, 0), + (0, 2845), + (0, 1234), + (0, 1146), + (0, 2815), + (0, 4072), (0, 99), - (0, 1780), - (0, 12), - (0, 542), - (0, 1), - (0, 4), - (0, 1608), - (0, 175), - (0, 9508), - (0, 866), - (0, 10892), - (0, 3), - (0, 183), - (0, 53), - (0, 8), - (0, 8403), - (0, 2591), - (0, 52), - (0, 223), - (0, 14619), - (0, 6962), - (0, 302), - (0, 4399), + (0, 25), + (0, 12544), + (0, 248), + (0, 2030), + (0, 8363), + (0, 199), + (0, 1875), + (0, 1893), + (0, 739), + (0, 11990), + (0, 120), (0, 1), - (0, 29), - (0, 116), + (0, 124), + (0, 0), + (0, 94), + (0, 131), + (0, 76), + (0, 3411), + (0, 656), (0, 224), + (0, 12153), + (0, 49), + (0, 4), (0, 0), - (0, 12), - (0, 1732), - (0, 1595), - (0, 559), - (0, 33), + (0, 1543), + (0, 5812), + (0, 15006), + (0, 1742), + (0, 3294), + (0, 2977), + (0, 1181), + (0, 548), + (0, 274), + (0, 184), + (0, 59), + (0, 1019), + (0, 3048), + (0, 2), + (0, 23), + (0, 4), + (0, 3312), + (0, 265), + (0, 1296), + (0, 5510), + (0, 282), + (0, 321), + (0, 7), + (0, 34), + (0, 1856), + (0, 304), + (0, 3), (0, 21), - (0, 3851), - (0, 31), - (0, 39), - (0, 763), + (0, 3), + (0, 0), + (0, 1259), + (0, 0), + (0, 5147), + (0, 224), (0, 19), + (0, 235), + (0, 2932), + (0, 2368), + (0, 13), + (0, 10), + (0, 90), + (0, 19), + (0, 6), + (0, 88), + (0, 4826), + (0, 9), + (0, 140), + (0, 1657), + (0, 255), + (0, 7992), + (0, 73), + (0, 57), + (0, 1779), + (0, 256), + (0, 20), + (0, 2984), + (0, 403), + (0, 27), + (0, 596), + (0, 126), + (0, 38), + (0, 350), + (0, 6606), + (0, 2994), + (0, 10853), + (0, 6744), + (0, 10380), + (0, 292), + (0, 3134), + (0, 3396), (0, 36), - (0, 5997), - (0, 5), - (0, 1), - (0, 60), - (0, 95), - (0, 107), - (0, 2), - (0, 1033), - (0, 22709), - (0, 2), + (0, 1118), + (0, 7), + (0, 890), + (0, 1326), + (0, 7531), + (0, 6378), + (0, 0), + (0, 501), + (0, 3059), + (0, 2634), (0, 120), - (0, 6), - (0, 171), - (0, 921), - (0, 16546), (0, 0), - (0, 816), + (0, 314), + (0, 6), + (0, 76), (0, 0), - (0, 1184), - (0, 3), + (0, 40), + (0, 404), + (0, 19454), + (0, 3209), + (0, 9501), + (0, 94), + (0, 8367), + (0, 22958), (0, 4), - (0, 2467), - (0, 22480), + (0, 39), + (0, 4609), + (0, 262), (0, 47), - (0, 25222), - (0, 17944), - (0, 3), - (0, 7), - (0, 8066), - (0, 573), - (0, 5), - (0, 295), - (0, 4658), - (0, 7654), - (0, 110), - (0, 8712), - (0, 64), - (0, 2527), - (0, 5224), - (0, 4967), - (0, 11), - (0, 5), - (0, 6196), - (0, 21), - (0, 4), - (0, 16), - (0, 9237), - (0, 4684), - (0, 49), - (0, 86), - (0, 81), - (0, 4663), - (0, 4385), - (0, 32), - (0, 57), - (0, 1061), - (0, 85), - (0, 12453), - (0, 24955), - (0, 115), - (0, 20162), + (0, 48), + (0, 151), + (0, 75), + (0, 95), + (0, 23), + (0, 1092), + (0, 700), + (0, 281), + (0, 25), + (0, 1131), + (0, 17139), + (0, 4795), + (0, 4713), + (0, 712), + (0, 7328), + (0, 4648), + (0, 646), + (0, 4282), + (0, 7897), + (0, 10), (0, 6), - (0, 1486), - (0, 2246), - (0, 10365), - (0, 10822), - (0, 1713), - (0, 0), - (0, 1590), + (0, 557), + (0, 190), + (0, 10), + (0, 217), + (0, 1699), + (0, 31), + (0, 534), + (0, 19754), + (0, 731), + (0, 15), + (0, 233), + (1, 4234), + (0, 1253), + (0, 48), + (0, 962), + (0, 143), + (0, 17604), + (0, 8026), + (0, 2382), + (0, 1074), + (0, 19), + (0, 860), + (0, 108), + (0, 133), + (0, 13893), (0, 5), - (0, 3206), - (0, 83), - (0, 30), - (0, 4), - (0, 2751), - (0, 5210), - (0, 66), - (0, 2759), (0, 4), - (0, 13876), - (0, 163), - (0, 789), - (0, 825), - (0, 1), - (0, 8744), - (0, 18244), - (0, 6670), - (0, 11), - (0, 0), - (0, 3911), + (0, 826), + (0, 595), (0, 0), - (0, 19), - (0, 4273), - (0, 255), - (0, 91), - (0, 7818), - (0, 24), - (0, 98), - (0, 109), - (0, 1), - (0, 37), - (0, 54), - (0, 213), + (0, 5643), + (0, 260), (0, 8), - (0, 7980), - (0, 170), - (0, 24), - (0, 1359), - (0, 2066), - (0, 10785), - (0, 249), - (0, 0), - (0, 13437), - (0, 86), - (0, 678), - (0, 12863), + (0, 450), + (0, 137), + (0, 794), + (0, 986), + (0, 54), + (0, 153), + (0, 1645), + (0, 917), + (0, 420), (0, 16), - (0, 5129), - (0, 20), - (0, 92), - (0, 262), - (0, 209), - (0, 2), - (0, 0), - (0, 331), + (0, 1953), + (0, 7), + (0, 1), + (0, 169), + (0, 5576), + (0, 1282), + (0, 5584), + (0, 1083), + (0, 27), + (0, 545), + (0, 563), + (0, 83), + (0, 6174), + (0, 3303), + (0, 840), + (0, 20877), + (0, 1526), + (0, 281), + (0, 371), + (0, 15830), (0, 15), - (0, 4265), - (0, 24), - (0, 3785), - (0, 4204), + (0, 22), + (0, 7129), + (0, 718), + (0, 224), + (0, 200), + (0, 1341), + (0, 5197), + (0, 4080), + (0, 21569), + (0, 5), + (0, 2251), + (0, 153), + (0, 682), + (0, 48), + (0, 17712), + (0, 40), + (0, 183), + (0, 69), + (0, 5716), + (0, 198), + (0, 291), + (0, 40), (0, 1), + (0, 8), + (0, 415), + (0, 1123), + (0, 2931), + (0, 0), + (0, 3549), + (0, 744), + (0, 60), + (0, 517), + (0, 196), + (0, 0), + (0, 1321), + (0, 126), + (0, 64), + (0, 699), + (0, 3784), + (0, 623), + (0, 4065), + (0, 332), (0, 0), - (0, 597), - (0, 1168), - (0, 2961), + (0, 2861), + (0, 7), + (0, 709), + (0, 127), + (0, 177), + (0, 1), + (0, 1039), + (0, 533), + (0, 15), + (0, 15981), + (0, 34), (0, 1), + (0, 9578), + (0, 652), (0, 2), - (0, 1200), - (0, 3447), - (0, 1971), - (0, 218), - (0, 19639), - (0, 10018), - (0, 962), - (0, 14021), - (0, 10), - (0, 3408), - (0, 477), - (0, 48), - (0, 23), - (0, 279), - (0, 44), - (0, 193), - (0, 52), - (0, 398), - (0, 12), + (0, 129), + (0, 16270), + (0, 820), + (0, 679), + (0, 1596), + (0, 2208), (0, 26), - (0, 3365), + (0, 83), + (0, 15937), + (0, 15), + (0, 24537), + (0, 4981), + (0, 3299), + (0, 6595), + (0, 1944), + (0, 1166), + (0, 529), + (0, 15), + (0, 58), + (0, 1), + (0, 660), + (0, 25833), + (0, 2942), + (0, 12710), + (0, 3349), + (0, 810), + (0, 1852), + (0, 2866), + (0, 659), + (0, 15), + (0, 101), + (0, 14), + (0, 101), + (0, 0), + (0, 7), + (0, 152), + (0, 70), + (0, 131), + (0, 2096), + (0, 17270), (0, 2), - (0, 40), - (0, 183), - (0, 215), - (0, 390), - (0, 429), + (0, 185), + (0, 278), + (0, 5330), + (0, 0), + (0, 57), + (0, 42), + (0, 3786), + (0, 291), + (0, 126), + (0, 1), + (0, 2739), + (0, 194), + (0, 119), + (0, 253), + (0, 852), + (0, 21), + (0, 73), + (0, 13413), + (0, 3295), + (0, 6), + (0, 1244), (0, 5), - (0, 609), - (0, 107), - (0, 442), - (0, 32), - (0, 92), - (0, 55), - (0, 129), - (0, 4440), - (0, 572), - (0, 19), - (0, 3454), - (0, 6692), - (0, 12), - (0, 27), - (0, 3463), - (0, 19483), - (0, 8465), - (0, 6219), - (0, 256), - (0, 15322), - (0, 401), - (0, 31), - (0, 562), - (0, 16), - (0, 4747), - (0, 339), - (0, 807), - (0, 29), + (0, 21), + (0, 6), + (0, 28), + (0, 413), + (0, 1), + (0, 4501), + (1, 6950), + (0, 230), + (0, 18661), + (0, 10891), + (0, 0), + (0, 4502), + (0, 28291), + (0, 57), + (0, 11), + (0, 107), + (0, 3832), + (0, 717), + (0, 21068), (0, 11), + (0, 101), + (0, 3405), + (0, 475), (0, 0), - (0, 31), - (0, 4993), - (0, 62), - (0, 5502), - (0, 859), - (0, 25), - (0, 14879), - (0, 1641), - (0, 32), - (0, 82), - (0, 3341), - (0, 778), - (0, 8528), - (0, 34), + (0, 601), + (0, 226), + (0, 2505), + (0, 891), + (0, 10643), + (0, 8072), (0, 0), - (0, 10359), - (0, 1880), - (1, 1231), - (0, 1028), - (0, 2210), - (0, 138), - (0, 4), - (0, 5195), - (0, 276), - (0, 964), - (0, 5657), - (0, 321), - (0, 112), - (0, 254), - (0, 2240), - (0, 15653), - (0, 12), - (0, 119), - (0, 7079), - (0, 119), - (0, 107), - (0, 54), (0, 3), - (0, 3289), - (0, 1445), - (0, 87), - (0, 41), - (0, 2162), + (0, 431), + (0, 6711), + (0, 276), + (0, 207), + (0, 1631), + (0, 550), + (0, 2580), + (0, 981), + (0, 0), + (0, 243), + (0, 1326), (0, 2), - (0, 45), - (0, 4361), - (0, 223), - (0, 23607), - (0, 1673), - (0, 37), - (0, 2078), - (0, 1038), - (0, 6490), - (0, 1745), - (0, 12), - (0, 1951), + (0, 78), (0, 0), - (0, 7918), - (0, 108), - (0, 17230), - (0, 264), - (0, 388), - (0, 206), - (0, 172), - (0, 211), - (0, 3424), - (0, 186), - (1, 23493), - (0, 1), - (0, 124), - (0, 77), - (0, 13182), - (0, 529), - (0, 3019), - (0, 170), - (0, 4399), - (0, 332), - (0, 368), - (0, 132), - (0, 248), - (0, 4714), - (0, 282), - (0, 642), - (1, 3273), - (0, 13), - (1, 20403), - (0, 101), - (0, 25678), - (0, 15610), - (0, 9), + (0, 1692), + (0, 231), (0, 56), - (0, 456), - (0, 0), - (0, 104), - (0, 7), + (0, 221), + (0, 548), + (0, 1380), + (0, 4), + (0, 4831), + (0, 12), + (0, 42), + (0, 81), + (0, 1153), + (0, 1037), + (0, 5777), + (0, 615), + (0, 415), (0, 1), - (0, 24492), + (0, 205), + (0, 270), + (1, 3693), + (0, 2153), + (0, 6338), + (0, 90), + (0, 81), (0, 0), - (0, 5839), + (0, 1246), + (0, 489), + (0, 304), + (0, 29039), + (0, 181), (0, 1), - (0, 2), - (0, 3674), - (0, 0), - (0, 2132), - (0, 6498), + (0, 1), + (0, 11656), + (0, 341), + (0, 452), + (0, 1481), + (0, 25), + (0, 2928), + (0, 381), + (0, 29657), + (0, 26661), + (0, 358), + (0, 513), + (0, 1395), + (0, 6566), + (0, 322), + (0, 1), + (0, 59), + (0, 560), + (0, 423), + (0, 85), + (0, 429), + (0, 79), + (0, 3723), (0, 0), - (0, 8484), - (0, 1384), - (0, 21765), - (0, 5796), - (1, 2257), + (0, 2217), + (0, 10597), + (0, 22), + (0, 5), + (0, 6), + (0, 660), + (0, 237), + (0, 118), + (1, 1655), + (0, 1022), + (0, 2894), (0, 0), - (0, 64), - (0, 1674), - (0, 373), - (0, 587), - (0, 11), - (0, 144), - (0, 6917), - (0, 1298), - (0, 136), - (0, 3164), - (0, 2), - (0, 439), - (0, 222), + (0, 9924), + (0, 44), + (0, 351), + (0, 76), + (0, 5461), + (0, 5967), + (0, 86), + (0, 305), + (0, 10620), + (0, 10139), + (0, 13), + (0, 4020), + (0, 57), + (0, 2732), + (1, 23737), + (0, 2572), + (0, 18), + (0, 24438), + (0, 54), (0, 179), - (0, 20115), - (0, 8), - (0, 75), - (0, 232), - (0, 3), - (0, 707), - (0, 7), - (0, 292), (0, 20), - (0, 1), - (0, 267), - (0, 62), - (0, 200), - (0, 123), - (0, 21), - (0, 211), - (0, 10876), - (0, 1415), - (0, 147), - (0, 1152), - (0, 18026), - (0, 739), - (0, 1419), - (0, 200), - (0, 107), - (0, 3661), + (0, 103), + (1, 1878), + (0, 5316), + (0, 34), + (0, 810), + (0, 1140), + (0, 10284), + (0, 48), + (0, 3), + (0, 27), + (0, 425), + (0, 536), + (0, 3598), + (0, 2495), (0, 0), - (0, 332), - (0, 15728), - (0, 8469), - (0, 9781), - (0, 150), - (0, 8), - (0, 2235), - (0, 1130), - (0, 1072), - (0, 4), - (0, 4993), - (0, 2494), - (0, 2923), - (0, 4047), - (0, 1493), - (0, 4), - (0, 12), - (0, 21), - (0, 136), - (0, 8281), - (0, 183), + (0, 3443), + (0, 15), + (0, 385), + (0, 3), + (0, 469), + (0, 93), + (0, 3), + (0, 23), + (0, 2), + (0, 6201), + (0, 19292), + (0, 7702), + (0, 69), + (0, 169), (0, 9), + (0, 78), (0, 0), + (0, 135), (0, 4), - (0, 15), - (0, 118), - (0, 2), - (0, 12387), - (0, 1705), - (0, 1900), - (0, 107), - (0, 1595), - (0, 3167), - (0, 28323), - (0, 10925), - (0, 20421), - (0, 6242), - (0, 21268), - (0, 12742), - (0, 27080), - (0, 159), - (0, 579), - (0, 58), - (0, 1124), - (0, 49), + (0, 5294), + (0, 11), + (0, 1512), + (0, 10394), + (0, 52), + (0, 1873), + (0, 558), + (0, 1211), + (0, 10321), + (0, 34), + (0, 108), + (0, 26170), (0, 8), - (0, 3664), - (0, 72), - (0, 21013), - (0, 19), - (0, 352), - (0, 71), - (0, 1), - (0, 29), - (0, 161), - (0, 67), - (0, 5104), - (0, 264), - (0, 30), - (0, 40), - (0, 160), - (0, 2243), - (0, 3792), - (0, 3), - (0, 67), - (0, 42), - (0, 180), - (0, 42), - (0, 5063), + (0, 11), + (0, 14367), + (0, 1611), + (0, 7778), + (0, 1732), + (0, 2725), + (0, 9695), + (0, 26399), + (0, 21492), + (0, 437), + (0, 1546), + (0, 0), + (0, 695), + (0, 5360), + (0, 7), (0, 0), + (0, 615), + (0, 2272), + (0, 27459), + (0, 1608), + (0, 1886), + (0, 11444), + (0, 1862), + (0, 9715), (0, 36), - (0, 16631), - (0, 26998), - (0, 190), - (0, 6570), - (0, 7611), - (0, 22058), - (0, 800), - (0, 76), - (0, 97), - (0, 6609), - (0, 1063), - (0, 1), - (0, 658), - (0, 599), - (0, 383), - (0, 1), - (0, 139), - (0, 173), - (0, 4), - (0, 6), - (0, 4765), - (0, 3), (0, 12), - (0, 4434), - (0, 22353), - (0, 420), - (0, 17), - (0, 917), - (0, 15), - (0, 2909), - (0, 4391), - (0, 211), - (0, 2566), - (0, 22), - (0, 21), - (0, 19), - (0, 26897), - (0, 3486), - (0, 691), - (0, 132), - (0, 1995), - (0, 12187), - (0, 1850), - (0, 427), - (0, 1), - (0, 606), - (0, 10), - (0, 888), - (0, 4936), - (0, 542), - (0, 1511), - (0, 561), - (0, 0), - (0, 80), - (0, 1709), - (0, 15926), - (0, 6432), - (0, 5412), - (0, 2181), - (0, 732), + (0, 7), + (0, 509), + (0, 435), + (0, 165), + (0, 2738), + (0, 1084), + (0, 10590), + (0, 21388), + (0, 13796), (0, 1), - (0, 1460), + (0, 3118), + (0, 1), + (1, 7617), + (0, 407), (0, 2), - (0, 8728), - (0, 9), - (0, 80), - (0, 29), - (0, 5074), - (0, 8814), - (0, 3), - (0, 499), - (0, 50), (0, 0), - (0, 60), - (0, 3), + (0, 21), + (0, 221), + (0, 46), + (0, 147), + (0, 2629), + (0, 8736), + (0, 13970), + (0, 701), + (0, 16), + (0, 2682), + (0, 19), + (0, 5056), + (0, 434), + (0, 10052), + (1, 3162), + (0, 21), + (0, 1721), + (0, 609), (0, 1), - (0, 111), - (1, 7971), - (0, 101), - (0, 881), - (0, 398), - (0, 88), - (0, 2223), - (0, 18404), - (0, 17), - (0, 1080), - (0, 5412), - (0, 23), - (0, 10487), - (0, 354), - (0, 18187), - (0, 9), + (0, 79), + (0, 192), + (0, 7447), + (0, 238), + (0, 4), + (0, 1292), (0, 7), - (0, 226), - (0, 23), - (0, 308), - (0, 550), - (0, 12922), - (0, 3), - (0, 19707), - (0, 49), - (0, 96), - (0, 2570), + (0, 30), + (0, 199), + (0, 8533), (0, 0), - (0, 29), - (0, 8382), - (0, 34), - (0, 35), + (0, 3396), + (0, 3498), + (0, 501), + (0, 508), + (0, 25140), + (0, 43), + (0, 5116), + (0, 9), + (0, 4921), + (0, 115), + (0, 355), + (0, 8), + (0, 209), + (0, 248), + (0, 15729), + (0, 1509), + (0, 6799), + (0, 7609), + (0, 5), + (0, 7766), + (0, 4), + (0, 1080), + (0, 1), + (0, 322), + (0, 15), + (0, 3), + (0, 91), + (0, 53), (0, 2), - (0, 23626), - (0, 700), - (0, 12969), - (0, 51), - (0, 8793), + (0, 14920), + (0, 274), + (0, 290), + (0, 5534), + (0, 20), (0, 0), - (0, 854), + (0, 4016), + (0, 5614), + (0, 1428), + (0, 3651), + (0, 736), + (0, 9), + (0, 2544), + (0, 5090), + (0, 1090), + (0, 53), + (0, 2307), + (0, 162), + (0, 621), + (0, 7640), + (0, 2522), (0, 253), - (0, 2545), - (0, 99), - (0, 5), - (0, 18166), - (1, 4980), + (0, 32), + (0, 138), + (0, 23144), + (0, 8019), + (0, 673), + (0, 5389), + (0, 7723), + (0, 39), (0, 1), - (0, 7), - (0, 0), - (0, 28716), - (0, 99), + (0, 40), + (0, 6), + (1, 10333), + (0, 1104), + (0, 113), + (0, 2706), + (0, 37), + (0, 15), + (0, 1116), + (0, 6838), + (0, 1550), + (0, 49), + (0, 2036), + (0, 2215), + (0, 203), + (0, 958), + (0, 3822), + (0, 4), + (0, 1603), + (0, 2911), + (0, 146), + (0, 191), + (0, 243), + (0, 863), + (0, 4870), + (0, 324), + (3, 17726), + (0, 1213), + (0, 23929), + (0, 11402), + (0, 1513), (0, 10), - (0, 225), - (0, 2711), - (0, 4233), - (0, 1308), - (0, 81), + (0, 194), + (0, 2267), + (0, 612), + (0, 18), + (0, 11464), (0, 3), - (0, 506), - (1, 10219), + (0, 3477), + (0, 596), + (0, 1), + (0, 20486), + (1, 14511), + (0, 30), + (0, 2446), + (0, 240), + (0, 10962), + (0, 26696), + (0, 21267), + (0, 10219), + (0, 25235), + (0, 1103), + (0, 2521), + (0, 23142), + (0, 46), + (0, 313), (0, 0), - (0, 391), + (0, 10854), + (0, 243), + (0, 11853), + (0, 7), + (0, 139), + (0, 29), + (0, 866), + (0, 1934), + (0, 2310), + (0, 21319), + (0, 505), + (0, 1049), (0, 0), - (0, 4876), - (0, 4870), - (0, 10283), - (0, 5), - (0, 7313), - (0, 1178), - (0, 3171), - (0, 3492), - (0, 54), - (0, 24382), - (0, 41), + (0, 4), + (0, 4032), + (0, 1), (0, 0), - (0, 366), - (0, 1115), - (0, 62), + (0, 1598), + (0, 259), + (0, 1684), + (0, 3277), + (0, 127), + (0, 628), + (0, 9942), + (0, 220), + (0, 0), + (1, 5722), + (0, 49), + (0, 12), + (4, 22510), (0, 9), - (0, 485), - (2, 11722), - (0, 1732), - (0, 3066), - (0, 11), - (0, 5070), - (0, 202), - (0, 20382), - (0, 5), + (0, 3), + (0, 3), + (0, 1337), + (0, 189), + (0, 10225), + (0, 82), + (0, 15207), + (0, 220), + (0, 455), (0, 0), - (0, 214), - (1, 15972), - (0, 24), - (0, 759), - (0, 19), - (0, 19), - (0, 197), - (0, 196), - (0, 71), - (0, 28), - (0, 1523), - (0, 136), - (0, 28703), - (1, 22066), - (0, 1097), - (0, 180), - (0, 355), - (0, 461), - (0, 5098), - (0, 503), - (0, 16839), - (0, 181), - (0, 22403), + (0, 22), + (0, 87), + (0, 6), + (2, 24337), + (0, 105), + (0, 990), + (0, 8), + (0, 14657), + (0, 30), + (0, 1444), + (0, 2970), + (0, 51), + (0, 37), + (0, 357), (0, 0), + (0, 6), (0, 0), - (1, 8480), - (0, 28), - (0, 175), - (0, 21911), - (0, 2684), - (0, 180), - (0, 910), - (0, 750), - (0, 182), - (0, 5), - (0, 69), - (0, 24625), - (0, 33), - (0, 5845), - (0, 562), - (0, 26366), - (1, 6910), + (0, 9055), + (0, 15), + (0, 8), + (0, 353), + (0, 2517), + (0, 134), + (0, 3848), + (0, 49), + (0, 1509), + (1, 2103), + (0, 5697), + (0, 42), + (0, 61), + (0, 1491), + (0, 16), + (0, 14), (0, 0), - (0, 23094), - (0, 25), - (0, 5816), + (0, 62), + (0, 49), + (0, 66), + (0, 648), (0, 0), - (0, 391), - (0, 223), - (0, 29), - (0, 1016), - (0, 22409), - (0, 7919), - (0, 12), - (0, 2264), - (0, 22), - (0, 15559), - (0, 9876), + (0, 102), + (0, 4375), + (0, 351), + (0, 16740), + (0, 13766), + (0, 2834), + (0, 6), + (0, 639), + (0, 14673), + (0, 270), + (0, 478), (0, 10), - (0, 2039), - (0, 456), - (0, 497), - (0, 8504), - (0, 42), - (0, 5449), - (0, 2986), - (0, 12), - (0, 2816), - (0, 518), - (0, 2160), - (0, 0), - (0, 7), - (0, 22), - (0, 5029), - (0, 70), - (0, 3521), - (0, 109), - (0, 1886), - (0, 6748), - (0, 45), - (0, 689), - (0, 4), - (0, 26154), - (0, 3307), - (0, 1032), - (0, 47), - (0, 56), - (0, 1123), - (0, 505), - (0, 1), - (0, 5), - (0, 29), - (0, 653), - (3, 3792), - (0, 33), - (0, 236), - (0, 140), - (0, 71), - (0, 146), - (0, 15), - (0, 1169), - (0, 6191), - (0, 3), - (0, 2194), - (1, 7536), - (0, 16252), - (0, 7016), - (0, 14), - (0, 1251), - (0, 3298), - (0, 1), - (0, 942), - (0, 3), - (0, 5), - (0, 164), - (0, 24435), - (0, 11), - (0, 1345), - (0, 191), - (0, 1599), - (0, 1004), - (0, 1251), - (0, 1626), - (0, 162), ]), entries: ::phf::Slice::Static(&[ - (UniCase("lightnign"), "lightning"), - (UniCase("hierachical"), "hierarchical"), - (UniCase("crystallisation"), "crystallization"), - (UniCase("superham"), "superhuman"), - (UniCase("executionner"), "executioner"), - (UniCase("partiarchal"), "patriarchal"), - (UniCase("childen"), "children"), - (UniCase("domesitcated"), "domesticated"), - (UniCase("deutschalnd"), "deutschland"), - (UniCase("educationnal"), "educational"), - (UniCase("compramised"), "compromised"), - (UniCase("foricbly"), "forcibly"), - (UniCase("electronik"), "election"), - (UniCase("vegetarain"), "vegetarians"), - (UniCase("restauraunts"), "restaurants"), - (UniCase("assemple"), "assemble"), - (UniCase("anticapate"), "anticipate"), - (UniCase("extradtion"), "extraction"), - (UniCase("backgorunds"), "backgrounds"), - (UniCase("swivelled"), "swiveled"), - (UniCase("eugencis"), "eugenics"), - (UniCase("kurbick"), "kubrick"), - (UniCase("interstaller"), "interstellar"), - (UniCase("exaggarating"), "exaggerating"), - (UniCase("comminucate"), "communicate"), - (UniCase("transplantes"), "transplants"), - (UniCase("internatinal"), "international"), - (UniCase("negoitation"), "negotiation"), - (UniCase("captialization"), "capitalization"), - (UniCase("intriuge"), "intrigue"), - (UniCase("evloving"), "evolving"), - (UniCase("expressin"), "expression"), - (UniCase("internalisation"), "internalization"), - (UniCase("definie"), "definite"), - (UniCase("neutralt"), "neutrality"), - (UniCase("proletaricat"), "proletariat"), - (UniCase("andoirds"), "androids"), - (UniCase("explenatory"), "explanatory"), - (UniCase("theroists"), "theorists"), - (UniCase("acceptabel"), "acceptable"), - (UniCase("calcuim"), "calcium"), - (UniCase("misreable"), "miserable"), - (UniCase("annihliated"), "annihilated"), - (UniCase("palestenian"), "palestinian"), - (UniCase("nuremburg"), "nuremberg"), - (UniCase("consolodate"), "consolidate"), - (UniCase("configuracion"), "configuration"), - (UniCase("enthuisasts"), "enthusiasts"), - (UniCase("wishlisht"), "wishlist"), - (UniCase("nasvhille"), "nashville"), - (UniCase("koncentrations"), "concentrations"), - (UniCase("depcited"), "depicted"), - (UniCase("collission"), "collisions"), - (UniCase("finisse"), "finishes"), - (UniCase("sysamdin"), "sysadmin"), - (UniCase("conveinently"), "conveniently"), - (UniCase("contrabution"), "contribution"), - (UniCase("implementes"), "implements"), - (UniCase("touchsceen"), "touchscreen"), - (UniCase("obersvation"), "observation"), - (UniCase("consentrating"), "concentrating"), - (UniCase("nacionalists"), "nationalists"), - (UniCase("conflciting"), "conflicting"), - (UniCase("mediocer"), "mediocre"), - (UniCase("encrpyted"), "encrypted"), - (UniCase("scorpiomon"), "scorpion"), - (UniCase("poisin"), "poison"), - (UniCase("automobilies"), "automobile"), - (UniCase("anedoctal"), "anecdotal"), - (UniCase("acused"), "accused"), - (UniCase("abritration"), "arbitration"), - (UniCase("frankiln"), "franklin"), - (UniCase("marijuanna"), "marijuana"), - (UniCase("australain"), "australians"), - (UniCase("diagramms"), "diagrams"), - (UniCase("bureaucrazy"), "bureaucracy"), - (UniCase("arbitrariliy"), "arbitrarily"), - (UniCase("birghtness"), "brightness"), - (UniCase("evovles"), "evolves"), - (UniCase("substans"), "substances"), - (UniCase("haemophiliacs"), "hemophiliacs"), - (UniCase("raelism"), "realism"), - (UniCase("responces"), "response"), - (UniCase("retrosepct"), "retrospect"), - (UniCase("theatre"), "theater"), - (UniCase("philipines"), "philippines"), - (UniCase("aggressivly"), "aggressively"), - (UniCase("illsuions"), "illusions"), - (UniCase("polarised"), "polarized"), - (UniCase("showboarding"), "snowboarding"), - (UniCase("maginficent"), "magnificent"), - (UniCase("staminia"), "stamina"), - (UniCase("greviances"), "grievances"), - (UniCase("underminining"), "undermining"), - (UniCase("incompatiable"), "incompatible"), - (UniCase("levetate"), "levitate"), - (UniCase("unreleated"), "unreleased"), - (UniCase("teusday"), "tuesday"), - (UniCase("enchancment"), "enchantment"), - (UniCase("missiony"), "missionary"), - (UniCase("appearnace"), "appearances"), - (UniCase("smartare"), "smarter"), - (UniCase("expropiated"), "expropriated"), - (UniCase("algorthim"), "algorithm"), - (UniCase("supplemetal"), "supplemental"), - (UniCase("xenophopia"), "xenophobia"), - (UniCase("assimalate"), "assimilate"), - (UniCase("marvellously"), "marvelously"), - (UniCase("bootleader"), "bootloader"), - (UniCase("medievel"), "medieval"), - (UniCase("foregorund"), "foreground"), - (UniCase("atelast"), "atleast"), - (UniCase("estimacion"), "estimation"), - (UniCase("enligthenment"), "enlightenment"), - (UniCase("organismen"), "organise"), - (UniCase("assosiated"), "associated"), - (UniCase("theatres"), "theaters"), - (UniCase("scnadinavian"), "scandinavian"), - (UniCase("articulted"), "articulated"), - (UniCase("moeny"), "money"), - (UniCase("indicitave"), "indicative"), - (UniCase("spectacularily"), "spectacularly"), - (UniCase("homelessess"), "homelessness"), - (UniCase("appearences"), "appearances"), - (UniCase("accuraccy"), "accuracy"), - (UniCase("illegales"), "illegals"), - (UniCase("captialists"), "capitalists"), - (UniCase("angualr"), "angular"), - (UniCase("concersion"), "concession"), - (UniCase("decendant"), "descendant"), - (UniCase("sorcercy"), "sorcery"), - (UniCase("caligraphy"), "calligraphy"), - (UniCase("compositoin"), "compositions"), - (UniCase("culitvate"), "cultivate"), - (UniCase("bureaucratisch"), "bureaucratic"), - (UniCase("indipendent"), "independent"), - (UniCase("constitutionnal"), "constitutional"), - (UniCase("pedohpile"), "pedophile"), - (UniCase("neglicting"), "neglecting"), - (UniCase("compadible"), "compatible"), - (UniCase("legalizaton"), "legalization"), - (UniCase("coursefork"), "coursework"), - (UniCase("paralell"), "parallel"), - (UniCase("excessivly"), "excessively"), - (UniCase("hositlity"), "hostility"), - (UniCase("achievments"), "achievements"), - (UniCase("inferioir"), "inferior"), - (UniCase("diagnositc"), "diagnostic"), - (UniCase("tramboline"), "trampoline"), - (UniCase("synchronised"), "synchronized"), - (UniCase("promenantly"), "prominently"), - (UniCase("proselytising"), "proselytizing"), - (UniCase("endores"), "endorse"), - (UniCase("brutaly"), "brutally"), - (UniCase("encyclopidia"), "encyclopedia"), - (UniCase("foreginers"), "foreigners"), - (UniCase("netruality"), "neutrality"), - (UniCase("miscarrige"), "miscarriage"), - (UniCase("arcehtype"), "archetype"), - (UniCase("sketpical"), "skeptical"), - (UniCase("consensul"), "consensual"), - (UniCase("frequentily"), "frequently"), - (UniCase("jamaicia"), "jamaica"), - (UniCase("dictionaire"), "dictionaries"), - (UniCase("ensalve"), "enslave"), - (UniCase("misile"), "missile"), - (UniCase("ineqaulity"), "inequality"), - (UniCase("twilgiht"), "twilight"), - (UniCase("jacksonvillle"), "jacksonville"), - (UniCase("disrecpected"), "disrespected"), - (UniCase("speciallly"), "specially"), - (UniCase("devistating"), "devastating"), - (UniCase("imaginativo"), "imagination"), - (UniCase("wonderfull"), "wonderful"), - (UniCase("divinitory"), "divinity"), - (UniCase("cauncks"), "canucks"), - (UniCase("martail"), "martial"), - (UniCase("overshadowd"), "overshadowed"), - (UniCase("dionsaurs"), "dinosaurs"), - (UniCase("libertea"), "liberate"), - (UniCase("consequnce"), "consequence"), - (UniCase("professorn"), "profession"), - (UniCase("disorganised"), "disorganized"), - (UniCase("nutirent"), "nutrient"), - (UniCase("oponent"), "opponent"), - (UniCase("visualised"), "visualized"), - (UniCase("subsiquently"), "subsequently"), - (UniCase("overcharing"), "overarching"), - (UniCase("historicaly"), "historically"), - (UniCase("abominacion"), "abomination"), - (UniCase("indroduction"), "introduction"), - (UniCase("agriculure"), "agriculture"), - (UniCase("elimiate"), "eliminate"), - (UniCase("highligthing"), "highlighting"), - (UniCase("definayely"), "definately"), - (UniCase("morisette"), "morissette"), - (UniCase("marshamllow"), "marshmallow"), - (UniCase("researce"), "researcher"), - (UniCase("darcula"), "dracula"), - (UniCase("lithunaia"), "lithuania"), - (UniCase("mecahnic"), "mechanic"), - (UniCase("cornithians"), "corinthians"), - (UniCase("conflcits"), "conflicts"), - (UniCase("maintinance"), "maintenance"), - (UniCase("stomache"), "stomach"), - (UniCase("logictical"), "logistical"), - (UniCase("landingers"), "landings"), - (UniCase("reserverd"), "reserved"), - (UniCase("addres"), "address"), - (UniCase("indonesa"), "indonesia"), - (UniCase("catastropic"), "catastrophic"), - (UniCase("scoreborad"), "scoreboard"), - (UniCase("extravogant"), "extravagant"), - (UniCase("preductive"), "predictive"), - (UniCase("unsubscrbe"), "unsubscribe"), - (UniCase("assotiations"), "associations"), - (UniCase("unbeliavably"), "unbelievably"), - (UniCase("signapore"), "singapore"), - (UniCase("awesomenss"), "awesomeness"), - (UniCase("patroits"), "patriots"), - (UniCase("automatico"), "automation"), - (UniCase("anaesthetise"), "anesthetize"), - (UniCase("unviersally"), "universally"), - (UniCase("definetyl"), "definetly"), - (UniCase("legitamacy"), "legitimacy"), - (UniCase("masscare"), "massacre"), - (UniCase("singulair"), "singular"), - (UniCase("doplhins"), "dolphins"), - (UniCase("acceleraton"), "acceleration"), - (UniCase("hypethetically"), "hypothetically"), - (UniCase("convenit"), "convenient"), - (UniCase("quantitiy"), "quantity"), - (UniCase("monolistic"), "monolithic"), - (UniCase("protestas"), "protests"), - (UniCase("applaudes"), "applause"), - (UniCase("southamtpon"), "southampton"), - (UniCase("restricteds"), "restricts"), - (UniCase("demograpics"), "demographics"), - (UniCase("untranslateable"), "untranslatable"), - (UniCase("federativo"), "federation"), - (UniCase("norhteast"), "northeast"), - (UniCase("contrubutes"), "contributes"), - (UniCase("repubicans"), "republicans"), - (UniCase("hesiman"), "heisman"), - (UniCase("temperatues"), "temperatures"), - (UniCase("overwealming"), "overwhelming"), - (UniCase("differentes"), "differences"), - (UniCase("accumulare"), "accumulate"), - (UniCase("socialsim"), "socialism"), - (UniCase("transportarse"), "transporter"), - (UniCase("arbitraton"), "arbitration"), - (UniCase("predocessors"), "predecessors"), - (UniCase("specualtive"), "speculative"), - (UniCase("orignials"), "originals"), - (UniCase("francaises"), "franchises"), - (UniCase("specailty"), "specialty"), - (UniCase("birdges"), "bridges"), - (UniCase("consultata"), "consultant"), - (UniCase("aleinated"), "alienated"), - (UniCase("imprisonent"), "imprisonment"), - (UniCase("insitution"), "institution"), - (UniCase("buddhisim"), "buddhism"), - (UniCase("soveriengty"), "sovereignty"), - (UniCase("palestinans"), "palestinians"), - (UniCase("accalimed"), "acclaimed"), - (UniCase("investigatie"), "investigative"), - (UniCase("godlman"), "goldman"), - (UniCase("thunderjolt"), "thunderbolt"), - (UniCase("affortable"), "affordable"), - (UniCase("subsrcibed"), "subscribed"), - (UniCase("prevantative"), "preventative"), - (UniCase("hamburgr"), "hamburgers"), - (UniCase("simulaiton"), "simulations"), - (UniCase("differintiate"), "differentiate"), - (UniCase("bangladesch"), "bangladesh"), - (UniCase("absoultes"), "absolutes"), - (UniCase("tortilllas"), "tortilla"), - (UniCase("intellecual"), "intellectual"), - (UniCase("temepst"), "tempest"), - (UniCase("claculators"), "calculators"), - (UniCase("privilegied"), "privileged"), - (UniCase("marketpalce"), "marketplace"), - (UniCase("califronian"), "californian"), - (UniCase("orphanes"), "orphans"), - (UniCase("corresponing"), "corresponding"), - (UniCase("breasttaking"), "breathtaking"), - (UniCase("defintiely"), "definitely"), - (UniCase("nominativo"), "nomination"), - (UniCase("infraread"), "infrared"), - (UniCase("pshycopath"), "psychopath"), - (UniCase("exaggurating"), "exaggerating"), - (UniCase("unbraikable"), "unbreakable"), - (UniCase("pessimisstic"), "pessimistic"), - (UniCase("yourselvs"), "yourselves"), - (UniCase("requerimento"), "requirement"), - (UniCase("porpose"), "propose"), - (UniCase("admitedly"), "admittedly"), - (UniCase("necessiate"), "necessitate"), - (UniCase("pittsbrugh"), "pittsburgh"), - (UniCase("explination"), "explanation"), - (UniCase("politley"), "politely"), - (UniCase("astonising"), "astonishing"), - (UniCase("illustrater"), "illustrator"), - (UniCase("lifesystem"), "filesystem"), - (UniCase("capitolists"), "capitalists"), - (UniCase("containd"), "contained"), - (UniCase("communitites"), "communities"), - (UniCase("incrementos"), "increments"), - (UniCase("phenomenom"), "phenomenon"), - (UniCase("spontaneuos"), "spontaneous"), - (UniCase("anmesia"), "amnesia"), - (UniCase("capitalistes"), "capitalists"), - (UniCase("computating"), "computation"), - (UniCase("restriciton"), "restrictions"), - (UniCase("renuion"), "reunion"), - (UniCase("goldike"), "godlike"), - (UniCase("bandiwdth"), "bandwidth"), - (UniCase("milligramme"), "milligram"), - (UniCase("preferible"), "preferable"), - (UniCase("catholicus"), "catholics"), - (UniCase("mechanised"), "mechanized"), - (UniCase("prematurelly"), "prematurely"), - (UniCase("compadibility"), "compatibility"), - (UniCase("accelerater"), "accelerator"), - (UniCase("mediterrannean"), "mediterranean"), - (UniCase("trailes"), "trailers"), - (UniCase("itemised"), "itemized"), - (UniCase("stateman"), "statesman"), - (UniCase("malfunktion"), "malfunction"), - (UniCase("notabley"), "notably"), - (UniCase("continum"), "continuum"), - (UniCase("reinstallled"), "reinstalled"), - (UniCase("perspecitve"), "perspective"), - (UniCase("morbildy"), "morbidly"), - (UniCase("tightining"), "tightening"), - (UniCase("skateing"), "skating"), - (UniCase("protogonist"), "protagonist"), - (UniCase("defenceless"), "defenseless"), - (UniCase("offensivly"), "offensively"), - (UniCase("popultaion"), "populations"), - (UniCase("civilising"), "civilizing"), - (UniCase("relpacement"), "replacement"), - (UniCase("comaprison"), "comparison"), - (UniCase("suseptable"), "susceptible"), - (UniCase("cocktials"), "cocktails"), - (UniCase("exceptionel"), "exceptional"), - (UniCase("archtype"), "archetype"), - (UniCase("convorsations"), "conversations"), - (UniCase("protugal"), "portugal"), - (UniCase("sufferered"), "suffered"), - (UniCase("torchlgiht"), "torchlight"), - (UniCase("disconenct"), "disconnect"), - (UniCase("paritally"), "partially"), - (UniCase("defitenly"), "definetly"), - (UniCase("levelled"), "leveled"), - (UniCase("revitalise"), "revitalize"), - (UniCase("lifetsyles"), "lifestyles"), - (UniCase("dessicated"), "desiccated"), - (UniCase("monstrasity"), "monstrosity"), - (UniCase("accpetance"), "acceptance"), - (UniCase("industrialises"), "industrializes"), - (UniCase("humoros"), "humorous"), - (UniCase("atheistc"), "atheistic"), - (UniCase("engagemnet"), "engagements"), - (UniCase("votlage"), "voltage"), - (UniCase("monitord"), "monitored"), - (UniCase("suroundings"), "surroundings"), - (UniCase("zimbawbe"), "zimbabwe"), - (UniCase("comforming"), "comforting"), - (UniCase("shenaniganns"), "shenanigans"), - (UniCase("preinitalization"), "preinitialization"), - (UniCase("aristote"), "aristotle"), - (UniCase("independendly"), "independently"), - (UniCase("southtampon"), "southampton"), - (UniCase("cycloen"), "cyclone"), - (UniCase("determins"), "determines"), - (UniCase("intimiated"), "intimidate"), - (UniCase("avataras"), "avatars"), - (UniCase("subruban"), "suburban"), - (UniCase("essencials"), "essentials"), - (UniCase("hopsitalized"), "hospitalized"), - (UniCase("extropolate"), "extrapolate"), - (UniCase("custimizable"), "customizable"), - (UniCase("pedestrianises"), "pedestrianizes"), - (UniCase("saddnes"), "saddens"), - (UniCase("monitering"), "monitoring"), - (UniCase("hardenend"), "hardened"), - (UniCase("unimporant"), "unimportant"), - (UniCase("integrato"), "integration"), - (UniCase("essentialls"), "essentials"), - (UniCase("variabel"), "variable"), - (UniCase("downvoteing"), "downvoting"), - (UniCase("assocation"), "association"), - (UniCase("clarificaiton"), "clarification"), - (UniCase("expemtions"), "exemptions"), - (UniCase("annoucners"), "announcers"), - (UniCase("ministerens"), "ministers"), - (UniCase("absovle"), "absolve"), - (UniCase("conceviably"), "conceivably"), - (UniCase("whilsting"), "whistling"), - (UniCase("forgettting"), "forgetting"), - (UniCase("pubilsher"), "publisher"), - (UniCase("modificaton"), "modification"), - (UniCase("defelct"), "deflect"), - (UniCase("libretarian"), "libertarian"), - (UniCase("decoratie"), "decorative"), - (UniCase("exaggeratted"), "exaggerated"), - (UniCase("monrachy"), "monarchy"), - (UniCase("segregatie"), "segregated"), - (UniCase("desparation"), "desperation"), - (UniCase("compulsury"), "compulsory"), - (UniCase("abnornally"), "abnormally"), - (UniCase("collectifs"), "collects"), - (UniCase("mutliplayer"), "multiplayer"), - (UniCase("anarchiszm"), "anarchism"), - (UniCase("alechmist"), "alchemist"), - (UniCase("calculador"), "calculator"), - (UniCase("previosuly"), "previously"), - (UniCase("monstrosoty"), "monstrosity"), - (UniCase("weakenend"), "weakened"), - (UniCase("pyschological"), "psychological"), - (UniCase("instantenious"), "instantaneous"), - (UniCase("tramploine"), "trampoline"), - (UniCase("magincian"), "magician"), - (UniCase("speicals"), "specials"), - (UniCase("morbidley"), "morbidly"), - (UniCase("definitlety"), "definitly"), - (UniCase("peristent"), "persistent"), - (UniCase("sceintifically"), "scientifically"), - (UniCase("metalurgic"), "metallurgic"), - (UniCase("terrabyte"), "terabyte"), - (UniCase("questionned"), "questioned"), - (UniCase("collaros"), "collars"), - (UniCase("structurels"), "structures"), - (UniCase("afair"), "affair"), - (UniCase("katastrophic"), "catastrophic"), - (UniCase("convoulted"), "convoluted"), - (UniCase("heratige"), "heritage"), - (UniCase("allthough"), "although"), - (UniCase("phsyiological"), "physiological"), - (UniCase("thereaputic"), "therapeutic"), - (UniCase("dichtomy"), "dichotomy"), - (UniCase("guardin"), "guardian"), - (UniCase("interect"), "interacted"), - (UniCase("mediocirty"), "mediocrity"), - (UniCase("rhymme"), "rhyme"), - (UniCase("randomzied"), "randomized"), - (UniCase("generationers"), "generations"), - (UniCase("lotharingen"), "lothringen"), - (UniCase("endorcement"), "endorsement"), - (UniCase("terrotories"), "territories"), - (UniCase("halluzination"), "hallucination"), - (UniCase("xenophoby"), "xenophobia"), - (UniCase("respectuos"), "respects"), - (UniCase("adventageous"), "advantageous"), - (UniCase("acknolwedges"), "acknowledges"), - (UniCase("visualizaiton"), "visualization"), - (UniCase("innotation"), "innovation"), - (UniCase("influances"), "influences"), - (UniCase("accroding"), "according"), - (UniCase("startegically"), "strategically"), - (UniCase("synthesised"), "synthesized"), - (UniCase("prevailling"), "prevailing"), - (UniCase("outfeild"), "outfield"), - (UniCase("spindel"), "spindle"), - (UniCase("ancedote"), "anecdote"), - (UniCase("graudates"), "graduates"), - (UniCase("profesion"), "profusion"), - (UniCase("ostrecized"), "ostracized"), - (UniCase("tutorual"), "tutorial"), - (UniCase("hamphsire"), "hampshire"), - (UniCase("boook"), "book"), - (UniCase("kennedey"), "kennedy"), - (UniCase("competetion"), "competition"), - (UniCase("firefigthers"), "firefighters"), - (UniCase("journalis"), "journals"), - (UniCase("incomaptible"), "incompatible"), - (UniCase("overthinkig"), "overthinking"), - (UniCase("calcluator"), "calculators"), - (UniCase("conservativs"), "conservatism"), - (UniCase("facutally"), "factually"), - (UniCase("wreslter"), "wrestler"), - (UniCase("sterilze"), "sterile"), - (UniCase("squishly"), "squishy"), - (UniCase("calcluations"), "calculation"), - (UniCase("compulsivo"), "compulsion"), - (UniCase("procesed"), "proceeds"), - (UniCase("whistels"), "whistles"), - (UniCase("microtax"), "microatx"), - (UniCase("scholary"), "scholarly"), - (UniCase("definjtely"), "definately"), - (UniCase("illuminite"), "illuminati"), - (UniCase("knowledgble"), "knowledgable"), - (UniCase("statisitcally"), "statistically"), - (UniCase("represssion"), "repression"), - (UniCase("timne"), "time"), - (UniCase("mosnter"), "monster"), - (UniCase("desensatized"), "desensitized"), - (UniCase("artistas"), "artists"), - (UniCase("manafacturers"), "manufacturers"), - (UniCase("dysoptian"), "dystopian"), - (UniCase("portrayl"), "portrayal"), - (UniCase("epaulette"), "epaulet"), - (UniCase("lecutres"), "lectures"), - (UniCase("carefuly"), "carefully"), - (UniCase("ejaculatte"), "ejaculate"), - (UniCase("harbour"), "harbor"), - (UniCase("publicher"), "publisher"), - (UniCase("indefinitive"), "indefinite"), - (UniCase("instititional"), "institutional"), - (UniCase("diety"), "deity"), - (UniCase("nineth"), "ninth"), - (UniCase("sacreficed"), "sacrificed"), - (UniCase("justificstion"), "justifications"), - (UniCase("metropolin"), "metropolitan"), - (UniCase("organisim"), "organism"), - (UniCase("addcits"), "addicts"), - (UniCase("platnium"), "platinum"), - (UniCase("gauntlent"), "gauntlet"), - (UniCase("performancewise"), "performances"), - (UniCase("supervisar"), "supervisor"), - (UniCase("pensies"), "penises"), - (UniCase("aviaiton"), "aviation"), - (UniCase("terrorising"), "terrorizing"), - (UniCase("defininitely"), "definitively"), - (UniCase("beautilful"), "beautifully"), - (UniCase("supscriptions"), "subscriptions"), - (UniCase("regulares"), "regulars"), - (UniCase("movesped"), "movespeed"), - (UniCase("essense"), "essence"), - (UniCase("authentisity"), "authenticity"), - (UniCase("apologise"), "apologize"), - (UniCase("spectaculair"), "spectacular"), - (UniCase("indepdenent"), "independents"), - (UniCase("homecomming"), "homecoming"), - (UniCase("organised"), "organized"), - (UniCase("duelled"), "dueled"), - (UniCase("unionising"), "unionizing"), - (UniCase("fabulos"), "fabulous"), - (UniCase("hopsitals"), "hospitals"), - (UniCase("disclamier"), "disclaimer"), - (UniCase("auotcorrect"), "autocorrect"), - (UniCase("governmnet"), "government"), - (UniCase("mischeivous"), "mischievous"), - (UniCase("portrating"), "portraying"), - (UniCase("survivabililty"), "survivability"), - (UniCase("ethicallly"), "ethically"), - (UniCase("instructior"), "instructor"), - (UniCase("exersices"), "exercises"), - (UniCase("motherbard"), "motherboard"), - (UniCase("peopels"), "peoples"), - (UniCase("differnece"), "difference"), - (UniCase("retaliaton"), "retaliation"), - (UniCase("theoreticly"), "theoretical"), - (UniCase("temporay"), "temporary"), - (UniCase("fundamentalits"), "fundamentalists"), - (UniCase("dyregulation"), "deregulation"), - (UniCase("conviluted"), "convoluted"), - (UniCase("formadible"), "formidable"), - (UniCase("depositd"), "deposited"), - (UniCase("realisticaly"), "realistically"), - (UniCase("organisert"), "organizers"), - (UniCase("joanthan"), "jonathan"), - (UniCase("hstory"), "history"), - (UniCase("extreems"), "extremes"), - (UniCase("allegeance"), "allegiance"), - (UniCase("omre"), "more"), - (UniCase("peritinkle"), "periwinkle"), - (UniCase("insectos"), "insects"), - (UniCase("eifnach"), "einfach"), - (UniCase("goosebums"), "goosebumps"), - (UniCase("electricial"), "electrical"), - (UniCase("industriels"), "industries"), - (UniCase("institutionella"), "institutional"), - (UniCase("criticies"), "criticise"), - (UniCase("vulnarability"), "vulnerability"), - (UniCase("sattelites"), "satellites"), - (UniCase("intentinal"), "intentional"), - (UniCase("perihperal"), "peripheral"), - (UniCase("veiwers"), "viewers"), - (UniCase("incrediblely"), "incredibly"), - (UniCase("esitmation"), "estimation"), - (UniCase("brazillans"), "brazilians"), - (UniCase("controversa"), "controversial"), - (UniCase("moulded"), "molded"), - (UniCase("selectiose"), "selections"), - (UniCase("intervied"), "interviewed"), - (UniCase("mathemetician"), "mathematician"), - (UniCase("establishemnt"), "establishments"), - (UniCase("prohibicion"), "prohibition"), - (UniCase("eyeballls"), "eyeballs"), - (UniCase("microscophic"), "microscopic"), - (UniCase("frustrats"), "frustrates"), - (UniCase("treasurey"), "treasury"), - (UniCase("nationalising"), "nationalizing"), - (UniCase("conveniance"), "convenience"), - (UniCase("hemlets"), "helmets"), - (UniCase("premire"), "premier"), - (UniCase("recordarse"), "recorder"), - (UniCase("midifeld"), "midfield"), - (UniCase("mircotransactions"), "microtransactions"), - (UniCase("reinforcemnt"), "reinforcement"), - (UniCase("obligerated"), "obliterated"), - (UniCase("oversimplificating"), "oversimplification"), - (UniCase("assassinato"), "assassination"), - (UniCase("recurrance"), "recurrence"), - (UniCase("deficately"), "definately"), - (UniCase("celebrationis"), "celebrations"), - (UniCase("underwar"), "underwater"), - (UniCase("serenitary"), "serenity"), - (UniCase("neighbourgood"), "neighbourhood"), - (UniCase("monstruos"), "monstrous"), - (UniCase("equilavent"), "equivalent"), - (UniCase("activistes"), "activists"), - (UniCase("aptitudine"), "aptitude"), - (UniCase("overpopluation"), "overpopulation"), - (UniCase("connectos"), "connectors"), - (UniCase("arithmentic"), "arithmetic"), - (UniCase("realy"), "really"), - (UniCase("ostracises"), "ostracizes"), - (UniCase("coordinants"), "coordinates"), - (UniCase("developors"), "develops"), - (UniCase("condiscending"), "condescending"), - (UniCase("techtician"), "technician"), - (UniCase("strategis"), "strategies"), - (UniCase("ostenisbly"), "ostensibly"), - (UniCase("democrasies"), "democracies"), - (UniCase("mayalsia"), "malaysia"), - (UniCase("pursuaded"), "persuaded"), - (UniCase("chemcial"), "chemical"), - (UniCase("gaurd"), "guard"), - (UniCase("interpretationen"), "interpretations"), - (UniCase("commerically"), "commercially"), - (UniCase("logisitcs"), "logistics"), - (UniCase("transgeder"), "transgender"), - (UniCase("compeating"), "completing"), - (UniCase("terrorises"), "terrorizes"), - (UniCase("crucibe"), "crucible"), - (UniCase("historinhas"), "historians"), - (UniCase("prostituee"), "prostitute"), - (UniCase("inspektors"), "inspectors"), - (UniCase("compleet"), "complete"), - (UniCase("predjuice"), "prejudice"), - (UniCase("minstry"), "ministry"), - (UniCase("crimanally"), "criminally"), - (UniCase("preceeding"), "preceding"), - (UniCase("rumorus"), "rumours"), - (UniCase("compariosn"), "comparisons"), - (UniCase("populationes"), "populations"), - (UniCase("abstruction"), "abstraction"), - (UniCase("distoriton"), "distortion"), - (UniCase("simulacion"), "simulation"), - (UniCase("testice"), "testicle"), - (UniCase("thurdsays"), "thursdays"), - (UniCase("expansivos"), "expansions"), - (UniCase("artcile"), "article"), - (UniCase("utilisable"), "utilizable"), - (UniCase("contagios"), "contagious"), - (UniCase("pedestirans"), "pedestrians"), - (UniCase("intellectuel"), "intellectual"), - (UniCase("detectie"), "detectives"), - (UniCase("grapefrukt"), "grapefruit"), - (UniCase("napolean"), "napoleon"), - (UniCase("bureaucrasy"), "bureaucrats"), - (UniCase("compunet"), "compute"), - (UniCase("constraits"), "constraints"), - (UniCase("pulisher"), "publisher"), - (UniCase("slipperly"), "slippery"), - (UniCase("prostitutos"), "prostitutes"), - (UniCase("snowballling"), "snowballing"), - (UniCase("tutoriales"), "tutorials"), - (UniCase("worshoping"), "worshiping"), - (UniCase("prioritice"), "prioritize"), - (UniCase("celebrites"), "celebrities"), - (UniCase("compeitions"), "competitions"), - (UniCase("stardardized"), "standardized"), - (UniCase("populos"), "populous"), - (UniCase("symptomes"), "symptoms"), - (UniCase("juadism"), "judaism"), - (UniCase("overprised"), "overpriced"), - (UniCase("reffering"), "referring"), - (UniCase("incorrecty"), "incorrectly"), - (UniCase("indiands"), "indians"), - (UniCase("brazileans"), "brazilians"), - (UniCase("skillslots"), "skillshots"), - (UniCase("wallpapaers"), "wallpapers"), - (UniCase("converstion"), "conversion"), - (UniCase("arcitechture"), "architecture"), - (UniCase("vascetomy"), "vasectomy"), - (UniCase("clasic"), "classic"), - (UniCase("politickin"), "politician"), - (UniCase("deflecto"), "deflection"), - (UniCase("haemorrhaging"), "hemorrhaging"), - (UniCase("commodoties"), "commodities"), - (UniCase("vaccinatie"), "vaccinated"), - (UniCase("caricatore"), "caricature"), - (UniCase("acceleread"), "accelerated"), - (UniCase("immortalising"), "immortalizing"), - (UniCase("renewabels"), "renewables"), - (UniCase("tenacle"), "tentacle"), - (UniCase("checkear"), "checker"), - (UniCase("symapthy"), "sympathy"), - (UniCase("enthusiastics"), "enthusiasts"), - (UniCase("caterpillers"), "caterpillars"), - (UniCase("commendments"), "commandments"), - (UniCase("persumably"), "presumably"), - (UniCase("replaceble"), "replaceable"), - (UniCase("bernouilli"), "bernoulli"), - (UniCase("expolsion"), "explosion"), - (UniCase("comepndium"), "compendium"), - (UniCase("templarios"), "templars"), - (UniCase("rennovation"), "renovation"), - (UniCase("politicises"), "politicizes"), - (UniCase("destinty"), "destiny"), - (UniCase("sterilising"), "sterilizing"), - (UniCase("compilcated"), "complicate"), - (UniCase("constarnation"), "consternation"), - (UniCase("epidsodes"), "episodes"), - (UniCase("denominaton"), "denomination"), - (UniCase("quizes"), "quizzes"), - (UniCase("hestiation"), "hesitation"), - (UniCase("concentratons"), "concentrations"), - (UniCase("notario"), "ontario"), - (UniCase("withdrawles"), "withdrawals"), - (UniCase("virualization"), "visualization"), - (UniCase("perdictive"), "predictive"), - (UniCase("fictious"), "fictitious"), - (UniCase("cuestionable"), "questionable"), - (UniCase("condulences"), "condolences"), - (UniCase("reincatnation"), "reincarnation"), - (UniCase("meaninng"), "meaning"), - (UniCase("wnated"), "wanted"), - (UniCase("nulcear"), "nuclear"), - (UniCase("phylosophical"), "philosophical"), - (UniCase("fabricacion"), "fabrication"), - (UniCase("arrengement"), "arrangement"), - (UniCase("multipleye"), "multiply"), - (UniCase("incorporare"), "incorporate"), - (UniCase("rilvaries"), "rivalries"), - (UniCase("euphoira"), "euphoria"), - (UniCase("misrepresentaion"), "misrepresentation"), - (UniCase("elimimates"), "eliminates"), - (UniCase("planeswlakers"), "planeswalker"), - (UniCase("technologia"), "technological"), - (UniCase("commision"), "commission"), - (UniCase("duetschland"), "deutschland"), - (UniCase("hypocrit"), "hypocrite"), - (UniCase("childbrith"), "childbirth"), - (UniCase("wednesdsay"), "wednesdays"), - (UniCase("reorganisations"), "reorganizations"), - (UniCase("impossable"), "impossible"), - (UniCase("verison"), "version"), - (UniCase("conserned"), "concerned"), - (UniCase("infinitie"), "infinite"), - (UniCase("cartirdge"), "cartridge"), - (UniCase("fountian"), "fountain"), - (UniCase("jamiacan"), "jamaican"), - (UniCase("subisdized"), "subsidized"), - (UniCase("reasonal"), "reasonably"), - (UniCase("courthourse"), "courthouse"), - (UniCase("automatiek"), "automate"), - (UniCase("virginis"), "virgins"), - (UniCase("muffinus"), "muffins"), - (UniCase("personaly"), "personally"), - (UniCase("mechanims"), "mechanism"), - (UniCase("narcissisitc"), "narcissist"), - (UniCase("deliberant"), "deliberate"), - (UniCase("iranina"), "iranian"), - (UniCase("vincinity"), "vicinity"), - (UniCase("airporta"), "airports"), - (UniCase("reconaissance"), "reconnaissance"), - (UniCase("thankfuly"), "thankfully"), - (UniCase("festivales"), "festivals"), - (UniCase("reflecto"), "reflection"), - (UniCase("inclinde"), "incline"), - (UniCase("transcrpit"), "transcript"), - (UniCase("withdrawning"), "withdrawing"), - (UniCase("documantaries"), "documentaries"), - (UniCase("promisculous"), "promiscuous"), - (UniCase("preperations"), "preparations"), - (UniCase("gamerga"), "gamertag"), - (UniCase("metaphsyics"), "metaphysics"), - (UniCase("paitent"), "patient"), - (UniCase("intimidare"), "intimidate"), - (UniCase("carmalite"), "carmelite"), - (UniCase("monologe"), "monologue"), - (UniCase("comeptition"), "competition"), - (UniCase("adn"), "and"), - (UniCase("abstante"), "bastante"), - (UniCase("mannersims"), "mannerisms"), - (UniCase("avtaars"), "avatars"), - (UniCase("oylmpics"), "olympics"), - (UniCase("connectivitiy"), "connectivity"), - (UniCase("dyansty"), "dynasty"), - (UniCase("daed"), "dead"), - (UniCase("familairity"), "familiarity"), - (UniCase("pratictioner"), "practitioners"), - (UniCase("staduim"), "stadium"), - (UniCase("lithuaina"), "lithuania"), - (UniCase("electhor"), "electro"), - (UniCase("conflictos"), "conflicts"), - (UniCase("achieveds"), "achieves"), - (UniCase("thesits"), "theists"), - (UniCase("mandarion"), "mandarin"), - (UniCase("diasble"), "disable"), - (UniCase("caliofrnia"), "californian"), - (UniCase("unlockes"), "unlocks"), - (UniCase("familiarises"), "familiarizes"), - (UniCase("abnoramlly"), "abnormally"), - (UniCase("manifactures"), "manufactures"), - (UniCase("virbator"), "vibrator"), - (UniCase("socrateks"), "socrates"), - (UniCase("bureaucracie"), "bureaucratic"), - (UniCase("orded"), "ordered"), - (UniCase("improvized"), "improvised"), - (UniCase("campuss"), "campuses"), - (UniCase("natioanlist"), "nationalist"), - (UniCase("ejacualtion"), "ejaculation"), - (UniCase("cuacasian"), "caucasian"), - (UniCase("colonises"), "colonizes"), - (UniCase("helictoper"), "helicopters"), - (UniCase("ehtanol"), "ethanol"), - (UniCase("gltiches"), "glitches"), - (UniCase("periphrial"), "peripheral"), - (UniCase("deatlhy"), "deathly"), - (UniCase("perdictions"), "predictions"), - (UniCase("paragrah"), "paragraph"), - (UniCase("encyclopeedia"), "encyclopedia"), - (UniCase("relentlesly"), "relentlessly"), - (UniCase("onsalught"), "onslaught"), - (UniCase("econimically"), "economically"), - (UniCase("vaildated"), "validated"), - (UniCase("amnestry"), "amnesty"), - (UniCase("stuidos"), "studios"), - (UniCase("anaesthesia"), "anesthesia"), - (UniCase("spectauclar"), "spectacular"), - (UniCase("stormfrount"), "stormfront"), - (UniCase("garabge"), "garbage"), - (UniCase("munchis"), "munchies"), - (UniCase("respriatory"), "respiratory"), - (UniCase("penalites"), "penalties"), - (UniCase("fortunetly"), "fortunately"), - (UniCase("separaters"), "separates"), - (UniCase("astronaunt"), "astronaut"), - (UniCase("pancaeks"), "pancakes"), - (UniCase("humaniod"), "humanoid"), - (UniCase("tihs"), "this"), - (UniCase("militarises"), "militarizes"), - (UniCase("delpoyed"), "deployed"), - (UniCase("congresssmen"), "congressmen"), - (UniCase("atrillery"), "artillery"), - (UniCase("intevene"), "intervene"), - (UniCase("independante"), "independents"), - (UniCase("pretensje"), "pretense"), - (UniCase("heaviliy"), "heavily"), - (UniCase("commantator"), "commentator"), - (UniCase("interferance"), "interference"), - (UniCase("presidet"), "presidents"), - (UniCase("bergamont"), "bergamot"), - (UniCase("refrigirator"), "refrigerator"), - (UniCase("downstaris"), "downstairs"), - (UniCase("respectivily"), "respectively"), - (UniCase("virtuose"), "virtues"), - (UniCase("speechers"), "speeches"), - (UniCase("neighbours"), "neighbors"), - (UniCase("eastwod"), "eastwood"), - (UniCase("sacrifaced"), "sacrificed"), - (UniCase("belabouring"), "belaboring"), - (UniCase("versalite"), "versatile"), - (UniCase("authorise"), "authorize"), - (UniCase("partecipated"), "participated"), - (UniCase("tuesdsy"), "tuesdays"), - (UniCase("expolit"), "exploit"), - (UniCase("disproportiante"), "disproportionate"), - (UniCase("precedense"), "precedence"), - (UniCase("manifestado"), "manifesto"), - (UniCase("deadlifs"), "deadlifts"), - (UniCase("ungreatful"), "ungrateful"), - (UniCase("conicidental"), "coincidental"), - (UniCase("alchoolism"), "alcoholism"), - (UniCase("intimidatin"), "intimidation"), - (UniCase("occurrance"), "occurrence"), - (UniCase("cheezecake"), "cheesecake"), - (UniCase("automatied"), "automate"), - (UniCase("disgruntld"), "disgruntled"), - (UniCase("kilometeres"), "kilometers"), - (UniCase("apsaragus"), "asparagus"), - (UniCase("affaires"), "affairs"), - (UniCase("mutliple"), "multiple"), - (UniCase("inhumaan"), "inhuman"), - (UniCase("prescrie"), "prescribed"), - (UniCase("quarantene"), "quarantine"), - (UniCase("occaison"), "occasion"), - (UniCase("illuminoti"), "illuminati"), - (UniCase("permisison"), "permissions"), - (UniCase("misdemeaner"), "misdemeanor"), - (UniCase("admissable"), "admissible"), - (UniCase("furstrated"), "frustrated"), - (UniCase("facilitare"), "facilitate"), - (UniCase("spiritus"), "spirits"), - (UniCase("particularise"), "particularize"), - (UniCase("unplesant"), "unpleasant"), - (UniCase("accross"), "across"), - (UniCase("illuminuti"), "illuminati"), - (UniCase("fighitng"), "fighting"), - (UniCase("propertius"), "properties"), - (UniCase("incramentally"), "incrementally"), - (UniCase("apon"), "upon"), - (UniCase("unconscioulsy"), "unconsciously"), - (UniCase("visibley"), "visibly"), - (UniCase("construst"), "constructs"), - (UniCase("rennovated"), "renovated"), - (UniCase("nothern"), "northern"), - (UniCase("sidelinien"), "sideline"), - (UniCase("predecesor"), "predecessor"), - (UniCase("genuinelly"), "genuinely"), - (UniCase("patriotisch"), "patriotic"), - (UniCase("exorbidant"), "exorbitant"), - (UniCase("unforgivible"), "unforgivable"), - (UniCase("metabolised"), "metabolized"), - (UniCase("maintanance"), "maintenance"), - (UniCase("inadverdently"), "inadvertently"), - (UniCase("challanges"), "challenges"), - (UniCase("disurption"), "disruption"), - (UniCase("northwesten"), "northwestern"), - (UniCase("respectos"), "respects"), - (UniCase("paranoida"), "paranoia"), - (UniCase("paedophilia"), "pedophilia"), - (UniCase("charaterized"), "characterized"), - (UniCase("ingerdients"), "ingredients"), - (UniCase("inheritage"), "heritage"), - (UniCase("familair"), "familiar"), - (UniCase("complais"), "complains"), - (UniCase("puting"), "putting"), - (UniCase("prescribtion"), "prescription"), - (UniCase("abondon"), "abandon"), - (UniCase("canalise"), "canalize"), - (UniCase("checkare"), "checker"), - (UniCase("graphis"), "graphics"), - (UniCase("particually"), "particularly"), - (UniCase("unsencored"), "uncensored"), - (UniCase("relfected"), "reflected"), - (UniCase("incompatiblity"), "incompatibility"), - (UniCase("copenhaguen"), "copenhagen"), - (UniCase("unrealisitic"), "unrealistic"), - (UniCase("adresable"), "addressable"), - (UniCase("playthrouhg"), "playthroughs"), - (UniCase("misinterpretting"), "misinterpreting"), - (UniCase("psichologically"), "psychologically"), - (UniCase("remarkabley"), "remarkably"), - (UniCase("teleprotation"), "teleportation"), - (UniCase("comfortabil"), "comfortably"), - (UniCase("enthusaists"), "enthusiasts"), - (UniCase("incarcelated"), "incarcerated"), - (UniCase("ambluance"), "ambulance"), - (UniCase("combinaison"), "combinations"), - (UniCase("consumersim"), "consumerism"), - (UniCase("delcaring"), "declaring"), - (UniCase("abdonimal"), "abdominal"), - (UniCase("fufill"), "fulfill"), - (UniCase("imperilled"), "imperiled"), - (UniCase("discound"), "discounted"), - (UniCase("opportuniste"), "opportunities"), - (UniCase("ingreidents"), "ingredient"), - (UniCase("flaghsip"), "flagship"), - (UniCase("inconsiquential"), "inconsequential"), - (UniCase("expemtion"), "exemption"), - (UniCase("principels"), "principals"), - (UniCase("energising"), "energizing"), - (UniCase("reaponsibilities"), "responsibilities"), - (UniCase("correctess"), "correctness"), - (UniCase("capitalise"), "capitalize"), - (UniCase("wokring"), "working"), - (UniCase("tyres"), "tires"), - (UniCase("respondus"), "responds"), - (UniCase("introdiction"), "introduction"), - (UniCase("thermodymanics"), "thermodynamics"), - (UniCase("mkaing"), "making"), - (UniCase("developmet"), "developments"), - (UniCase("apropriate"), "appropriate"), - (UniCase("generatting"), "generating"), - (UniCase("understandabley"), "understandably"), - (UniCase("histerically"), "historically"), - (UniCase("overclockig"), "overclocking"), - (UniCase("colonizaton"), "colonization"), - (UniCase("downstiars"), "downstairs"), - (UniCase("electorns"), "electrons"), - (UniCase("swatiska"), "swastika"), - (UniCase("insuinating"), "insinuating"), - (UniCase("indestructibe"), "indestructible"), - (UniCase("pyramidas"), "pyramids"), - (UniCase("suceeds"), "succeeds"), - (UniCase("puplisher"), "publisher"), - (UniCase("undefinitely"), "indefinitely"), - (UniCase("substiture"), "substitute"), - (UniCase("backsta"), "backseat"), - (UniCase("resurrektion"), "resurrection"), - (UniCase("categorised"), "categorized"), - (UniCase("grahpically"), "graphically"), - (UniCase("hiesman"), "heisman"), - (UniCase("tapitude"), "aptitude"), - (UniCase("performace"), "performance"), - (UniCase("substitues"), "substitutes"), - (UniCase("appriceate"), "appreciates"), - (UniCase("condomns"), "condoms"), - (UniCase("massachussetts"), "massachusetts"), - (UniCase("ungoldy"), "ungodly"), - (UniCase("archiac"), "archaic"), - (UniCase("charactoristics"), "characteristics"), - (UniCase("resistered"), "resisted"), - (UniCase("netwrok"), "network"), - (UniCase("oustanding"), "outstanding"), - (UniCase("idiologically"), "ideologically"), - (UniCase("dissastified"), "dissatisfied"), - (UniCase("oursleves"), "ourselves"), - (UniCase("dissarray"), "disarray"), - (UniCase("protocool"), "protocol"), - (UniCase("triggern"), "triggering"), - (UniCase("creacionism"), "creationism"), - (UniCase("capitlaize"), "capitalized"), - (UniCase("postive"), "positive"), - (UniCase("infintiely"), "infinitely"), - (UniCase("baordwalk"), "boardwalk"), - (UniCase("trageted"), "targeted"), - (UniCase("mysteriouly"), "mysteriously"), - (UniCase("responsd"), "responds"), - (UniCase("wrecthed"), "wretched"), - (UniCase("blizzad"), "blizzard"), - (UniCase("insaney"), "insanely"), - (UniCase("varians"), "variants"), - (UniCase("justifiy"), "justify"), - (UniCase("signifikant"), "significant"), - (UniCase("atrocoties"), "atrocities"), - (UniCase("persuasian"), "persuasion"), - (UniCase("jaimacan"), "jamaican"), - (UniCase("stealhty"), "stealthy"), - (UniCase("headseat"), "headset"), - (UniCase("hypocrasy"), "hypocrisy"), - (UniCase("excell"), "excel"), - (UniCase("evovled"), "evolved"), - (UniCase("fortunte"), "fortune"), - (UniCase("importas"), "imports"), - (UniCase("nuclean"), "unclean"), - (UniCase("proceddings"), "proceedings"), - (UniCase("sympathatic"), "sympathetic"), - (UniCase("dipthongs"), "diphthongs"), - (UniCase("fertilises"), "fertilizes"), - (UniCase("monstrostiy"), "monstrosity"), - (UniCase("amoungst"), "amongst"), - (UniCase("disgustiny"), "disgustingly"), - (UniCase("exepmtions"), "exemptions"), - (UniCase("demenstrations"), "demonstrations"), - (UniCase("experiemntal"), "experimental"), - (UniCase("statsitical"), "statistical"), - (UniCase("delpeted"), "depleted"), - (UniCase("murdereres"), "murderers"), - (UniCase("consiciousness"), "consciousness"), - (UniCase("grizzley"), "grizzly"), - (UniCase("transplats"), "transplants"), - (UniCase("refreshener"), "refresher"), - (UniCase("imigration"), "emigration"), - (UniCase("franchines"), "franchises"), - (UniCase("charactarization"), "characterization"), - (UniCase("minneapols"), "minneapolis"), - (UniCase("neutrailty"), "neutrality"), - (UniCase("accelorate"), "accelerate"), - (UniCase("universitites"), "universities"), - (UniCase("automatron"), "automation"), - (UniCase("tyranies"), "tyrannies"), - (UniCase("componet"), "components"), - (UniCase("lnowledgable"), "knowledgable"), - (UniCase("resolviste"), "resolves"), - (UniCase("autistisch"), "autistic"), - (UniCase("disctinctive"), "distinctive"), - (UniCase("embodyment"), "embodiment"), - (UniCase("longtiem"), "longtime"), - (UniCase("dissatisifed"), "dissatisfied"), - (UniCase("instantaenous"), "instantaneous"), - (UniCase("specimines"), "specimen"), - (UniCase("snivelling"), "sniveling"), - (UniCase("xenophonic"), "xenophobic"), - (UniCase("stroytelling"), "storytelling"), - (UniCase("mulitplication"), "multiplication"), - (UniCase("pyschedelics"), "psychedelics"), - (UniCase("compresson"), "compression"), - (UniCase("machins"), "machines"), - (UniCase("emphatized"), "emphasized"), - (UniCase("widespred"), "widespread"), - (UniCase("renewebles"), "renewables"), - (UniCase("emision"), "emission"), - (UniCase("cylcist"), "cyclist"), - (UniCase("delcare"), "declare"), - (UniCase("nationalty"), "nationality"), - (UniCase("unbeliavable"), "unbelievable"), - (UniCase("naturual"), "natural"), - (UniCase("unreasonabley"), "unreasonably"), - (UniCase("elimintates"), "eliminates"), - (UniCase("cirlces"), "circles"), - (UniCase("correlatos"), "correlates"), - (UniCase("mataphorical"), "metaphorical"), - (UniCase("organisera"), "organizers"), - (UniCase("alcoholisim"), "alcoholism"), - (UniCase("haematology"), "hematology"), - (UniCase("molesterd"), "molested"), - (UniCase("imperealist"), "imperialist"), - (UniCase("enviornmentally"), "environmentally"), - (UniCase("geogrpahic"), "geographic"), - (UniCase("confimred"), "confirmed"), - (UniCase("alteast"), "atleast"), - (UniCase("exploint"), "exploit"), - (UniCase("moulted"), "molted"), - (UniCase("withdrawel"), "withdrawal"), - (UniCase("subscirbe"), "subscribe"), - (UniCase("politicising"), "politicizing"), - (UniCase("questionalble"), "questionable"), - (UniCase("specailists"), "specialists"), - (UniCase("totalitatian"), "totalitarian"), - (UniCase("dysfunktion"), "dysfunction"), - (UniCase("effectiviness"), "effectiveness"), - (UniCase("institutionalises"), "institutionalizes"), - (UniCase("capitalizacion"), "capitalization"), - (UniCase("burlgar"), "burglar"), - (UniCase("separetely"), "separately"), - (UniCase("alternativly"), "alternatively"), - (UniCase("dowloads"), "downloads"), - (UniCase("exerternal"), "external"), - (UniCase("scandinava"), "scandinavian"), - (UniCase("celitcs"), "celtics"), - (UniCase("proficeint"), "proficient"), - (UniCase("departmens"), "departments"), - (UniCase("initisl"), "initials"), - (UniCase("withelist"), "whitelist"), - (UniCase("repsecting"), "respecting"), - (UniCase("accessbile"), "accessible"), - (UniCase("doubellift"), "doublelift"), - (UniCase("soverein"), "sovereign"), - (UniCase("applainces"), "appliances"), - (UniCase("disagreemet"), "disagreements"), - (UniCase("asyncronous"), "asynchronous"), - (UniCase("perfromer"), "performer"), - (UniCase("soemthin"), "somethin"), - (UniCase("devestating"), "devastating"), - (UniCase("paticular"), "particular"), - (UniCase("susceptable"), "susceptible"), - (UniCase("captialize"), "capitalize"), - (UniCase("warcrat"), "warcraft"), - (UniCase("deprication"), "deprivation"), - (UniCase("anynomity"), "anonymity"), - (UniCase("mindleslly"), "mindlessly"), - (UniCase("pertaing"), "pertaining"), - (UniCase("originalis"), "originals"), - (UniCase("immobilised"), "immobilized"), - (UniCase("particularely"), "particularly"), - (UniCase("malaysa"), "malaysia"), - (UniCase("intervalles"), "intervals"), - (UniCase("redistirbution"), "redistribution"), - (UniCase("advantageos"), "advantageous"), - (UniCase("rumour"), "rumor"), - (UniCase("priveldges"), "privileges"), - (UniCase("propoganda"), "propaganda"), - (UniCase("patronising"), "patronizing"), - (UniCase("infallable"), "infallible"), - (UniCase("spectaters"), "spectators"), - (UniCase("assnage"), "assange"), - (UniCase("critera"), "criteria"), - (UniCase("bombarderad"), "bombarded"), - (UniCase("interpretacion"), "interpretation"), - (UniCase("icleandic"), "icelandic"), - (UniCase("philadeplhia"), "philadelphia"), - (UniCase("critisiscm"), "criticisms"), - (UniCase("customising"), "customizing"), - (UniCase("sponatneous"), "spontaneous"), - (UniCase("repectable"), "repeatable"), - (UniCase("uncertainy"), "uncertainty"), - (UniCase("presitigous"), "prestigious"), - (UniCase("substanial"), "substantial"), - (UniCase("guarenteed"), "guaranteed"), - (UniCase("indipendence"), "independence"), - (UniCase("frustrastion"), "frustrations"), - (UniCase("rebouncing"), "rebounding"), - (UniCase("pronouning"), "pronouncing"), - (UniCase("highligted"), "highlighted"), - (UniCase("confisgated"), "confiscated"), - (UniCase("terretories"), "territories"), - (UniCase("somethinbg"), "somethings"), - (UniCase("rocord"), "record"), - (UniCase("rhapsodise"), "rhapsodize"), - (UniCase("prohibitivo"), "prohibition"), - (UniCase("supremasist"), "supremacist"), - (UniCase("dictionay"), "dictionary"), - (UniCase("ridicoulusness"), "ridiculousness"), - (UniCase("mircales"), "miracles"), - (UniCase("inprisonment"), "imprisonment"), - (UniCase("antagonisic"), "antagonistic"), - (UniCase("defibately"), "definately"), - (UniCase("participaton"), "participant"), - (UniCase("demonstarted"), "demonstrated"), - (UniCase("begininng"), "beginning"), - (UniCase("flanethrower"), "flamethrower"), - (UniCase("premanently"), "permanently"), - (UniCase("americain"), "american"), - (UniCase("silicoon"), "silicon"), - (UniCase("calander"), "calendar"), - (UniCase("mutlitude"), "multitude"), - (UniCase("creatue"), "creature"), - (UniCase("minimalisitc"), "minimalist"), - (UniCase("curcuit"), "circuit"), - (UniCase("teamifghts"), "teamfights"), - (UniCase("pharmacyst"), "pharmacist"), - (UniCase("philadlephia"), "philadelphia"), - (UniCase("valentimes"), "valentines"), - (UniCase("architechture"), "architecture"), - (UniCase("insistente"), "insistence"), - (UniCase("protrays"), "portrays"), - (UniCase("trasnlator"), "translator"), - (UniCase("prejiduces"), "prejudices"), - (UniCase("recitfy"), "rectify"), - (UniCase("morphen"), "morphine"), - (UniCase("irritacion"), "irritation"), - (UniCase("femminist"), "feminist"), - (UniCase("noteworhty"), "noteworthy"), - (UniCase("southernese"), "southerners"), - (UniCase("overpowerd"), "overpowered"), - (UniCase("conncetion"), "connections"), - (UniCase("envinroment"), "environments"), - (UniCase("wardobe"), "wardrobe"), - (UniCase("expresse"), "expressive"), - (UniCase("basektball"), "basketball"), - (UniCase("anitdepressants"), "antidepressants"), - (UniCase("libertaryan"), "libertarian"), - (UniCase("inconvienence"), "inconvenience"), - (UniCase("metropolos"), "metropolis"), - (UniCase("accessibile"), "accessible"), - (UniCase("garanteed"), "guaranteed"), - (UniCase("friendlines"), "friendlies"), - (UniCase("succours"), "succors"), - (UniCase("volonteer"), "volunteer"), - (UniCase("motoral"), "motorola"), - (UniCase("archetect"), "architect"), - (UniCase("bratenders"), "bartenders"), - (UniCase("relentness"), "relentless"), - (UniCase("radiactive"), "radioactive"), - (UniCase("metiphorically"), "metaphorically"), - (UniCase("foward"), "forward"), - (UniCase("survivabillity"), "survivability"), - (UniCase("orgasmes"), "orgasms"), - (UniCase("bastardus"), "bastards"), - (UniCase("seriosuly"), "seriously"), - (UniCase("shcemes"), "schemes"), - (UniCase("adnimistrator"), "administrators"), - (UniCase("overwhelimg"), "overwhelm"), - (UniCase("cyclits"), "cyclist"), - (UniCase("juducial"), "judicial"), - (UniCase("mediorce"), "mediocre"), - (UniCase("intervencion"), "intervention"), - (UniCase("antractica"), "antarctica"), - (UniCase("submisison"), "submissions"), - (UniCase("megatorn"), "megatron"), - (UniCase("hispancis"), "hispanics"), - (UniCase("territoriella"), "territorial"), - (UniCase("defensea"), "defenseman"), - (UniCase("prosectued"), "prosecuted"), - (UniCase("philosophycal"), "philosophically"), - (UniCase("jewerly"), "jewelry"), - (UniCase("ocuntry"), "country"), - (UniCase("shadasloo"), "shadaloo"), - (UniCase("visualizating"), "visualization"), - (UniCase("subsrciption"), "subscriptions"), - (UniCase("acquried"), "acquired"), - (UniCase("editorialise"), "editorialize"), - (UniCase("expries"), "expires"), - (UniCase("chairmain"), "chairman"), - (UniCase("subsudized"), "subsidized"), - (UniCase("administrar"), "administrator"), - (UniCase("loadous"), "loadouts"), - (UniCase("discipliniary"), "disciplinary"), - (UniCase("relevent"), "relevant"), - (UniCase("optomism"), "optimism"), - (UniCase("swasitka"), "swastika"), - (UniCase("morrocco"), "morocco"), - (UniCase("patriarcy"), "patriarchy"), - (UniCase("beseiged"), "besieged"), - (UniCase("differens"), "differences"), - (UniCase("colourful"), "colorful"), - (UniCase("sponosred"), "sponsored"), - (UniCase("crystalys"), "crystals"), - (UniCase("stupitidy"), "stupidity"), - (UniCase("consuelling"), "counselling"), - (UniCase("teamfigth"), "teamfight"), - (UniCase("programmes"), "programs"), - (UniCase("contimplate"), "contemplate"), - (UniCase("sysdamin"), "sysadmin"), - (UniCase("sweatshort"), "sweatshirt"), - (UniCase("stirrs"), "stirs"), - (UniCase("instututed"), "instituted"), - (UniCase("intepretator"), "interpretor"), - (UniCase("sociapathic"), "sociopathic"), - (UniCase("agracultural"), "agricultural"), - (UniCase("vyre"), "very"), - (UniCase("harases"), "harasses"), - (UniCase("somethinkg"), "somethings"), - (UniCase("insistes"), "insists"), - (UniCase("turrest"), "turrets"), - (UniCase("maximises"), "maximizes"), - (UniCase("carolled"), "caroled"), - (UniCase("storey"), "story"), - (UniCase("inconventional"), "unconventional"), - (UniCase("physcopaths"), "psychopaths"), - (UniCase("cheesees"), "cheeses"), - (UniCase("broadley"), "broadly"), - (UniCase("indirektly"), "indirectly"), - (UniCase("separatelly"), "separately"), - (UniCase("alientating"), "alienating"), - (UniCase("artemios"), "artemis"), - (UniCase("implementacion"), "implementation"), - (UniCase("considerant"), "considerate"), - (UniCase("trememdously"), "tremendously"), - (UniCase("mulitply"), "multiply"), - (UniCase("indictement"), "indictment"), - (UniCase("conceivabley"), "conceivably"), - (UniCase("canniablism"), "cannibalism"), - (UniCase("thta"), "that"), - (UniCase("waterprooof"), "waterproof"), - (UniCase("inadequete"), "inadequate"), - (UniCase("browisng"), "browsing"), - (UniCase("exercicing"), "exercising"), - (UniCase("describtion"), "description"), - (UniCase("appealling"), "appealing"), - (UniCase("peroids"), "periods"), - (UniCase("campusers"), "campuses"), - (UniCase("defaint"), "defiant"), - (UniCase("terratorial"), "territorial"), - (UniCase("revelaiton"), "revelations"), - (UniCase("transparentcy"), "transparency"), - (UniCase("interpert"), "interpret"), - (UniCase("attribue"), "attribute"), - (UniCase("hallusination"), "hallucination"), - (UniCase("meatballers"), "meatballs"), - (UniCase("spreaded"), "spread"), - (UniCase("demobilised"), "demobilized"), - (UniCase("transperant"), "transparent"), - (UniCase("catergorized"), "categorized"), - (UniCase("conatiner"), "container"), - (UniCase("promethesus"), "prometheus"), - (UniCase("thaliand"), "thailand"), - (UniCase("frientzoned"), "friendzoned"), - (UniCase("premillenial"), "premillennial"), - (UniCase("avation"), "aviation"), - (UniCase("glaicer"), "glacier"), - (UniCase("paraprashing"), "paraphrasing"), - (UniCase("glitchey"), "glitchy"), - (UniCase("narcisscist"), "narcissist"), - (UniCase("runnung"), "running"), - (UniCase("annoint"), "anoint"), - (UniCase("restrictins"), "restricts"), - (UniCase("depserate"), "desperate"), - (UniCase("necromencer"), "necromancer"), - (UniCase("artifiically"), "artificially"), - (UniCase("cashieres"), "cashiers"), - (UniCase("proponenets"), "proponents"), - (UniCase("secertly"), "secretly"), - (UniCase("administrativne"), "administrative"), - (UniCase("anomynity"), "anonymity"), - (UniCase("nauitlus"), "nautilus"), - (UniCase("succesions"), "succession"), - (UniCase("construced"), "constructed"), - (UniCase("democraphic"), "demographic"), - (UniCase("recoverys"), "recovers"), - (UniCase("greeneer"), "greener"), - (UniCase("owuldve"), "wouldve"), - (UniCase("trustworhty"), "trustworthy"), - (UniCase("reporteros"), "reporters"), - (UniCase("alledgely"), "allegedly"), - (UniCase("addopt"), "adopt"), - (UniCase("antisocail"), "antisocial"), - (UniCase("stimluating"), "stimulating"), - (UniCase("faciliate"), "facilitate"), - (UniCase("abandenment"), "abandonment"), - (UniCase("undenaibly"), "undeniably"), - (UniCase("tunnelling"), "tunneling"), - (UniCase("recepcionist"), "receptionist"), - (UniCase("podemso"), "podemos"), - (UniCase("attrocities"), "atrocities"), - (UniCase("journalsim"), "journalism"), - (UniCase("earnt"), "earned"), - (UniCase("attactment"), "attachment"), - (UniCase("globalisation"), "globalization"), - (UniCase("jamaicaman"), "jamaican"), - (UniCase("unauthoried"), "unauthorized"), - (UniCase("corporativo"), "corporation"), - (UniCase("explortation"), "exploitation"), - (UniCase("marliyn"), "marilyn"), - (UniCase("phenomenol"), "phenomenal"), - (UniCase("autograh"), "autograph"), - (UniCase("unsubstanciated"), "unsubstantiated"), - (UniCase("sweatshit"), "sweatshirt"), - (UniCase("lieing"), "lying"), - (UniCase("gravitatie"), "gravitate"), - (UniCase("actualmy"), "actualy"), - (UniCase("depolyed"), "deployed"), - (UniCase("hvae"), "have"), - (UniCase("phyiscs"), "physics"), - (UniCase("waggons"), "wagons"), - (UniCase("segrigation"), "segregation"), - (UniCase("attidute"), "attitude"), - (UniCase("othrodox"), "orthodox"), - (UniCase("clinicas"), "clinics"), - (UniCase("compots"), "compost"), - (UniCase("cringeworthly"), "cringeworthy"), - (UniCase("emergancies"), "emergencies"), - (UniCase("scracthes"), "scratches"), - (UniCase("infulential"), "influential"), - (UniCase("playthrogh"), "playthrough"), - (UniCase("phemonena"), "phenomena"), - (UniCase("peninusla"), "peninsula"), - (UniCase("magnificient"), "magnificent"), - (UniCase("deliverate"), "deliberate"), - (UniCase("orgainze"), "organize"), - (UniCase("stalkear"), "stalker"), - (UniCase("filessytem"), "filesystem"), - (UniCase("adeqaute"), "adequate"), - (UniCase("porletariat"), "proletariat"), - (UniCase("floursih"), "flourish"), - (UniCase("participante"), "participate"), - (UniCase("proffesor"), "professor"), - (UniCase("nocturen"), "nocturne"), - (UniCase("proselytises"), "proselytizes"), - (UniCase("intreguing"), "intriguing"), - (UniCase("hospitallity"), "hospitality"), - (UniCase("stutterring"), "stuttering"), - (UniCase("smartre"), "smarter"), - (UniCase("litllefinger"), "littlefinger"), - (UniCase("suscepitble"), "susceptible"), - (UniCase("famoust"), "famous"), - (UniCase("popoulus"), "populous"), - (UniCase("mistreaded"), "mistreated"), - (UniCase("manupulative"), "manipulative"), - (UniCase("technichian"), "technician"), - (UniCase("opose"), "oppose"), - (UniCase("factuallity"), "factually"), - (UniCase("ammendment"), "amendment"), - (UniCase("ajdectives"), "adjectives"), - (UniCase("memoriez"), "memorize"), - (UniCase("anonymoys"), "anonymously"), - (UniCase("intidimate"), "intimidate"), - (UniCase("foreward"), "foreword"), - (UniCase("agonises"), "agonizes"), - (UniCase("motiviated"), "motivated"), - (UniCase("asociated"), "associated"), - (UniCase("accomponied"), "accompanied"), - (UniCase("unsucessfull"), "unsuccessful"), - (UniCase("passabel"), "passable"), - (UniCase("partiets"), "parties"), - (UniCase("withholdng"), "withholding"), - (UniCase("incompetente"), "incompetence"), - (UniCase("croporations"), "corporations"), - (UniCase("conspriacies"), "conspiracies"), - (UniCase("allegience"), "allegiance"), - (UniCase("repeateadly"), "repeatedly"), - (UniCase("prevencion"), "prevention"), - (UniCase("insturmental"), "instrumental"), - (UniCase("wednessday"), "wednesdays"), - (UniCase("dissipatore"), "dissipate"), - (UniCase("intrige"), "intrigue"), - (UniCase("bodydbuilder"), "bodybuilder"), - (UniCase("cassawory"), "cassowary"), - (UniCase("ciltoris"), "clitoris"), - (UniCase("dementa"), "dementia"), - (UniCase("appeareance"), "appearance"), - (UniCase("desicions"), "decisions"), - (UniCase("incompatble"), "incompatible"), - (UniCase("implausble"), "implausible"), - (UniCase("virgintiy"), "virginity"), - (UniCase("acknolwedged"), "acknowledged"), - (UniCase("overlcocking"), "overclocking"), - (UniCase("lavae"), "larvae"), - (UniCase("louisvile"), "louisville"), - (UniCase("tyrannises"), "tyrannizes"), - (UniCase("manualy"), "manually"), - (UniCase("blasphmey"), "blasphemy"), - (UniCase("retrospekt"), "retrospect"), - (UniCase("engieneers"), "engineers"), - (UniCase("boradcasts"), "broadcasts"), - (UniCase("disgraseful"), "disgraceful"), - (UniCase("amrageddon"), "armageddon"), - (UniCase("demonstre"), "demonstrate"), - (UniCase("herculeasy"), "hercules"), - (UniCase("protistant"), "protestant"), - (UniCase("paychologist"), "psychologist"), - (UniCase("succcesses"), "successes"), - (UniCase("weild"), "wield"), - (UniCase("comissioned"), "commissioned"), - (UniCase("bureaucratics"), "bureaucrats"), - (UniCase("provervial"), "proverbial"), - (UniCase("sycning"), "syncing"), - (UniCase("dissapionted"), "dissapointed"), - (UniCase("decriminalising"), "decriminalizing"), - (UniCase("spoliers"), "spoilers"), - (UniCase("cylindre"), "cylinder"), - (UniCase("exploreres"), "explorers"), - (UniCase("inevitibly"), "inevitably"), - (UniCase("windsheilds"), "windshield"), - (UniCase("challeneger"), "challenger"), - (UniCase("advertisments"), "advertisements"), - (UniCase("formuladas"), "formulas"), - (UniCase("wrok"), "work"), - (UniCase("fossiles"), "fossils"), - (UniCase("mechanincs"), "mechanic"), - (UniCase("investagated"), "investigated"), - (UniCase("electrican"), "electrician"), - (UniCase("organzie"), "organize"), - (UniCase("initiatves"), "initiatives"), - (UniCase("conontation"), "connotation"), - (UniCase("repeatedlt"), "repealed"), - (UniCase("fethces"), "fetches"), - (UniCase("sungalsses"), "sunglasses"), - (UniCase("circularised"), "circularized"), - (UniCase("febuary"), "february"), - (UniCase("flippade"), "flipped"), - (UniCase("trialled"), "trialed"), - (UniCase("chanpionships"), "championships"), - (UniCase("intepretation"), "interpretation"), - (UniCase("prioritisation"), "prioritization"), - (UniCase("radioactice"), "radioactive"), - (UniCase("repsects"), "respects"), - (UniCase("esential"), "essential"), - (UniCase("infestating"), "infestation"), - (UniCase("cigerattes"), "cigarettes"), - (UniCase("exahustion"), "exhaustion"), - (UniCase("cancerns"), "cancers"), - (UniCase("superfical"), "superficial"), - (UniCase("thrusdays"), "thursdays"), - (UniCase("specialies"), "specializes"), - (UniCase("cholosterol"), "cholesterol"), - (UniCase("repeatetly"), "repeatedly"), - (UniCase("specialzed"), "specialized"), - (UniCase("encarcerated"), "incarcerated"), - (UniCase("pyschedelic"), "psychedelic"), - (UniCase("antiobitics"), "antibiotic"), - (UniCase("restaraunts"), "restaurants"), - (UniCase("epilepsey"), "epilepsy"), - (UniCase("westernises"), "westernizes"), - (UniCase("archetpye"), "archetype"), - (UniCase("constructus"), "constructs"), - (UniCase("scorpin"), "scorpion"), - (UniCase("inferir"), "inferior"), - (UniCase("discrimanatory"), "discriminatory"), - (UniCase("misinterpriting"), "misinterpreting"), - (UniCase("domiante"), "dominate"), - (UniCase("recgonize"), "recognize"), - (UniCase("steadliy"), "steadily"), - (UniCase("centigrammes"), "centigrams"), - (UniCase("mounth"), "month"), - (UniCase("manipule"), "manipulate"), - (UniCase("practicallity"), "practically"), - (UniCase("reniforcements"), "reinforcements"), - (UniCase("palestinier"), "palestine"), - (UniCase("supsension"), "suspension"), - (UniCase("absestos"), "asbestos"), - (UniCase("scannign"), "scanning"), - (UniCase("infaltable"), "inflatable"), - (UniCase("inexplicablly"), "inexplicably"), - (UniCase("heterosexuella"), "heterosexual"), - (UniCase("androidtvs"), "androids"), - (UniCase("experssion"), "expression"), - (UniCase("downloadas"), "downloads"), - (UniCase("upgardes"), "upgrades"), - (UniCase("subsadized"), "subsidized"), - (UniCase("embarassimg"), "embarassing"), - (UniCase("algoritmes"), "algorithms"), - (UniCase("greenhosue"), "greenhouse"), - (UniCase("restirction"), "restriction"), - (UniCase("subsequenty"), "subsequently"), - (UniCase("recongise"), "recognise"), - (UniCase("favoritisme"), "favorites"), - (UniCase("institutionlized"), "institutionalized"), - (UniCase("friendsies"), "friendlies"), - (UniCase("mosqueto"), "mosquitoes"), - (UniCase("legislacion"), "legislation"), - (UniCase("diminising"), "diminishing"), - (UniCase("communisim"), "communism"), - (UniCase("spirutually"), "spiritually"), - (UniCase("vamipres"), "vampires"), - (UniCase("intelligant"), "intelligent"), - (UniCase("quesitonable"), "questionable"), - (UniCase("jeweller"), "jeweler"), - (UniCase("condesned"), "condensed"), - (UniCase("denomonations"), "denominations"), - (UniCase("interprut"), "interrupt"), - (UniCase("vigrins"), "virgins"), - (UniCase("inguenity"), "ingenuity"), - (UniCase("dicovery"), "discovery"), - (UniCase("preservare"), "preserve"), - (UniCase("substansial"), "substantial"), - (UniCase("congressen"), "congressmen"), - (UniCase("automodertor"), "automoderator"), - (UniCase("cerberal"), "cerebral"), - (UniCase("covanent"), "covenant"), - (UniCase("interactifs"), "interacts"), - (UniCase("vulgarise"), "vulgarize"), - (UniCase("occassional"), "occasional"), - (UniCase("obediant"), "obedient"), - (UniCase("arival"), "arrival"), - (UniCase("whihc"), "which"), - (UniCase("desencitized"), "desensitized"), - (UniCase("versatiliy"), "versatility"), - (UniCase("detramental"), "detrimental"), - (UniCase("acadmic"), "academic"), - (UniCase("insidiuos"), "insidious"), - (UniCase("maestries"), "masteries"), - (UniCase("dusfunctional"), "dysfunctional"), - (UniCase("styrofaom"), "styrofoam"), - (UniCase("standbay"), "standby"), - (UniCase("suggestied"), "suggestive"), - (UniCase("contradicory"), "contradictory"), - (UniCase("sponteanously"), "spontaneously"), - (UniCase("archytypes"), "archetypes"), - (UniCase("intervines"), "intervenes"), - (UniCase("compromosing"), "compromising"), - (UniCase("surprizing"), "surprising"), - (UniCase("stabilisers"), "stabilizers"), - (UniCase("chansellor"), "chancellor"), - (UniCase("moustace"), "moustache"), - (UniCase("motorolja"), "motorola"), - (UniCase("photogrpaher"), "photographer"), - (UniCase("obsessie"), "obsessive"), - (UniCase("ceromony"), "ceremony"), - (UniCase("charicterization"), "characterization"), - (UniCase("chelsae"), "chelsea"), - (UniCase("informitive"), "informative"), - (UniCase("epliepsy"), "epilepsy"), - (UniCase("accidentaly"), "accidentally"), - (UniCase("rollerocaster"), "rollercoaster"), - (UniCase("mongolos"), "mongols"), - (UniCase("launhed"), "launched"), - (UniCase("flametrhower"), "flamethrower"), - (UniCase("incoroporated"), "incorporated"), - (UniCase("extendes"), "extends"), - (UniCase("sapcebar"), "spacebar"), - (UniCase("foreamrs"), "forearms"), - (UniCase("disclousre"), "disclosure"), - (UniCase("savours"), "savors"), - (UniCase("originnally"), "originally"), - (UniCase("unristricted"), "unrestricted"), - (UniCase("intellegent"), "intelligent"), - (UniCase("bleuberry"), "blueberry"), - (UniCase("appaluse"), "applause"), - (UniCase("islamisists"), "islamists"), - (UniCase("innocenters"), "innocents"), - (UniCase("cambirdge"), "cambridge"), - (UniCase("furition"), "fruition"), - (UniCase("emphsis"), "emphasis"), - (UniCase("incorrecly"), "incorrectly"), - (UniCase("misogynstic"), "misogynist"), - (UniCase("scramblies"), "scramble"), - (UniCase("procreatin"), "procreation"), - (UniCase("assassintation"), "assassination"), - (UniCase("rhapsodomy"), "rhapsody"), - (UniCase("performnace"), "performances"), - (UniCase("maneouvre"), "manoeuvre"), - (UniCase("analitycal"), "analytical"), - (UniCase("manufacutres"), "manufactures"), - (UniCase("scientificlly"), "scientifically"), - (UniCase("visualises"), "visualizes"), - (UniCase("bureaucracts"), "bureaucrats"), - (UniCase("citizinship"), "citizenship"), - (UniCase("sophisticaed"), "sophisticated"), - (UniCase("exisitng"), "existing"), - (UniCase("workfroce"), "workforce"), - (UniCase("restrictie"), "restrictive"), - (UniCase("chambre"), "chamber"), - (UniCase("arcehtypes"), "archetypes"), - (UniCase("restrics"), "restricts"), - (UniCase("infedility"), "infidelity"), - (UniCase("ministr"), "minister"), - (UniCase("critizising"), "criticizing"), - (UniCase("snowlfake"), "snowflake"), - (UniCase("advocay"), "advocacy"), - (UniCase("comprese"), "compressed"), - (UniCase("deflecticon"), "deflection"), - (UniCase("excpetionally"), "exceptionally"), - (UniCase("androgeny"), "androgyny"), - (UniCase("hallowen"), "halloween"), - (UniCase("interperters"), "interpreter"), - (UniCase("adolescense"), "adolescence"), - (UniCase("buliding"), "building"), - (UniCase("electoratul"), "electoral"), - (UniCase("instelling"), "installing"), - (UniCase("suppresors"), "suppressor"), - (UniCase("probabilite"), "probabilities"), - (UniCase("brainwased"), "brainwashed"), - (UniCase("anyoens"), "anyones"), - (UniCase("decoratieve"), "decorative"), - (UniCase("possiblilty"), "possibility"), - (UniCase("comfertable"), "comfortable"), - (UniCase("methodoly"), "methodology"), - (UniCase("anceint"), "ancient"), - (UniCase("pornograpghy"), "pornography"), - (UniCase("representativo"), "representation"), - (UniCase("headquarer"), "headquarter"), - (UniCase("unrpoven"), "unproven"), - (UniCase("aborginial"), "aboriginal"), - (UniCase("predictie"), "predictive"), - (UniCase("trinkes"), "trinkets"), - (UniCase("decscription"), "description"), - (UniCase("familiarze"), "familiarize"), - (UniCase("intergate"), "integrate"), - (UniCase("approximetly"), "approximately"), - (UniCase("stabilised"), "stabilized"), - (UniCase("clikcbait"), "clickbait"), - (UniCase("preimum"), "premium"), - (UniCase("interceptons"), "interceptions"), - (UniCase("neutraal"), "neutral"), - (UniCase("recrutiers"), "recruiters"), - (UniCase("volatillity"), "volatility"), - (UniCase("condmen"), "condemn"), - (UniCase("thoeretical"), "theoretical"), - (UniCase("pilgrimmages"), "pilgrimages"), - (UniCase("unrwitten"), "unwritten"), - (UniCase("storytellling"), "storytelling"), - (UniCase("adpatation"), "adaptation"), - (UniCase("enlighment"), "enlighten"), - (UniCase("tranistioning"), "transitioning"), - (UniCase("qualificaiton"), "qualifications"), - (UniCase("tjhe"), "the"), - (UniCase("appreication"), "appreciation"), - (UniCase("predictave"), "predictive"), - (UniCase("knowledgeble"), "knowledgeable"), - (UniCase("populer"), "popular"), - (UniCase("assistence"), "assistance"), - (UniCase("circumstantal"), "circumstantial"), - (UniCase("benefecial"), "beneficial"), - (UniCase("invisilibity"), "invisibility"), - (UniCase("technologicly"), "technological"), - (UniCase("saddenes"), "saddens"), - (UniCase("whitsles"), "whistles"), - (UniCase("depersonalising"), "depersonalizing"), - (UniCase("consolidare"), "consolidate"), - (UniCase("bulletpoof"), "bulletproof"), - (UniCase("suspectes"), "suspects"), - (UniCase("patriotisim"), "patriotism"), - (UniCase("proposterous"), "preposterous"), - (UniCase("deriviated"), "derived"), - (UniCase("intidimation"), "intimidation"), - (UniCase("defiintely"), "definately"), - (UniCase("sepcially"), "specially"), - (UniCase("comited"), "committed"), - (UniCase("aesthestic"), "aesthetics"), - (UniCase("massacer"), "massacre"), - (UniCase("handedy"), "handedly"), - (UniCase("acknolwedging"), "acknowledging"), - (UniCase("wholeheartdly"), "wholeheartedly"), - (UniCase("recommondations"), "recommendations"), - (UniCase("liberalisim"), "liberalism"), - (UniCase("megathred"), "megathread"), - (UniCase("monagomy"), "monogamy"), - (UniCase("helpped"), "helped"), - (UniCase("palestininan"), "palestinian"), - (UniCase("quailty"), "quality"), - (UniCase("philadelpha"), "philadelphia"), - (UniCase("kilometes"), "kilometers"), - (UniCase("altantic"), "atlantic"), - (UniCase("bortherhood"), "brotherhood"), - (UniCase("leviathn"), "leviathan"), - (UniCase("funnelling"), "funneling"), - (UniCase("repulican"), "republican"), - (UniCase("guaruntees"), "guarantees"), - (UniCase("ugprading"), "upgrading"), - (UniCase("calculatons"), "calculations"), - (UniCase("camouflague"), "camouflage"), - (UniCase("vacciners"), "vaccines"), - (UniCase("recorre"), "recorder"), - (UniCase("continenets"), "continents"), - (UniCase("auxilary"), "auxiliary"), - (UniCase("resistane"), "resistances"), - (UniCase("statistc"), "statistic"), - (UniCase("exoticas"), "exotics"), - (UniCase("persue"), "pursue"), - (UniCase("paltformer"), "platformer"), - (UniCase("metablosim"), "metabolism"), - (UniCase("publicitan"), "publication"), - (UniCase("vaccinato"), "vaccination"), - (UniCase("organisational"), "organizational"), - (UniCase("obivously"), "obviously"), - (UniCase("profitabel"), "profitable"), - (UniCase("portarying"), "portraying"), - (UniCase("stomrfront"), "stormfront"), - (UniCase("silhouete"), "silhouette"), - (UniCase("scaleable"), "scalable"), - (UniCase("shoudln"), "should"), - (UniCase("consicous"), "conscious"), - (UniCase("intervies"), "interviews"), - (UniCase("dimineshes"), "diminishes"), - (UniCase("sceptic"), "skeptic"), - (UniCase("randomes"), "randoms"), - (UniCase("automoderater"), "automoderator"), - (UniCase("investigationes"), "investigations"), - (UniCase("supersticion"), "superstition"), - (UniCase("divinition"), "divination"), - (UniCase("tocuhscreen"), "touchscreen"), - (UniCase("chancillor"), "chancellor"), - (UniCase("manoeuvring"), "maneuvering"), - (UniCase("polygoon"), "polygon"), - (UniCase("shelterd"), "sheltered"), - (UniCase("condomnation"), "condemnation"), - (UniCase("healtheir"), "healthier"), - (UniCase("propeht"), "prophet"), - (UniCase("arugement"), "arguement"), - (UniCase("protocoles"), "protocols"), - (UniCase("percise"), "precise"), - (UniCase("genitaliban"), "genitalia"), - (UniCase("libertarinaism"), "libertarianism"), - (UniCase("criminaly"), "criminally"), - (UniCase("naviagte"), "navigate"), - (UniCase("predictment"), "predicament"), - (UniCase("horiztonally"), "horizontally"), - (UniCase("controverial"), "controversial"), - (UniCase("inspectres"), "inspectors"), - (UniCase("abbreveation"), "abbreviation"), - (UniCase("hallcuination"), "hallucination"), - (UniCase("unconvectional"), "unconventional"), - (UniCase("wroking"), "working"), - (UniCase("satsified"), "satisfied"), - (UniCase("enveloppen"), "envelope"), - (UniCase("organistaions"), "organisations"), - (UniCase("resuced"), "rescued"), - (UniCase("socailized"), "socialized"), - (UniCase("communciate"), "communicate"), - (UniCase("glitchty"), "glitchy"), - (UniCase("eighteeen"), "eighteen"), - (UniCase("unrecognisable"), "unrecognizable"), - (UniCase("inteligence"), "intelligence"), - (UniCase("travelled"), "traveled"), - (UniCase("progresson"), "progression"), - (UniCase("snwoballs"), "snowballs"), - (UniCase("buliders"), "builders"), - (UniCase("specifcally"), "specifically"), - (UniCase("armagedddon"), "armageddon"), - (UniCase("downloadble"), "downloadable"), - (UniCase("activisim"), "activism"), - (UniCase("coefficent"), "coefficient"), - (UniCase("knietic"), "kinetic"), - (UniCase("captialist"), "capitalist"), - (UniCase("altriusm"), "altruism"), - (UniCase("contestaste"), "contestants"), - (UniCase("masteris"), "masteries"), - (UniCase("greenlad"), "greenland"), - (UniCase("introduciton"), "introduction"), - (UniCase("interfacce"), "interfaces"), - (UniCase("harmonises"), "harmonizes"), - (UniCase("urbanising"), "urbanizing"), - (UniCase("prospectos"), "prospects"), - (UniCase("cardinalis"), "cardinals"), - (UniCase("journalits"), "journals"), - (UniCase("anual"), "annual"), - (UniCase("indianna"), "indiana"), - (UniCase("disconencted"), "disconnected"), - (UniCase("soldiarity"), "solidarity"), - (UniCase("faptastically"), "fantastically"), - (UniCase("antivrius"), "antivirus"), - (UniCase("terrorised"), "terrorized"), - (UniCase("newspappers"), "newspapers"), - (UniCase("ejacualte"), "ejaculate"), - (UniCase("jersyes"), "jerseys"), - (UniCase("prosicutor"), "prosecutor"), - (UniCase("destoryed"), "destroyed"), - (UniCase("paitents"), "patients"), - (UniCase("coinsidence"), "coincidence"), - (UniCase("barberians"), "barbarians"), - (UniCase("infallibe"), "infallible"), - (UniCase("fluctuatin"), "fluctuations"), - (UniCase("distributin"), "distribution"), - (UniCase("adreneline"), "adrenaline"), - (UniCase("positevely"), "positively"), - (UniCase("courcework"), "coursework"), - (UniCase("straigntened"), "straightened"), - (UniCase("chairtable"), "charitable"), - (UniCase("robocoup"), "robocop"), - (UniCase("pulverising"), "pulverizing"), - (UniCase("cardborad"), "cardboard"), - (UniCase("analyts"), "analyst"), - (UniCase("bandwitdh"), "bandwidth"), - (UniCase("privelaged"), "privileged"), - (UniCase("colordao"), "colorado"), - (UniCase("instrucion"), "instruction"), - (UniCase("comando"), "commando"), - (UniCase("descripton"), "description"), - (UniCase("narcisssism"), "narcissism"), - (UniCase("heaveny"), "heavenly"), - (UniCase("propogates"), "propagates"), - (UniCase("mathcmaking"), "matchmaking"), - (UniCase("generaste"), "generates"), - (UniCase("materiaal"), "material"), - (UniCase("disbaling"), "disabling"), - (UniCase("redemtpion"), "redemption"), - (UniCase("louvred"), "louvered"), - (UniCase("cardnials"), "cardinals"), - (UniCase("everthing"), "everything"), - (UniCase("disresepcting"), "disrespecting"), - (UniCase("underminning"), "undermining"), - (UniCase("expansiones"), "expansions"), - (UniCase("beliveable"), "believable"), - (UniCase("protaganist"), "protagonist"), - (UniCase("hamliton"), "hamilton"), - (UniCase("calibre"), "caliber"), - (UniCase("scandenavian"), "scandinavian"), - (UniCase("broswing"), "browsing"), - (UniCase("endevour"), "endeavour"), - (UniCase("communiation"), "communication"), - (UniCase("alternativos"), "alternatives"), - (UniCase("braoder"), "broader"), - (UniCase("trasncript"), "transcript"), - (UniCase("coordinato"), "coordination"), - (UniCase("pyrimads"), "pyramids"), - (UniCase("abandonding"), "abandoning"), - (UniCase("travellers"), "travelers"), - (UniCase("asshatts"), "asshats"), - (UniCase("traumatising"), "traumatizing"), - (UniCase("practioner"), "practitioner"), - (UniCase("observaton"), "observation"), - (UniCase("francsico"), "francisco"), - (UniCase("throughly"), "thoroughly"), - (UniCase("instanse"), "instances"), - (UniCase("contens"), "contents"), - (UniCase("hospotality"), "hospitality"), - (UniCase("distributs"), "distributors"), - (UniCase("signalises"), "signalizes"), - (UniCase("mkaes"), "makes"), - (UniCase("sastified"), "satisfied"), - (UniCase("underheight"), "underweight"), - (UniCase("containters"), "containers"), - (UniCase("anarchsim"), "anarchism"), - (UniCase("hollywod"), "hollywood"), - (UniCase("funcitonality"), "functionality"), - (UniCase("speciliazed"), "specialize"), - (UniCase("amministrative"), "administrative"), - (UniCase("rentors"), "renters"), - (UniCase("converseley"), "conversely"), - (UniCase("saskatchwan"), "saskatchewan"), - (UniCase("catostraphic"), "catastrophic"), - (UniCase("arugmentative"), "argumentative"), - (UniCase("leceister"), "leicester"), - (UniCase("instruciton"), "instruction"), - (UniCase("controlllers"), "controllers"), - (UniCase("fermentato"), "fermentation"), - (UniCase("controlls"), "controls"), - (UniCase("brazilianess"), "brazilians"), - (UniCase("unsusbcribe"), "unsubscribe"), - (UniCase("symphatize"), "sympathize"), - (UniCase("consistant"), "consistent"), - (UniCase("concertmate"), "concentrate"), - (UniCase("produly"), "proudly"), - (UniCase("grenads"), "grenades"), - (UniCase("sumberged"), "submerged"), - (UniCase("chispet"), "chipset"), - (UniCase("naturalised"), "naturalized"), - (UniCase("tantalise"), "tantalize"), - (UniCase("spectacularely"), "spectacularly"), - (UniCase("switfly"), "swiftly"), - (UniCase("sensasionalism"), "sensationalism"), - (UniCase("bruisend"), "bruised"), - (UniCase("midotwn"), "midtown"), - (UniCase("acusation"), "causation"), - (UniCase("prepetuates"), "perpetuates"), - (UniCase("overemphasises"), "overemphasizes"), - (UniCase("certainity"), "certainty"), - (UniCase("rougly"), "roughly"), - (UniCase("principial"), "principal"), - (UniCase("chanlder"), "chandler"), - (UniCase("absolutelly"), "absolutely"), - (UniCase("illsutrator"), "illustrator"), - (UniCase("carbohyrdates"), "carbohydrates"), - (UniCase("flahses"), "flashes"), - (UniCase("alusion"), "allusion"), - (UniCase("glicthy"), "glitchy"), - (UniCase("preorderers"), "preorders"), - (UniCase("brielfy"), "briefly"), - (UniCase("tehy"), "they"), - (UniCase("corproations"), "corporations"), - (UniCase("ctuhlhu"), "cthulhu"), - (UniCase("poylgon"), "polygon"), - (UniCase("hopefullly"), "hopefully"), - (UniCase("seceed"), "succeed"), - (UniCase("respectuful"), "respectful"), - (UniCase("homophibia"), "homophobia"), - (UniCase("pracitse"), "practise"), - (UniCase("preferrring"), "preferring"), - (UniCase("marginalise"), "marginalize"), - (UniCase("hierachies"), "hierarchies"), - (UniCase("introdue"), "introduces"), - (UniCase("pscyhopathic"), "psychopathic"), - (UniCase("calgarry"), "calgary"), - (UniCase("archetects"), "architects"), - (UniCase("engeries"), "energies"), - (UniCase("bobybuilding"), "bodybuilding"), - (UniCase("oxidising"), "oxidizing"), - (UniCase("marshmallowness"), "marshmallows"), - (UniCase("cardiocascular"), "cardiovascular"), - (UniCase("implicatons"), "implications"), - (UniCase("frogiven"), "forgiven"), - (UniCase("regsitry"), "registry"), - (UniCase("lightheared"), "lighthearted"), - (UniCase("hypothesises"), "hypothesizes"), - (UniCase("confrontacion"), "confrontation"), - (UniCase("individualised"), "individualized"), - (UniCase("predictible"), "predictable"), - (UniCase("uncanney"), "uncanny"), - (UniCase("precisley"), "precisely"), - (UniCase("propencity"), "propensity"), - (UniCase("generalisations"), "generalizations"), - (UniCase("restriktion"), "restriction"), - (UniCase("conspirace"), "conspiracies"), - (UniCase("periphereal"), "peripheral"), - (UniCase("compulsary"), "compulsory"), - (UniCase("assualt"), "assault"), - (UniCase("tyrantical"), "tyrannical"), - (UniCase("sucessive"), "successive"), - (UniCase("hyperlogic"), "hyperbolic"), - (UniCase("reuptable"), "reputable"), - (UniCase("discrption"), "discretion"), - (UniCase("inventios"), "inventions"), - (UniCase("understans"), "understands"), - (UniCase("compatibiltiy"), "compatibility"), - (UniCase("metalurgical"), "metallurgical"), - (UniCase("bureaocrats"), "bureaucrats"), - (UniCase("aritsts"), "artists"), - (UniCase("towelling"), "toweling"), - (UniCase("survivour"), "survivor"), - (UniCase("lithuaninan"), "lithuania"), - (UniCase("stradegy"), "strategy"), - (UniCase("retalitated"), "retaliated"), - (UniCase("captais"), "captains"), - (UniCase("enchanement"), "enchantment"), - (UniCase("extentions"), "extensions"), - (UniCase("obversation"), "observation"), - (UniCase("facsism"), "fascism"), - (UniCase("consideratoin"), "considerations"), - (UniCase("aborigonal"), "aboriginal"), - (UniCase("predujices"), "prejudices"), - (UniCase("alrightly"), "alrighty"), - (UniCase("deficiancy"), "deficiency"), - (UniCase("owernship"), "ownership"), - (UniCase("specemin"), "specimen"), - (UniCase("inaccesibles"), "inaccessible"), - (UniCase("mulitplayer"), "multiplayer"), - (UniCase("propsective"), "prospective"), - (UniCase("destabilise"), "destabilize"), - (UniCase("illiegal"), "illegal"), - (UniCase("accompliss"), "accomplishes"), - (UniCase("unfriednly"), "unfriendly"), - (UniCase("oblitorated"), "obliterated"), - (UniCase("stereotypian"), "stereotyping"), - (UniCase("prejucides"), "prejudices"), - (UniCase("sistematically"), "systematically"), - (UniCase("distirbuted"), "distribute"), - (UniCase("zimbabwaen"), "zimbabwe"), - (UniCase("cacausian"), "caucasian"), - (UniCase("gaolbirds"), "jailbirds"), - (UniCase("impulisve"), "impulsive"), - (UniCase("inbeetwen"), "inbetween"), - (UniCase("wiew"), "view"), - (UniCase("daimonds"), "diamonds"), - (UniCase("grovelled"), "groveled"), - (UniCase("acronymns"), "acronyms"), - (UniCase("synoynm"), "synonym"), - (UniCase("stimulat"), "stimulants"), - (UniCase("phenonemon"), "phenomenon"), - (UniCase("discreditied"), "discredited"), - (UniCase("virginus"), "virgins"), - (UniCase("bulgaira"), "bulgaria"), - (UniCase("choicers"), "choices"), - (UniCase("enrollemnt"), "enrollment"), - (UniCase("acquianted"), "acquainted"), - (UniCase("concurret"), "concurrent"), - (UniCase("misinterprted"), "misinterpret"), - (UniCase("laborerers"), "laborers"), - (UniCase("dermatolagist"), "dermatologist"), - (UniCase("workstaion"), "workstation"), - (UniCase("lonly"), "lonely"), - (UniCase("defence"), "defense"), - (UniCase("herculeees"), "hercules"), - (UniCase("businessnes"), "businessmen"), - (UniCase("similarily"), "similarly"), - (UniCase("populatoin"), "populations"), - (UniCase("exclemation"), "exclamation"), - (UniCase("unbeerable"), "unbearable"), - (UniCase("fundimentally"), "fundamentally"), - (UniCase("lithaunia"), "lithuania"), - (UniCase("legistation"), "legislation"), - (UniCase("camouflagued"), "camouflage"), - (UniCase("mimimum"), "minimum"), - (UniCase("specialy"), "specially"), - (UniCase("materias"), "materials"), - (UniCase("sculpteur"), "sculpture"), - (UniCase("betales"), "beatles"), - (UniCase("antrophology"), "anthropology"), - (UniCase("courthosue"), "courthouse"), - (UniCase("reorganision"), "reorganisation"), - (UniCase("procees"), "proceeds"), - (UniCase("juristictions"), "jurisdictions"), - (UniCase("ambassodor"), "ambassador"), - (UniCase("bureaucratius"), "bureaucrats"), - (UniCase("coordonated"), "coordinated"), - (UniCase("tablespooon"), "tablespoon"), - (UniCase("chekcmate"), "checkmate"), - (UniCase("distatseful"), "distasteful"), - (UniCase("encyclopaedia"), "encyclopedia"), - (UniCase("transitons"), "transitions"), - (UniCase("helment"), "helmet"), - (UniCase("sentimentalises"), "sentimentalizes"), - (UniCase("honeslty"), "honestly"), - (UniCase("enlightnement"), "enlightenment"), - (UniCase("catigorically"), "categorically"), - (UniCase("trustworty"), "trustworthy"), - (UniCase("influentes"), "influences"), - (UniCase("agonisingly"), "agonizingly"), - (UniCase("repeadetly"), "repeatedly"), - (UniCase("familiarizate"), "familiarize"), - (UniCase("grandchilderen"), "grandchildren"), - (UniCase("elementrary"), "elementary"), - (UniCase("minimage"), "minigame"), - (UniCase("copenahgen"), "copenhagen"), - (UniCase("professionsl"), "professionalism"), - (UniCase("ocuntries"), "countries"), - (UniCase("conditiong"), "conditioning"), - (UniCase("downlaoding"), "downloading"), - (UniCase("exclusivs"), "exclusives"), - (UniCase("ultimative"), "ultimate"), - (UniCase("certainy"), "certainty"), - (UniCase("dehumanising"), "dehumanizing"), - (UniCase("appropriatin"), "appropriation"), - (UniCase("univeristies"), "universities"), - (UniCase("fascisation"), "fascination"), - (UniCase("adoloscent"), "adolescent"), - (UniCase("inbewteen"), "inbetween"), - (UniCase("complicted"), "complicated"), - (UniCase("regualtion"), "regulations"), - (UniCase("protohypes"), "prototypes"), - (UniCase("transporteur"), "transporter"), - (UniCase("israelli"), "israeli"), - (UniCase("beautifyl"), "beautifully"), - (UniCase("permenantly"), "permanently"), - (UniCase("cardina"), "cardigan"), - (UniCase("coordinar"), "coordinator"), - (UniCase("lionises"), "lionizes"), - (UniCase("containes"), "contains"), - (UniCase("allegence"), "allegiance"), - (UniCase("unconvenient"), "inconvenient"), - (UniCase("windsheild"), "windshield"), - (UniCase("technicain"), "technician"), - (UniCase("shetler"), "shelter"), - (UniCase("jeopary"), "jeopardy"), - (UniCase("orginal"), "original"), - (UniCase("contributers"), "contributors"), - (UniCase("politing"), "piloting"), - (UniCase("illuminarti"), "illuminati"), - (UniCase("extrenally"), "externally"), - (UniCase("controling"), "controlling"), - (UniCase("constructiong"), "constructing"), - (UniCase("boutnies"), "bounties"), - (UniCase("administr"), "administer"), - (UniCase("victimise"), "victimize"), - (UniCase("disconencts"), "disconnects"), - (UniCase("fucntionally"), "functionally"), - (UniCase("presists"), "persists"), - (UniCase("noteworthly"), "noteworthy"), - (UniCase("bourgoeis"), "bourgeois"), - (UniCase("medidating"), "meditating"), - (UniCase("sucessfull"), "successful"), - (UniCase("desgins"), "designs"), - (UniCase("agruement"), "arguement"), - (UniCase("elasped"), "elapsed"), - (UniCase("unmanouverable"), "unmaneuverable"), - (UniCase("strenghtens"), "strengthen"), - (UniCase("nuclues"), "nucleus"), - (UniCase("exaggurated"), "exaggerated"), - (UniCase("distubring"), "disturbing"), - (UniCase("perorders"), "preorders"), - (UniCase("misdimeanor"), "misdemeanor"), - (UniCase("sotry"), "story"), - (UniCase("monopoloy"), "monopoly"), - (UniCase("crusdaer"), "crusader"), - (UniCase("discribes"), "describes"), - (UniCase("instered"), "inserted"), - (UniCase("tranistion"), "transition"), - (UniCase("inovker"), "invoker"), - (UniCase("privledge"), "privilege"), - (UniCase("hirearchy"), "hierarchy"), - (UniCase("unqiueness"), "uniqueness"), - (UniCase("cauterise"), "cauterize"), - (UniCase("legislatiors"), "legislators"), - (UniCase("bachelores"), "bachelors"), - (UniCase("conclussion"), "conclusions"), - (UniCase("aggresive"), "aggressive"), - (UniCase("picthers"), "pitchers"), - (UniCase("neurosciene"), "neuroscience"), - (UniCase("historicians"), "historians"), - (UniCase("thomspon"), "thompson"), - (UniCase("tourch"), "torch"), - (UniCase("vaccineras"), "vaccines"), - (UniCase("unhealty"), "unhealthy"), - (UniCase("inspirating"), "inspiration"), - (UniCase("synthesising"), "synthesizing"), - (UniCase("architectrual"), "architectural"), - (UniCase("brigdes"), "bridges"), - (UniCase("defenderlas"), "defenders"), - (UniCase("pitchforkers"), "pitchforks"), - (UniCase("eloquantly"), "eloquently"), - (UniCase("kilometre"), "kilometer"), - (UniCase("singularty"), "singularity"), - (UniCase("enchanging"), "enchanting"), - (UniCase("specualtion"), "speculation"), - (UniCase("realtionships"), "relationships"), - (UniCase("incremential"), "incremental"), - (UniCase("fluctuative"), "fluctuate"), - (UniCase("shangahi"), "shanghai"), - (UniCase("liberatin"), "liberation"), - (UniCase("jaguras"), "jaguars"), - (UniCase("represso"), "repression"), - (UniCase("touritsy"), "touristy"), - (UniCase("micorwave"), "microwave"), - (UniCase("transcripton"), "transcription"), - (UniCase("organiser"), "organizer"), - (UniCase("moprhine"), "morphine"), - (UniCase("godess"), "goddess"), - (UniCase("promethius"), "prometheus"), - (UniCase("tacitcally"), "tactically"), - (UniCase("normalise"), "normalize"), - (UniCase("fundamentalistisk"), "fundamentalists"), - (UniCase("scrambleing"), "scrambling"), - (UniCase("destroyeds"), "destroyers"), - (UniCase("literture"), "literature"), - (UniCase("tangentialy"), "tangentially"), - (UniCase("finalisation"), "finalization"), - (UniCase("vulgarised"), "vulgarized"), - (UniCase("flasghip"), "flagship"), - (UniCase("thge"), "the"), - (UniCase("unofficail"), "unofficial"), - (UniCase("countryies"), "countryside"), - (UniCase("philisophical"), "philosophical"), - (UniCase("spammend"), "spammed"), - (UniCase("organische"), "organise"), - (UniCase("disposte"), "dispose"), - (UniCase("regulatiors"), "regulators"), - (UniCase("toxiticy"), "toxicity"), - (UniCase("mandaste"), "mandates"), - (UniCase("transplanet"), "transplant"), - (UniCase("overbraking"), "overbearing"), - (UniCase("extremley"), "extremely"), - (UniCase("fomaing"), "foaming"), - (UniCase("flciker"), "flicker"), - (UniCase("ogrilla"), "gorilla"), - (UniCase("snowfalling"), "snowballing"), - (UniCase("humanite"), "humanities"), - (UniCase("castels"), "castles"), - (UniCase("unappealling"), "unappealing"), - (UniCase("prosparity"), "prosperity"), - (UniCase("satruday"), "saturday"), - (UniCase("economise"), "economize"), - (UniCase("anoxeria"), "anorexia"), - (UniCase("cooridnate"), "coordinate"), - (UniCase("behaviourism"), "behaviorism"), - (UniCase("drasticlly"), "drastically"), - (UniCase("painfullly"), "painfully"), - (UniCase("certificare"), "certificate"), - (UniCase("tesitcles"), "testicles"), - (UniCase("redeemd"), "redeemed"), - (UniCase("inifnitely"), "infinitely"), - (UniCase("masturabting"), "masturbating"), - (UniCase("polietly"), "politely"), - (UniCase("fraturnity"), "fraternity"), - (UniCase("queation"), "equation"), - (UniCase("contentas"), "contents"), - (UniCase("collaberate"), "collaborate"), - (UniCase("westminter"), "westminster"), - (UniCase("questionn"), "questioning"), - (UniCase("revellers"), "revelers"), - (UniCase("mountan"), "mountain"), - (UniCase("manifacturing"), "manufacturing"), - (UniCase("frackign"), "fracking"), - (UniCase("individualising"), "individualizing"), - (UniCase("competators"), "competitors"), - (UniCase("batlimore"), "baltimore"), - (UniCase("poluting"), "polluting"), - (UniCase("develpment"), "development"), - (UniCase("condradicted"), "contradicted"), - (UniCase("contuinity"), "continuity"), - (UniCase("charisa"), "charisma"), - (UniCase("draculea"), "dracula"), - (UniCase("testifiy"), "testify"), - (UniCase("contribued"), "contributed"), - (UniCase("subcsription"), "subscriptions"), - (UniCase("repblicans"), "republicans"), - (UniCase("experimenterade"), "experimented"), - (UniCase("funcitonally"), "functionally"), - (UniCase("encycolpedia"), "encyclopedia"), - (UniCase("insidios"), "insidious"), - (UniCase("ambassader"), "ambassador"), - (UniCase("romaina"), "romania"), - (UniCase("goosepumps"), "goosebumps"), - (UniCase("provisiones"), "provisions"), - (UniCase("liberatrians"), "libertarians"), - (UniCase("chruches"), "churches"), - (UniCase("jailbroaken"), "jailbroken"), - (UniCase("mackeral"), "mackerel"), - (UniCase("thermometor"), "thermometer"), - (UniCase("retireus"), "retires"), - (UniCase("moisturizng"), "moisturizing"), - (UniCase("ealier"), "earlier"), - (UniCase("concentraiton"), "concentrations"), - (UniCase("direktional"), "directional"), - (UniCase("declears"), "declares"), - (UniCase("victoriuos"), "victorious"), - (UniCase("restanti"), "restarting"), - (UniCase("levicitus"), "leviticus"), - (UniCase("conservaties"), "conservatives"), - (UniCase("cursader"), "crusader"), - (UniCase("adolescene"), "adolescence"), - (UniCase("generalice"), "generalize"), - (UniCase("ecclectic"), "eclectic"), - (UniCase("cupboad"), "cupboard"), - (UniCase("medeival"), "medieval"), - (UniCase("patirot"), "patriot"), - (UniCase("inconciderate"), "inconsiderate"), - (UniCase("breakthough"), "breakthrough"), - (UniCase("stereotypeing"), "stereotyping"), - (UniCase("extremeophile"), "extremophile"), - (UniCase("affaris"), "affairs"), - (UniCase("fruadulent"), "fraudulent"), - (UniCase("teleportion"), "teleporting"), - (UniCase("suspicsion"), "suspicions"), - (UniCase("situatinal"), "situational"), - (UniCase("aesthatics"), "aesthetics"), - (UniCase("punissable"), "punishable"), - (UniCase("singlepalyer"), "singleplayer"), - (UniCase("foundatoin"), "foundations"), - (UniCase("inbalanced"), "imbalanced"), - (UniCase("higer"), "higher"), - (UniCase("somethibng"), "somethin"), - (UniCase("apolagized"), "apologized"), - (UniCase("insperation"), "inspiration"), - (UniCase("repositary"), "repository"), - (UniCase("imagin"), "imagine"), - (UniCase("ethnicites"), "ethnicities"), - (UniCase("weirldy"), "weirdly"), - (UniCase("intervier"), "interviewer"), - (UniCase("democracts"), "democrat"), - (UniCase("charactersistic"), "characteristic"), - (UniCase("stunami"), "tsunami"), - (UniCase("bluetooh"), "bluetooth"), - (UniCase("prepetuated"), "perpetuated"), - (UniCase("brightoner"), "brighten"), - (UniCase("phenomonen"), "phenomenon"), - (UniCase("catapiller"), "caterpillar"), - (UniCase("elloitt"), "elliott"), - (UniCase("initalism"), "initialism"), - (UniCase("consensuarlo"), "consensual"), - (UniCase("strenght"), "strength"), - (UniCase("inspirerad"), "inspired"), - (UniCase("butterlfy"), "butterfly"), - (UniCase("radiaoctive"), "radioactive"), - (UniCase("nipticking"), "nitpicking"), - (UniCase("simlutaneous"), "simultaneous"), - (UniCase("apostrophied"), "apostrophe"), - (UniCase("generas"), "generals"), - (UniCase("prioritse"), "priorities"), - (UniCase("heavyweigt"), "heavyweight"), - (UniCase("morphinate"), "morphine"), - (UniCase("professionalises"), "professionalizes"), - (UniCase("secularise"), "secularize"), - (UniCase("exauhstion"), "exhaustion"), - (UniCase("arbitrairy"), "arbitrarily"), - (UniCase("whlch"), "which"), - (UniCase("emphaised"), "emphasised"), - (UniCase("copenhangen"), "copenhagen"), - (UniCase("subjectivy"), "subjectively"), - (UniCase("metropols"), "metropolis"), - (UniCase("virtuels"), "virtues"), - (UniCase("interational"), "international"), - (UniCase("inheirtance"), "inheritance"), - (UniCase("spirtiually"), "spiritually"), - (UniCase("surpemacist"), "supremacist"), - (UniCase("decompositing"), "decomposing"), - (UniCase("ressembling"), "resembling"), - (UniCase("cabinate"), "cabinet"), - (UniCase("thiests"), "theists"), - (UniCase("inconsistentcy"), "inconsistency"), - (UniCase("repsectively"), "respectively"), - (UniCase("sterilised"), "sterilized"), - (UniCase("civillian"), "civilian"), - (UniCase("neighourhoods"), "neighborhoods"), - (UniCase("convseration"), "conservation"), - (UniCase("economises"), "economizes"), - (UniCase("conenctor"), "connector"), - (UniCase("conisderation"), "considerations"), - (UniCase("encylcopedia"), "encyclopedia"), - (UniCase("protuguese"), "portuguese"), - (UniCase("analoge"), "analogue"), - (UniCase("anectodal"), "anecdotal"), - (UniCase("inresponsive"), "unresponsive"), - (UniCase("psychyatrist"), "psychiatrist"), - (UniCase("uncomfortablely"), "uncomfortably"), - (UniCase("connectes"), "connects"), - (UniCase("dependencey"), "dependency"), - (UniCase("gameply"), "gameplay"), - (UniCase("organistion"), "organisation"), - (UniCase("aplied"), "applied"), - (UniCase("concurment"), "concurrent"), - (UniCase("thigns"), "things"), - (UniCase("preimere"), "premiere"), - (UniCase("inconsistenty"), "inconsistency"), - (UniCase("indocrtination"), "indoctrination"), - (UniCase("interferisce"), "interferes"), - (UniCase("ulterioare"), "ulterior"), - (UniCase("administrer"), "administer"), - (UniCase("consequtive"), "consecutive"), - (UniCase("nominae"), "nominate"), - (UniCase("madturbation"), "masturbation"), - (UniCase("landshapes"), "landscapes"), - (UniCase("blackhakws"), "blackhawks"), - (UniCase("determinded"), "determine"), - (UniCase("hypothises"), "hypotheses"), - (UniCase("contriversy"), "controversy"), - (UniCase("spreadshets"), "spreadsheets"), - (UniCase("organizaitonal"), "organizational"), - (UniCase("unrakned"), "unranked"), - (UniCase("connetation"), "connotation"), - (UniCase("stelathy"), "stealthy"), - (UniCase("armourer"), "armorer"), - (UniCase("motorcylces"), "motorcycles"), - (UniCase("decendent"), "descendant"), - (UniCase("convoluded"), "convoluted"), - (UniCase("curatin"), "curtain"), - (UniCase("denonimator"), "denominator"), - (UniCase("surprized"), "surprised"), - (UniCase("utlimatum"), "ultimatum"), - (UniCase("respectons"), "respects"), - (UniCase("understnad"), "understands"), - (UniCase("misinterept"), "misinterpret"), - (UniCase("pigoens"), "pigeons"), - (UniCase("sincereley"), "sincerely"), - (UniCase("shamen"), "shaman"), - (UniCase("aestethic"), "aesthetic"), - (UniCase("intercepcion"), "interception"), - (UniCase("abrupty"), "abruptly"), - (UniCase("capitolism"), "capitalism"), - (UniCase("imtimidation"), "intimidation"), - (UniCase("responsibiliy"), "responsibility"), - (UniCase("realoded"), "reloaded"), - (UniCase("prinicple"), "principle"), - (UniCase("acceptabil"), "acceptable"), - (UniCase("undermindes"), "undermines"), - (UniCase("endorces"), "endorse"), - (UniCase("discapline"), "discipline"), - (UniCase("denationalised"), "denationalized"), - (UniCase("incredibley"), "incredibly"), - (UniCase("inconvenince"), "inconvenience"), - (UniCase("comptown"), "compton"), - (UniCase("conquerd"), "conquered"), - (UniCase("definitlry"), "definitly"), - (UniCase("retribuito"), "retribution"), - (UniCase("awnsering"), "answering"), - (UniCase("rebiulding"), "rebuilding"), - (UniCase("manufactued"), "manufactured"), - (UniCase("htiboxes"), "hitboxes"), - (UniCase("producitons"), "productions"), - (UniCase("pasteurises"), "pasteurizes"), - (UniCase("whsipered"), "whispered"), - (UniCase("delagates"), "delegates"), - (UniCase("theroies"), "theories"), - (UniCase("conencting"), "connecting"), - (UniCase("incoginto"), "incognito"), - (UniCase("completeing"), "completing"), - (UniCase("shatnering"), "shattering"), - (UniCase("silicoln"), "silicon"), - (UniCase("ihaca"), "ithaca"), - (UniCase("europeaners"), "europeans"), - (UniCase("observacion"), "observation"), - (UniCase("solemnised"), "solemnized"), - (UniCase("acuracy"), "accuracy"), - (UniCase("rolepalying"), "roleplaying"), - (UniCase("dissapear"), "disappear"), - (UniCase("narcissicm"), "narcissism"), - (UniCase("giagbyte"), "gigabyte"), - (UniCase("definitly"), "definitely"), - (UniCase("heirarchy"), "hierarchy"), - (UniCase("trackres"), "trackers"), - (UniCase("circumcition"), "circumcision"), - (UniCase("betrayeado"), "betrayed"), - (UniCase("refernce"), "references"), - (UniCase("arbitrarely"), "arbitrarily"), - (UniCase("sacrifizing"), "sacrificing"), - (UniCase("compartmentalised"), "compartmentalized"), - (UniCase("promiscus"), "promiscuous"), - (UniCase("dominoin"), "dominion"), - (UniCase("purcahsed"), "purchased"), - (UniCase("huanting"), "haunting"), - (UniCase("simplets"), "simplest"), - (UniCase("revolutionises"), "revolutionizes"), - (UniCase("revitalises"), "revitalizes"), - (UniCase("similiraties"), "similarities"), - (UniCase("distributior"), "distributor"), - (UniCase("crystallises"), "crystallizes"), - (UniCase("collasping"), "collapsing"), - (UniCase("impulsemos"), "impulses"), - (UniCase("unfriendy"), "unfriendly"), - (UniCase("whatseover"), "whatsoever"), - (UniCase("expirement"), "experiment"), - (UniCase("undreground"), "underground"), - (UniCase("specificies"), "specifics"), - (UniCase("brigated"), "brigade"), - (UniCase("carnagie"), "carnegie"), - (UniCase("crueller"), "crueler"), - (UniCase("seinor"), "senior"), - (UniCase("pronounds"), "pronouns"), - (UniCase("sucessfuly"), "successfully"), - (UniCase("seperating"), "separating"), - (UniCase("informatike"), "informative"), - (UniCase("simplifiy"), "simplify"), - (UniCase("cinncinati"), "cincinnati"), - (UniCase("stereotying"), "stereotyping"), - (UniCase("sufferd"), "suffered"), - (UniCase("brithday"), "birthday"), - (UniCase("senatores"), "senators"), - (UniCase("stancels"), "stances"), - (UniCase("fitlers"), "filters"), - (UniCase("suspened"), "suspend"), - (UniCase("philosopies"), "philosophies"), - (UniCase("calagry"), "calgary"), - (UniCase("encahnting"), "enchanting"), - (UniCase("exclusivy"), "exclusivity"), - (UniCase("whith"), "with"), - (UniCase("soudn"), "sound"), - (UniCase("fundamentalisti"), "fundamentals"), - (UniCase("ascneded"), "ascended"), - (UniCase("invlove"), "involve"), - (UniCase("arthimetic"), "arithmetic"), - (UniCase("recordarme"), "recorder"), - (UniCase("controvertial"), "controversial"), - (UniCase("greatful"), "grateful"), - (UniCase("beuraucracy"), "bureaucracy"), - (UniCase("chillade"), "chilled"), - (UniCase("substitiute"), "substitute"), - (UniCase("expresss"), "expresses"), - (UniCase("treasurs"), "treasures"), - (UniCase("propositivo"), "proposition"), - (UniCase("mechanicus"), "mechanics"), - (UniCase("conjuncting"), "conjunction"), - (UniCase("ridiculled"), "ridicule"), - (UniCase("gerogia"), "georgia"), - (UniCase("butterey"), "buttery"), - (UniCase("technoligically"), "technologically"), - (UniCase("clesius"), "celsius"), - (UniCase("windsoar"), "windsor"), - (UniCase("marginable"), "marginal"), - (UniCase("christinas"), "christians"), - (UniCase("accomodations"), "accommodations"), - (UniCase("desuction"), "seduction"), - (UniCase("intorvert"), "introvert"), - (UniCase("illegas"), "illegals"), - (UniCase("difficulte"), "difficulties"), - (UniCase("irrationella"), "irrational"), - (UniCase("sympathie"), "sympathize"), - (UniCase("thier"), "their"), - (UniCase("resistribution"), "redistribution"), - (UniCase("flawlessy"), "flawlessly"), - (UniCase("pamflet"), "pamphlet"), - (UniCase("sucessor"), "successor"), - (UniCase("compatiblity"), "compatibility"), - (UniCase("oppresssion"), "oppression"), - (UniCase("butterfleye"), "butterfly"), - (UniCase("letivicus"), "leviticus"), - (UniCase("channelling"), "channeling"), - (UniCase("nationallity"), "nationally"), - (UniCase("pyramides"), "pyramids"), - (UniCase("bethesa"), "bethesda"), - (UniCase("conlcusion"), "conclusion"), - (UniCase("suppressio"), "suppressor"), - (UniCase("shanenigans"), "shenanigans"), - (UniCase("experiance"), "experience"), - (UniCase("acutaly"), "actualy"), - (UniCase("secularises"), "secularizes"), - (UniCase("markes"), "marks"), - (UniCase("inflitrate"), "infiltrate"), - (UniCase("liberterians"), "libertarians"), - (UniCase("roundaboot"), "roundabout"), - (UniCase("arpanoid"), "paranoid"), - (UniCase("ostentibly"), "ostensibly"), - (UniCase("stabiliser"), "stabilizer"), - (UniCase("disapperaing"), "disappearing"), - (UniCase("duplicatas"), "duplicates"), - (UniCase("minsicule"), "miniscule"), - (UniCase("shifteer"), "shifter"), - (UniCase("sitckers"), "stickers"), - (UniCase("meterologist"), "meteorologist"), - (UniCase("santioned"), "sanctioned"), - (UniCase("stlye"), "style"), - (UniCase("discourges"), "discourages"), - (UniCase("professsor"), "professors"), - (UniCase("biologia"), "biological"), - (UniCase("multitaksing"), "multitasking"), - (UniCase("immunised"), "immunized"), - (UniCase("yrea"), "year"), - (UniCase("kenendy"), "kennedy"), - (UniCase("qualifikation"), "qualification"), - (UniCase("galations"), "galatians"), - (UniCase("hypathetical"), "hypothetical"), - (UniCase("elephantos"), "elephants"), - (UniCase("pormetheus"), "prometheus"), - (UniCase("recongized"), "recognized"), - (UniCase("goosegumps"), "goosebumps"), - (UniCase("fingerpoint"), "fingerprint"), - (UniCase("correpsonding"), "corresponding"), - (UniCase("expextancy"), "expectancy"), - (UniCase("plagiarised"), "plagiarized"), - (UniCase("legalised"), "legalized"), - (UniCase("complation"), "completion"), - (UniCase("sponsorise"), "sponsors"), - (UniCase("isarelis"), "israelis"), - (UniCase("promose"), "promotes"), - (UniCase("isralies"), "israelis"), - (UniCase("chamiponship"), "championships"), - (UniCase("prominetly"), "prominently"), - (UniCase("propabilities"), "probabilities"), - (UniCase("instint"), "instinct"), - (UniCase("tantrumers"), "tantrums"), - (UniCase("newletters"), "newsletters"), - (UniCase("mistakently"), "mistakenly"), - (UniCase("consequenty"), "consequently"), - (UniCase("screenshoot"), "screenshot"), - (UniCase("distingish"), "distinguish"), - (UniCase("australa"), "australian"), - (UniCase("neighourhood"), "neighborhood"), - (UniCase("nusance"), "nuisance"), - (UniCase("countoring"), "countering"), - (UniCase("anrachist"), "anarchist"), - (UniCase("liasons"), "liaisons"), - (UniCase("dispalyed"), "displayed"), - (UniCase("haviest"), "heaviest"), - (UniCase("distinguised"), "distinguished"), - (UniCase("unprofessinal"), "unprofessional"), - (UniCase("tourisy"), "touristy"), - (UniCase("electronicos"), "electronics"), - (UniCase("advantagous"), "advantageous"), - (UniCase("nationalistiska"), "nationalists"), - (UniCase("responsbily"), "responsibly"), - (UniCase("raptros"), "raptors"), - (UniCase("intuitivno"), "intuition"), - (UniCase("carbohydrats"), "carbohydrates"), - (UniCase("coincidense"), "coincidence"), - (UniCase("mdifielder"), "midfielder"), - (UniCase("militais"), "militias"), - (UniCase("sensitivety"), "sensitivity"), - (UniCase("transperancy"), "transparency"), - (UniCase("directos"), "directors"), - (UniCase("maunals"), "manuals"), - (UniCase("recipeints"), "recipients"), - (UniCase("holocuast"), "holocaust"), - (UniCase("tendancies"), "tendencies"), - (UniCase("geopraphically"), "geographically"), - (UniCase("fantasising"), "fantasizing"), - (UniCase("revolutionos"), "revolutions"), - (UniCase("unsunscribed"), "unsubscribed"), - (UniCase("currenty"), "currently"), - (UniCase("alternatley"), "alternately"), - (UniCase("awfullly"), "awfully"), - (UniCase("resolutons"), "resolutions"), - (UniCase("umcomfortably"), "uncomfortably"), - (UniCase("opinoins"), "opinions"), - (UniCase("midifelders"), "midfielders"), - (UniCase("paychologically"), "psychologically"), - (UniCase("jamsine"), "jasmine"), - (UniCase("terrurists"), "terrorists"), - (UniCase("hyrdogen"), "hydrogen"), - (UniCase("computarized"), "computerized"), - (UniCase("releses"), "releases"), - (UniCase("filmamkers"), "filmmakers"), - (UniCase("cententenial"), "centennial"), - (UniCase("agressor"), "aggressor"), - (UniCase("inscets"), "insects"), - (UniCase("admrial"), "admiral"), - (UniCase("preferas"), "prefers"), - (UniCase("overwheling"), "overwhelming"), - (UniCase("lightes"), "lighters"), - (UniCase("desqualified"), "disqualified"), - (UniCase("jamacain"), "jamaican"), - (UniCase("complimentje"), "complimented"), - (UniCase("somethn"), "somethin"), - (UniCase("masturbathon"), "masturbation"), - (UniCase("accostumed"), "accustomed"), - (UniCase("bowdlerise"), "bowdlerize"), - (UniCase("guaranted"), "guaranteed"), - (UniCase("instructiosn"), "instruction"), - (UniCase("formatin"), "formation"), - (UniCase("achivements"), "achievements"), - (UniCase("israelitas"), "israelis"), - (UniCase("systemisch"), "systemic"), - (UniCase("caricaturale"), "caricature"), - (UniCase("taht"), "that"), - (UniCase("infiltrade"), "infiltrate"), - (UniCase("recommented"), "recommended"), - (UniCase("mattreses"), "mattress"), - (UniCase("steryotyping"), "stereotyping"), - (UniCase("olypmics"), "olympics"), - (UniCase("conservare"), "conserve"), - (UniCase("synomymous"), "synonymous"), - (UniCase("factualy"), "factually"), - (UniCase("internationalisation"), "internationalization"), - (UniCase("canniballism"), "cannibalism"), - (UniCase("colourants"), "colorants"), - (UniCase("subjectivily"), "subjectively"), - (UniCase("centralising"), "centralizing"), - (UniCase("humanoind"), "humanoid"), - (UniCase("constitue"), "constitutes"), - (UniCase("multiplr"), "multiplier"), - (UniCase("foreing"), "foreign"), - (UniCase("verifiyng"), "verifying"), - (UniCase("temporaraly"), "temporarily"), - (UniCase("cholocate"), "chocolate"), - (UniCase("vigilence"), "vigilance"), - (UniCase("olympis"), "olympics"), - (UniCase("aberation"), "aberration"), - (UniCase("greusome"), "gruesome"), - (UniCase("discualified"), "disqualified"), - (UniCase("absitnence"), "abstinence"), - (UniCase("pencilled"), "penciled"), - (UniCase("ostensibily"), "ostensibly"), - (UniCase("inconveinent"), "inconvenient"), - (UniCase("dictatorshop"), "dictatorship"), - (UniCase("acknowledget"), "acknowledgement"), - (UniCase("glueing"), "gluing"), - (UniCase("dangeroys"), "dangerously"), - (UniCase("considert"), "considerate"), - (UniCase("combinato"), "combination"), - (UniCase("objectivify"), "objectivity"), - (UniCase("laodouts"), "loadouts"), - (UniCase("hallucinaton"), "hallucination"), - (UniCase("incomprehinsible"), "incomprehensible"), - (UniCase("catasthrope"), "catastrophe"), - (UniCase("nickanme"), "nickname"), - (UniCase("bejewelled"), "bejeweled"), - (UniCase("uniquelly"), "uniquely"), - (UniCase("originalet"), "originated"), - (UniCase("familiaries"), "familiarize"), - (UniCase("simlutaneously"), "simultaneously"), - (UniCase("execption"), "exception"), - (UniCase("investagators"), "investigators"), - (UniCase("prescribtions"), "prescriptions"), - (UniCase("imablances"), "imbalances"), - (UniCase("practitionners"), "practitioners"), - (UniCase("ecstascy"), "ecstasy"), - (UniCase("inititiaves"), "initiatives"), - (UniCase("whn"), "when"), - (UniCase("preipherals"), "peripherals"), - (UniCase("concevied"), "conceived"), - (UniCase("internetese"), "internets"), - (UniCase("recuritment"), "recruitment"), - (UniCase("collectivos"), "collections"), - (UniCase("afgahnistan"), "afghanistan"), - (UniCase("infiltraitor"), "infiltrator"), - (UniCase("requilme"), "requiem"), - (UniCase("obscuirty"), "obscurity"), - (UniCase("bigrading"), "brigading"), - (UniCase("ofcousre"), "ofcourse"), - (UniCase("causalties"), "casualties"), - (UniCase("witnesssing"), "witnessing"), - (UniCase("punsihable"), "punishable"), - (UniCase("taxanomic"), "taxonomic"), - (UniCase("misdemenors"), "misdemeanors"), - (UniCase("propostions"), "proportions"), - (UniCase("commisioning"), "commissioning"), - (UniCase("planation"), "plantation"), - (UniCase("ligthening"), "lightening"), - (UniCase("sculpter"), "sculpture"), - (UniCase("nostlagia"), "nostalgia"), - (UniCase("entreprenurs"), "entrepreneurs"), - (UniCase("calibler"), "calibre"), - (UniCase("hysterica"), "hysteria"), - (UniCase("acknowleding"), "acknowledging"), - (UniCase("dicovers"), "discovers"), - (UniCase("jamaicain"), "jamaican"), - (UniCase("resolutin"), "resolutions"), - (UniCase("trasnfers"), "transfers"), - (UniCase("goldbeg"), "goldberg"), - (UniCase("thearpy"), "therapy"), - (UniCase("bidrman"), "birdman"), - (UniCase("exportfs"), "exports"), - (UniCase("fortunae"), "fortune"), - (UniCase("convcition"), "convictions"), - (UniCase("comparisen"), "compares"), - (UniCase("persoanlly"), "personally"), - (UniCase("personalising"), "personalizing"), - (UniCase("imaptient"), "impatient"), - (UniCase("simultanous"), "simultaneous"), - (UniCase("scientic"), "scientific"), - (UniCase("scheduleing"), "scheduling"), - (UniCase("pracitcal"), "practical"), - (UniCase("selifes"), "selfies"), - (UniCase("airscape"), "airspace"), - (UniCase("supsicion"), "suspicion"), - (UniCase("collectivily"), "collectively"), - (UniCase("protaganists"), "protagonists"), - (UniCase("impressario"), "impresario"), - (UniCase("saterdays"), "saturdays"), - (UniCase("expectantcy"), "expectancy"), - (UniCase("explotions"), "explosions"), - (UniCase("approximatly"), "approximately"), - (UniCase("nostaglia"), "nostalgia"), - (UniCase("interpertations"), "interpretations"), - (UniCase("criticts"), "critics"), - (UniCase("responsabilities"), "responsibilities"), - (UniCase("decisivie"), "decisive"), - (UniCase("aregument"), "arguement"), - (UniCase("explicitily"), "explicitly"), - (UniCase("indicato"), "indication"), - (UniCase("annoucenment"), "announcements"), - (UniCase("assupmtion"), "assumptions"), - (UniCase("amphetamenes"), "amphetamines"), - (UniCase("contestase"), "contests"), - (UniCase("massachusets"), "massachusetts"), - (UniCase("scantuary"), "sanctuary"), - (UniCase("indigenius"), "indigenous"), - (UniCase("moisturizor"), "moisturizer"), - (UniCase("agreing"), "agreeing"), - (UniCase("responsiby"), "responsibly"), - (UniCase("auromated"), "automated"), - (UniCase("disatvantaged"), "disadvantaged"), - (UniCase("deflectin"), "deflection"), - (UniCase("diagnosi"), "diagnostic"), - (UniCase("handelbars"), "handlebars"), - (UniCase("indonesean"), "indonesian"), - (UniCase("provocatief"), "provocative"), - (UniCase("xenophobical"), "xenophobia"), - (UniCase("directoy"), "directory"), - (UniCase("substantied"), "substantive"), - (UniCase("mathamatics"), "mathematics"), - (UniCase("magnesuim"), "magnesium"), - (UniCase("consumpion"), "consumption"), - (UniCase("dishonourably"), "dishonorably"), - (UniCase("sarcasticaly"), "sarcastically"), - (UniCase("physioligical"), "physiological"), - (UniCase("tolerence"), "tolerance"), - (UniCase("unaminous"), "unanimous"), - (UniCase("liberalest"), "liberate"), - (UniCase("celebrite"), "celebrities"), - (UniCase("overwieght"), "overweight"), - (UniCase("neturality"), "neutrality"), - (UniCase("anniversay"), "anniversary"), - (UniCase("intervento"), "intervention"), - (UniCase("broadacasting"), "broadcasting"), - (UniCase("cleanilness"), "cleanliness"), - (UniCase("discustingly"), "disgustingly"), - (UniCase("thign"), "thing"), - (UniCase("neigbhour"), "neighbour"), - (UniCase("arbitraily"), "arbitrarily"), - (UniCase("ideologe"), "ideologies"), - (UniCase("cilanto"), "cilantro"), - (UniCase("portrais"), "portraits"), - (UniCase("legitimising"), "legitimizing"), - (UniCase("prefernece"), "preferences"), - (UniCase("pscyhologically"), "psychologically"), - (UniCase("criticaly"), "critically"), - (UniCase("notacible"), "noticable"), - (UniCase("directivos"), "directions"), - (UniCase("teamfigt"), "teamfight"), - (UniCase("becnhmark"), "benchmark"), - (UniCase("exploted"), "explode"), - (UniCase("soldily"), "solidly"), - (UniCase("appreciaters"), "appreciates"), - (UniCase("suspicioulsy"), "suspiciously"), - (UniCase("electroltyes"), "electrolytes"), - (UniCase("misconseptions"), "misconceptions"), - (UniCase("preparacion"), "preparation"), - (UniCase("embarrasement"), "embarrassment"), - (UniCase("sovereigny"), "sovereignty"), - (UniCase("annyoingly"), "annoyingly"), - (UniCase("playabe"), "playable"), - (UniCase("instutionalized"), "institutionalized"), - (UniCase("centred"), "centered"), - (UniCase("refereces"), "references"), - (UniCase("immigranti"), "immigration"), - (UniCase("blackbarry"), "blackberry"), - (UniCase("undestructible"), "indestructible"), - (UniCase("explorare"), "explorer"), - (UniCase("isareli"), "israeli"), - (UniCase("ludcrious"), "ludicrous"), - (UniCase("sportsmenship"), "sportsmanship"), - (UniCase("sykward"), "skyward"), - (UniCase("executings"), "executions"), - (UniCase("qualifieres"), "qualifiers"), - (UniCase("implementationer"), "implementations"), - (UniCase("emporer"), "emperor"), - (UniCase("cooresponding"), "corresponding"), - (UniCase("catholizism"), "catholicism"), - (UniCase("midfileders"), "midfielders"), - (UniCase("paramedis"), "paramedics"), - (UniCase("acutions"), "auctions"), - (UniCase("instructers"), "instructors"), - (UniCase("hospitilized"), "hospitalized"), - (UniCase("terriblly"), "terribly"), - (UniCase("incarnaton"), "incarnation"), - (UniCase("trubinal"), "tribunal"), - (UniCase("offsrping"), "offspring"), - (UniCase("herad"), "heard"), - (UniCase("dulaity"), "duality"), - (UniCase("newsettler"), "newsletter"), - (UniCase("garnola"), "granola"), - (UniCase("alliegance"), "allegiance"), - (UniCase("perview"), "preview"), - (UniCase("demonstrativno"), "demonstrations"), - (UniCase("territority"), "territory"), - (UniCase("snugglie"), "snuggle"), - (UniCase("pionere"), "pioneer"), - (UniCase("empahsized"), "emphasized"), - (UniCase("genitaila"), "genitalia"), - (UniCase("vaticaan"), "vatican"), - (UniCase("inheratance"), "inheritance"), - (UniCase("randomised"), "randomized"), - (UniCase("everyoens"), "everyones"), - (UniCase("colonizacion"), "colonization"), - (UniCase("disconnet"), "disconnect"), - (UniCase("embarress"), "embarrassed"), - (UniCase("testimoney"), "testimony"), - (UniCase("fracturare"), "fracture"), - (UniCase("unknowinlgy"), "unknowingly"), - (UniCase("immobilze"), "immobile"), - (UniCase("ogranisation"), "organisation"), - (UniCase("trivialises"), "trivializes"), - (UniCase("downloadbig"), "downloading"), - (UniCase("weridest"), "weirdest"), - (UniCase("hypocrytes"), "hypocrites"), - (UniCase("eliminato"), "elimination"), - (UniCase("unopend"), "unopened"), - (UniCase("overwheliming"), "overwhelming"), - (UniCase("signifiant"), "significant"), - (UniCase("outragesouly"), "outrageously"), - (UniCase("legalising"), "legalizing"), - (UniCase("perspektive"), "perspective"), - (UniCase("inpossibility"), "impossibility"), - (UniCase("respectabil"), "respectable"), - (UniCase("regresssion"), "regression"), - (UniCase("busineses"), "business"), - (UniCase("constrainsts"), "constraints"), - (UniCase("provicial"), "provincial"), - (UniCase("contancting"), "contracting"), - (UniCase("athients"), "athiest"), - (UniCase("withdral"), "withdrawal"), - (UniCase("hopsitality"), "hospitality"), - (UniCase("haversting"), "harvesting"), - (UniCase("bowdlerising"), "bowdlerizing"), - (UniCase("corrolates"), "correlates"), - (UniCase("conditionel"), "conditional"), - (UniCase("apprecaited"), "appreciated"), - (UniCase("consueling"), "consulting"), - (UniCase("androgenous"), "androgynous"), - (UniCase("pyschiatrists"), "psychiatrists"), - (UniCase("desentralized"), "decentralized"), - (UniCase("resolverse"), "resolves"), - (UniCase("guttaral"), "guttural"), - (UniCase("demandes"), "demands"), - (UniCase("unavaliable"), "unavailable"), - (UniCase("photagraphers"), "photographers"), - (UniCase("evloved"), "evolved"), - (UniCase("intervenire"), "intervene"), - (UniCase("additonally"), "additionally"), - (UniCase("exerbate"), "exacerbate"), - (UniCase("appreicate"), "appreciate"), - (UniCase("skeptis"), "skeptics"), - (UniCase("synagouge"), "synagogue"), - (UniCase("commenciez"), "commence"), - (UniCase("terrirorial"), "territorial"), - (UniCase("repalces"), "replaces"), - (UniCase("negiotated"), "negotiated"), - (UniCase("documentaiton"), "documentation"), - (UniCase("annualy"), "annually"), - (UniCase("discredid"), "discredited"), - (UniCase("repid"), "rapid"), - (UniCase("recognision"), "recognition"), - (UniCase("pedophilles"), "pedophile"), - (UniCase("psychiatrits"), "psychiatrists"), - (UniCase("obstruktion"), "obstruction"), - (UniCase("assasin"), "assassin"), - (UniCase("maruader"), "marauder"), - (UniCase("participats"), "participant"), - (UniCase("captials"), "capitals"), - (UniCase("renketon"), "renekton"), - (UniCase("survivalibity"), "survivability"), - (UniCase("practicaly"), "practically"), - (UniCase("extrapolare"), "extrapolate"), - (UniCase("refrences"), "references"), - (UniCase("condescenscion"), "condescension"), - (UniCase("oppenly"), "openly"), - (UniCase("annyoance"), "annoyance"), - (UniCase("appreciateing"), "appreciating"), - (UniCase("propechies"), "prophecies"), - (UniCase("spartants"), "spartans"), - (UniCase("bobmers"), "bombers"), - (UniCase("wariwck"), "warwick"), - (UniCase("liquidisers"), "liquidizers"), - (UniCase("preorderded"), "preordered"), - (UniCase("philosopy"), "philosophy"), - (UniCase("concedendo"), "conceded"), - (UniCase("delivere"), "deliveries"), - (UniCase("metabolsim"), "metabolism"), - (UniCase("butterflyes"), "butterflies"), - (UniCase("proteccion"), "protection"), - (UniCase("armageddomon"), "armageddon"), - (UniCase("plastre"), "plaster"), - (UniCase("resturant"), "restaurant"), - (UniCase("hanlder"), "handler"), - (UniCase("luandry"), "laundry"), - (UniCase("janurary"), "january"), - (UniCase("resoltuion"), "resolutions"), - (UniCase("unnistalled"), "uninstalled"), - (UniCase("execusions"), "executions"), - (UniCase("privitazed"), "privatized"), - (UniCase("charcaol"), "charcoal"), - (UniCase("pruposely"), "purposely"), - (UniCase("arithmetisch"), "arithmetic"), - (UniCase("presonhood"), "personhood"), - (UniCase("shriley"), "shirley"), - (UniCase("amateures"), "amateurs"), - (UniCase("pressuming"), "pressuring"), - (UniCase("charachters"), "characters"), - (UniCase("colorblend"), "colorblind"), - (UniCase("preverse"), "perverse"), - (UniCase("scholorships"), "scholarships"), - (UniCase("strenghten"), "strengthen"), - (UniCase("patheitc"), "pathetic"), - (UniCase("magnetises"), "magnetizes"), - (UniCase("fileding"), "fielding"), - (UniCase("techonlogical"), "technological"), - (UniCase("syracue"), "syracuse"), - (UniCase("directin"), "directions"), - (UniCase("inspiritional"), "inspirational"), - (UniCase("warantee"), "warranty"), - (UniCase("universels"), "universes"), - (UniCase("marginalisation"), "marginalization"), - (UniCase("importantce"), "importance"), - (UniCase("industrialzed"), "industrialized"), - (UniCase("veneuzela"), "venezuela"), - (UniCase("chromosone"), "chromosome"), - (UniCase("warrios"), "warriors"), - (UniCase("intimidacion"), "intimidation"), - (UniCase("syracusae"), "syracuse"), - (UniCase("canonises"), "canonizes"), - (UniCase("restricitng"), "restricting"), - (UniCase("convinse"), "convinces"), - (UniCase("berserkr"), "berserker"), - (UniCase("reccuring"), "recurring"), - (UniCase("shcooled"), "schooled"), - (UniCase("shetlers"), "shelters"), - (UniCase("classicals"), "classics"), - (UniCase("antagnoist"), "antagonist"), - (UniCase("compositionwise"), "compositions"), - (UniCase("utiliatrian"), "utilitarian"), - (UniCase("marineras"), "mariners"), - (UniCase("irreverant"), "irrelevant"), - (UniCase("evenlopes"), "envelopes"), - (UniCase("trinagles"), "triangles"), - (UniCase("ocasions"), "occasions"), - (UniCase("interacties"), "interacts"), - (UniCase("anarchistes"), "anarchists"), - (UniCase("syncronous"), "synchronous"), - (UniCase("naugthy"), "naughty"), - (UniCase("contaminents"), "containment"), - (UniCase("bitterswet"), "bittersweet"), - (UniCase("sturggles"), "struggles"), - (UniCase("insuffucient"), "insufficient"), - (UniCase("unbreakbale"), "unbreakable"), - (UniCase("redesgin"), "redesign"), - (UniCase("perserved"), "preserved"), - (UniCase("afhganistan"), "afghanistan"), - (UniCase("diagnossed"), "diagnose"), - (UniCase("protagonsit"), "protagonists"), - (UniCase("disciplins"), "disciplines"), - (UniCase("spreadsheeds"), "spreadsheets"), - (UniCase("internelized"), "internalized"), - (UniCase("humants"), "humanist"), - (UniCase("astornauts"), "astronauts"), - (UniCase("forrset"), "forrest"), - (UniCase("mechandise"), "merchandise"), - (UniCase("chrsitianity"), "christianity"), - (UniCase("justificativo"), "justification"), - (UniCase("signularity"), "singularity"), - (UniCase("referrences"), "references"), - (UniCase("thiunk"), "think"), - (UniCase("ghettoise"), "ghettoize"), - (UniCase("conciveable"), "conceivable"), - (UniCase("husban"), "husband"), - (UniCase("parliment"), "parliament"), - (UniCase("survibability"), "survivability"), - (UniCase("threeof"), "thereof"), - (UniCase("hypothesees"), "hypotheses"), - (UniCase("conveniant"), "convenient"), - (UniCase("memeber"), "member"), - (UniCase("tust"), "trust"), - (UniCase("domecrats"), "democrats"), - (UniCase("siezure"), "seizure"), - (UniCase("strenghening"), "strengthening"), - (UniCase("transulcent"), "translucent"), - (UniCase("grammes"), "grams"), - (UniCase("demonination"), "denominations"), - (UniCase("beleif"), "belief"), - (UniCase("miliraty"), "military"), - (UniCase("hypocrises"), "hypocrites"), - (UniCase("concentratie"), "concentrate"), - (UniCase("interpritations"), "interpretations"), - (UniCase("keneysian"), "keynesian"), - (UniCase("relected"), "reelected"), - (UniCase("perpertrated"), "perpetrated"), - (UniCase("qualifyers"), "qualifiers"), - (UniCase("transofrmation"), "transformation"), - (UniCase("trinitiy"), "trinity"), - (UniCase("excellenze"), "excellence"), - (UniCase("explanetary"), "explanatory"), - (UniCase("directorys"), "directors"), - (UniCase("compansate"), "compensate"), - (UniCase("infinitelly"), "infinitely"), - (UniCase("despicaple"), "despicable"), - (UniCase("pretains"), "pertains"), - (UniCase("difficults"), "difficulties"), - (UniCase("determinisitic"), "deterministic"), - (UniCase("empiricaly"), "empirically"), - (UniCase("determing"), "determining"), - (UniCase("scandonavia"), "scandinavia"), - (UniCase("driectx"), "directx"), - (UniCase("upgarded"), "upgraded"), - (UniCase("invariabley"), "invariably"), - (UniCase("sebasitan"), "sebastian"), - (UniCase("activites"), "activities"), - (UniCase("masculinty"), "masculinity"), - (UniCase("dustification"), "justification"), - (UniCase("remmebered"), "remembered"), - (UniCase("fantasitcally"), "fantastically"), - (UniCase("bugdets"), "budgets"), - (UniCase("practising"), "practicing"), - (UniCase("commonweath"), "commonwealth"), - (UniCase("controversity"), "controversy"), - (UniCase("alcoholicas"), "alcoholics"), - (UniCase("generalising"), "generalizing"), - (UniCase("simplifyng"), "simplifying"), - (UniCase("perferably"), "preferably"), - (UniCase("outfied"), "outfield"), - (UniCase("presidante"), "presidents"), - (UniCase("blitzkreig"), "blitzkrieg"), - (UniCase("processer"), "processor"), - (UniCase("microvaves"), "microwaves"), - (UniCase("abondoned"), "abandoned"), - (UniCase("inteligent"), "intelligent"), - (UniCase("circulaire"), "circular"), - (UniCase("draughtman"), "draughtsman"), - (UniCase("stealty"), "stealthy"), - (UniCase("pahntom"), "phantom"), - (UniCase("haematologists"), "hematologists"), - (UniCase("stattues"), "statutes"), - (UniCase("convencion"), "convention"), - (UniCase("impresssion"), "impressions"), - (UniCase("certianty"), "certainty"), - (UniCase("qualifiy"), "qualify"), - (UniCase("cartilidge"), "cartilage"), - (UniCase("tyrhard"), "tryhard"), - (UniCase("ideologisk"), "ideologies"), - (UniCase("intutive"), "intuitive"), - (UniCase("ridicoulusly"), "ridiculously"), - (UniCase("computato"), "computation"), - (UniCase("healthiet"), "healthiest"), - (UniCase("sttutering"), "stuttering"), - (UniCase("specailizes"), "specializes"), - (UniCase("himselv"), "himself"), - (UniCase("serialisations"), "serializations"), - (UniCase("ansestors"), "ancestors"), - (UniCase("supermarkt"), "supermarket"), - (UniCase("exploitaiton"), "exploitation"), - (UniCase("monsterous"), "monsters"), - (UniCase("misunderstending"), "misunderstandings"), - (UniCase("sawstika"), "swastika"), - (UniCase("agnostisch"), "agnostic"), - (UniCase("afghanastan"), "afghanistan"), - (UniCase("minimazing"), "minimizing"), - (UniCase("immitating"), "imitating"), - (UniCase("tacticas"), "tactics"), - (UniCase("prepartion"), "preparation"), - (UniCase("institude"), "instituted"), - (UniCase("adbominal"), "abdominal"), - (UniCase("labenese"), "lebanese"), - (UniCase("phenomonenon"), "phenomenon"), - (UniCase("fanservise"), "fanservice"), - (UniCase("monothilic"), "monolithic"), - (UniCase("flavourus"), "flavours"), - (UniCase("aquired"), "acquired"), - (UniCase("remoulds"), "remolds"), - (UniCase("disingenuos"), "disingenuous"), - (UniCase("volunteraly"), "voluntarily"), - (UniCase("partonizing"), "patronizing"), - (UniCase("indiviudal"), "individuals"), - (UniCase("harrasses"), "harassed"), - (UniCase("magintude"), "magnitude"), - (UniCase("subtilte"), "subtitle"), - (UniCase("psychopatch"), "psychopath"), - (UniCase("privilegie"), "privilege"), - (UniCase("benifits"), "benefits"), - (UniCase("generationens"), "generations"), - (UniCase("peridoic"), "periodic"), - (UniCase("pervention"), "prevention"), - (UniCase("catterpillar"), "caterpillar"), - (UniCase("congresional"), "congressional"), - (UniCase("invincinble"), "invincible"), - (UniCase("resembes"), "resembles"), - (UniCase("committments"), "commitments"), - (UniCase("bankrupty"), "bankruptcy"), - (UniCase("enthusiests"), "enthusiasts"), - (UniCase("socratease"), "socrates"), - (UniCase("tood"), "todo"), - (UniCase("synonymus"), "synonyms"), - (UniCase("penetraton"), "penetration"), - (UniCase("rivlaries"), "rivalries"), - (UniCase("neglagence"), "negligence"), - (UniCase("shovelling"), "shoveling"), - (UniCase("admendment"), "amendment"), - (UniCase("converison"), "conversions"), - (UniCase("thoerists"), "theorists"), - (UniCase("inifnite"), "infinite"), - (UniCase("canalising"), "canalizing"), - (UniCase("reconnoitring"), "reconnoitering"), - (UniCase("sidelen"), "sideline"), - (UniCase("maritan"), "martian"), - (UniCase("wass"), "was"), - (UniCase("formulars"), "formulas"), - (UniCase("pshyciatrist"), "psychiatrist"), - (UniCase("misoginystic"), "misogynistic"), - (UniCase("molestarte"), "molester"), - (UniCase("highlighed"), "highlighted"), - (UniCase("presideny"), "presidency"), - (UniCase("sawnsea"), "swansea"), - (UniCase("columsn"), "columns"), - (UniCase("milwakuee"), "milwaukee"), - (UniCase("isntalling"), "installing"), - (UniCase("pharmasist"), "pharmacist"), - (UniCase("bandwidht"), "bandwidth"), - (UniCase("fahernheit"), "fahrenheit"), - (UniCase("determinitic"), "deterministic"), - (UniCase("threee"), "three"), - (UniCase("humurous"), "humorous"), - (UniCase("birhtday"), "birthday"), - (UniCase("revaluated"), "reevaluated"), - (UniCase("nationalised"), "nationalized"), - (UniCase("millenia"), "millennia"), - (UniCase("militarise"), "militarize"), - (UniCase("swaering"), "swearing"), - (UniCase("fanserve"), "fanservice"), - (UniCase("rectanguar"), "rectangular"), - (UniCase("mysterieus"), "mysteries"), - (UniCase("skrawberries"), "strawberries"), - (UniCase("jonatahn"), "jonathan"), - (UniCase("influening"), "influencing"), - (UniCase("molestarme"), "molester"), - (UniCase("heapdhones"), "headphones"), - (UniCase("protectons"), "protectors"), - (UniCase("devastaing"), "devastating"), - (UniCase("electivite"), "elective"), - (UniCase("deductibe"), "deductible"), - (UniCase("guardianis"), "guardians"), - (UniCase("engagemet"), "engagements"), - (UniCase("terrerists"), "terrorists"), - (UniCase("disastisfied"), "dissatisfied"), - (UniCase("relateds"), "relates"), - (UniCase("compasso"), "compassion"), - (UniCase("disaproval"), "disapproval"), - (UniCase("mastutbation"), "masturbation"), - (UniCase("vasall"), "vassal"), - (UniCase("injustaces"), "injustices"), - (UniCase("fundementals"), "fundamentals"), - (UniCase("mistankely"), "mistakenly"), - (UniCase("cosies"), "cozies"), - (UniCase("guradians"), "guardians"), - (UniCase("defelction"), "deflection"), - (UniCase("reguarly"), "regularly"), - (UniCase("pregorative"), "prerogative"), - (UniCase("inevititably"), "inevitably"), - (UniCase("humillating"), "humiliating"), - (UniCase("tattooes"), "tattoos"), - (UniCase("commenteers"), "commenter"), - (UniCase("secularised"), "secularized"), - (UniCase("favourite"), "favorite"), - (UniCase("effeciently"), "efficiently"), - (UniCase("writen"), "written"), - (UniCase("existantes"), "existent"), - (UniCase("retoractively"), "retroactively"), - (UniCase("positiveity"), "positivity"), - (UniCase("docuhes"), "douches"), - (UniCase("spiritualy"), "spiritually"), - (UniCase("distrubiting"), "distributing"), - (UniCase("virbate"), "vibrate"), - (UniCase("squeakly"), "squeaky"), - (UniCase("gimmickers"), "gimmicks"), - (UniCase("fascinatinf"), "fascination"), - (UniCase("frustraded"), "frustrated"), - (UniCase("coincedince"), "coincidence"), - (UniCase("evangelia"), "evangelical"), - (UniCase("stereotypying"), "stereotyping"), - (UniCase("criticiszed"), "criticise"), - (UniCase("foundaries"), "foundries"), - (UniCase("protoganists"), "protagonists"), - (UniCase("mispelling"), "misspelling"), - (UniCase("tantalised"), "tantalized"), - (UniCase("maraudeurs"), "marauder"), - (UniCase("assassine"), "assassinate"), - (UniCase("chanpionship"), "championship"), - (UniCase("athesim"), "atheism"), - (UniCase("realise"), "realize"), - (UniCase("disrespection"), "disrespecting"), - (UniCase("compatiblities"), "compatibilities"), - (UniCase("statisitcs"), "statistics"), - (UniCase("frustracion"), "frustration"), - (UniCase("threataning"), "threatening"), - (UniCase("congresmen"), "congressmen"), - (UniCase("dependancies"), "dependencies"), - (UniCase("exportes"), "exports"), - (UniCase("completetion"), "completion"), - (UniCase("propuslion"), "propulsion"), - (UniCase("reconsturction"), "reconstruction"), - (UniCase("performences"), "performances"), - (UniCase("propotions"), "proportions"), - (UniCase("begginers"), "beginners"), - (UniCase("sacrifacing"), "sacrificing"), - (UniCase("champagen"), "champagne"), - (UniCase("estiamtes"), "estimates"), - (UniCase("bureaucraps"), "bureaucrats"), - (UniCase("nutritent"), "nutrient"), - (UniCase("exaggarate"), "exaggerate"), - (UniCase("fanatism"), "fanaticism"), - (UniCase("monstrisity"), "monstrosity"), - (UniCase("maybellinne"), "maybelline"), - (UniCase("investogators"), "investigators"), - (UniCase("suround"), "surround"), - (UniCase("villin"), "villain"), - (UniCase("sertificates"), "certificates"), - (UniCase("colourizing"), "colorizing"), - (UniCase("possibilty"), "possibility"), - (UniCase("conferedate"), "confederate"), - (UniCase("survivabiity"), "survivability"), - (UniCase("prelimiary"), "preliminary"), - (UniCase("travesy"), "travesty"), - (UniCase("investigativo"), "investigation"), - (UniCase("nationalistics"), "nationalists"), - (UniCase("protagonistes"), "protagonists"), - (UniCase("lightweigt"), "lightweight"), - (UniCase("interrugum"), "interregnum"), - (UniCase("genersl"), "generals"), - (UniCase("charmisa"), "charisma"), - (UniCase("flavouring"), "flavoring"), - (UniCase("dispensory"), "dispensary"), - (UniCase("srpouts"), "sprouts"), - (UniCase("misanderstood"), "misunderstood"), - (UniCase("businessa"), "businessman"), - (UniCase("capitalised"), "capitalized"), - (UniCase("stabilizies"), "stabilize"), - (UniCase("attendent"), "attendant"), - (UniCase("teamifght"), "teamfight"), - (UniCase("conifguration"), "configurations"), - (UniCase("masterpeace"), "masterpiece"), - (UniCase("democracis"), "democracies"), - (UniCase("prematuraly"), "prematurely"), - (UniCase("escpaes"), "escapes"), - (UniCase("uneccesary"), "unnecessary"), - (UniCase("blatimore"), "baltimore"), - (UniCase("asburdity"), "absurdity"), - (UniCase("microtranasctions"), "microtransactions"), - (UniCase("snowbaling"), "snowballing"), - (UniCase("supervisoras"), "supervisors"), - (UniCase("starightforward"), "straightforward"), - (UniCase("disproportinate"), "disproportionate"), - (UniCase("dirbble"), "dribble"), - (UniCase("jaugars"), "jaguars"), - (UniCase("apllications"), "applications"), - (UniCase("dialogue"), "dialog"), - (UniCase("imense"), "immense"), - (UniCase("positivitely"), "positivity"), - (UniCase("laucnhed"), "launched"), - (UniCase("vacinity"), "vicinity"), - (UniCase("counterside"), "countryside"), - (UniCase("muesums"), "museums"), - (UniCase("alternatevly"), "alternately"), - (UniCase("succceeded"), "succeeded"), - (UniCase("collataral"), "collateral"), - (UniCase("underhwleming"), "underwhelming"), - (UniCase("declarase"), "declares"), - (UniCase("withrdawing"), "withdrawing"), - (UniCase("untraind"), "untrained"), - (UniCase("cilivization"), "civilizations"), - (UniCase("experiense"), "experiences"), - (UniCase("deutshcland"), "deutschland"), - (UniCase("hypocrticial"), "hypocritical"), - (UniCase("scarifices"), "sacrifices"), - (UniCase("willimas"), "williams"), - (UniCase("irracional"), "irrational"), - (UniCase("suggestes"), "suggests"), - (UniCase("aquaduct"), "aqueduct"), - (UniCase("heartbeart"), "heartbeat"), - (UniCase("entreprener"), "entrepreneurs"), - (UniCase("aqcuire"), "acquire"), - (UniCase("adventuruous"), "adventurous"), - (UniCase("organizarte"), "organizer"), - (UniCase("indespensable"), "indispensable"), - (UniCase("confidentaly"), "confidently"), - (UniCase("spectres"), "specters"), - (UniCase("dissovle"), "dissolve"), - (UniCase("inquisitior"), "inquisitor"), - (UniCase("compromissen"), "compromise"), - (UniCase("assmebling"), "assembling"), - (UniCase("critizised"), "criticized"), - (UniCase("orgainsed"), "organised"), - (UniCase("digitises"), "digitizes"), - (UniCase("supposedely"), "supposedly"), - (UniCase("assestment"), "assessment"), - (UniCase("airbore"), "airborne"), - (UniCase("recommanding"), "recommending"), - (UniCase("cathlic"), "catholic"), - (UniCase("mairlyn"), "marilyn"), - (UniCase("morgage"), "mortgage"), - (UniCase("mandarian"), "mandarin"), - (UniCase("differenly"), "differently"), - (UniCase("dialogues"), "dialogs"), - (UniCase("representes"), "represents"), - (UniCase("prospertity"), "prosperity"), - (UniCase("seahaws"), "seahawks"), - (UniCase("compagnons"), "companions"), - (UniCase("cannabil"), "cannibal"), - (UniCase("localised"), "localized"), - (UniCase("generostiy"), "generosity"), - (UniCase("prioratize"), "prioritize"), - (UniCase("molestating"), "molestation"), - (UniCase("feminsits"), "feminists"), - (UniCase("inefficeint"), "inefficient"), - (UniCase("supersition"), "supervision"), - (UniCase("theoreticaly"), "theoretically"), - (UniCase("prestigiose"), "prestigious"), - (UniCase("utiliterian"), "utilitarian"), - (UniCase("competetors"), "competitors"), - (UniCase("sentaments"), "sentiments"), - (UniCase("presumpteous"), "presumptuous"), - (UniCase("miscellanious"), "miscellaneous"), - (UniCase("mechansims"), "mechanisms"), - (UniCase("contribuer"), "contribute"), - (UniCase("prohibitons"), "prohibits"), - (UniCase("pharmacuetical"), "pharmaceutical"), - (UniCase("overwhlem"), "overwhelm"), - (UniCase("undergradute"), "undergraduate"), - (UniCase("presidentcy"), "presidency"), - (UniCase("grappel"), "grapple"), - (UniCase("valenca"), "valencia"), - (UniCase("comparitavely"), "comparatively"), - (UniCase("somethines"), "somethings"), - (UniCase("intrinsinc"), "intrinsic"), - (UniCase("victemized"), "victimized"), - (UniCase("disastrious"), "disastrous"), - (UniCase("marhsmallows"), "marshmallows"), - (UniCase("patethic"), "pathetic"), - (UniCase("outperfom"), "outperform"), - (UniCase("chromosmes"), "chromosomes"), - (UniCase("competetions"), "competitions"), - (UniCase("advertisors"), "advertisers"), - (UniCase("replacemnet"), "replacements"), - (UniCase("asssasins"), "assassins"), - (UniCase("platofrmer"), "platformer"), - (UniCase("troubelsome"), "troublesome"), - (UniCase("indigenuous"), "indigenous"), - (UniCase("pretene"), "pretense"), - (UniCase("inexpereinced"), "inexperienced"), - (UniCase("marjiuana"), "marijuana"), - (UniCase("argeument"), "arguement"), - (UniCase("unconsciosly"), "unconsciously"), - (UniCase("provicative"), "provocative"), - (UniCase("inquisator"), "inquisitor"), - (UniCase("eigth"), "eighth"), - (UniCase("immortas"), "immortals"), - (UniCase("emipres"), "empires"), - (UniCase("eulogise"), "eulogize"), - (UniCase("congragulations"), "congratulations"), - (UniCase("acquaintaces"), "acquaintances"), - (UniCase("intertaining"), "entertaining"), - (UniCase("minimini"), "minimizing"), - (UniCase("unfinsihed"), "unfinished"), - (UniCase("totalitara"), "totalitarian"), - (UniCase("inappropriatley"), "inappropriately"), - (UniCase("curriences"), "currencies"), - (UniCase("barcelets"), "bracelets"), - (UniCase("allegedely"), "allegedly"), - (UniCase("defaintly"), "defiantly"), - (UniCase("gangsterous"), "gangsters"), - (UniCase("egpytian"), "egyptian"), - (UniCase("palyboy"), "playboy"), - (UniCase("altruisim"), "altruism"), - (UniCase("konsultation"), "consultation"), - (UniCase("naseuous"), "nauseous"), - (UniCase("zealouts"), "zealous"), - (UniCase("truimph"), "triumph"), - (UniCase("replacated"), "replicated"), - (UniCase("donwvotes"), "downvotes"), - (UniCase("calcualtors"), "calculators"), - (UniCase("decembeard"), "december"), - (UniCase("singels"), "singles"), - (UniCase("erally"), "orally"), - (UniCase("regardes"), "regards"), - (UniCase("someonelse"), "someones"), - (UniCase("psychopats"), "psychopaths"), - (UniCase("rebuplican"), "republican"), - (UniCase("montnana"), "montana"), - (UniCase("rewatchimg"), "rewatching"), - (UniCase("virtiol"), "vitriol"), - (UniCase("dashbaord"), "dashboard"), - (UniCase("prohibitifs"), "prohibits"), - (UniCase("diphtong"), "diphthong"), - (UniCase("creedence"), "credence"), - (UniCase("goldburger"), "goldberg"), - (UniCase("cardnial"), "cardinal"), - (UniCase("obsessin"), "obsession"), - (UniCase("sadistc"), "sadistic"), - (UniCase("philospher"), "philosopher"), - (UniCase("salvery"), "slavery"), - (UniCase("ghandi"), "gandhi"), - (UniCase("parliamentry"), "parliamentary"), - (UniCase("administratief"), "administrative"), - (UniCase("summenor"), "summoner"), - (UniCase("foundatin"), "foundations"), - (UniCase("convulated"), "convoluted"), - (UniCase("toghether"), "together"), - (UniCase("shfiter"), "shifter"), - (UniCase("amonsgt"), "amongst"), - (UniCase("furiosuly"), "furiously"), - (UniCase("overpowed"), "overpowered"), - (UniCase("misogonistic"), "misogynistic"), - (UniCase("disapporval"), "disapproval"), - (UniCase("impossibel"), "impossibly"), - (UniCase("tawianese"), "taiwanese"), - (UniCase("receptionnist"), "receptionist"), - (UniCase("randomns"), "randoms"), - (UniCase("leciester"), "leicester"), - (UniCase("sadistisch"), "sadistic"), - (UniCase("slaughted"), "slaughtered"), - (UniCase("nationalistes"), "nationalists"), - (UniCase("lybia"), "libya"), - (UniCase("compensacion"), "compensation"), - (UniCase("intiutive"), "intuitive"), - (UniCase("climbes"), "climbers"), - (UniCase("symettric"), "symmetric"), - (UniCase("deficites"), "deficits"), - (UniCase("undergrand"), "undergrad"), - (UniCase("meditarrenean"), "mediterranean"), - (UniCase("monumentais"), "monuments"), - (UniCase("cosemtics"), "cosmetics"), - (UniCase("hystera"), "hysteria"), - (UniCase("manipualted"), "manipulated"), - (UniCase("switzerand"), "switzerland"), - (UniCase("uninspiried"), "uninspired"), - (UniCase("unequalities"), "inequalities"), - (UniCase("descendands"), "descendants"), - (UniCase("soverignty"), "sovereignty"), - (UniCase("bevelled"), "beveled"), - (UniCase("beteen"), "between"), - (UniCase("incarcerato"), "incarceration"), - (UniCase("forumlate"), "formulate"), - (UniCase("manufactuing"), "manufacturing"), - (UniCase("mediocricy"), "mediocrity"), - (UniCase("priviledge"), "privilege"), - (UniCase("franlkin"), "franklin"), - (UniCase("sktechy"), "sketchy"), - (UniCase("humoural"), "humoral"), - (UniCase("crowm"), "crown"), - (UniCase("unemploymed"), "unemployed"), - (UniCase("burtality"), "brutality"), - (UniCase("qualifiactions"), "qualification"), - (UniCase("particapate"), "participate"), - (UniCase("inaccessbile"), "inaccessible"), - (UniCase("distrubition"), "distribution"), - (UniCase("pertubations"), "perturbations"), - (UniCase("bayblon"), "babylon"), - (UniCase("greif"), "grief"), - (UniCase("comfrontation"), "confrontation"), - (UniCase("speciatly"), "specialty"), - (UniCase("adminsiter"), "administer"), - (UniCase("persuaso"), "persuasion"), - (UniCase("untrammelled"), "untrammeled"), - (UniCase("inquistior"), "inquisitor"), - (UniCase("exculding"), "excluding"), - (UniCase("contraticting"), "contradicting"), - (UniCase("anglicise"), "anglicize"), - (UniCase("regestration"), "registration"), - (UniCase("conatiners"), "containers"), - (UniCase("conpensating"), "compensating"), - (UniCase("publisherr"), "publisher"), - (UniCase("hurdels"), "hurdles"), - (UniCase("evolveos"), "evolves"), - (UniCase("emberrassing"), "embarrassing"), - (UniCase("straigthforward"), "straightforward"), - (UniCase("indifferant"), "indifferent"), - (UniCase("northen"), "northern"), - (UniCase("alchemsit"), "alchemist"), - (UniCase("discusison"), "discussions"), - (UniCase("universtiy"), "university"), - (UniCase("biogtry"), "bigotry"), - (UniCase("lesiban"), "lesbian"), - (UniCase("preferens"), "preferences"), - (UniCase("compitent"), "competent"), - (UniCase("insertas"), "inserts"), - (UniCase("competitiion"), "competition"), - (UniCase("psycology"), "psychology"), - (UniCase("monopolises"), "monopolizes"), - (UniCase("neighbourhood"), "neighborhood"), - (UniCase("alocholic"), "alcoholic"), - (UniCase("transmorgs"), "transforms"), - (UniCase("stlakers"), "stalkers"), - (UniCase("poulations"), "populations"), - (UniCase("pesticidas"), "pesticides"), - (UniCase("controleurs"), "controllers"), - (UniCase("illegimacy"), "illegitimacy"), - (UniCase("sceintific"), "scientific"), - (UniCase("motovational"), "motivational"), - (UniCase("potentialy"), "potentially"), - (UniCase("ubsubstantiated"), "unsubstantiated"), - (UniCase("fornesic"), "forensic"), - (UniCase("departmet"), "departments"), - (UniCase("contradiccion"), "contradiction"), - (UniCase("sustainabilty"), "sustainability"), - (UniCase("phillippines"), "philippines"), - (UniCase("capitalising"), "capitalizing"), - (UniCase("efel"), "evil"), - (UniCase("fundamnetally"), "fundamentally"), - (UniCase("geomety"), "geometry"), - (UniCase("tacticus"), "tactics"), - (UniCase("assmeble"), "assemble"), - (UniCase("scandimania"), "scandinavia"), - (UniCase("regrests"), "regress"), - (UniCase("generacional"), "generational"), - (UniCase("injustie"), "injustices"), - (UniCase("hystericlly"), "hysterically"), - (UniCase("experementation"), "experimentation"), - (UniCase("hemipshere"), "hemisphere"), - (UniCase("baoynet"), "bayonet"), - (UniCase("oesophaguses"), "esophaguses"), - (UniCase("frankenstiens"), "frankenstein"), - (UniCase("enterprishe"), "enterprises"), - (UniCase("depicitng"), "depicting"), - (UniCase("progressivley"), "progressively"), - (UniCase("knolwedgable"), "knowledgable"), - (UniCase("reservered"), "reserved"), - (UniCase("daugther"), "daughter"), - (UniCase("defectos"), "defects"), - (UniCase("astroanut"), "astronaut"), - (UniCase("broncoes"), "broncos"), - (UniCase("haemorrhage"), "hemorrhage"), - (UniCase("intellectualisme"), "intellectuals"), - (UniCase("brusting"), "bursting"), - (UniCase("compitability"), "compatibility"), - (UniCase("privilegeds"), "privileges"), - (UniCase("reluctanct"), "reluctant"), - (UniCase("polarise"), "polarize"), - (UniCase("hempishere"), "hemisphere"), - (UniCase("stuipder"), "stupider"), - (UniCase("franscico"), "francisco"), - (UniCase("strechting"), "stretching"), - (UniCase("ened"), "need"), - (UniCase("poralized"), "polarized"), - (UniCase("documentaion"), "documentation"), - (UniCase("scandales"), "scandals"), - (UniCase("amung"), "among"), - (UniCase("rewtched"), "wretched"), - (UniCase("unneccesary"), "unnecessary"), - (UniCase("oligarcy"), "oligarchy"), - (UniCase("garfied"), "garfield"), - (UniCase("subsidisers"), "subsidizers"), - (UniCase("sacntioned"), "sanctioned"), - (UniCase("propositon"), "proposition"), - (UniCase("complicarte"), "complicate"), - (UniCase("internacional"), "international"), - (UniCase("compositon"), "composition"), - (UniCase("mariage"), "marriage"), - (UniCase("emphatizing"), "emphasizing"), - (UniCase("intiution"), "intuition"), - (UniCase("skateborading"), "skateboarding"), - (UniCase("ploughs"), "plows"), - (UniCase("acheives"), "achieves"), - (UniCase("ciruclation"), "circulation"), - (UniCase("instramental"), "instrumental"), - (UniCase("senarios"), "scenarios"), - (UniCase("anestheisa"), "anesthesia"), - (UniCase("alse"), "else"), - (UniCase("satasfactory"), "satisfactory"), - (UniCase("electronix"), "election"), - (UniCase("beacuoup"), "beaucoup"), - (UniCase("camboida"), "cambodia"), - (UniCase("diagnoes"), "diagnose"), - (UniCase("underastimate"), "underestimate"), - (UniCase("feminitity"), "femininity"), - (UniCase("inconveniece"), "inconvenience"), - (UniCase("boardcast"), "broadcast"), - (UniCase("borader"), "broader"), - (UniCase("differeny"), "differently"), - (UniCase("manafactures"), "manufactures"), - (UniCase("sourthern"), "southern"), - (UniCase("constructief"), "constructive"), - (UniCase("vanillla"), "vanilla"), - (UniCase("misteriously"), "mysteriously"), - (UniCase("enchamtment"), "enchantment"), - (UniCase("exculsively"), "exclusively"), - (UniCase("forsaw"), "foresaw"), - (UniCase("participait"), "participant"), - (UniCase("memorising"), "memorizing"), - (UniCase("actualpy"), "actualy"), - (UniCase("awesomley"), "awesomely"), - (UniCase("casheir"), "cashier"), - (UniCase("navigatin"), "navigation"), - (UniCase("moent"), "moment"), - (UniCase("pereptually"), "perpetually"), - (UniCase("disrtibution"), "distributions"), - (UniCase("sprotsmanship"), "sportsmanship"), - (UniCase("blackshit"), "blacksmith"), - (UniCase("previaling"), "prevailing"), - (UniCase("acomplished"), "accomplished"), - (UniCase("disabels"), "disables"), - (UniCase("inudstry"), "industry"), - (UniCase("flawleslly"), "flawlessly"), - (UniCase("deliberatly"), "deliberately"), - (UniCase("misison"), "mission"), - (UniCase("preporation"), "preparation"), - (UniCase("policitians"), "politicians"), - (UniCase("misunderstandingly"), "misunderstandings"), - (UniCase("persones"), "persons"), - (UniCase("coordinaters"), "coordinates"), - (UniCase("sweetheat"), "sweetheart"), - (UniCase("interseccion"), "intersection"), - (UniCase("overloooked"), "overlooked"), - (UniCase("insepct"), "inspect"), - (UniCase("compilare"), "compiler"), - (UniCase("characterisic"), "characteristic"), - (UniCase("minamilist"), "minimalist"), - (UniCase("arsenaal"), "arsenal"), - (UniCase("attraktion"), "attraction"), - (UniCase("procalim"), "proclaim"), - (UniCase("physciatric"), "psychiatric"), - (UniCase("dymanite"), "dynamite"), - (UniCase("contructors"), "contractors"), - (UniCase("avalaible"), "available"), - (UniCase("refromist"), "reformist"), - (UniCase("unsubscrive"), "unsubscribe"), - (UniCase("assassines"), "assassins"), - (UniCase("prominately"), "prominently"), - (UniCase("compliactions"), "complication"), - (UniCase("politelly"), "politely"), - (UniCase("impropre"), "improper"), - (UniCase("intervewing"), "intervening"), - (UniCase("cardiovasculaire"), "cardiovascular"), - (UniCase("infektious"), "infectious"), - (UniCase("astronouts"), "astronauts"), - (UniCase("boardband"), "broadband"), - (UniCase("algerba"), "algebra"), - (UniCase("condescensing"), "condescension"), - (UniCase("instructores"), "instructors"), - (UniCase("manufactureras"), "manufactures"), - (UniCase("prerequites"), "prerequisite"), - (UniCase("republicon"), "republican"), - (UniCase("backgroudn"), "backgrounds"), - (UniCase("magnited"), "magnitude"), - (UniCase("presuade"), "persuade"), - (UniCase("ventilato"), "ventilation"), - (UniCase("imperfet"), "imperfect"), - (UniCase("overclcoking"), "overclocking"), - (UniCase("bureacuracy"), "bureaucracy"), - (UniCase("freindzoned"), "friendzoned"), - (UniCase("conversino"), "conversions"), - (UniCase("cannoical"), "canonical"), - (UniCase("submergerd"), "submerged"), - (UniCase("buhddists"), "buddhists"), - (UniCase("constitutues"), "constitute"), - (UniCase("linguisticos"), "linguistics"), - (UniCase("manufactoring"), "manufacturing"), - (UniCase("expandas"), "expands"), - (UniCase("converstaional"), "conversational"), - (UniCase("meranda"), "veranda"), - (UniCase("impracticle"), "impractical"), - (UniCase("substittue"), "substitutes"), - (UniCase("catogerized"), "categorized"), - (UniCase("sociopatic"), "sociopathic"), - (UniCase("breathalysed"), "breathalyzed"), - (UniCase("hypothisis"), "hypothesis"), - (UniCase("alligeance"), "allegiance"), - (UniCase("pessimisitic"), "pessimistic"), - (UniCase("continuting"), "continuing"), - (UniCase("organsims"), "organisms"), - (UniCase("badnits"), "bandits"), - (UniCase("imaginery"), "imaginary"), - (UniCase("deatils"), "details"), - (UniCase("interseption"), "interception"), - (UniCase("chassies"), "chassis"), - (UniCase("tannheill"), "tannehill"), - (UniCase("legendaryes"), "legendaries"), - (UniCase("defenisvely"), "defensively"), - (UniCase("apenines"), "apennines"), - (UniCase("rainbowers"), "rainbows"), - (UniCase("workstaiton"), "workstation"), - (UniCase("periphereals"), "peripherals"), - (UniCase("mozzaralla"), "mozzarella"), - (UniCase("parliamentery"), "parliamentary"), - (UniCase("contaminent"), "containment"), - (UniCase("corrilated"), "correlated"), - (UniCase("conteneurs"), "contenders"), - (UniCase("brithdays"), "birthdays"), - (UniCase("inflatabale"), "inflatable"), - (UniCase("authorithies"), "authorities"), - (UniCase("surreptious"), "surreptitious"), - (UniCase("fluttersky"), "fluttershy"), - (UniCase("emergenies"), "emergencies"), - (UniCase("entreprenuers"), "entrepreneurs"), - (UniCase("sympathtic"), "sympathetic"), - (UniCase("occational"), "occasional"), - (UniCase("antarcitca"), "antarctica"), - (UniCase("ideologicaly"), "ideologically"), - (UniCase("pessiary"), "pessary"), - (UniCase("keychian"), "keychain"), - (UniCase("hieghts"), "heights"), - (UniCase("arbiture"), "arbiter"), - (UniCase("philisopher"), "philosopher"), - (UniCase("hypotethically"), "hypothetically"), - (UniCase("possessess"), "possesses"), - (UniCase("thumbnal"), "thumbnails"), - (UniCase("shaprening"), "sharpening"), - (UniCase("practised"), "practiced"), - (UniCase("reprezentative"), "representative"), - (UniCase("counsilers"), "counselors"), - (UniCase("amunition"), "ammunition"), - (UniCase("mangeld"), "mangled"), - (UniCase("litre"), "liter"), - (UniCase("installling"), "installing"), - (UniCase("beacuse"), "because"), - (UniCase("knowledeable"), "knowledgable"), - (UniCase("helicoptors"), "helicopters"), - (UniCase("scorates"), "socrates"), - (UniCase("anitquated"), "antiquated"), - (UniCase("definat"), "defiant"), - (UniCase("tehtering"), "tethering"), - (UniCase("exhuasting"), "exhausting"), - (UniCase("agregate"), "aggregate"), - (UniCase("recordarle"), "recorder"), - (UniCase("stingent"), "stringent"), - (UniCase("compilato"), "compilation"), - (UniCase("endrose"), "endorse"), - (UniCase("maximisation"), "maximization"), - (UniCase("impressoin"), "impressions"), - (UniCase("oreintal"), "oriental"), - (UniCase("differance"), "difference"), - (UniCase("amendmet"), "amendments"), - (UniCase("utlimate"), "ultimate"), - (UniCase("inhabitat"), "inhabitants"), - (UniCase("expectional"), "exceptional"), - (UniCase("permites"), "permits"), - (UniCase("subscribbers"), "subscribers"), - (UniCase("coudl"), "could"), - (UniCase("reassurring"), "reassuring"), - (UniCase("americanas"), "americans"), - (UniCase("conceitual"), "conceptual"), - (UniCase("africaners"), "africans"), - (UniCase("repective"), "receptive"), - (UniCase("translationg"), "translating"), - (UniCase("idolise"), "idolize"), - (UniCase("lesbianese"), "lesbians"), - (UniCase("charecteristics"), "characteristics"), - (UniCase("portrayes"), "portrays"), - (UniCase("criticarlo"), "critical"), - (UniCase("agnsoticism"), "agnosticism"), - (UniCase("geogrpahically"), "geographically"), - (UniCase("mclarean"), "mclaren"), - (UniCase("antrhopology"), "anthropology"), - (UniCase("considerabile"), "considerable"), - (UniCase("distractons"), "distracts"), - (UniCase("infallibale"), "infallible"), - (UniCase("acomplishment"), "accomplishment"), - (UniCase("transporation"), "transportation"), - (UniCase("memoery"), "memory"), - (UniCase("mesmerise"), "mesmerize"), - (UniCase("kitites"), "kitties"), - (UniCase("jaunary"), "january"), - (UniCase("manufacutred"), "manufacture"), - (UniCase("scandalosi"), "scandals"), - (UniCase("wouldnot"), "wouldnt"), - (UniCase("comrpomising"), "compromising"), - (UniCase("cluthcing"), "clutching"), - (UniCase("wepbage"), "webpage"), - (UniCase("probalibity"), "probability"), - (UniCase("repsectfully"), "respectfully"), - (UniCase("apostraphe"), "apostrophe"), - (UniCase("intolorance"), "intolerance"), - (UniCase("inconsistant"), "inconsistent"), - (UniCase("gutiars"), "guitars"), - (UniCase("neckbreads"), "neckbeards"), - (UniCase("ancedotes"), "anecdotes"), - (UniCase("predecesores"), "predecessor"), - (UniCase("protelariat"), "proletariat"), - (UniCase("tramsforming"), "transforming"), - (UniCase("criticable"), "critical"), - (UniCase("confidentally"), "confidentially"), - (UniCase("emphasise"), "emphasize"), - (UniCase("embarressing"), "embarrassing"), - (UniCase("unnecessarely"), "unnecessarily"), - (UniCase("multiplaye"), "multiply"), - (UniCase("workfore"), "workforce"), - (UniCase("qaurterback"), "quarterback"), - (UniCase("invovled"), "involved"), - (UniCase("adpater"), "adapter"), - (UniCase("astericks"), "asterisk"), - (UniCase("terrorisim"), "terrorism"), - (UniCase("perpendiculaires"), "perpendicular"), - (UniCase("nubmers"), "numbers"), - (UniCase("facist"), "fascist"), - (UniCase("lienups"), "lineups"), - (UniCase("rhetorisch"), "rhetoric"), - (UniCase("obilgatory"), "obligatory"), - (UniCase("angirly"), "angrily"), - (UniCase("headquartes"), "headquarters"), - (UniCase("battlesaur"), "battlestar"), - (UniCase("envrionmentally"), "environmentally"), - (UniCase("introvents"), "introverts"), - (UniCase("assoicates"), "associates"), - (UniCase("girlfirend"), "girlfriend"), - (UniCase("sypmathetic"), "sympathetic"), - (UniCase("regreses"), "regress"), - (UniCase("armpitts"), "armpits"), - (UniCase("rememberance"), "remembrance"), - (UniCase("millilitre"), "milliliter"), - (UniCase("intuitivly"), "intuitively"), - (UniCase("deinitalizing"), "deinitializing"), - (UniCase("centerns"), "centers"), - (UniCase("travelodge"), "traveled"), - (UniCase("linueps"), "lineups"), - (UniCase("reorganising"), "reorganizing"), - (UniCase("metalurgy"), "metallurgy"), - (UniCase("oftenly"), "often"), - (UniCase("acousitc"), "acoustic"), - (UniCase("liberterianism"), "libertarianism"), - (UniCase("unrepetent"), "unrepentant"), - (UniCase("restorani"), "restoration"), - (UniCase("assertation"), "assertion"), - (UniCase("collectivising"), "collectivizing"), - (UniCase("imprioned"), "imprisoned"), - (UniCase("preferrs"), "prefers"), - (UniCase("hypothesising"), "hypothesizing"), - (UniCase("comissions"), "commissions"), - (UniCase("anaesthetics"), "anesthetics"), - (UniCase("presentaion"), "presentation"), - (UniCase("pertinet"), "pertinent"), - (UniCase("homeoapthy"), "homeopathy"), - (UniCase("flavoured"), "flavored"), - (UniCase("overclicked"), "overclocked"), - (UniCase("intervining"), "intervening"), - (UniCase("abuseres"), "abusers"), - (UniCase("distorsion"), "distortion"), - (UniCase("burritio"), "burrito"), - (UniCase("initmacy"), "intimacy"), - (UniCase("pentsylvania"), "pennsylvania"), - (UniCase("peodphiles"), "pedophiles"), - (UniCase("referancing"), "referencing"), - (UniCase("ambulancier"), "ambulance"), - (UniCase("disputs"), "disputes"), - (UniCase("downovted"), "downvoted"), - (UniCase("survivabilty"), "survivability"), - (UniCase("beautifullly"), "beautifully"), - (UniCase("guantanomo"), "guantanamo"), - (UniCase("discoure"), "discourse"), - (UniCase("torotise"), "tortoise"), - (UniCase("epicentre"), "epicenter"), - (UniCase("objecitves"), "objectives"), - (UniCase("positivisme"), "positives"), - (UniCase("intraspection"), "introspection"), - (UniCase("deuling"), "dueling"), - (UniCase("matieral"), "material"), - (UniCase("sophistocated"), "sophisticated"), - (UniCase("candadate"), "candidate"), - (UniCase("yorskhire"), "yorkshire"), - (UniCase("circuncision"), "circumcision"), - (UniCase("underestiamte"), "underestimated"), - (UniCase("responsbilty"), "responsibly"), - (UniCase("sacrifieced"), "sacrificed"), - (UniCase("conclusivley"), "conclusive"), - (UniCase("screenwrighter"), "screenwriter"), - (UniCase("publiaher"), "publisher"), - (UniCase("popularaty"), "popularity"), - (UniCase("overheading"), "overheating"), - (UniCase("algorithims"), "algorithm"), - (UniCase("conplimentary"), "complimentary"), - (UniCase("imigrant"), "emigrant"), - (UniCase("sulphides"), "sulfides"), - (UniCase("analysised"), "analyses"), - (UniCase("retailes"), "retailers"), - (UniCase("nostalga"), "nostalgia"), - (UniCase("anitbiotics"), "antibiotics"), - (UniCase("sensacional"), "sensational"), - (UniCase("illuminanti"), "illuminati"), - (UniCase("conversationa"), "conservation"), - (UniCase("defensen"), "defenseman"), - (UniCase("capible"), "capable"), - (UniCase("ridiculious"), "ridiculous"), - (UniCase("hopelessley"), "hopelessly"), - (UniCase("briuser"), "bruiser"), - (UniCase("respecitvely"), "respectively"), - (UniCase("benhgazi"), "benghazi"), - (UniCase("simultaneuos"), "simultaneous"), - (UniCase("cognatious"), "contagious"), - (UniCase("procedue"), "procedure"), - (UniCase("attackes"), "attackers"), - (UniCase("blackend"), "blacked"), - (UniCase("endlessley"), "endlessly"), - (UniCase("retirbution"), "retribution"), - (UniCase("stylisch"), "stylish"), - (UniCase("anphetamines"), "amphetamines"), - (UniCase("persistens"), "persists"), - (UniCase("empiracally"), "empirically"), - (UniCase("probablistic"), "probabilistic"), - (UniCase("coordonate"), "coordinate"), - (UniCase("principlas"), "principals"), - (UniCase("guardias"), "guardians"), - (UniCase("significanty"), "significantly"), - (UniCase("participantes"), "participants"), - (UniCase("motorcyce"), "motorcycles"), - (UniCase("gracefuly"), "gracefully"), - (UniCase("diagonsis"), "diagnosis"), - (UniCase("incoroprate"), "incorporate"), - (UniCase("identificativo"), "identification"), - (UniCase("conected"), "connected"), - (UniCase("grahpite"), "graphite"), - (UniCase("misoygnist"), "misogynist"), - (UniCase("carefullly"), "carefully"), - (UniCase("disrispectful"), "disrespectful"), - (UniCase("pasengers"), "passengers"), - (UniCase("mortage"), "mortgage"), - (UniCase("dicovered"), "discovered"), - (UniCase("deliverying"), "delivering"), - (UniCase("liberas"), "liberals"), - (UniCase("complaind"), "complained"), - (UniCase("contiunally"), "continually"), - (UniCase("mayalsian"), "malaysian"), - (UniCase("teleporing"), "teleporting"), - (UniCase("helicpoters"), "helicopters"), - (UniCase("shleter"), "shelter"), - (UniCase("reccommend"), "recommend"), - (UniCase("appareance"), "appearance"), - (UniCase("assingments"), "assignments"), - (UniCase("probelm"), "problem"), - (UniCase("restaruant"), "restaurant"), - (UniCase("legalizaiton"), "legalization"), - (UniCase("attemps"), "attempts"), - (UniCase("abstraccion"), "abstraction"), - (UniCase("gentlemanne"), "gentlemen"), - (UniCase("tournes"), "tourneys"), - (UniCase("bengahzi"), "benghazi"), - (UniCase("reflecters"), "reflects"), - (UniCase("disaprity"), "disparity"), - (UniCase("parmesaen"), "parmesan"), - (UniCase("infintie"), "infinite"), - (UniCase("journalisters"), "journalists"), - (UniCase("diminushing"), "diminishing"), - (UniCase("directionl"), "directional"), - (UniCase("disemination"), "dissemination"), - (UniCase("peripathetic"), "peripatetic"), - (UniCase("spacegoat"), "scapegoat"), - (UniCase("conspiricies"), "conspiracies"), - (UniCase("contributeurs"), "contributes"), - (UniCase("telphony"), "telephony"), - (UniCase("resistans"), "resistances"), - (UniCase("atorney"), "attorney"), - (UniCase("bathrom"), "bathroom"), - (UniCase("pervail"), "prevail"), - (UniCase("dispenced"), "dispensed"), - (UniCase("incorprates"), "incorporates"), - (UniCase("shartening"), "sharpening"), - (UniCase("strenghtend"), "strengthen"), - (UniCase("hounour"), "honour"), - (UniCase("seriban"), "serbian"), - (UniCase("relentlessley"), "relentlessly"), - (UniCase("fertiziler"), "fertilizer"), - (UniCase("consumiste"), "consumes"), - (UniCase("anicents"), "ancients"), - (UniCase("sentationalist"), "sensationalist"), - (UniCase("inclinaison"), "inclination"), - (UniCase("anecodtal"), "anecdotal"), - (UniCase("muniches"), "munchies"), - (UniCase("soudns"), "sounds"), - (UniCase("interesst"), "interests"), - (UniCase("enthusiastisch"), "enthusiastic"), - (UniCase("misspeeling"), "misspelling"), - (UniCase("guardiands"), "guardians"), - (UniCase("annihilited"), "annihilated"), - (UniCase("parrallelly"), "parallelly"), - (UniCase("incedentally"), "incidentally"), - (UniCase("dificulties"), "difficulties"), - (UniCase("overlaod"), "overload"), - (UniCase("persicuted"), "persecuted"), - (UniCase("jefferry"), "jeffery"), - (UniCase("agnosticisim"), "agnosticism"), - (UniCase("pennsylvanica"), "pennsylvania"), - (UniCase("experimetal"), "experimental"), - (UniCase("executionier"), "executioner"), - (UniCase("fossilis"), "fossils"), - (UniCase("minature"), "miniature"), - (UniCase("stupidy"), "stupidly"), - (UniCase("shoutot"), "shoutout"), - (UniCase("instanty"), "instantly"), - (UniCase("homniem"), "hominem"), - (UniCase("passivley"), "passively"), - (UniCase("displayfps"), "displays"), - (UniCase("literarlly"), "literary"), - (UniCase("didsapointed"), "dissapointed"), - (UniCase("susbtrate"), "substrate"), - (UniCase("recommendeds"), "recommends"), - (UniCase("figurativly"), "figuratively"), - (UniCase("accesories"), "accessories"), - (UniCase("distrubance"), "disturbance"), - (UniCase("sucessful"), "successful"), - (UniCase("downvotted"), "downvote"), - (UniCase("repulicans"), "republicans"), - (UniCase("sensationilism"), "sensationalism"), - (UniCase("prohpecies"), "prophecies"), - (UniCase("derivativos"), "derivatives"), - (UniCase("depoisted"), "deposited"), - (UniCase("exerbated"), "exacerbated"), - (UniCase("grpahics"), "graphics"), - (UniCase("unfairy"), "unfairly"), - (UniCase("browines"), "brownies"), - (UniCase("comission"), "commission"), - (UniCase("thereotical"), "theoretical"), - (UniCase("shakeapeare"), "shakespeare"), - (UniCase("surveill"), "surveil"), - (UniCase("downroaded"), "downgraded"), - (UniCase("insluated"), "insulated"), - (UniCase("automoderador"), "automoderator"), - (UniCase("partnetship"), "partnership"), - (UniCase("minimalisity"), "minimalist"), - (UniCase("crutchetts"), "crutches"), - (UniCase("incorperation"), "incorporation"), - (UniCase("comestics"), "cosmetics"), - (UniCase("wholey"), "wholly"), - (UniCase("paedophiles"), "pedophiles"), - (UniCase("islamsit"), "islamist"), - (UniCase("externalisation"), "externalization"), - (UniCase("casualites"), "casualties"), - (UniCase("tottenahm"), "tottenham"), - (UniCase("monopollies"), "monopolies"), - (UniCase("undersog"), "undergo"), - (UniCase("theatregoers"), "theatergoers"), - (UniCase("tirangles"), "triangles"), - (UniCase("interveiws"), "interviews"), - (UniCase("proporcion"), "proportion"), - (UniCase("quicklyu"), "quickly"), - (UniCase("phialdelphia"), "philadelphia"), - (UniCase("systematised"), "systematized"), - (UniCase("surroundig"), "surroundings"), - (UniCase("goreshadowing"), "foreshadowing"), - (UniCase("legalizeing"), "legalizing"), - (UniCase("enthusiasists"), "enthusiasts"), - (UniCase("acculumation"), "accumulation"), - (UniCase("insectes"), "insects"), - (UniCase("adventureous"), "adventures"), - (UniCase("wednesdy"), "wednesdays"), - (UniCase("remianing"), "remaining"), - (UniCase("rumoured"), "rumored"), - (UniCase("criticise"), "criticize"), - (UniCase("rostaing"), "roasting"), - (UniCase("darkenss"), "darkness"), - (UniCase("attachmet"), "attachments"), - (UniCase("reinforcemnets"), "reinforcements"), - (UniCase("reynlods"), "reynolds"), - (UniCase("narrativas"), "narratives"), - (UniCase("multiplayr"), "multiply"), - (UniCase("beauitful"), "beautiful"), - (UniCase("backbacking"), "backpacking"), - (UniCase("operasional"), "operational"), - (UniCase("illustratie"), "illustrate"), - (UniCase("africanos"), "africans"), - (UniCase("warcarft"), "warcraft"), - (UniCase("afflection"), "affliction"), - (UniCase("malfunciton"), "malfunction"), - (UniCase("neckbread"), "neckbeard"), - (UniCase("visting"), "visiting"), - (UniCase("pentagoon"), "pentagon"), - (UniCase("agnosticm"), "agnosticism"), - (UniCase("oversimplifiction"), "oversimplification"), - (UniCase("nutricional"), "nutritional"), - (UniCase("preferente"), "preference"), - (UniCase("toiletts"), "toilets"), - (UniCase("characterisitcs"), "characteristics"), - (UniCase("influented"), "influenced"), - (UniCase("socartes"), "socrates"), - (UniCase("vikigns"), "vikings"), - (UniCase("vegetairan"), "vegetarians"), - (UniCase("scpeter"), "scepter"), - (UniCase("enteratinment"), "entertainment"), - (UniCase("pursude"), "pursued"), - (UniCase("compeltely"), "completely"), - (UniCase("involuntarity"), "involuntary"), - (UniCase("assasinates"), "assassinates"), - (UniCase("idealised"), "idealized"), - (UniCase("phyiscally"), "physically"), - (UniCase("billbaord"), "billboard"), - (UniCase("qualifiaction"), "qualification"), - (UniCase("regulae"), "regulate"), - (UniCase("desginations"), "destinations"), - (UniCase("discriminante"), "discriminate"), - (UniCase("reowrked"), "reworked"), - (UniCase("keyborad"), "keyboard"), - (UniCase("initaite"), "initiate"), - (UniCase("restrcitions"), "restriction"), - (UniCase("dimunitive"), "diminutive"), - (UniCase("currens"), "currents"), - (UniCase("satisfactoraly"), "satisfactory"), - (UniCase("sceintists"), "scientists"), - (UniCase("subscrubed"), "subscribed"), - (UniCase("appetising"), "appetizing"), - (UniCase("neconstitutional"), "unconstitutional"), - (UniCase("hallucenation"), "hallucination"), - (UniCase("photograpic"), "photographic"), - (UniCase("atheltics"), "athletics"), - (UniCase("liquidises"), "liquidizes"), - (UniCase("convicitons"), "convictions"), - (UniCase("imperavi"), "imperative"), - (UniCase("narcissits"), "narcissist"), - (UniCase("innocuos"), "innocuous"), - (UniCase("reconcille"), "reconcile"), - (UniCase("characterizaton"), "characterization"), - (UniCase("optmizations"), "optimizations"), - (UniCase("muliple"), "multiple"), - (UniCase("venemous"), "venomous"), - (UniCase("requrement"), "requirement"), - (UniCase("barcleona"), "barcelona"), - (UniCase("introdecks"), "introduces"), - (UniCase("contianing"), "containing"), - (UniCase("academica"), "academia"), - (UniCase("misrepresentatie"), "misrepresentation"), - (UniCase("apperciates"), "appreciates"), - (UniCase("perserve"), "preserve"), - (UniCase("gangsterest"), "gangsters"), - (UniCase("flawess"), "flawless"), - (UniCase("entrepreneures"), "entrepreneurs"), - (UniCase("cyrstal"), "crystal"), - (UniCase("mannerisims"), "mannerisms"), - (UniCase("violenty"), "violently"), - (UniCase("transgener"), "transgender"), - (UniCase("admittadly"), "admittedly"), - (UniCase("trasnformers"), "transformers"), - (UniCase("mainfest"), "manifest"), - (UniCase("survaillence"), "surveillance"), - (UniCase("diagnosied"), "diagnose"), - (UniCase("premonasterians"), "premonstratensians"), - (UniCase("misundersranding"), "misunderstandings"), - (UniCase("mechanichs"), "mechanics"), - (UniCase("distributons"), "distributors"), - (UniCase("surpases"), "surpass"), - (UniCase("satisifes"), "satisfies"), - (UniCase("editorialises"), "editorializes"), - (UniCase("substite"), "substitute"), - (UniCase("misogyinst"), "misogynist"), - (UniCase("universella"), "universally"), - (UniCase("plateu"), "plateau"), - (UniCase("upstaris"), "upstairs"), - (UniCase("prioritised"), "prioritized"), - (UniCase("biogted"), "bigoted"), - (UniCase("ligthning"), "lightning"), - (UniCase("unconvential"), "unconventional"), - (UniCase("dissapeared"), "disappeared"), - (UniCase("homosexualiy"), "homosexuality"), - (UniCase("capactior"), "capacitor"), - (UniCase("unimpresssed"), "unimpressed"), - (UniCase("organiztion"), "organization"), - (UniCase("conscent"), "consent"), - (UniCase("verificacion"), "verification"), - (UniCase("functionallity"), "functionality"), - (UniCase("headses"), "headsets"), - (UniCase("impossiblely"), "impossibly"), - (UniCase("skepticles"), "skeptics"), - (UniCase("silimiar"), "similiar"), - (UniCase("arrangments"), "arrangements"), - (UniCase("unreasonal"), "unreasonably"), - (UniCase("costums"), "costumes"), - (UniCase("goddammn"), "goddamn"), - (UniCase("fufilled"), "fulfilled"), - (UniCase("particularising"), "particularizing"), - (UniCase("unreasonablely"), "unreasonably"), - (UniCase("sunderlad"), "sunderland"), - (UniCase("retribuiton"), "retribution"), - (UniCase("lastr"), "last"), - (UniCase("headhpones"), "headphones"), - (UniCase("believr"), "believer"), - (UniCase("boardway"), "broadway"), - (UniCase("nostaligc"), "nostalgic"), - (UniCase("seldomly"), "seldom"), - (UniCase("battlechip"), "battleship"), - (UniCase("condenming"), "condemning"), - (UniCase("isreali"), "israeli"), - (UniCase("vocalisations"), "vocalizations"), - (UniCase("playthroughts"), "playthroughs"), - (UniCase("socailly"), "socially"), - (UniCase("playbody"), "playboy"), - (UniCase("periphrials"), "peripherals"), - (UniCase("heatskin"), "heatsink"), - (UniCase("organzier"), "organizer"), - (UniCase("contanti"), "contacting"), - (UniCase("plasticus"), "plastics"), - (UniCase("pactivity"), "captivity"), - (UniCase("subsidary"), "subsidiary"), - (UniCase("stimulatin"), "stimulation"), - (UniCase("conspiriator"), "conspirator"), - (UniCase("determinsitic"), "deterministic"), - (UniCase("perdicament"), "predicament"), - (UniCase("krypotnite"), "kryptonite"), - (UniCase("thankyu"), "thankyou"), - (UniCase("demonises"), "demonizes"), - (UniCase("cheeseface"), "cheesecake"), - (UniCase("hypocrits"), "hypocrites"), - (UniCase("rollertoaster"), "rollercoaster"), - (UniCase("seige"), "siege"), - (UniCase("marvelos"), "marvelous"), - (UniCase("pebbels"), "pebbles"), - (UniCase("holf"), "hold"), - (UniCase("victorinos"), "victorious"), - (UniCase("systimatic"), "systematic"), - (UniCase("historisch"), "historic"), - (UniCase("intangeble"), "intangible"), - (UniCase("copenhaven"), "copenhagen"), - (UniCase("initialy"), "initially"), - (UniCase("cartrigdes"), "cartridges"), - (UniCase("intruducing"), "introducing"), - (UniCase("fantasiaing"), "fantasizing"), - (UniCase("acknowledgemnt"), "acknowledgement"), - (UniCase("aparthied"), "apartheid"), - (UniCase("flamethorwer"), "flamethrower"), - (UniCase("esperate"), "seperate"), - (UniCase("wirting"), "writing"), - (UniCase("intestinces"), "intestines"), - (UniCase("distribuent"), "distribute"), - (UniCase("everyonelse"), "everyones"), - (UniCase("looseley"), "loosely"), - (UniCase("touristas"), "tourists"), - (UniCase("sidelinjen"), "sideline"), - (UniCase("inperfections"), "imperfections"), - (UniCase("wellingotn"), "wellington"), - (UniCase("academicus"), "academics"), - (UniCase("tsuanmi"), "tsunami"), - (UniCase("afficionados"), "aficionados"), - (UniCase("descisions"), "decisions"), - (UniCase("ubiquitos"), "ubiquitous"), - (UniCase("therafter"), "thereafter"), - (UniCase("zealtos"), "zealots"), - (UniCase("heistant"), "hesitant"), - (UniCase("encryptiion"), "encryption"), - (UniCase("appointmet"), "appointments"), - (UniCase("interelated"), "interrelated"), - (UniCase("oridinarily"), "ordinarily"), - (UniCase("corrisponded"), "corresponded"), - (UniCase("doub"), "doubt"), - (UniCase("phillosophically"), "philosophically"), - (UniCase("sermonises"), "sermonizes"), - (UniCase("referede"), "referee"), - (UniCase("stabilising"), "stabilizing"), - (UniCase("sclupture"), "sculpture"), - (UniCase("volatiltiy"), "volatility"), - (UniCase("colourd"), "coloured"), - (UniCase("nueroscience"), "neuroscience"), - (UniCase("successfull"), "successful"), - (UniCase("licencing"), "licensing"), - (UniCase("porftolio"), "portfolio"), - (UniCase("continutity"), "continuity"), - (UniCase("rancour"), "rancor"), - (UniCase("unfarily"), "unfairly"), - (UniCase("verisons"), "versions"), - (UniCase("demonstrabil"), "demonstrably"), - (UniCase("hispanicos"), "hispanics"), - (UniCase("expedito"), "expedition"), - (UniCase("offereings"), "offerings"), - (UniCase("reencarnation"), "reincarnation"), - (UniCase("capitalis"), "capitals"), - (UniCase("magnetise"), "magnetize"), - (UniCase("extraordianry"), "extraordinary"), - (UniCase("dusgustingly"), "disgustingly"), - (UniCase("misisonaries"), "missionaries"), - (UniCase("aborigene"), "aborigine"), - (UniCase("norhern"), "northern"), - (UniCase("conservitives"), "conservatives"), - (UniCase("descision"), "decision"), - (UniCase("investmet"), "investments"), - (UniCase("perosnality"), "personality"), - (UniCase("philosophycally"), "philosophically"), - (UniCase("ingeniuty"), "ingenuity"), - (UniCase("identicial"), "identical"), - (UniCase("condolenses"), "condolences"), - (UniCase("implimenation"), "implementation"), - (UniCase("argiculture"), "agriculture"), - (UniCase("socialicing"), "socializing"), - (UniCase("sctosman"), "scotsman"), - (UniCase("photograhs"), "photographs"), - (UniCase("intervension"), "intervention"), - (UniCase("prefering"), "preferring"), - (UniCase("boraden"), "broaden"), - (UniCase("perjery"), "perjury"), - (UniCase("unfavourably"), "unfavorably"), - (UniCase("immortalis"), "immortals"), - (UniCase("personalised"), "personalized"), - (UniCase("vioalting"), "violating"), - (UniCase("transformas"), "transforms"), - (UniCase("memorie"), "memory"), - (UniCase("fantasticaly"), "fantastically"), - (UniCase("fanatsies"), "fantasies"), - (UniCase("oxidisation"), "oxidization"), - (UniCase("awkawrdly"), "awkwardly"), - (UniCase("liquides"), "liquids"), - (UniCase("infrastructuur"), "infrastructure"), - (UniCase("liquidised"), "liquidized"), - (UniCase("moustached"), "mustached"), - (UniCase("realtives"), "relatives"), - (UniCase("torrentes"), "torrents"), - (UniCase("acceptabelt"), "acceptable"), - (UniCase("melodieuse"), "melodies"), - (UniCase("unrealistisch"), "unrealistic"), - (UniCase("relaised"), "realised"), - (UniCase("hurldes"), "hurdles"), - (UniCase("audiobok"), "audiobook"), - (UniCase("libertaryanism"), "libertarianism"), - (UniCase("skpeticism"), "skepticism"), - (UniCase("fertelizer"), "fertilizer"), - (UniCase("seuxalized"), "sexualized"), - (UniCase("compremises"), "compromises"), - (UniCase("thiestic"), "theistic"), - (UniCase("dogfather"), "godfather"), - (UniCase("precentage"), "percentage"), - (UniCase("comptetion"), "completion"), - (UniCase("califnoria"), "californian"), - (UniCase("assembley"), "assembly"), - (UniCase("continens"), "continents"), - (UniCase("experementing"), "experimenting"), - (UniCase("extraordinairily"), "extraordinarily"), - (UniCase("algorithems"), "algorithm"), - (UniCase("reinitalising"), "reinitialising"), - (UniCase("approachs"), "approaches"), - (UniCase("firefigher"), "firefighter"), - (UniCase("delusionally"), "delusively"), - (UniCase("irrisponsible"), "irresponsible"), - (UniCase("percpetions"), "perceptions"), - (UniCase("addmission"), "admission"), - (UniCase("reevalulate"), "reevaluate"), - (UniCase("centralised"), "centralized"), - (UniCase("provisios"), "provisions"), - (UniCase("collabarate"), "collaborate"), - (UniCase("genisues"), "geniuses"), - (UniCase("alocholism"), "alcoholism"), - (UniCase("accoustic"), "acoustic"), - (UniCase("thermodynamcs"), "thermodynamics"), - (UniCase("missonary"), "missionary"), - (UniCase("indestructuble"), "indestructible"), - (UniCase("significently"), "significantly"), - (UniCase("acomplish"), "accomplish"), - (UniCase("succsessfull"), "successful"), - (UniCase("cateogrize"), "categorized"), - (UniCase("versatilty"), "versatility"), - (UniCase("overlordes"), "overlords"), - (UniCase("encountred"), "encountered"), - (UniCase("premiare"), "premier"), - (UniCase("circiuts"), "circuits"), - (UniCase("vibratr"), "vibrator"), - (UniCase("misogonyst"), "misogynist"), - (UniCase("compensatin"), "compensation"), - (UniCase("influens"), "influences"), - (UniCase("retunred"), "returned"), - (UniCase("psychaitric"), "psychiatric"), - (UniCase("indviduals"), "individuals"), - (UniCase("bulletprrof"), "bulletproof"), - (UniCase("copmetitors"), "competitors"), - (UniCase("inhabitats"), "inhabitants"), - (UniCase("homesexuality"), "homosexuality"), - (UniCase("detuschland"), "deutschland"), - (UniCase("mulitnationals"), "multinational"), - (UniCase("humanitarna"), "humanitarian"), - (UniCase("inquisito"), "inquisition"), - (UniCase("contentos"), "contents"), - (UniCase("contibutes"), "contributes"), - (UniCase("simplistisch"), "simplistic"), - (UniCase("portalus"), "portals"), - (UniCase("normalisation"), "normalization"), - (UniCase("initaliser"), "initialiser"), - (UniCase("geographicly"), "geographical"), - (UniCase("implicatie"), "implicit"), - (UniCase("describiste"), "describes"), - (UniCase("tanlged"), "tangled"), - (UniCase("infermon"), "inferno"), - (UniCase("migriane"), "migraine"), - (UniCase("maraudeur"), "marauder"), - (UniCase("legalizaing"), "legalizing"), - (UniCase("behaviorial"), "behavioral"), - (UniCase("decmeber"), "december"), - (UniCase("collares"), "collars"), - (UniCase("reched"), "reached"), - (UniCase("infogrpahics"), "infographic"), - (UniCase("intrisinc"), "intrinsic"), - (UniCase("generalizacion"), "generalization"), - (UniCase("emualtion"), "emulation"), - (UniCase("marganilized"), "marginalized"), - (UniCase("thermodynmaics"), "thermodynamics"), - (UniCase("communistes"), "communists"), - (UniCase("recruitcs"), "recruits"), - (UniCase("wednseday"), "wednesday"), - (UniCase("communicatin"), "communications"), - (UniCase("cannibalise"), "cannibalize"), - (UniCase("exlcusive"), "exclusive"), - (UniCase("clhorine"), "chlorine"), - (UniCase("proletariant"), "proletariat"), - (UniCase("unforgiveable"), "unforgivable"), - (UniCase("syphons"), "siphons"), - (UniCase("clas"), "class"), - (UniCase("similiarties"), "similarities"), - (UniCase("metrololitan"), "metropolitan"), - (UniCase("theroem"), "theorem"), - (UniCase("lighthorse"), "lighthouse"), - (UniCase("inconsistance"), "inconsistency"), - (UniCase("supervisior"), "supervisor"), - (UniCase("consonent"), "consonant"), - (UniCase("disapperead"), "disappeared"), - (UniCase("sentamental"), "sentimental"), - (UniCase("unbreakble"), "unbreakable"), - (UniCase("interneters"), "internets"), - (UniCase("distructive"), "destructive"), - (UniCase("unpopluar"), "unpopular"), - (UniCase("activly"), "actively"), - (UniCase("modifikation"), "modification"), - (UniCase("crusive"), "cursive"), - (UniCase("simplyfied"), "simplified"), - (UniCase("expidetion"), "expedition"), - (UniCase("alcohalism"), "alcoholism"), - (UniCase("compination"), "compilation"), - (UniCase("definatively"), "definitively"), - (UniCase("fantasyzing"), "fantasizing"), - (UniCase("dortmud"), "dortmund"), - (UniCase("depressie"), "depressive"), - (UniCase("transitors"), "transistor"), - (UniCase("paragrpahs"), "paragraphs"), - (UniCase("representitive"), "representative"), - (UniCase("associationg"), "associating"), - (UniCase("oppinion"), "opinion"), - (UniCase("microtransactiosn"), "microtransactions"), - (UniCase("revitalising"), "revitalizing"), - (UniCase("expertas"), "experts"), - (UniCase("distriubtion"), "distributions"), - (UniCase("defitnaly"), "defiantly"), - (UniCase("vunlerabilities"), "vulnerabilities"), - (UniCase("brutailty"), "brutality"), - (UniCase("euhporic"), "euphoric"), - (UniCase("supporre"), "supporters"), - (UniCase("squritle"), "squirtle"), - (UniCase("repeatedy"), "repeatedly"), - (UniCase("celebratin"), "celebration"), - (UniCase("regularises"), "regularizes"), - (UniCase("refereees"), "referees"), - (UniCase("understandablely"), "understandably"), - (UniCase("equilibrum"), "equilibrium"), - (UniCase("prelimanary"), "preliminary"), - (UniCase("publicani"), "publication"), - (UniCase("platfroms"), "platforms"), - (UniCase("perhiperal"), "peripheral"), - (UniCase("interacs"), "interacts"), - (UniCase("perpertated"), "perpetuated"), - (UniCase("muslces"), "muscles"), - (UniCase("beliveing"), "believing"), - (UniCase("mandase"), "mandates"), - (UniCase("selectie"), "selective"), - (UniCase("outskirters"), "outskirts"), - (UniCase("eighten"), "eighteen"), - (UniCase("inflitrator"), "infiltrator"), - (UniCase("godspeeed"), "godspeed"), - (UniCase("montanous"), "mountainous"), - (UniCase("uninsipred"), "uninspired"), - (UniCase("realisim"), "realism"), - (UniCase("occurance"), "occurrence"), - (UniCase("signalising"), "signalizing"), - (UniCase("spammade"), "spammed"), - (UniCase("journalistens"), "journalists"), - (UniCase("inflateble"), "inflatable"), - (UniCase("threates"), "threatens"), - (UniCase("connexion"), "connection"), - (UniCase("delapidated"), "dilapidated"), - (UniCase("insensitve"), "insensitive"), - (UniCase("compatibil"), "compatible"), - (UniCase("humillated"), "humiliated"), - (UniCase("reminisent"), "reminiscent"), - (UniCase("inapproprate"), "inappropriate"), - (UniCase("bueraucratic"), "bureaucratic"), - (UniCase("resmebles"), "resembles"), - (UniCase("celebracion"), "celebration"), - (UniCase("depsise"), "despise"), - (UniCase("unfreindly"), "unfriendly"), - (UniCase("audibel"), "audible"), - (UniCase("distuingished"), "distinguished"), - (UniCase("simiilar"), "similiar"), - (UniCase("bigfooot"), "bigfoot"), - (UniCase("firebals"), "fireballs"), - (UniCase("simplyifing"), "simplifying"), - (UniCase("classis"), "classics"), - (UniCase("forgivenness"), "forgiveness"), - (UniCase("incorparated"), "incorporated"), - (UniCase("periodos"), "periods"), - (UniCase("improvemnt"), "improvement"), - (UniCase("carthagian"), "carthaginian"), - (UniCase("humanitatian"), "humanitarian"), - (UniCase("varification"), "verification"), - (UniCase("objectiviser"), "objectives"), - (UniCase("frankensten"), "frankenstein"), - (UniCase("fortunatly"), "fortunately"), - (UniCase("developped"), "developed"), - (UniCase("promethous"), "prometheus"), - (UniCase("devaint"), "deviant"), - (UniCase("creatien"), "creatine"), - (UniCase("exercizing"), "exercising"), - (UniCase("possesseurs"), "possesses"), - (UniCase("incarseration"), "incarceration"), - (UniCase("pronunication"), "pronunciation"), - (UniCase("inadquate"), "inadequate"), - (UniCase("anitque"), "antique"), - (UniCase("blueprintcss"), "blueprints"), - (UniCase("transito"), "transition"), - (UniCase("morrisette"), "morissette"), - (UniCase("pregnanices"), "pregnancies"), - (UniCase("mobilitiy"), "mobility"), - (UniCase("registartion"), "registration"), - (UniCase("writting"), "writing"), - (UniCase("paradyse"), "parades"), - (UniCase("cannotations"), "connotations"), - (UniCase("similari"), "similiar"), - (UniCase("casulaty"), "casualty"), - (UniCase("rationalised"), "rationalized"), - (UniCase("primairly"), "primarily"), - (UniCase("conversacional"), "conversational"), - (UniCase("chihuahuita"), "chihuahua"), - (UniCase("conicidence"), "coincidence"), - (UniCase("oppossed"), "opposed"), - (UniCase("mediteranean"), "mediterranean"), - (UniCase("analogeous"), "analogous"), - (UniCase("electornic"), "electronic"), - (UniCase("distractiv"), "district"), - (UniCase("unreliabe"), "unreliable"), - (UniCase("queitly"), "quietly"), - (UniCase("constitition"), "constitution"), - (UniCase("contraccion"), "contraction"), - (UniCase("glichted"), "glitched"), - (UniCase("contaminen"), "containment"), - (UniCase("cooporation"), "cooperation"), - (UniCase("caluclations"), "calculations"), - (UniCase("subconsicous"), "subconscious"), - (UniCase("principias"), "principals"), - (UniCase("misspelld"), "misspelled"), - (UniCase("satric"), "satiric"), - (UniCase("sucide"), "suicide"), - (UniCase("equalised"), "equalized"), - (UniCase("partick"), "patrick"), - (UniCase("panedmic"), "pandemic"), - (UniCase("temperatuur"), "temperature"), - (UniCase("torrentbig"), "torrenting"), - (UniCase("udpated"), "updated"), - (UniCase("preconcieve"), "preconceived"), - (UniCase("triangls"), "triangles"), - (UniCase("immediatly"), "immediately"), - (UniCase("actresess"), "actresses"), - (UniCase("kentuckey"), "kentucky"), - (UniCase("minniapolis"), "minneapolis"), - (UniCase("hypotherical"), "hypothetical"), - (UniCase("internetts"), "internets"), - (UniCase("architecte"), "architecture"), - (UniCase("patrolls"), "patrols"), - (UniCase("baragin"), "bargain"), - (UniCase("referening"), "referencing"), - (UniCase("phenomenen"), "phenomenon"), - (UniCase("embassey"), "embassy"), - (UniCase("flatterd"), "flattered"), - (UniCase("indicatie"), "indicative"), - (UniCase("remembrence"), "remembrance"), - (UniCase("imagenary"), "imaginary"), - (UniCase("rotuers"), "routers"), - (UniCase("counselling"), "counseling"), - (UniCase("interpretaciones"), "interpretations"), - (UniCase("lieved"), "lived"), - (UniCase("underwright"), "underweight"), - (UniCase("expendetures"), "expenditures"), - (UniCase("philippinos"), "philippines"), - (UniCase("assaultes"), "assaults"), - (UniCase("horizones"), "horizons"), - (UniCase("paralyses"), "paralyzes"), - (UniCase("importanly"), "importantly"), - (UniCase("desentizised"), "desensitized"), - (UniCase("campain"), "campaign"), - (UniCase("sciense"), "sciences"), - (UniCase("probabilty"), "probability"), - (UniCase("pharmaceutial"), "pharmaceutical"), - (UniCase("contribuem"), "contribute"), - (UniCase("mcalren"), "mclaren"), - (UniCase("continants"), "continents"), - (UniCase("playthorughs"), "playthroughs"), - (UniCase("shenanegans"), "shenanigans"), - (UniCase("brigthness"), "brightness"), - (UniCase("hoemopathy"), "homeopathy"), - (UniCase("redistributivo"), "redistribution"), - (UniCase("permieter"), "perimeter"), - (UniCase("socialisation"), "socialization"), - (UniCase("uncomforyable"), "uncomfortably"), - (UniCase("lanuches"), "launches"), - (UniCase("trunlde"), "trundle"), - (UniCase("astronautas"), "astronauts"), - (UniCase("defanitely"), "definately"), - (UniCase("wholeheartedy"), "wholeheartedly"), - (UniCase("sitautional"), "situational"), - (UniCase("recommandations"), "recommendations"), - (UniCase("exeuctioner"), "executioner"), - (UniCase("unilaterlly"), "unilaterally"), - (UniCase("discusssion"), "discussions"), - (UniCase("tratiors"), "traitors"), - (UniCase("noramlly"), "normally"), - (UniCase("initialling"), "initialing"), - (UniCase("convertion"), "conversion"), - (UniCase("convential"), "conventional"), - (UniCase("destrucion"), "destruction"), - (UniCase("oversimplifacation"), "oversimplification"), - (UniCase("evolutionairy"), "evolutionary"), - (UniCase("christams"), "christmas"), - (UniCase("sohpomore"), "sophomore"), - (UniCase("demonstates"), "demonstrates"), - (UniCase("pattented"), "patented"), - (UniCase("irrationel"), "irrational"), - (UniCase("itemises"), "itemizes"), - (UniCase("paranthesis"), "parenthesis"), - (UniCase("dealying"), "delaying"), - (UniCase("cellulaire"), "cellular"), - (UniCase("aclhemist"), "alchemist"), - (UniCase("attemtping"), "attempting"), - (UniCase("theoligical"), "theological"), - (UniCase("zaelots"), "zealots"), - (UniCase("supplamental"), "supplemental"), - (UniCase("collecton"), "collection"), - (UniCase("editorialising"), "editorializing"), - (UniCase("metaphorics"), "metaphors"), - (UniCase("internationalising"), "internationalizing"), - (UniCase("sucidial"), "suicidal"), - (UniCase("steryotype"), "stereotype"), - (UniCase("productioin"), "productions"), - (UniCase("infornt"), "infront"), - (UniCase("commonhealth"), "commonwealth"), - (UniCase("pharmaseutical"), "pharmaceutical"), - (UniCase("inconsequentional"), "inconsequential"), - (UniCase("investirat"), "investigator"), - (UniCase("commiteted"), "commited"), - (UniCase("undergated"), "underrated"), - (UniCase("activistion"), "activision"), - (UniCase("overtun"), "overturn"), - (UniCase("graphie"), "graphite"), - (UniCase("conotations"), "connotations"), - (UniCase("sunggle"), "snuggle"), - (UniCase("temperture"), "temperature"), - (UniCase("dysphoira"), "dysphoria"), - (UniCase("associaton"), "association"), - (UniCase("bangaldeshi"), "bangladesh"), - (UniCase("doccumented"), "documented"), - (UniCase("antagonising"), "antagonizing"), - (UniCase("moleculair"), "molecular"), - (UniCase("congergation"), "congregation"), - (UniCase("headests"), "headsets"), - (UniCase("facisnation"), "fascination"), - (UniCase("dictateurs"), "dictates"), - (UniCase("nationaal"), "national"), - (UniCase("negativeity"), "negativity"), - (UniCase("relpased"), "relapsed"), - (UniCase("counterporductive"), "counterproductive"), - (UniCase("comiting"), "committing"), - (UniCase("martain"), "martian"), - (UniCase("helicoptor"), "helicopter"), - (UniCase("regerts"), "regrets"), - (UniCase("indavertently"), "inadvertently"), - (UniCase("decieved"), "deceived"), - (UniCase("apocalypes"), "apocalypse"), - (UniCase("positivitey"), "positivity"), - (UniCase("peroidic"), "periodic"), - (UniCase("somethingis"), "somethings"), - (UniCase("pitchferks"), "pitchforks"), - (UniCase("clitoridis"), "clitoris"), - (UniCase("conenctivity"), "connectivity"), - (UniCase("attactments"), "attachments"), - (UniCase("inculded"), "included"), - (UniCase("uniquey"), "uniquely"), - (UniCase("pathifnder"), "pathfinder"), - (UniCase("commandes"), "commands"), - (UniCase("bethdesa"), "bethesda"), - (UniCase("naturalises"), "naturalizes"), - (UniCase("diverisfy"), "diversify"), - (UniCase("warrandyte"), "warranty"), - (UniCase("vehicels"), "vehicles"), - (UniCase("counterfact"), "counteract"), - (UniCase("sermonising"), "sermonizing"), - (UniCase("konfiguration"), "configuration"), - (UniCase("depositers"), "deposits"), - (UniCase("negligance"), "negligence"), - (UniCase("armagideon"), "armageddon"), - (UniCase("skillhosts"), "skillshots"), - (UniCase("synonymos"), "synonymous"), - (UniCase("dahsboard"), "dashboard"), - (UniCase("irreversibelt"), "irreversible"), - (UniCase("burssels"), "brussels"), - (UniCase("explicatii"), "explicit"), - (UniCase("celibrations"), "celebrations"), - (UniCase("jalibreak"), "jailbreak"), - (UniCase("architexture"), "architecture"), - (UniCase("decriminalised"), "decriminalized"), - (UniCase("constitued"), "constitute"), - (UniCase("resovled"), "resolved"), - (UniCase("contentes"), "contents"), - (UniCase("bouyancy"), "buoyancy"), - (UniCase("multimational"), "multinational"), - (UniCase("brutalises"), "brutalizes"), - (UniCase("ailmony"), "alimony"), - (UniCase("septmeber"), "september"), - (UniCase("allegric"), "allergic"), - (UniCase("profitabil"), "profitable"), - (UniCase("courtesty"), "courtesy"), - (UniCase("subsidiser"), "subsidizer"), - (UniCase("contianer"), "container"), - (UniCase("jeircho"), "jericho"), - (UniCase("partice"), "particle"), - (UniCase("definetily"), "definately"), - (UniCase("juggernault"), "juggernaut"), - (UniCase("cocktailers"), "cocktails"), - (UniCase("additinally"), "additionally"), - (UniCase("sorpanos"), "sopranos"), - (UniCase("defintaley"), "definately"), - (UniCase("taliored"), "tailored"), - (UniCase("combonations"), "combinations"), - (UniCase("cartriages"), "cartridges"), - (UniCase("billionaries"), "billionaires"), - (UniCase("capitalsim"), "capitalism"), - (UniCase("feitshes"), "fetishes"), - (UniCase("pinoneered"), "pioneered"), - (UniCase("notciable"), "noticable"), - (UniCase("sicne"), "since"), - (UniCase("probablly"), "probably"), - (UniCase("pressurising"), "pressurizing"), - (UniCase("whisperes"), "whispers"), - (UniCase("criticisze"), "criticise"), - (UniCase("staggaring"), "staggering"), - (UniCase("nieghbourhood"), "neighbourhood"), - (UniCase("literative"), "literate"), - (UniCase("suspitions"), "suspicions"), - (UniCase("reedeming"), "redeeming"), - (UniCase("definately"), "definitely"), - (UniCase("apreture"), "aperture"), - (UniCase("carcas"), "carcass"), - (UniCase("indicateurs"), "indicates"), - (UniCase("misudnerstanding"), "misunderstandings"), - (UniCase("asborbing"), "absorbing"), - (UniCase("benevloent"), "benevolent"), - (UniCase("porshan"), "portion"), - (UniCase("gunslingner"), "gunslinger"), - (UniCase("accountent"), "accountant"), - (UniCase("philisophy"), "philosophy"), - (UniCase("actaully"), "actually"), - (UniCase("wininpeg"), "winnipeg"), - (UniCase("energis"), "energies"), - (UniCase("chromisome"), "chromosome"), - (UniCase("capitalizaton"), "capitalization"), - (UniCase("legalise"), "legalize"), - (UniCase("frontlinies"), "frontline"), - (UniCase("desinging"), "designing"), - (UniCase("authenticaton"), "authentication"), - (UniCase("reorganised"), "reorganized"), - (UniCase("posseses"), "possesses"), - (UniCase("complecated"), "complicated"), - (UniCase("ungreatfull"), "ungrateful"), - (UniCase("effectivenss"), "effectiveness"), - (UniCase("presidenta"), "presidential"), - (UniCase("transcrits"), "transcripts"), - (UniCase("territoires"), "territories"), - (UniCase("overloard"), "overload"), - (UniCase("lateration"), "alteration"), - (UniCase("charatable"), "charitable"), - (UniCase("climats"), "climates"), - (UniCase("residude"), "residue"), - (UniCase("recgonizing"), "recognizing"), - (UniCase("pysched"), "psyched"), - (UniCase("comparason"), "comparison"), - (UniCase("defiantley"), "definately"), - (UniCase("rhapsodising"), "rhapsodizing"), - (UniCase("backrounds"), "backgrounds"), - (UniCase("undersatnd"), "understands"), - (UniCase("gourment"), "gourmet"), - (UniCase("polinators"), "pollinators"), - (UniCase("psychedelicious"), "psychedelics"), - (UniCase("observerd"), "observed"), - (UniCase("crypitc"), "cryptic"), - (UniCase("corrispondants"), "correspondents"), - (UniCase("latitue"), "latitude"), - (UniCase("percission"), "percussion"), - (UniCase("endangerd"), "endangered"), - (UniCase("commercialises"), "commercializes"), - (UniCase("unecessary"), "unnecessary"), - (UniCase("skatebored"), "skateboard"), - (UniCase("beatels"), "beatles"), - (UniCase("barabrian"), "barbarian"), - (UniCase("casuing"), "causing"), - (UniCase("deputising"), "deputizing"), - (UniCase("clucthing"), "clutching"), - (UniCase("dumbfoundeads"), "dumbfounded"), - (UniCase("outperfoms"), "outperform"), - (UniCase("propiertary"), "proprietary"), - (UniCase("ierland"), "ireland"), - (UniCase("thunderolt"), "thunderbolt"), - (UniCase("funcitonal"), "functional"), - (UniCase("incomptable"), "incompatible"), - (UniCase("lingusitic"), "linguistics"), - (UniCase("momentaraly"), "momentarily"), - (UniCase("nutrutious"), "nutritious"), - (UniCase("antartic"), "antarctic"), - (UniCase("relativley"), "relatively"), - (UniCase("anthropolgist"), "anthropologist"), - (UniCase("intermedite"), "intermediate"), - (UniCase("sucseptible"), "susceptible"), - (UniCase("anomolies"), "anomalies"), - (UniCase("posioned"), "poisoned"), - (UniCase("experimentacion"), "experimentation"), - (UniCase("assualted"), "assaulted"), - (UniCase("unfortunatelly"), "unfortunately"), - (UniCase("btiches"), "bitches"), - (UniCase("sociapaths"), "sociopaths"), - (UniCase("characterises"), "characterizes"), - (UniCase("subjest"), "subjects"), - (UniCase("proletariaat"), "proletariat"), - (UniCase("beliavable"), "believable"), - (UniCase("gruellingly"), "gruelingly"), - (UniCase("meixcan"), "mexican"), - (UniCase("enforceing"), "enforcing"), - (UniCase("anoerxic"), "anorexic"), - (UniCase("balcked"), "blacked"), - (UniCase("stimulli"), "stimuli"), - (UniCase("straightn"), "straighten"), - (UniCase("squirte"), "squirtle"), - (UniCase("sucesful"), "successful"), - (UniCase("fantasises"), "fantasizes"), - (UniCase("puncutation"), "punctuation"), - (UniCase("floruide"), "fluoride"), - (UniCase("portoflio"), "portfolio"), - (UniCase("presentatin"), "presentations"), - (UniCase("imperialfist"), "imperialist"), - (UniCase("happends"), "happens"), - (UniCase("combinatino"), "combinations"), - (UniCase("arbitrarly"), "arbitrary"), - (UniCase("disicplined"), "disciplined"), - (UniCase("practioners"), "practitioners"), - (UniCase("ideologins"), "ideologies"), - (UniCase("irriration"), "irritation"), - (UniCase("manifestanti"), "manifestation"), - (UniCase("microtransacations"), "microtransactions"), - (UniCase("criterias"), "criteria"), - (UniCase("manufacturor"), "manufacturer"), - (UniCase("fingerpoints"), "fingerprints"), - (UniCase("intuituvely"), "intuitively"), - (UniCase("conjuction"), "conjunction"), - (UniCase("crocodilule"), "crocodile"), - (UniCase("infrastrucutre"), "infrastructure"), - (UniCase("inappropraite"), "inappropriate"), - (UniCase("electornics"), "electronics"), - (UniCase("narcisisst"), "narcissist"), - (UniCase("innovaties"), "innovate"), - (UniCase("hamburguers"), "hamburgers"), - (UniCase("combatabts"), "combatants"), - (UniCase("definetlely"), "definetly"), - (UniCase("spontaniously"), "spontaneously"), - (UniCase("repeticion"), "repetition"), - (UniCase("sympathethic"), "sympathetic"), - (UniCase("recoginzed"), "recognized"), - (UniCase("nkow"), "know"), - (UniCase("abberviation"), "abbreviation"), - (UniCase("reflexs"), "reflexes"), - (UniCase("shaddow"), "shadow"), - (UniCase("dolphinese"), "dolphins"), - (UniCase("respecte"), "respective"), - (UniCase("amplifly"), "amplify"), - (UniCase("yeilding"), "yielding"), - (UniCase("suddeny"), "suddenly"), - (UniCase("cinematagrophy"), "cinematography"), - (UniCase("polute"), "pollute"), - (UniCase("quantatitive"), "quantitative"), - (UniCase("interpretarse"), "interpreter"), - (UniCase("stockpilled"), "stockpile"), - (UniCase("differantiation"), "differentiation"), - (UniCase("mouldiest"), "moldiest"), - (UniCase("demonstrerat"), "demonstrate"), - (UniCase("contageous"), "contagious"), - (UniCase("alunimum"), "aluminum"), - (UniCase("agriculteurs"), "agriculture"), - (UniCase("thunberbolt"), "thunderbolt"), - (UniCase("reptuation"), "reputation"), - (UniCase("equivelents"), "equivalents"), - (UniCase("dunegons"), "dungeons"), - (UniCase("streichung"), "stretching"), - (UniCase("ukraininas"), "ukrainians"), - (UniCase("deliviring"), "delivering"), - (UniCase("uninitalizable"), "uninitializable"), - (UniCase("psychistrist"), "psychiatrist"), - (UniCase("recurited"), "recruited"), - (UniCase("probabe"), "probable"), - (UniCase("rekenton"), "renekton"), - (UniCase("tiawanese"), "taiwanese"), - (UniCase("asbestoast"), "asbestos"), - (UniCase("dysfunktional"), "dysfunctional"), - (UniCase("techinican"), "technician"), - (UniCase("privilage"), "privilege"), - (UniCase("vairant"), "variant"), - (UniCase("immigraiton"), "immigration"), - (UniCase("masacra"), "mascara"), - (UniCase("loenard"), "leonard"), - (UniCase("agianst"), "against"), - (UniCase("paederast"), "pederast"), - (UniCase("chillend"), "chilled"), - (UniCase("philosophises"), "philosophizes"), - (UniCase("hospitalising"), "hospitalizing"), - (UniCase("conpensation"), "compensation"), - (UniCase("stimilants"), "stimulants"), - (UniCase("progressino"), "progressions"), - (UniCase("contactos"), "contacts"), - (UniCase("pathologial"), "pathological"), - (UniCase("instanciate"), "instantiate"), - (UniCase("determinanti"), "determination"), - (UniCase("garfeild"), "garfield"), - (UniCase("partchett"), "pratchett"), - (UniCase("sophisticted"), "sophisticated"), - (UniCase("sociopathis"), "sociopaths"), - (UniCase("vunlerable"), "vulnerable"), - (UniCase("proselytisers"), "proselytizers"), - (UniCase("bankruptsy"), "bankruptcy"), - (UniCase("professsion"), "professions"), - (UniCase("racisst"), "racists"), - (UniCase("popoulation"), "population"), - (UniCase("diasbling"), "disabling"), - (UniCase("tramautized"), "traumatized"), - (UniCase("uncomfrotably"), "uncomfortably"), - (UniCase("impoversihed"), "impoverished"), - (UniCase("rollercoatser"), "rollercoaster"), - (UniCase("disrespecing"), "disrespecting"), - (UniCase("lerans"), "learns"), - (UniCase("convers"), "converts"), - (UniCase("careing"), "caring"), - (UniCase("nautres"), "natures"), - (UniCase("menstraul"), "menstrual"), - (UniCase("denomonation"), "denomination"), - (UniCase("suggestons"), "suggests"), - (UniCase("exculsivity"), "exclusivity"), - (UniCase("monteize"), "monetize"), - (UniCase("announcemnts"), "announcements"), - (UniCase("goegraphically"), "geographically"), - (UniCase("scandaniva"), "scandinavia"), - (UniCase("liverpoool"), "liverpool"), - (UniCase("issueing"), "issuing"), - (UniCase("elemantary"), "elementary"), - (UniCase("fatiuge"), "fatigue"), - (UniCase("productoin"), "productions"), - (UniCase("torelable"), "tolerable"), - (UniCase("maintian"), "maintain"), - (UniCase("decsended"), "descended"), - (UniCase("restaraunteur"), "restaurateur"), - (UniCase("sphagetti"), "spaghetti"), - (UniCase("implausibile"), "implausible"), - (UniCase("repsectable"), "respectable"), - (UniCase("paramters"), "parameters"), - (UniCase("depostis"), "deposits"), - (UniCase("refference"), "reference"), - (UniCase("commandered"), "commanded"), - (UniCase("buddishm"), "buddhism"), - (UniCase("manipulatin"), "manipulation"), - (UniCase("procesd"), "proceeds"), - (UniCase("bombarment"), "bombardment"), - (UniCase("corrispondence"), "correspondence"), - (UniCase("conversiones"), "conversions"), - (UniCase("visualisation"), "visualization"), - (UniCase("devolopement"), "development"), - (UniCase("succeedes"), "succeeds"), - (UniCase("tahnkyou"), "thankyou"), - (UniCase("endanged"), "endangered"), - (UniCase("prepetrators"), "perpetrators"), - (UniCase("conciousness"), "consciousness"), - (UniCase("unconfortably"), "uncomfortably"), - (UniCase("legitamately"), "legitimately"), - (UniCase("precedessor"), "predecessor"), - (UniCase("fingerpies"), "fingertips"), - (UniCase("inhertiance"), "inheritance"), - (UniCase("deliverees"), "deliveries"), - (UniCase("civilizatons"), "civilizations"), - (UniCase("photograpers"), "photographers"), - (UniCase("acitvision"), "activision"), - (UniCase("relationshits"), "relationships"), - (UniCase("electrobytes"), "electrolytes"), - (UniCase("freind"), "friend"), - (UniCase("librarse"), "libraries"), - (UniCase("ethniticy"), "ethnicity"), - (UniCase("amargeddon"), "armageddon"), - (UniCase("furstrations"), "frustrations"), - (UniCase("interents"), "internets"), - (UniCase("biploar"), "bipolar"), - (UniCase("lveo"), "love"), - (UniCase("cinematogrophy"), "cinematography"), - (UniCase("unsavoury"), "unsavory"), - (UniCase("urbanisation"), "urbanization"), - (UniCase("hybridus"), "hybrids"), - (UniCase("restaraunt"), "restaurant"), - (UniCase("gorillia"), "gorilla"), - (UniCase("transgenres"), "transgender"), - (UniCase("excact"), "exact"), - (UniCase("rendevous"), "rendezvous"), - (UniCase("romanica"), "romania"), - (UniCase("hedgehoog"), "hedgehog"), - (UniCase("alteracion"), "alteration"), - (UniCase("consdider"), "consider"), - (UniCase("currest"), "currents"), - (UniCase("maylasian"), "malaysian"), - (UniCase("computre"), "compute"), - (UniCase("imporve"), "improve"), - (UniCase("continuating"), "continuation"), - (UniCase("beliefes"), "beliefs"), - (UniCase("comparissons"), "comparisons"), - (UniCase("diretcx"), "directx"), - (UniCase("hindiusm"), "hinduism"), - (UniCase("auidobook"), "audiobook"), - (UniCase("techniciens"), "technicians"), - (UniCase("goodlcuk"), "goodluck"), - (UniCase("anorexiac"), "anorexic"), - (UniCase("assoications"), "associations"), - (UniCase("adivsors"), "advisors"), - (UniCase("lesibans"), "lesbians"), - (UniCase("unrankend"), "unranked"), - (UniCase("interatellar"), "interstellar"), - (UniCase("partecipants"), "participants"), - (UniCase("protraits"), "portraits"), - (UniCase("imprsioned"), "imprisoned"), - (UniCase("innoavtion"), "innovations"), - (UniCase("disgiuse"), "disguise"), - (UniCase("minimalstic"), "minimalist"), - (UniCase("ehtnically"), "ethnically"), - (UniCase("pummelled"), "pummel"), - (UniCase("idealising"), "idealizing"), - (UniCase("declaremos"), "declares"), - (UniCase("redistrubition"), "redistribution"), - (UniCase("imperitave"), "imperative"), - (UniCase("cataclysym"), "cataclysm"), - (UniCase("vocalises"), "vocalizes"), - (UniCase("acftually"), "factually"), - (UniCase("spartaniis"), "spartans"), - (UniCase("subscribbed"), "subscribe"), - (UniCase("condencing"), "condemning"), - (UniCase("progressiong"), "progressing"), - (UniCase("realtively"), "relatively"), - (UniCase("fidn"), "find"), - (UniCase("quicket"), "quickest"), - (UniCase("officialy"), "officially"), - (UniCase("contemt"), "contempt"), - (UniCase("yaer"), "year"), - (UniCase("palster"), "plaster"), - (UniCase("corrdination"), "coordination"), - (UniCase("missionnary"), "missionary"), - (UniCase("preimeter"), "perimeter"), - (UniCase("convertis"), "converts"), - (UniCase("apprecaites"), "appreciates"), - (UniCase("curcumstances"), "circumstances"), - (UniCase("appreciatve"), "appreciative"), - (UniCase("misisonary"), "missionary"), - (UniCase("intregity"), "integrity"), - (UniCase("squirrle"), "squirrel"), - (UniCase("desginers"), "designers"), - (UniCase("langauges"), "languages"), - (UniCase("handedley"), "handedly"), - (UniCase("palestininans"), "palestinians"), - (UniCase("converesly"), "conversely"), - (UniCase("complicatie"), "complicit"), - (UniCase("streemlining"), "streamlining"), - (UniCase("annoucnement"), "announcement"), - (UniCase("achilleos"), "achilles"), - (UniCase("maneouvring"), "manoeuvring"), - (UniCase("unproteced"), "unprotected"), - (UniCase("patronise"), "patronize"), - (UniCase("viewpionts"), "viewpoints"), - (UniCase("introvet"), "introvert"), - (UniCase("mataphorically"), "metaphorically"), - (UniCase("scuptures"), "sculptures"), - (UniCase("staklers"), "stalkers"), - (UniCase("irreversiable"), "irreversible"), - (UniCase("correpsondence"), "correspondence"), - (UniCase("thrid"), "third"), - (UniCase("accessoires"), "accessories"), - (UniCase("somethign"), "something"), - (UniCase("vaguelly"), "vaguely"), - (UniCase("cuasality"), "causality"), - (UniCase("blockcahin"), "blockchain"), - (UniCase("unappeeling"), "unappealing"), - (UniCase("suspecions"), "suspicions"), - (UniCase("disrepsected"), "disrespected"), - (UniCase("knuckel"), "knuckle"), - (UniCase("boyfreinds"), "boyfriends"), - (UniCase("inadecuate"), "inadequate"), - (UniCase("fromidable"), "formidable"), - (UniCase("ressurect"), "resurrect"), - (UniCase("furncae"), "furnace"), - (UniCase("cainster"), "canister"), - (UniCase("charistics"), "characteristics"), - (UniCase("completey"), "completely"), - (UniCase("anwsers"), "answers"), - (UniCase("metricas"), "metrics"), - (UniCase("contestas"), "contests"), - (UniCase("uncertaintly"), "uncertainty"), - (UniCase("reorganise"), "reorganize"), - (UniCase("installes"), "installs"), - (UniCase("lieutentant"), "lieutenant"), - (UniCase("adolecent"), "adolescent"), - (UniCase("hyprocites"), "hypocrites"), - (UniCase("recommands"), "recommends"), - (UniCase("excecuted"), "executed"), - (UniCase("suprised"), "surprised"), - (UniCase("lightweigth"), "lightweight"), - (UniCase("electorale"), "electorate"), - (UniCase("xenophopic"), "xenophobic"), - (UniCase("wtih"), "with"), - (UniCase("tranditional"), "transitional"), - (UniCase("peremiter"), "perimeter"), - (UniCase("specfic"), "specific"), - (UniCase("metaphyics"), "metaphysics"), - (UniCase("upstiars"), "upstairs"), - (UniCase("prescripton"), "prescription"), - (UniCase("australiams"), "australians"), - (UniCase("investigaters"), "investigators"), - (UniCase("zimbabe"), "zimbabwe"), - (UniCase("coordiante"), "coordinate"), - (UniCase("marhsmallow"), "marshmallow"), - (UniCase("extreemly"), "extremely"), - (UniCase("ulteriour"), "ulterior"), - (UniCase("unhealhty"), "unhealthy"), - (UniCase("vulnerabillity"), "vulnerability"), - (UniCase("compitable"), "compatible"), - (UniCase("manifestato"), "manifesto"), - (UniCase("permium"), "premium"), - (UniCase("refreing"), "refering"), - (UniCase("difficultes"), "difficulties"), - (UniCase("pretador"), "predator"), - (UniCase("championshiop"), "championships"), - (UniCase("assasssin"), "assassins"), - (UniCase("manouverable"), "maneuverable"), - (UniCase("procrastion"), "procreation"), - (UniCase("abbreivation"), "abbreviation"), - (UniCase("miscommunicatie"), "miscommunication"), - (UniCase("thnig"), "thing"), - (UniCase("consluting"), "consulting"), - (UniCase("poineer"), "pioneer"), - (UniCase("unconsistent"), "inconsistent"), - (UniCase("surroundngs"), "surrounds"), - (UniCase("confescated"), "confiscated"), - (UniCase("geographicial"), "geographical"), - (UniCase("downovting"), "downvoting"), - (UniCase("dispalys"), "displays"), - (UniCase("skeletl"), "skeletal"), - (UniCase("insanelly"), "insanely"), - (UniCase("hypothesise"), "hypothesize"), - (UniCase("comftorably"), "comfortably"), - (UniCase("invovles"), "involves"), - (UniCase("civilizacion"), "civilization"), - (UniCase("defacation"), "defamation"), - (UniCase("chiuhahua"), "chihuahua"), - (UniCase("inheritence"), "inheritance"), - (UniCase("physcologist"), "psychologist"), - (UniCase("graphcis"), "graphics"), - (UniCase("downvotess"), "downvoters"), - (UniCase("antarctia"), "antarctica"), - (UniCase("preordes"), "preorders"), - (UniCase("burisers"), "bruisers"), - (UniCase("caterpiller"), "caterpillar"), - (UniCase("fundamentalismus"), "fundamentalists"), - (UniCase("zionsits"), "zionists"), - (UniCase("beligum"), "belgium"), - (UniCase("aquitted"), "acquitted"), - (UniCase("endolithes"), "endoliths"), - (UniCase("calymore"), "claymore"), - (UniCase("abandonning"), "abandoning"), - (UniCase("oreintation"), "orientation"), - (UniCase("inmigrant"), "immigrant"), - (UniCase("bacholer"), "bachelor"), - (UniCase("clyinder"), "cylinder"), - (UniCase("groubdbreaking"), "groundbreaking"), - (UniCase("comparasons"), "comparisons"), - (UniCase("expansie"), "expansive"), - (UniCase("significane"), "significance"), - (UniCase("oragnise"), "organise"), - (UniCase("reptiel"), "reptile"), - (UniCase("intendos"), "intends"), - (UniCase("metholodogy"), "methodology"), - (UniCase("christain"), "christian"), - (UniCase("versitilaty"), "versatility"), - (UniCase("interm"), "interim"), - (UniCase("consequentely"), "consequently"), - (UniCase("hestiate"), "hesitate"), - (UniCase("austrlaian"), "australians"), - (UniCase("beleived"), "believed"), - (UniCase("obilvion"), "oblivion"), - (UniCase("approxmiate"), "approximate"), - (UniCase("exsiting"), "existing"), - (UniCase("stampeed"), "stamped"), - (UniCase("papanicalou"), "papanicolaou"), - (UniCase("disfavour"), "disfavor"), - (UniCase("respwan"), "respawn"), - (UniCase("recursivly"), "recursively"), - (UniCase("spiltter"), "splitter"), - (UniCase("vangurad"), "vanguard"), - (UniCase("unforgiveble"), "unforgivable"), - (UniCase("conveniente"), "convenience"), - (UniCase("verificato"), "verification"), - (UniCase("steorid"), "steroid"), - (UniCase("susbtantially"), "substantially"), - (UniCase("vigilane"), "vigilante"), - (UniCase("legitimatly"), "legitimately"), - (UniCase("abotu"), "about"), - (UniCase("activiates"), "activist"), - (UniCase("derpatologist"), "dermatologist"), - (UniCase("celebritites"), "celebrities"), - (UniCase("illustartion"), "illustration"), - (UniCase("misunderstansing"), "misunderstandings"), - (UniCase("perviews"), "previews"), - (UniCase("optimising"), "optimizing"), - (UniCase("encorporating"), "incorporating"), - (UniCase("vulnerabilty"), "vulnerability"), - (UniCase("nativley"), "natively"), - (UniCase("criculating"), "circulating"), - (UniCase("interfase"), "interfaces"), - (UniCase("toothbruth"), "toothbrush"), - (UniCase("explicity"), "explicitly"), - (UniCase("temporises"), "temporizes"), - (UniCase("convinving"), "convincing"), - (UniCase("plausable"), "plausible"), - (UniCase("instincitvely"), "instinctively"), - (UniCase("carbonises"), "carbonizes"), - (UniCase("liftime"), "lifetime"), - (UniCase("prestigiosi"), "prestigious"), - (UniCase("collonies"), "colonies"), - (UniCase("internalise"), "internalize"), - (UniCase("manufactered"), "manufactured"), - (UniCase("maclolm"), "malcolm"), - (UniCase("ontraio"), "ontario"), - (UniCase("fluttersy"), "fluttershy"), - (UniCase("respoting"), "reposting"), - (UniCase("pornogrphy"), "pornography"), - (UniCase("supposingly"), "supposedly"), - (UniCase("consitency"), "consistency"), - (UniCase("unforseen"), "unforeseen"), - (UniCase("heistation"), "hesitation"), - (UniCase("circumstanta"), "circumstantial"), - (UniCase("commentes"), "commenters"), - (UniCase("dedicato"), "dedication"), - (UniCase("suposedly"), "supposedly"), - (UniCase("poeoples"), "peoples"), - (UniCase("chormosomes"), "chromosomes"), - (UniCase("accomadate"), "accommodate"), - (UniCase("necessite"), "necessities"), - (UniCase("jaques"), "jacques"), - (UniCase("intimitation"), "intimidation"), - (UniCase("passionnate"), "passionate"), - (UniCase("downloades"), "downloads"), - (UniCase("infridgement"), "infringement"), - (UniCase("dynamicpsf"), "dynamics"), - (UniCase("configuraiton"), "configuration"), - (UniCase("constructies"), "constructs"), - (UniCase("exahusting"), "exhausting"), - (UniCase("probabiliy"), "probability"), - (UniCase("sorcerry"), "sorcery"), - (UniCase("antibiodics"), "antibiotics"), - (UniCase("appareal"), "apparel"), - (UniCase("exponencially"), "exponentially"), - (UniCase("teusdays"), "tuesdays"), - (UniCase("abstraktion"), "abstraction"), - (UniCase("offpsring"), "offspring"), - (UniCase("representationer"), "representations"), - (UniCase("predicat"), "predict"), - (UniCase("dysphora"), "dysphoria"), - (UniCase("tkaes"), "takes"), - (UniCase("charcol"), "charcoal"), - (UniCase("commericial"), "commercial"), - (UniCase("physicaly"), "physically"), - (UniCase("leran"), "learn"), - (UniCase("produceres"), "produces"), - (UniCase("misrepresentating"), "misrepresenting"), - (UniCase("gynmastics"), "gymnastics"), - (UniCase("magensium"), "magnesium"), - (UniCase("unlcuky"), "unlucky"), - (UniCase("resignating"), "resignation"), - (UniCase("orientarlo"), "oriental"), - (UniCase("meditacion"), "medications"), - (UniCase("corwbar"), "crowbar"), - (UniCase("unabnned"), "unbanned"), - (UniCase("raoches"), "roaches"), - (UniCase("mircoatx"), "microatx"), - (UniCase("publiclly"), "publicly"), - (UniCase("tenacles"), "tentacles"), - (UniCase("auxillaries"), "auxiliaries"), - (UniCase("victorain"), "victorian"), - (UniCase("histerical"), "historical"), - (UniCase("instantanious"), "instantaneous"), - (UniCase("madsion"), "madison"), - (UniCase("specifcation"), "specification"), - (UniCase("traitorise"), "traitors"), - (UniCase("socioeconmic"), "socioeconomic"), - (UniCase("gridles"), "griddles"), - (UniCase("functionalty"), "functionality"), - (UniCase("undernearth"), "underneath"), - (UniCase("constitutiei"), "constitute"), - (UniCase("stroylines"), "storylines"), - (UniCase("bareclona"), "barcelona"), - (UniCase("philospohies"), "philosophies"), - (UniCase("audomoderator"), "automoderator"), - (UniCase("underwhleming"), "underwhelming"), - (UniCase("motivatie"), "motivate"), - (UniCase("constanst"), "constants"), - (UniCase("expiditions"), "expeditions"), - (UniCase("immidiate"), "immediate"), - (UniCase("bodybuidling"), "bodybuilding"), - (UniCase("dialectes"), "dialects"), - (UniCase("attraktive"), "attractive"), - (UniCase("comradre"), "comrade"), - (UniCase("acitvating"), "activating"), - (UniCase("socailism"), "socialism"), - (UniCase("narcissitc"), "narcissist"), - (UniCase("correktions"), "corrections"), - (UniCase("libertariens"), "libertarians"), - (UniCase("vrigins"), "virgins"), - (UniCase("percursor"), "precursor"), - (UniCase("exposees"), "exposes"), - (UniCase("obstacal"), "obstacle"), - (UniCase("nto"), "not"), - (UniCase("volontary"), "voluntary"), - (UniCase("achillees"), "achilles"), - (UniCase("commencera"), "commerce"), - (UniCase("aquainted"), "acquainted"), - (UniCase("isntructed"), "instructed"), - (UniCase("obvioulsy"), "obviously"), - (UniCase("comeptitive"), "competitive"), - (UniCase("elephantes"), "elephants"), - (UniCase("relevence"), "relevance"), - (UniCase("technqiues"), "techniques"), - (UniCase("apacolyptic"), "apocalyptic"), - (UniCase("eugneics"), "eugenics"), - (UniCase("jorunal"), "journal"), - (UniCase("defendre"), "defender"), - (UniCase("developemnt"), "developments"), - (UniCase("feminimity"), "femininity"), - (UniCase("turstworthy"), "trustworthy"), - (UniCase("challengr"), "challenger"), - (UniCase("enviromnent"), "environments"), - (UniCase("organsiation"), "organisation"), - (UniCase("commedic"), "comedic"), - (UniCase("favouritsm"), "favourites"), - (UniCase("praesidium"), "presidium"), - (UniCase("unsubstantiaed"), "unsubstantiated"), - (UniCase("horzions"), "horizons"), - (UniCase("disqaulified"), "disqualified"), - (UniCase("versatily"), "versatility"), - (UniCase("temperement"), "temperament"), - (UniCase("actualey"), "actualy"), - (UniCase("abodminal"), "abdominal"), - (UniCase("counteratk"), "counteract"), - (UniCase("expierencing"), "experiencing"), - (UniCase("algoritms"), "algorithms"), - (UniCase("represantations"), "representations"), - (UniCase("wacther"), "watcher"), - (UniCase("suport"), "support"), - (UniCase("alreayd"), "already"), - (UniCase("environemntally"), "environmentally"), - (UniCase("institue"), "institute"), - (UniCase("perputuating"), "perpetuating"), - (UniCase("reflecte"), "reflective"), - (UniCase("cutscens"), "cutscenes"), - (UniCase("shadoloo"), "shadaloo"), - (UniCase("emmigrated"), "emigrated"), - (UniCase("misbehaviour"), "misbehavior"), - (UniCase("pressurisation"), "pressurization"), - (UniCase("succesd"), "succeeds"), - (UniCase("permiums"), "premiums"), - (UniCase("unnecessarly"), "unnecessarily"), - (UniCase("shawshak"), "shawshank"), - (UniCase("accumalate"), "accumulate"), - (UniCase("radioacive"), "radioactive"), - (UniCase("fabricatie"), "fabricated"), - (UniCase("efficently"), "efficiently"), - (UniCase("opthamologist"), "ophthalmologist"), - (UniCase("campaignes"), "campaigns"), - (UniCase("amernian"), "armenian"), - (UniCase("bracelona"), "barcelona"), - (UniCase("officals"), "officials"), - (UniCase("dependenies"), "dependencies"), - (UniCase("depressin"), "depression"), - (UniCase("graet"), "great"), - (UniCase("fraudolent"), "fraudulent"), - (UniCase("areodynamics"), "aerodynamics"), - (UniCase("catastrophies"), "catastrophe"), - (UniCase("queations"), "equations"), - (UniCase("connectivy"), "connectivity"), - (UniCase("localise"), "localize"), - (UniCase("batitsa"), "batista"), - (UniCase("conveniantly"), "conveniently"), - (UniCase("abruptley"), "abruptly"), - (UniCase("dinosaurios"), "dinosaurs"), - (UniCase("excange"), "exchange"), - (UniCase("attributs"), "attributes"), - (UniCase("manadrin"), "mandarin"), - (UniCase("traitoris"), "traitors"), - (UniCase("misunderstanging"), "misunderstandings"), - (UniCase("narcisists"), "narcissist"), - (UniCase("investigaron"), "investigator"), - (UniCase("unworty"), "unworthy"), - (UniCase("detectas"), "detects"), - (UniCase("dispacth"), "dispatch"), - (UniCase("definltey"), "definetly"), - (UniCase("ardour"), "ardor"), - (UniCase("opponenet"), "opponent"), - (UniCase("govermnent"), "governments"), - (UniCase("compelte"), "complete"), - (UniCase("hyopthetical"), "hypothetical"), - (UniCase("comisioner"), "commissioner"), - (UniCase("anwyays"), "anyways"), - (UniCase("enciclopedia"), "encyclopedia"), - (UniCase("hirsohima"), "hiroshima"), - (UniCase("santourm"), "santorum"), - (UniCase("grappnel"), "grapple"), - (UniCase("woudl"), "would"), - (UniCase("expedetion"), "expedition"), - (UniCase("equivalnce"), "equivalence"), - (UniCase("contines"), "continents"), - (UniCase("singluar"), "singular"), - (UniCase("fantasty"), "fantasy"), - (UniCase("eratic"), "erratic"), - (UniCase("exlcusion"), "exclusion"), - (UniCase("sponser"), "sponsor"), - (UniCase("cabbagge"), "cabbage"), - (UniCase("contribucion"), "contribution"), - (UniCase("economisiti"), "economist"), - (UniCase("illumniati"), "illuminati"), - (UniCase("distunguish"), "distinguish"), - (UniCase("substitures"), "substitutes"), - (UniCase("feminen"), "feminine"), - (UniCase("computerise"), "computerize"), - (UniCase("patriottism"), "patriotism"), - (UniCase("contengent"), "contingent"), - (UniCase("experienceing"), "experiencing"), - (UniCase("commenteries"), "commenters"), - (UniCase("margenalized"), "marginalized"), - (UniCase("becuase"), "because"), - (UniCase("cababilities"), "capabilities"), - (UniCase("rudimentery"), "rudimentary"), - (UniCase("vulnerablility"), "vulnerability"), - (UniCase("happended"), "happened"), - (UniCase("resembe"), "resemble"), - (UniCase("househoulds"), "households"), - (UniCase("aribtrarily"), "arbitrarily"), - (UniCase("electrolites"), "electrolytes"), - (UniCase("apperance"), "appearance"), - (UniCase("attendents"), "attendants"), - (UniCase("oligrachy"), "oligarchy"), - (UniCase("mathmatically"), "mathematically"), - (UniCase("fouth"), "fourth"), - (UniCase("misunderstadings"), "misunderstandings"), - (UniCase("promotheus"), "prometheus"), - (UniCase("consorcium"), "consortium"), - (UniCase("illinos"), "illinois"), - (UniCase("sentensing"), "sentencing"), - (UniCase("antaganistic"), "antagonistic"), - (UniCase("godounov"), "godunov"), - (UniCase("unorigonal"), "unoriginal"), - (UniCase("qutie"), "quite"), - (UniCase("neutrallity"), "neutrality"), - (UniCase("interveiwed"), "interviewed"), - (UniCase("cigarattes"), "cigarettes"), - (UniCase("enterpirse"), "enterprise"), - (UniCase("despict"), "depict"), - (UniCase("comfertably"), "comfortably"), - (UniCase("pesticedes"), "pesticides"), - (UniCase("suprsied"), "suprised"), - (UniCase("levellign"), "levelling"), - (UniCase("regimet"), "regiment"), - (UniCase("heridity"), "heredity"), - (UniCase("perisan"), "persian"), - (UniCase("endig"), "ending"), - (UniCase("employeurs"), "employer"), - (UniCase("forumlas"), "formulas"), - (UniCase("qucikest"), "quickest"), - (UniCase("opression"), "oppression"), - (UniCase("proccessing"), "processing"), - (UniCase("repulic"), "republic"), - (UniCase("combiantion"), "combinations"), - (UniCase("luancher"), "launcher"), - (UniCase("streames"), "streams"), - (UniCase("disrispect"), "disrespect"), - (UniCase("hosptialized"), "hospitalized"), - (UniCase("brakeout"), "breakout"), - (UniCase("unsespecting"), "unsuspecting"), - (UniCase("eastwoood"), "eastwood"), - (UniCase("tournement"), "tournament"), - (UniCase("righteouness"), "righteousness"), - (UniCase("initalised"), "initialised"), - (UniCase("fullets"), "fullest"), - (UniCase("voilates"), "violates"), - (UniCase("sypmtoms"), "symptoms"), - (UniCase("exculsives"), "exclusives"), - (UniCase("switerzland"), "switzerland"), - (UniCase("penetrarion"), "penetration"), - (UniCase("goalkeeprs"), "goalkeeper"), - (UniCase("disliks"), "dislikes"), - (UniCase("belligerante"), "belligerent"), - (UniCase("catalgoue"), "catalogue"), - (UniCase("germaniac"), "germanic"), - (UniCase("critisiced"), "criticized"), - (UniCase("venezeula"), "venezuela"), - (UniCase("flavord"), "flavored"), - (UniCase("stange"), "strange"), - (UniCase("consequeseces"), "consequences"), - (UniCase("posess"), "possess"), - (UniCase("metabloic"), "metabolic"), - (UniCase("burritoes"), "burritos"), - (UniCase("plethorian"), "plethora"), - (UniCase("conifgurations"), "configurations"), - (UniCase("spirituallly"), "spiritually"), - (UniCase("entretaining"), "entertaining"), - (UniCase("compromize"), "compromise"), - (UniCase("instalments"), "installments"), - (UniCase("blaimed"), "blamed"), - (UniCase("cannibalises"), "cannibalizes"), - (UniCase("manufactuers"), "manufacturers"), - (UniCase("progresive"), "progressive"), - (UniCase("provocitive"), "provocative"), - (UniCase("insuccessful"), "unsuccessful"), - (UniCase("voluntarly"), "voluntary"), - (UniCase("destabilised"), "destabilized"), - (UniCase("commited"), "committed"), - (UniCase("helicotper"), "helicopters"), - (UniCase("desperatly"), "desperately"), - (UniCase("sharplay"), "sharply"), - (UniCase("sluaghtering"), "slaughtering"), - (UniCase("irrelevent"), "irrelevant"), - (UniCase("criticisize"), "criticise"), - (UniCase("cartles"), "cartels"), - (UniCase("observaiton"), "observant"), - (UniCase("inituition"), "initiation"), - (UniCase("rethorical"), "rhetorical"), - (UniCase("reliabily"), "reliability"), - (UniCase("subtitls"), "subtitles"), - (UniCase("lightwright"), "lightweight"), - (UniCase("asutralian"), "australian"), - (UniCase("conflcting"), "conflating"), - (UniCase("publicising"), "publicizing"), - (UniCase("creativily"), "creatively"), - (UniCase("foetuses"), "fetuses"), - (UniCase("spwaning"), "spawning"), - (UniCase("reversably"), "reversal"), - (UniCase("musilms"), "muslims"), - (UniCase("platnuim"), "platinum"), - (UniCase("faceboook"), "facebook"), - (UniCase("surbuban"), "suburban"), - (UniCase("franchies"), "franchise"), - (UniCase("technitians"), "technicians"), - (UniCase("autocorrekt"), "autocorrect"), - (UniCase("adjustabe"), "adjustable"), - (UniCase("catepillars"), "caterpillars"), - (UniCase("expeiments"), "experiments"), - (UniCase("capitarist"), "capitalist"), - (UniCase("collectioners"), "collections"), - (UniCase("implementaitons"), "implementations"), - (UniCase("ambassator"), "ambassador"), - (UniCase("sufferred"), "suffered"), - (UniCase("submissons"), "submissions"), - (UniCase("repectively"), "respectively"), - (UniCase("ascendend"), "ascended"), - (UniCase("blatanty"), "blatantly"), - (UniCase("sacrificng"), "sacrificing"), - (UniCase("jurisdiciton"), "jurisdiction"), - (UniCase("paragrpah"), "paragraph"), - (UniCase("precuation"), "precautions"), - (UniCase("embarassed"), "embarrassed"), - (UniCase("labarotory"), "laboratory"), - (UniCase("probaly"), "probably"), - (UniCase("recreacion"), "recreation"), - (UniCase("realtes"), "relates"), - (UniCase("hurricans"), "hurricanes"), - (UniCase("moulds"), "molds"), - (UniCase("decorativos"), "decorations"), - (UniCase("tath"), "that"), - (UniCase("warriros"), "warriors"), - (UniCase("applicaton"), "application"), - (UniCase("deomnstration"), "demonstrations"), - (UniCase("downgrated"), "downgrade"), - (UniCase("annihilatron"), "annihilation"), - (UniCase("consitutents"), "constituents"), - (UniCase("unbannend"), "unbanned"), - (UniCase("resevoir"), "reservoir"), - (UniCase("epilespy"), "epilepsy"), - (UniCase("distuingish"), "distinguish"), - (UniCase("soberity"), "sobriety"), - (UniCase("refrence"), "reference"), - (UniCase("surprisinly"), "surprisingly"), - (UniCase("circumsicions"), "circumcision"), - (UniCase("procastrinating"), "procrastinating"), - (UniCase("disobeidence"), "disobedience"), - (UniCase("prophocies"), "prophecies"), - (UniCase("anaemia"), "anemia"), - (UniCase("insensetive"), "insensitive"), - (UniCase("contactes"), "contacts"), - (UniCase("implicitily"), "implicitly"), - (UniCase("cultivative"), "cultivate"), - (UniCase("infantis"), "infants"), - (UniCase("friendzoneado"), "friendzoned"), - (UniCase("farehnheit"), "fahrenheit"), - (UniCase("popualtion"), "populations"), - (UniCase("vulnurability"), "vulnerability"), - (UniCase("sciencers"), "sciences"), - (UniCase("chargeur"), "charger"), - (UniCase("restrective"), "restrictive"), - (UniCase("determinato"), "determination"), - (UniCase("probabily"), "probability"), - (UniCase("turntabe"), "turntable"), - (UniCase("propagana"), "propaganda"), - (UniCase("dualtiy"), "duality"), - (UniCase("trasnform"), "transform"), - (UniCase("operationable"), "operational"), - (UniCase("racthet"), "ratchet"), - (UniCase("overcloked"), "overclocked"), - (UniCase("pamplet"), "pamphlet"), - (UniCase("exculded"), "excluded"), - (UniCase("eygptians"), "egyptians"), - (UniCase("persistance"), "persistence"), - (UniCase("octohedral"), "octahedral"), - (UniCase("amognst"), "amongst"), - (UniCase("subsidisation"), "subsidization"), - (UniCase("territoy"), "territory"), - (UniCase("midfiedler"), "midfielder"), - (UniCase("conspiracize"), "conspiracies"), - (UniCase("reluctanctly"), "reluctantly"), - (UniCase("eventally"), "eventually"), - (UniCase("compresssed"), "compressed"), - (UniCase("pedictions"), "depictions"), - (UniCase("confesso"), "confession"), - (UniCase("intrerupt"), "interrupt"), - (UniCase("billionairre"), "billionaire"), - (UniCase("generalizating"), "generalization"), - (UniCase("definito"), "definition"), - (UniCase("recrational"), "recreational"), - (UniCase("heavywieghts"), "heavyweight"), - (UniCase("implimenting"), "implementing"), - (UniCase("cheerleeder"), "cheerleader"), - (UniCase("dysfunctionnal"), "dysfunctional"), - (UniCase("breakthroughts"), "breakthroughs"), - (UniCase("transmision"), "transmission"), - (UniCase("translyvanian"), "transylvania"), - (UniCase("specialise"), "specialize"), - (UniCase("uninitalized"), "uninitialized"), - (UniCase("redesing"), "redesign"), - (UniCase("blegium"), "belgium"), - (UniCase("interactivo"), "interaction"), - (UniCase("phychologist"), "psychologist"), - (UniCase("incompatable"), "incompatible"), - (UniCase("consipracies"), "conspiracies"), - (UniCase("deisgner"), "designer"), - (UniCase("ministerios"), "ministers"), - (UniCase("acclamied"), "acclaimed"), - (UniCase("singulairty"), "singularity"), - (UniCase("tendence"), "tendencies"), - (UniCase("phisiological"), "physiological"), - (UniCase("cerification"), "verification"), - (UniCase("tenderises"), "tenderizes"), - (UniCase("councilers"), "councils"), - (UniCase("arizonia"), "arizona"), - (UniCase("definatlly"), "definately"), - (UniCase("capsumel"), "capsule"), - (UniCase("heiroglyphics"), "hieroglyphics"), - (UniCase("southerers"), "southerners"), - (UniCase("antiqvated"), "antiquated"), - (UniCase("phramacist"), "pharmacist"), - (UniCase("merchanidse"), "merchandise"), - (UniCase("turtels"), "turtles"), - (UniCase("unsunscribe"), "unsubscribe"), - (UniCase("soldeirs"), "soldiers"), - (UniCase("selfiers"), "selfies"), - (UniCase("vacciantion"), "vaccination"), - (UniCase("favouritism"), "favoritism"), - (UniCase("relationsship"), "relationships"), - (UniCase("transofrmers"), "transformers"), - (UniCase("engieneer"), "engineer"), - (UniCase("sherlok"), "sherlock"), - (UniCase("springst"), "sprints"), - (UniCase("horader"), "hoarder"), - (UniCase("etherent"), "ethernet"), - (UniCase("appriciates"), "appreciates"), - (UniCase("legendaies"), "legendaries"), - (UniCase("handedlly"), "handedly"), - (UniCase("amphitheatres"), "amphitheaters"), - (UniCase("adminsitered"), "administered"), - (UniCase("misinterpred"), "misinterpreted"), - (UniCase("hurrikanes"), "hurricanes"), - (UniCase("disappered"), "disappeared"), - (UniCase("decoritive"), "decorative"), - (UniCase("develepmont"), "developments"), - (UniCase("hyrdation"), "hydration"), - (UniCase("desings"), "designs"), - (UniCase("histroic"), "historic"), - (UniCase("heveanly"), "heavenly"), - (UniCase("persauded"), "persuaded"), - (UniCase("empathatic"), "empathetic"), - (UniCase("fignerprint"), "fingerprint"), - (UniCase("cilents"), "clients"), - (UniCase("enchancments"), "enchantments"), - (UniCase("michelline"), "michelle"), - (UniCase("economisch"), "economic"), - (UniCase("sensationalsim"), "sensationalism"), - (UniCase("definatedly"), "definately"), - (UniCase("corrupto"), "corruption"), - (UniCase("scultpure"), "sculpture"), - (UniCase("godpseed"), "godspeed"), - (UniCase("immitator"), "imitator"), - (UniCase("distortian"), "distortion"), - (UniCase("parliamone"), "parliament"), - (UniCase("intorductory"), "introductory"), - (UniCase("relfexes"), "reflexes"), - (UniCase("sportsmansship"), "sportsmanship"), - (UniCase("direcotry"), "directory"), - (UniCase("administartor"), "administrator"), - (UniCase("juggetnaut"), "juggernaut"), - (UniCase("interestinly"), "interestingly"), - (UniCase("nurtient"), "nutrient"), - (UniCase("determinsm"), "determinism"), - (UniCase("particullary"), "particularly"), - (UniCase("illegallly"), "illegally"), - (UniCase("suggestie"), "suggestive"), - (UniCase("accumilated"), "accumulated"), - (UniCase("preivew"), "preview"), - (UniCase("entrepreuner"), "entrepreneurs"), - (UniCase("progroms"), "pogroms"), - (UniCase("paragraghs"), "paragraphs"), - (UniCase("merhcants"), "merchants"), - (UniCase("calroies"), "calories"), - (UniCase("keyensian"), "keynesian"), - (UniCase("consideratin"), "considerations"), - (UniCase("rwite"), "write"), - (UniCase("repharse"), "rephrase"), - (UniCase("previvous"), "previous"), - (UniCase("tropedo"), "torpedo"), - (UniCase("refilles"), "refills"), - (UniCase("louieville"), "louisville"), - (UniCase("farcking"), "fracking"), - (UniCase("equivilant"), "equivalent"), - (UniCase("grahpic"), "graphic"), - (UniCase("improted"), "imported"), - (UniCase("criticisims"), "criticisms"), - (UniCase("presomption"), "presumption"), - (UniCase("tablesppon"), "tablespoon"), - (UniCase("dehumanises"), "dehumanizes"), - (UniCase("philospohers"), "philosophers"), - (UniCase("bigtoed"), "bigoted"), - (UniCase("interpretarte"), "interpreter"), - (UniCase("innoucous"), "innocuous"), - (UniCase("suggestief"), "suggestive"), - (UniCase("massachsuetts"), "massachusetts"), - (UniCase("conveinence"), "convenience"), - (UniCase("curelty"), "cruelty"), - (UniCase("perferring"), "preferring"), - (UniCase("exclusivelly"), "exclusively"), - (UniCase("artsits"), "artists"), - (UniCase("radiane"), "radiance"), - (UniCase("strentgh"), "strength"), - (UniCase("oracels"), "oracles"), - (UniCase("useage"), "usage"), - (UniCase("scoreboad"), "scoreboard"), - (UniCase("mercenaire"), "mercenaries"), - (UniCase("accidentley"), "accidently"), - (UniCase("individuales"), "individuals"), - (UniCase("unneccessarily"), "unnecessarily"), - (UniCase("simulatneous"), "simultaneous"), - (UniCase("monolitihic"), "monolithic"), - (UniCase("jounralistic"), "journalistic"), - (UniCase("uninspried"), "uninspired"), - (UniCase("criticis"), "critics"), - (UniCase("denomonator"), "denominator"), - (UniCase("narcissisism"), "narcissism"), - (UniCase("friendzond"), "friendzoned"), - (UniCase("experimentella"), "experimental"), - (UniCase("dogders"), "dodgers"), - (UniCase("contextes"), "contexts"), - (UniCase("particulalry"), "particularly"), - (UniCase("diplimatic"), "diplomatic"), - (UniCase("containg"), "containing"), - (UniCase("posicional"), "positional"), - (UniCase("watkings"), "watkins"), - (UniCase("deparments"), "departments"), - (UniCase("spectacuarly"), "spectacular"), - (UniCase("micorcenter"), "microcenter"), - (UniCase("agriculteral"), "agricultural"), - (UniCase("wathcer"), "watcher"), - (UniCase("representatin"), "representations"), - (UniCase("retributivo"), "retribution"), - (UniCase("honourably"), "honorably"), - (UniCase("hygience"), "hygiene"), - (UniCase("arround"), "around"), - (UniCase("delearship"), "dealership"), - (UniCase("constructivo"), "construction"), - (UniCase("rigtheous"), "righteous"), - (UniCase("monestaries"), "monasteries"), - (UniCase("billboad"), "billboard"), - (UniCase("califorinan"), "californian"), - (UniCase("catastraphe"), "catastrophe"), - (UniCase("altough"), "although"), - (UniCase("orhcestra"), "orchestra"), - (UniCase("fortitudine"), "fortitude"), - (UniCase("rollercaoster"), "rollercoaster"), - (UniCase("altruistric"), "altruistic"), - (UniCase("intenseley"), "intensely"), - (UniCase("cuasing"), "causing"), - (UniCase("personallity"), "personally"), - (UniCase("millinnium"), "millennium"), - (UniCase("deadlfit"), "deadlift"), - (UniCase("interferres"), "interferes"), - (UniCase("orlenas"), "orleans"), - (UniCase("electromagnatic"), "electromagnetic"), - (UniCase("simulatin"), "simulation"), - (UniCase("independente"), "independence"), - (UniCase("configue"), "configure"), - (UniCase("brainwahsing"), "brainwashing"), - (UniCase("politicise"), "politicize"), - (UniCase("criticists"), "critics"), - (UniCase("withces"), "witches"), - (UniCase("prosphetic"), "prosthetic"), - (UniCase("correcty"), "correctly"), - (UniCase("consultat"), "consultant"), - (UniCase("subisdizing"), "subsidizing"), - (UniCase("rigour"), "rigor"), - (UniCase("coincidentia"), "coincidental"), - (UniCase("exculsive"), "exclusive"), - (UniCase("temparature"), "temperature"), - (UniCase("beleives"), "believes"), - (UniCase("irresponsibile"), "irresponsible"), - (UniCase("teleportato"), "teleportation"), - (UniCase("evaulating"), "evaluating"), - (UniCase("disadventaged"), "disadvantaged"), - (UniCase("uninterruped"), "uninterrupted"), - (UniCase("battlaion"), "battalion"), - (UniCase("unpredecented"), "unprecedented"), - (UniCase("reprehensable"), "reprehensible"), - (UniCase("rescuse"), "rescues"), - (UniCase("wavelenghs"), "wavelength"), - (UniCase("elitistm"), "elitism"), - (UniCase("salughtering"), "slaughtering"), - (UniCase("mortards"), "mortars"), - (UniCase("manoeuvrable"), "maneuverable"), - (UniCase("encounted"), "encountered"), - (UniCase("fictionalisation"), "fictionalization"), - (UniCase("interrputed"), "interrupted"), - (UniCase("converitble"), "convertible"), - (UniCase("colleauge"), "colleague"), - (UniCase("implict"), "implicit"), - (UniCase("brianwashing"), "brainwashing"), - (UniCase("coutnerplay"), "counterplay"), - (UniCase("collaquial"), "colloquial"), - (UniCase("spontainous"), "spontaneous"), - (UniCase("restriant"), "restraint"), - (UniCase("seperatism"), "separatism"), - (UniCase("symbolsim"), "symbolism"), - (UniCase("paramedicks"), "paramedics"), - (UniCase("usualy"), "usually"), - (UniCase("incredibile"), "incredible"), - (UniCase("appropropiate"), "appropriate"), - (UniCase("intellectals"), "intellectuals"), - (UniCase("attractifs"), "attracts"), - (UniCase("proconceived"), "preconceived"), - (UniCase("neighbhors"), "neighbours"), - (UniCase("expolits"), "exploits"), - (UniCase("spoiles"), "spoilers"), - (UniCase("businesss"), "businesses"), - (UniCase("restatting"), "restarting"), - (UniCase("suspisiously"), "suspiciously"), - (UniCase("juveline"), "juvenile"), - (UniCase("insurgancy"), "insurgency"), - (UniCase("competitivo"), "competition"), - (UniCase("controled"), "controlled"), - (UniCase("acording"), "according"), - (UniCase("presentas"), "presents"), - (UniCase("intellectualises"), "intellectualizes"), - (UniCase("discribed"), "described"), - (UniCase("impersinating"), "impersonating"), - (UniCase("distructions"), "distractions"), - (UniCase("instruktor"), "instructor"), - (UniCase("eliminatin"), "elimination"), - (UniCase("skatebaording"), "skateboarding"), - (UniCase("unattanded"), "unattended"), - (UniCase("entoxication"), "intoxication"), - (UniCase("expermient"), "experiments"), - (UniCase("dimesnion"), "dimension"), - (UniCase("incentivate"), "incentive"), - (UniCase("recognisable"), "recognizable"), - (UniCase("alleivate"), "alleviate"), - (UniCase("creationisim"), "creationism"), - (UniCase("disobediant"), "disobedient"), - (UniCase("centilitre"), "centiliter"), - (UniCase("bascially"), "basically"), - (UniCase("confesos"), "confess"), - (UniCase("overfapping"), "overlapping"), - (UniCase("suspeciously"), "suspiciously"), - (UniCase("informate"), "informative"), - (UniCase("devialet"), "deviate"), - (UniCase("discrimine"), "discriminate"), - (UniCase("diffuculty"), "difficulty"), - (UniCase("temafights"), "teamfights"), - (UniCase("shattening"), "shattering"), - (UniCase("administres"), "administer"), - (UniCase("miralces"), "miracles"), - (UniCase("hindusim"), "hinduism"), - (UniCase("institutionals"), "institutions"), - (UniCase("chronicals"), "chronicles"), - (UniCase("valkriye"), "valkyrie"), - (UniCase("nationalisn"), "nationals"), - (UniCase("momemtarily"), "momentarily"), - (UniCase("aristolte"), "aristotle"), - (UniCase("blackcawks"), "blackhawks"), - (UniCase("indonesien"), "indonesian"), - (UniCase("architechs"), "architects"), - (UniCase("sancutary"), "sanctuary"), - (UniCase("nutritios"), "nutritious"), - (UniCase("monserrat"), "montserrat"), - (UniCase("blamethrower"), "flamethrower"), - (UniCase("dyanmically"), "dynamically"), - (UniCase("attracs"), "attracts"), - (UniCase("urnaium"), "uranium"), - (UniCase("stablility"), "stability"), - (UniCase("protagnoists"), "protagonists"), - (UniCase("bureaucats"), "bureaucrats"), - (UniCase("distrubitor"), "distributor"), - (UniCase("linguistisch"), "linguistics"), - (UniCase("generelizing"), "generalizing"), - (UniCase("hanidcapped"), "handicapped"), - (UniCase("franciso"), "francisco"), - (UniCase("asburdly"), "absurdly"), - (UniCase("stubbon"), "stubborn"), - (UniCase("illegitemate"), "illegitimate"), - (UniCase("desinterested"), "disinterested"), - (UniCase("copehnagen"), "copenhagen"), - (UniCase("executabil"), "executable"), - (UniCase("depitcs"), "depicts"), - (UniCase("methaporically"), "metaphorically"), - (UniCase("nationalis"), "nationals"), - (UniCase("mechanichal"), "mechanical"), - (UniCase("internt"), "internet"), - (UniCase("determinig"), "determining"), - (UniCase("paltform"), "platform"), - (UniCase("masrhmallow"), "marshmallow"), - (UniCase("oragnizer"), "organizer"), - (UniCase("publicise"), "publicize"), - (UniCase("pricipal"), "principal"), - (UniCase("comapre"), "compare"), - (UniCase("italicised"), "italicized"), - (UniCase("inveitably"), "inevitably"), - (UniCase("ideolouges"), "ideologies"), - (UniCase("nirtogen"), "nitrogen"), - (UniCase("investigsting"), "investigating"), - (UniCase("gruelling"), "grueling"), - (UniCase("higest"), "highest"), - (UniCase("invaderas"), "invaders"), - (UniCase("molestarse"), "molester"), - (UniCase("coloardo"), "colorado"), - (UniCase("dermatalogist"), "dermatologist"), - (UniCase("ionisers"), "ionizers"), - (UniCase("satisfacting"), "satisfaction"), - (UniCase("bollocs"), "bollocks"), - (UniCase("explanotory"), "explanatory"), - (UniCase("chromesomes"), "chromosomes"), - (UniCase("scirpt"), "script"), - (UniCase("experimentais"), "experiments"), - (UniCase("anticuated"), "antiquated"), - (UniCase("waktins"), "watkins"), - (UniCase("laregly"), "largely"), - (UniCase("stealthly"), "stealthy"), - (UniCase("tempaltes"), "templates"), - (UniCase("scratchs"), "scratches"), - (UniCase("influanced"), "influenced"), - (UniCase("symptoom"), "symptom"), - (UniCase("explicilty"), "explicitly"), - (UniCase("assoziation"), "association"), - (UniCase("minimising"), "minimizing"), - (UniCase("nowdays"), "nowadays"), - (UniCase("unfortune"), "unfortunate"), - (UniCase("mischievious"), "mischievous"), - (UniCase("mastermid"), "mastermind"), - (UniCase("authroization"), "authorization"), - (UniCase("statsit"), "statist"), - (UniCase("overclcok"), "overclock"), - (UniCase("marniers"), "mariners"), - (UniCase("refereers"), "referees"), - (UniCase("microcentre"), "microcenter"), - (UniCase("renderered"), "rendered"), - (UniCase("thikn"), "think"), - (UniCase("direcitonal"), "directional"), - (UniCase("demolito"), "demolition"), - (UniCase("totalitarni"), "totalitarian"), - (UniCase("professionallism"), "professionalism"), - (UniCase("unintelligient"), "unintelligent"), - (UniCase("intorverts"), "introverts"), - (UniCase("astersik"), "asterisk"), - (UniCase("corrdior"), "corridor"), - (UniCase("undesrtand"), "understands"), - (UniCase("distingished"), "distinguished"), - (UniCase("cheezeburger"), "cheeseburger"), - (UniCase("carnige"), "carnage"), - (UniCase("claerer"), "clearer"), - (UniCase("presecuted"), "persecuted"), - (UniCase("rugters"), "rutgers"), - (UniCase("shiping"), "shipping"), - (UniCase("heapdhone"), "headphone"), - (UniCase("casue"), "cause"), - (UniCase("misinterprested"), "misinterpret"), - (UniCase("whants"), "wants"), - (UniCase("activelly"), "actively"), - (UniCase("constrat"), "constraint"), - (UniCase("americams"), "americas"), - (UniCase("liberalis"), "liberals"), - (UniCase("remodelling"), "remodeling"), - (UniCase("repubican"), "republican"), - (UniCase("temparament"), "temperament"), - (UniCase("implecations"), "implications"), - (UniCase("includeds"), "includes"), - (UniCase("orhtodox"), "orthodox"), - (UniCase("chocloate"), "chocolate"), - (UniCase("intorduction"), "introduction"), - (UniCase("explossion"), "explosions"), - (UniCase("frosaken"), "forsaken"), - (UniCase("indepentently"), "independently"), - (UniCase("mathemetically"), "mathematically"), - (UniCase("anoreixa"), "anorexia"), - (UniCase("exploites"), "exploits"), - (UniCase("particiapted"), "participated"), - (UniCase("disspiate"), "dissipate"), - (UniCase("bardford"), "bradford"), - (UniCase("mindcarck"), "mindcrack"), - (UniCase("extractin"), "extraction"), - (UniCase("estabilshment"), "establishments"), - (UniCase("aldutery"), "adultery"), - (UniCase("economicus"), "economics"), - (UniCase("gamergat"), "gamertag"), - (UniCase("overwhlemingly"), "overwhelmingly"), - (UniCase("recognising"), "recognizing"), - (UniCase("mozillla"), "mozilla"), - (UniCase("supsense"), "suspense"), - (UniCase("stainlees"), "stainless"), - (UniCase("perserving"), "preserving"), - (UniCase("bersekrer"), "berserker"), - (UniCase("perpsectives"), "perspectives"), - (UniCase("prostituiton"), "prostitution"), - (UniCase("effords"), "efforts"), - (UniCase("extermally"), "externally"), - (UniCase("confedarate"), "confederate"), - (UniCase("vaticina"), "vatican"), - (UniCase("menstrul"), "menstrual"), - (UniCase("balckhawks"), "blackhawks"), - (UniCase("coloublind"), "colorblind"), - (UniCase("eliminacion"), "elimination"), - (UniCase("dramaticlly"), "dramatically"), - (UniCase("theorise"), "theorize"), - (UniCase("simplisitic"), "simplistic"), - (UniCase("prejiduce"), "prejudice"), - (UniCase("mastrubation"), "masturbation"), - (UniCase("transisions"), "transitions"), - (UniCase("transylvnia"), "transylvania"), - (UniCase("structurs"), "structures"), - (UniCase("challening"), "challenging"), - (UniCase("correspondant"), "correspondent"), - (UniCase("victimas"), "victims"), - (UniCase("alterantively"), "alternatively"), - (UniCase("repositiory"), "repository"), - (UniCase("analysing"), "analyzing"), - (UniCase("charimsa"), "charisma"), - (UniCase("slefies"), "selfies"), - (UniCase("versatillity"), "versatility"), - (UniCase("simliarly"), "similarly"), - (UniCase("humanitites"), "humanities"), - (UniCase("pshycotic"), "psychotic"), - (UniCase("zealotes"), "zealots"), - (UniCase("moisutrizer"), "moisturizer"), - (UniCase("incrememnts"), "increments"), - (UniCase("peircings"), "piercings"), - (UniCase("replayd"), "replayed"), - (UniCase("escalative"), "escalate"), - (UniCase("hopkings"), "hopkins"), - (UniCase("stimilated"), "stimulated"), - (UniCase("subsidizies"), "subsidize"), - (UniCase("intimaty"), "intimately"), - (UniCase("shepharded"), "shepherd"), - (UniCase("propagandises"), "propagandizes"), - (UniCase("keychan"), "keychain"), - (UniCase("deovtion"), "devotion"), - (UniCase("valubale"), "valuable"), - (UniCase("expectany"), "expectancy"), - (UniCase("microscopice"), "microscope"), - (UniCase("implementasi"), "implements"), - (UniCase("previos"), "previous"), - (UniCase("probelmatic"), "problematic"), - (UniCase("episdoes"), "episodes"), - (UniCase("sovereinity"), "sovereignty"), - (UniCase("westernisation"), "westernization"), - (UniCase("inferiorty"), "inferiority"), - (UniCase("substracting"), "subtracting"), - (UniCase("nutirents"), "nutrients"), - (UniCase("observasion"), "observations"), - (UniCase("parituclar"), "particular"), - (UniCase("pestisides"), "pesticides"), - (UniCase("contradicitons"), "contradictions"), - (UniCase("considerabley"), "considerably"), - (UniCase("exponencial"), "exponential"), - (UniCase("continentais"), "continents"), - (UniCase("hipsanics"), "hispanics"), - (UniCase("mecahnically"), "mechanically"), - (UniCase("testestorone"), "testosterone"), - (UniCase("productivos"), "productions"), - (UniCase("retreive"), "retrieve"), - (UniCase("transfos"), "transforms"), - (UniCase("progressos"), "progresses"), - (UniCase("colour"), "color"), - (UniCase("costumized"), "customized"), - (UniCase("seperatley"), "seperate"), - (UniCase("tempalte"), "template"), - (UniCase("excelent"), "excellent"), - (UniCase("installion"), "installing"), - (UniCase("scruitny"), "scrutiny"), - (UniCase("addicitons"), "addictions"), - (UniCase("steriods"), "steroids"), - (UniCase("compitetion"), "competitions"), - (UniCase("marryied"), "married"), - (UniCase("electon"), "election"), - (UniCase("sensores"), "sensors"), - (UniCase("saxaphone"), "saxophone"), - (UniCase("lasgana"), "lasagna"), - (UniCase("streightened"), "straightened"), - (UniCase("maintanence"), "maintenance"), - (UniCase("authoratitive"), "authoritative"), - (UniCase("fontrier"), "fontier"), - (UniCase("exculsivly"), "exclusively"), - (UniCase("prokrastination"), "procrastination"), - (UniCase("phyiscal"), "physical"), - (UniCase("compinsate"), "compensate"), - (UniCase("interpresonal"), "interpersonal"), - (UniCase("stroy"), "story"), - (UniCase("reinstale"), "reinstalled"), - (UniCase("righetousness"), "righteousness"), - (UniCase("procalimed"), "proclaimed"), - (UniCase("truely"), "truly"), - (UniCase("doapmine"), "dopamine"), - (UniCase("verstaile"), "versatile"), - (UniCase("dialled"), "dialed"), - (UniCase("judaisim"), "judaism"), - (UniCase("absorbtion"), "absorption"), - (UniCase("catapillar"), "caterpillar"), - (UniCase("polishs"), "polishes"), - (UniCase("socialised"), "socialized"), - (UniCase("krypyonite"), "kryptonite"), - (UniCase("inferioara"), "inferior"), - (UniCase("relexation"), "relegation"), - (UniCase("unpleasent"), "unpleasant"), - (UniCase("thristy"), "thirsty"), - (UniCase("littiefinger"), "littlefinger"), - (UniCase("necesarily"), "necessarily"), - (UniCase("viewpoit"), "viewpoints"), - (UniCase("proveribal"), "proverbial"), - (UniCase("prophechies"), "prophecies"), - (UniCase("allegedley"), "allegedly"), - (UniCase("lukid"), "likud"), - (UniCase("primarly"), "primarily"), - (UniCase("antiviurs"), "antivirus"), - (UniCase("restricitve"), "restrictive"), - (UniCase("seamlessy"), "seamlessly"), - (UniCase("rigntone"), "ringtone"), - (UniCase("mistread"), "mistreated"), - (UniCase("bastardised"), "bastardized"), - (UniCase("fanficiton"), "fanfiction"), - (UniCase("sentancing"), "sentencing"), - (UniCase("bloodporne"), "bloodborne"), - (UniCase("definitie"), "definitive"), - (UniCase("concentraited"), "concentrated"), - (UniCase("agressively"), "aggressively"), - (UniCase("initalises"), "initialises"), - (UniCase("wilderniss"), "wilderness"), - (UniCase("abilty"), "ability"), - (UniCase("harmonise"), "harmonize"), - (UniCase("bastardising"), "bastardizing"), - (UniCase("reciporcate"), "reciprocate"), - (UniCase("obersvant"), "observant"), - (UniCase("onsluaght"), "onslaught"), - (UniCase("traveller"), "traveler"), - (UniCase("souvenier"), "souvenir"), - (UniCase("unreasonalby"), "unreasonably"), - (UniCase("homosexuella"), "homosexual"), - (UniCase("protestos"), "protests"), - (UniCase("socialisim"), "socialism"), - (UniCase("opposiste"), "opposites"), - (UniCase("enligthen"), "enlighten"), - (UniCase("californican"), "californian"), - (UniCase("definatelly"), "definately"), - (UniCase("exeptional"), "exceptional"), - (UniCase("goldifsh"), "goldfish"), - (UniCase("chemestry"), "chemistry"), - (UniCase("homosexuel"), "homosexual"), - (UniCase("acceleartion"), "acceleration"), - (UniCase("parliementary"), "parliamentary"), - (UniCase("cringery"), "cringey"), - (UniCase("sydnrome"), "syndrome"), - (UniCase("merchat"), "merchant"), - (UniCase("beggining"), "beginning"), - (UniCase("fininsh"), "finnish"), - (UniCase("deflatin"), "deflation"), - (UniCase("decalres"), "declares"), - (UniCase("oprhans"), "orphans"), - (UniCase("betrayd"), "betrayed"), - (UniCase("inifnity"), "infinity"), - (UniCase("pedophilies"), "pedophile"), - (UniCase("microcentro"), "microcenter"), - (UniCase("overhearting"), "overreacting"), - (UniCase("masturbsting"), "masturbating"), - (UniCase("authoritatian"), "authoritarian"), - (UniCase("acquisiton"), "acquisition"), - (UniCase("comfortablly"), "comfortably"), - (UniCase("protfolio"), "portfolio"), - (UniCase("incidentially"), "incidentally"), - (UniCase("octopuns"), "octopus"), - (UniCase("fatalaties"), "fatalities"), - (UniCase("democarcies"), "democracies"), - (UniCase("manifestano"), "manifesto"), - (UniCase("absoultely"), "absolutely"), - (UniCase("grandchilren"), "grandchildren"), - (UniCase("overlorded"), "overloaded"), - (UniCase("toxaemia"), "toxemia"), - (UniCase("fondamentalist"), "fundamentalist"), - (UniCase("miraculousy"), "miraculously"), - (UniCase("territorry"), "territory"), - (UniCase("composision"), "compositions"), - (UniCase("electorlytes"), "electrolytes"), - (UniCase("complicatred"), "complicate"), - (UniCase("recpetive"), "receptive"), - (UniCase("preinitalizes"), "preinitializes"), - (UniCase("trintiy"), "trinity"), - (UniCase("proprotion"), "proportion"), - (UniCase("castlers"), "castles"), - (UniCase("equilibruim"), "equilibrium"), - (UniCase("kinghts"), "knights"), - (UniCase("comminists"), "communists"), - (UniCase("awknowledges"), "acknowledges"), - (UniCase("disciplanary"), "disciplinary"), - (UniCase("subconscius"), "subconscious"), - (UniCase("distincitve"), "distinctive"), - (UniCase("consequente"), "consequence"), - (UniCase("preciselly"), "precisely"), - (UniCase("criticie"), "criticise"), - (UniCase("sacrificied"), "sacrifice"), - (UniCase("overwhelmingy"), "overwhelmingly"), - (UniCase("eliminaste"), "eliminates"), - (UniCase("exersising"), "exercising"), - (UniCase("embarassig"), "embarassing"), - (UniCase("scrpited"), "scripted"), - (UniCase("eveyrones"), "everyones"), - (UniCase("antiquited"), "antiquated"), - (UniCase("occuring"), "occurring"), - (UniCase("womanised"), "womanized"), - (UniCase("situationnal"), "situational"), - (UniCase("stationerad"), "stationed"), - (UniCase("illustraded"), "illustrated"), - (UniCase("husbans"), "husbands"), - (UniCase("armourers"), "armorers"), - (UniCase("architecutral"), "architectural"), - (UniCase("vareity"), "variety"), - (UniCase("entilted"), "entitled"), - (UniCase("circluating"), "circulating"), - (UniCase("referense"), "references"), - (UniCase("disticnt"), "distinct"), - (UniCase("ptiched"), "pitched"), - (UniCase("clincially"), "clinically"), - (UniCase("antidepresssants"), "antidepressants"), - (UniCase("predections"), "predictions"), - (UniCase("awesomeley"), "awesomely"), - (UniCase("converying"), "converting"), - (UniCase("stromed"), "stormed"), - (UniCase("componenet"), "components"), - (UniCase("embarrasment"), "embarrassment"), - (UniCase("uncensered"), "uncensored"), - (UniCase("littlefiner"), "littlefinger"), - (UniCase("webiste"), "website"), - (UniCase("impanelling"), "impaneling"), - (UniCase("dimenions"), "dimensions"), - (UniCase("podmeos"), "podemos"), - (UniCase("hellfie"), "hellfire"), - (UniCase("aqcuisition"), "acquisition"), - (UniCase("misinterpretted"), "misinterpreted"), - (UniCase("overemphasising"), "overemphasizing"), - (UniCase("organie"), "organise"), - (UniCase("hanuted"), "haunted"), - (UniCase("reslove"), "resolve"), - (UniCase("dipthong"), "diphthong"), - (UniCase("prefectly"), "perfectly"), - (UniCase("styrofom"), "styrofoam"), - (UniCase("overshaddow"), "overshadowed"), - (UniCase("wisconsion"), "wisconsin"), - (UniCase("hyperbrophy"), "hypertrophy"), - (UniCase("althought"), "although"), - (UniCase("altogheter"), "altogether"), - (UniCase("photograhed"), "photographed"), - (UniCase("delepted"), "depleted"), - (UniCase("barrakcs"), "barracks"), - (UniCase("knowledgible"), "knowledgable"), - (UniCase("symbolisch"), "symbolic"), - (UniCase("perdicting"), "predicting"), - (UniCase("perfektion"), "perfection"), - (UniCase("restrcited"), "restricted"), - (UniCase("spontaneouly"), "spontaneously"), - (UniCase("electronis"), "electronics"), - (UniCase("heavyweigth"), "heavyweight"), - (UniCase("virutes"), "virtues"), - (UniCase("mulittasking"), "multitasking"), - (UniCase("perordered"), "preordered"), - (UniCase("classrooom"), "classroom"), - (UniCase("narcisissts"), "narcissist"), - (UniCase("discriminatie"), "discriminate"), - (UniCase("acquiantances"), "acquaintances"), - (UniCase("reconnoitre"), "reconnoiter"), - (UniCase("jailbrocken"), "jailbroken"), - (UniCase("intermideate"), "intermediate"), - (UniCase("hwihc"), "which"), - (UniCase("informarlo"), "informal"), - (UniCase("fiedlity"), "fidelity"), - (UniCase("somethinng"), "somethings"), - (UniCase("sensetional"), "sensational"), - (UniCase("relized"), "realised"), - (UniCase("dinsoaur"), "dinosaur"), - (UniCase("hyopthetically"), "hypothetically"), - (UniCase("relfects"), "reflects"), - (UniCase("fascistisk"), "fascists"), - (UniCase("infestions"), "infections"), - (UniCase("opthalmic"), "ophthalmic"), - (UniCase("disctintions"), "distinctions"), - (UniCase("retrocatively"), "retroactively"), - (UniCase("conversatives"), "conservatives"), - (UniCase("attirtion"), "attrition"), - (UniCase("collaterol"), "collateral"), - (UniCase("perpatuate"), "perpetuate"), - (UniCase("sebastiaan"), "sebastian"), - (UniCase("milwuakee"), "milwaukee"), - (UniCase("gruseome"), "gruesome"), - (UniCase("applicaiton"), "application"), - (UniCase("simplisity"), "simplicity"), - (UniCase("accidentlly"), "accidently"), - (UniCase("brillianty"), "brilliantly"), - (UniCase("ceremonias"), "ceremonies"), - (UniCase("skateboader"), "skateboard"), - (UniCase("hypertropy"), "hypertrophy"), - (UniCase("rationalizaiton"), "rationalization"), - (UniCase("arlighty"), "alrighty"), - (UniCase("promocional"), "promotional"), - (UniCase("harmonising"), "harmonizing"), - (UniCase("protestantes"), "protestants"), - (UniCase("medicince"), "medicine"), - (UniCase("tortialls"), "tortillas"), - (UniCase("adovcacy"), "advocacy"), - (UniCase("parrallel"), "parallel"), - (UniCase("regulaters"), "regulators"), - (UniCase("todya"), "today"), - (UniCase("historiaan"), "historians"), - (UniCase("xeonphobic"), "xenophobic"), - (UniCase("elephantis"), "elephants"), - (UniCase("collaborato"), "collaboration"), - (UniCase("fellowshop"), "fellowship"), - (UniCase("basicly"), "basically"), - (UniCase("barbarin"), "barbarian"), - (UniCase("skeletaal"), "skeletal"), - (UniCase("hinderance"), "hindrance"), - (UniCase("labourers"), "laborers"), - (UniCase("accelaration"), "acceleration"), - (UniCase("aranged"), "arranged"), - (UniCase("tasselled"), "tasseled"), - (UniCase("snyergy"), "synergy"), - (UniCase("mysteriousy"), "mysteriously"), - (UniCase("bellweather"), "bellwether"), - (UniCase("prerogitive"), "prerogative"), - (UniCase("instutions"), "intuitions"), - (UniCase("challender"), "challenger"), - (UniCase("assasins"), "assassins"), - (UniCase("powerhosue"), "powerhouse"), - (UniCase("microtransacting"), "microtransactions"), - (UniCase("derogotary"), "derogatory"), - (UniCase("levelling"), "leveling"), - (UniCase("compolsury"), "compulsory"), - (UniCase("procrastiantion"), "procrastination"), - (UniCase("quarantena"), "quarantine"), - (UniCase("seflies"), "selfies"), - (UniCase("virtualy"), "virtually"), - (UniCase("signitory"), "signatory"), - (UniCase("preserverd"), "preserved"), - (UniCase("unilaterallly"), "unilaterally"), - (UniCase("torphies"), "trophies"), - (UniCase("critized"), "criticized"), - (UniCase("expectes"), "expects"), - (UniCase("simplier"), "simpler"), - (UniCase("demoliting"), "demolition"), - (UniCase("negativley"), "negatively"), - (UniCase("trinagle"), "triangle"), - (UniCase("markeras"), "markers"), - (UniCase("reportadly"), "reportedly"), - (UniCase("publissher"), "publisher"), - (UniCase("provisiosn"), "provision"), - (UniCase("guaranteeds"), "guarantees"), - (UniCase("inspeccion"), "inspection"), - (UniCase("authroized"), "authorized"), - (UniCase("emition"), "emission"), - (UniCase("interewbs"), "interwebs"), - (UniCase("authoritay"), "authority"), - (UniCase("incrompehensible"), "incomprehensible"), - (UniCase("exectued"), "executed"), - (UniCase("specisl"), "specials"), - (UniCase("altheticism"), "athleticism"), - (UniCase("tremelos"), "tremolos"), - (UniCase("possesss"), "possesses"), - (UniCase("conection"), "connection"), - (UniCase("ukrainain"), "ukrainian"), - (UniCase("knowlegdable"), "knowledgable"), - (UniCase("remenicent"), "reminiscent"), - (UniCase("revelance"), "relevance"), - (UniCase("incremenets"), "increments"), - (UniCase("manupulating"), "manipulating"), - (UniCase("documenteries"), "documentaries"), - (UniCase("healthercare"), "healthcare"), - (UniCase("resovles"), "resolves"), - (UniCase("perpatrator"), "perpetrator"), - (UniCase("proporties"), "properties"), - (UniCase("accidently"), "accidentally"), - (UniCase("anitvirus"), "antivirus"), - (UniCase("ingition"), "ignition"), - (UniCase("wintesses"), "witnesses"), - (UniCase("explanitary"), "explanatory"), - (UniCase("inpending"), "impending"), - (UniCase("conclued"), "conclude"), - (UniCase("unregulared"), "unregulated"), - (UniCase("brussells"), "brussels"), - (UniCase("telegrpah"), "telegraph"), - (UniCase("corrolation"), "correlation"), - (UniCase("mutliation"), "mutilation"), - (UniCase("comparativley"), "comparatively"), - (UniCase("spontanious"), "spontaneous"), - (UniCase("caridac"), "cardiac"), - (UniCase("disensitized"), "desensitized"), - (UniCase("activiting"), "activating"), - (UniCase("humilitied"), "humiliated"), - (UniCase("repsonded"), "responded"), - (UniCase("napcakes"), "pancakes"), - (UniCase("fallicious"), "fallacious"), - (UniCase("definative"), "definitive"), - (UniCase("abondons"), "abandons"), - (UniCase("futuristc"), "futuristic"), - (UniCase("releived"), "relieved"), - (UniCase("spred"), "spread"), - (UniCase("hunderd"), "hundred"), - (UniCase("professionalisation"), "professionalization"), - (UniCase("conferenze"), "conference"), - (UniCase("stratagically"), "strategically"), - (UniCase("relinqushment"), "relinquishment"), - (UniCase("aborigional"), "aboriginal"), - (UniCase("triggerring"), "triggering"), - (UniCase("apologitic"), "apologetic"), - (UniCase("encyrpt"), "encrypt"), - (UniCase("successfullly"), "successfully"), - (UniCase("perspectivas"), "perspectives"), - (UniCase("academicos"), "academics"), - (UniCase("levellers"), "levelers"), - (UniCase("differnt"), "different"), - (UniCase("sympathyze"), "sympathize"), - (UniCase("battleshop"), "battleship"), - (UniCase("overwirte"), "overwrite"), - (UniCase("manufcaturers"), "manufactures"), - (UniCase("gemoetry"), "geometry"), - (UniCase("homecuming"), "homecoming"), - (UniCase("vaibility"), "viability"), - (UniCase("generocity"), "generosity"), - (UniCase("airplans"), "airplanes"), - (UniCase("enthusiaists"), "enthusiasts"), - (UniCase("industrees"), "industries"), - (UniCase("kitches"), "kitchens"), - (UniCase("incremetal"), "incremental"), - (UniCase("critisism"), "criticism"), - (UniCase("invisibily"), "invisibility"), - (UniCase("endoresment"), "endorsement"), - (UniCase("anniversiary"), "anniversary"), - (UniCase("lunatis"), "lunatics"), - (UniCase("hungray"), "hungary"), - (UniCase("descened"), "descend"), - (UniCase("supllemental"), "supplemental"), - (UniCase("hillarious"), "hilarious"), - (UniCase("exmaple"), "example"), - (UniCase("perfromances"), "performances"), - (UniCase("millionairs"), "millionaires"), - (UniCase("trushworthy"), "trustworthy"), - (UniCase("testiclular"), "testicular"), - (UniCase("demonstrant"), "demonstrate"), - (UniCase("atomspheric"), "atmospheric"), - (UniCase("desingage"), "disengage"), - (UniCase("exacberate"), "exacerbated"), - (UniCase("kryptonie"), "kryptonite"), - (UniCase("origional"), "original"), - (UniCase("carptener"), "carpenter"), - (UniCase("reserverad"), "reserved"), - (UniCase("recepients"), "recipients"), - (UniCase("grammitical"), "grammatical"), - (UniCase("scheems"), "schemes"), - (UniCase("programmeur"), "programmer"), - (UniCase("thirten"), "thirteen"), - (UniCase("boardcasting"), "broadcasting"), - (UniCase("palyerbase"), "playerbase"), - (UniCase("centrefolds"), "centerfolds"), - (UniCase("architexts"), "architects"), - (UniCase("subcultuur"), "subculture"), - (UniCase("caclulated"), "calculated"), - (UniCase("aspahlt"), "asphalt"), - (UniCase("alterantives"), "alternatives"), - (UniCase("nazionalists"), "nationalists"), - (UniCase("misunderstadning"), "misunderstandings"), - (UniCase("perxoide"), "peroxide"), - (UniCase("furstrates"), "frustrates"), - (UniCase("supsects"), "suspects"), - (UniCase("eiter"), "either"), - (UniCase("inadiquate"), "inadequate"), - (UniCase("reproduccion"), "reproduction"), - (UniCase("definitevely"), "definitively"), - (UniCase("sunderlund"), "sunderland"), - (UniCase("nationailty"), "nationality"), - (UniCase("utilising"), "utilizing"), - (UniCase("socailizing"), "socializing"), - (UniCase("birmingharam"), "birmingham"), - (UniCase("temporali"), "temporarily"), - (UniCase("childrents"), "childrens"), - (UniCase("touranments"), "tournaments"), - (UniCase("cuntaminated"), "contaminated"), - (UniCase("prototye"), "prototype"), - (UniCase("suppoed"), "supposed"), - (UniCase("requime"), "requiem"), - (UniCase("delcaration"), "declaration"), - (UniCase("oging"), "going"), - (UniCase("parenthesys"), "parentheses"), - (UniCase("maybilline"), "maybelline"), - (UniCase("gogin"), "going"), - (UniCase("dominacion"), "domination"), - (UniCase("creulty"), "cruelty"), - (UniCase("mountian"), "mountain"), - (UniCase("reverals"), "reversal"), - (UniCase("lenght"), "length"), - (UniCase("pretentous"), "pretentious"), - (UniCase("sinistre"), "sinister"), - (UniCase("egpytians"), "egyptians"), - (UniCase("canides"), "candies"), - (UniCase("detorit"), "detroit"), - (UniCase("favourably"), "favorably"), - (UniCase("unworhty"), "unworthy"), - (UniCase("subconsicously"), "subconsciously"), - (UniCase("productivty"), "productivity"), - (UniCase("beraded"), "bearded"), - (UniCase("dispraportionate"), "disproportionate"), - (UniCase("pitchfolks"), "pitchforks"), - (UniCase("larwence"), "lawrence"), - (UniCase("piegons"), "pigeons"), - (UniCase("conversatoin"), "conversations"), - (UniCase("stamnia"), "stamina"), - (UniCase("bookmarkd"), "bookmarked"), - (UniCase("religous"), "religious"), - (UniCase("substancially"), "substantially"), - (UniCase("oppononent"), "opponent"), - (UniCase("receptos"), "receptors"), - (UniCase("theese"), "these"), - (UniCase("purchacing"), "purchasing"), - (UniCase("dishonet"), "dishonesty"), - (UniCase("mircoscopic"), "microscopic"), - (UniCase("statuser"), "stature"), - (UniCase("speices"), "species"), - (UniCase("jennigns"), "jennings"), - (UniCase("pronounes"), "pronouns"), - (UniCase("inproving"), "improving"), - (UniCase("stationnary"), "stationary"), - (UniCase("ecidious"), "deciduous"), - (UniCase("fortunatelly"), "fortunately"), - (UniCase("accelorated"), "accelerated"), - (UniCase("corresponders"), "corresponds"), - (UniCase("imparital"), "impartial"), - (UniCase("biejing"), "beijing"), - (UniCase("unconsicous"), "unconscious"), - (UniCase("harmonised"), "harmonized"), - (UniCase("dispairty"), "disparity"), - (UniCase("cariactures"), "caricature"), - (UniCase("conspriacy"), "conspiracy"), - (UniCase("vocabularily"), "vocabulary"), - (UniCase("creationst"), "creationist"), - (UniCase("careflly"), "carefully"), - (UniCase("symtpoms"), "symptoms"), - (UniCase("commerorative"), "commemorative"), - (UniCase("tortila"), "tortilla"), - (UniCase("roachers"), "roaches"), - (UniCase("unusaully"), "unusually"), - (UniCase("sentimentalising"), "sentimentalizing"), - (UniCase("corporacion"), "corporation"), - (UniCase("coctail"), "cocktail"), - (UniCase("escalato"), "escalation"), - (UniCase("sympathised"), "sympathized"), - (UniCase("mircophones"), "microphones"), - (UniCase("disscusions"), "discussions"), - (UniCase("suseptible"), "susceptible"), - (UniCase("similairty"), "similarity"), - (UniCase("taiwanesse"), "taiwanese"), - (UniCase("andriod"), "android"), - (UniCase("speach"), "speech"), - (UniCase("aboriginial"), "aboriginal"), - (UniCase("internediate"), "intermediate"), - (UniCase("passivs"), "passives"), - (UniCase("armageddan"), "armageddon"), - (UniCase("momentarilly"), "momentarily"), - (UniCase("unexpectdly"), "unexpectedly"), - (UniCase("continuuum"), "continuum"), - (UniCase("unsed"), "used"), - (UniCase("defenesless"), "defenseless"), - (UniCase("chinees"), "chinese"), - (UniCase("reasonablly"), "reasonably"), - (UniCase("mecahnical"), "mechanical"), - (UniCase("permisson"), "permission"), - (UniCase("reflectivos"), "reflections"), - (UniCase("recommendes"), "recommends"), - (UniCase("cockroachs"), "cockroaches"), - (UniCase("landacapes"), "landscapes"), - (UniCase("historicas"), "historians"), - (UniCase("defenderlos"), "defenders"), - (UniCase("repsonsive"), "responsive"), - (UniCase("polititian"), "politician"), - (UniCase("persistense"), "persistence"), - (UniCase("anniversarry"), "anniversary"), - (UniCase("adbomen"), "abdomen"), - (UniCase("dispencary"), "dispensary"), - (UniCase("cockaroches"), "cockroaches"), - (UniCase("metroploitan"), "metropolitan"), - (UniCase("canoncial"), "canonical"), - (UniCase("deomcrats"), "democrats"), - (UniCase("libertarianisme"), "libertarians"), - (UniCase("presens"), "presents"), - (UniCase("collonade"), "colonnade"), - (UniCase("coutnerproductive"), "counterproductive"), - (UniCase("shileding"), "shielding"), - (UniCase("stimulas"), "stimulants"), - (UniCase("infenro"), "inferno"), - (UniCase("emmiting"), "emitting"), - (UniCase("miraculu"), "miraculous"), - (UniCase("foregin"), "foreign"), - (UniCase("posesses"), "possesses"), - (UniCase("predessecors"), "predecessors"), - (UniCase("ahtletes"), "athletes"), - (UniCase("construcive"), "constructive"), - (UniCase("invulernable"), "invulnerable"), - (UniCase("futhermore"), "furthermore"), - (UniCase("overhwlemingly"), "overwhelmingly"), - (UniCase("architet"), "architect"), - (UniCase("copenhagun"), "copenhagen"), - (UniCase("resteraunt"), "restaurant"), - (UniCase("dogding"), "dodging"), - (UniCase("undermineras"), "undermines"), - (UniCase("probelms"), "problems"), - (UniCase("adjectivs"), "adjectives"), - (UniCase("htink"), "think"), - (UniCase("chiselled"), "chiseled"), - (UniCase("privelidge"), "privileged"), - (UniCase("struggeld"), "struggled"), - (UniCase("swepth"), "swept"), - (UniCase("domianting"), "dominating"), - (UniCase("transofrm"), "transform"), - (UniCase("patronises"), "patronizes"), - (UniCase("dehumanise"), "dehumanize"), - (UniCase("molestarle"), "molester"), - (UniCase("valour"), "valor"), - (UniCase("inventario"), "inventor"), - (UniCase("terroist"), "terrorist"), - (UniCase("burtally"), "brutally"), - (UniCase("disguntingly"), "disgustingly"), - (UniCase("epsresso"), "espresso"), - (UniCase("parcelling"), "parceling"), - (UniCase("suspensie"), "suspense"), - (UniCase("dispostion"), "disposition"), - (UniCase("succoured"), "succored"), - (UniCase("mathmatician"), "mathematician"), - (UniCase("circumstantual"), "circumstantial"), - (UniCase("vulnurabilities"), "vulnerabilities"), - (UniCase("imploys"), "employs"), - (UniCase("hopefuly"), "hopefully"), - (UniCase("sweidsh"), "swedish"), - (UniCase("archetpyes"), "archetypes"), - (UniCase("experiened"), "experienced"), - (UniCase("temporairly"), "temporarily"), - (UniCase("scyhter"), "scyther"), - (UniCase("vitmains"), "vitamins"), - (UniCase("duaghters"), "daughters"), - (UniCase("ridiculouly"), "ridiculously"), - (UniCase("autoctonous"), "autochthonous"), - (UniCase("criminalises"), "criminalizes"), - (UniCase("sohw"), "show"), - (UniCase("planatery"), "planetary"), - (UniCase("resistanes"), "resistances"), - (UniCase("acheivable"), "achievable"), - (UniCase("spreadsheeters"), "spreadsheets"), - (UniCase("manufacteur"), "manufactures"), - (UniCase("ritalian"), "ritalin"), - (UniCase("quantaties"), "quantities"), - (UniCase("ommited"), "omitted"), - (UniCase("calrify"), "clarify"), - (UniCase("revolutionay"), "revolutionary"), - (UniCase("extrapolant"), "extrapolate"), - (UniCase("cumulatative"), "cumulative"), - (UniCase("transphopic"), "transphobic"), - (UniCase("stigmatise"), "stigmatize"), - (UniCase("cenitpede"), "centipede"), - (UniCase("substitued"), "substitute"), - (UniCase("aersopace"), "aerospace"), - (UniCase("possably"), "possibly"), - (UniCase("cirticising"), "criticising"), - (UniCase("corparations"), "corporations"), - (UniCase("adequitely"), "adequately"), - (UniCase("anoxeric"), "anorexic"), - (UniCase("mormonsim"), "mormonism"), - (UniCase("oragnered"), "orangered"), - (UniCase("hypocrates"), "hypocrites"), - (UniCase("buoancy"), "buoyancy"), - (UniCase("affintiy"), "affinity"), - (UniCase("similarlly"), "similarly"), - (UniCase("seduciton"), "seduction"), - (UniCase("neigborhood"), "neighborhood"), - (UniCase("donwvoting"), "downvoting"), - (UniCase("counterracts"), "counterparts"), - (UniCase("demostration"), "demonstration"), - (UniCase("provincija"), "provincial"), - (UniCase("breathis"), "breaths"), - (UniCase("presentaiton"), "presentations"), - (UniCase("refrigerador"), "refrigerator"), - (UniCase("forigven"), "forgiven"), - (UniCase("consequental"), "consequently"), - (UniCase("downvotest"), "downvoters"), - (UniCase("recriational"), "recreational"), - (UniCase("skillsofts"), "skillshots"), - (UniCase("intrigueing"), "intriguing"), - (UniCase("expectaion"), "expectation"), - (UniCase("knoweldge"), "knowledge"), - (UniCase("sanitises"), "sanitizes"), - (UniCase("assosiates"), "associates"), - (UniCase("aslo"), "also"), - (UniCase("developmnet"), "developments"), - (UniCase("margarite"), "margaret"), - (UniCase("regulatorias"), "regulators"), - (UniCase("emphasised"), "emphasized"), - (UniCase("enitrely"), "entirely"), - (UniCase("bureuacrats"), "bureaucrats"), - (UniCase("independenly"), "independently"), - (UniCase("bodybuilidng"), "bodybuilding"), - (UniCase("destruciton"), "destruction"), - (UniCase("bullitproof"), "bulletproof"), - (UniCase("distribuit"), "distribute"), - (UniCase("prostethic"), "prosthetic"), - (UniCase("seperates"), "separates"), - (UniCase("reviewes"), "reviewers"), - (UniCase("recuiting"), "recruiting"), - (UniCase("parameds"), "paramedics"), - (UniCase("strawburries"), "strawberries"), - (UniCase("leaglize"), "legalize"), - (UniCase("immigrantes"), "immigrants"), - (UniCase("cruellest"), "cruelest"), - (UniCase("intoxination"), "intoxication"), - (UniCase("creationsism"), "creationism"), - (UniCase("desingers"), "designers"), - (UniCase("contributiors"), "contributors"), - (UniCase("specialisation"), "specialization"), - (UniCase("empahty"), "empathy"), - (UniCase("similtaneous"), "simultaneous"), - (UniCase("nacrotics"), "narcotics"), - (UniCase("paraphrashed"), "paraphrase"), - (UniCase("hindrence"), "hindrance"), - (UniCase("manafactured"), "manufactured"), - (UniCase("delegative"), "delegate"), - (UniCase("integrade"), "integrated"), - (UniCase("beleivable"), "believable"), - (UniCase("resistent"), "resistant"), - (UniCase("nonsenscial"), "nonsensical"), - (UniCase("opprotunity"), "opportunity"), - (UniCase("respectuflly"), "respectfully"), - (UniCase("cirlcing"), "circling"), - (UniCase("emotionaly"), "emotionally"), - (UniCase("impeccible"), "impeccable"), - (UniCase("corosion"), "corrosion"), - (UniCase("tempertaure"), "temperature"), - (UniCase("substansially"), "substantially"), - (UniCase("fanatsize"), "fantasize"), - (UniCase("straigt"), "straight"), - (UniCase("bombardement"), "bombardment"), - (UniCase("effortlessley"), "effortlessly"), - (UniCase("becusae"), "becuase"), - (UniCase("volounteering"), "volunteering"), - (UniCase("satelite"), "satellite"), - (UniCase("missisippi"), "mississippi"), - (UniCase("verbalising"), "verbalizing"), - (UniCase("taxanomy"), "taxonomy"), - (UniCase("deinitalizes"), "deinitializes"), - (UniCase("consistensy"), "consistency"), - (UniCase("volunterring"), "volunteering"), - (UniCase("attitide"), "attitude"), - (UniCase("intellectuels"), "intellectuals"), - (UniCase("instructivo"), "instruction"), - (UniCase("qualfiiers"), "qualifiers"), - (UniCase("materialsim"), "materialism"), - (UniCase("simultaneoulsy"), "simultaneously"), - (UniCase("vietnamesse"), "vietnamese"), - (UniCase("dupicate"), "duplicate"), - (UniCase("cheques"), "checks"), - (UniCase("properies"), "properties"), - (UniCase("presude"), "presumed"), - (UniCase("bookmakred"), "bookmarked"), - (UniCase("payed"), "paid"), - (UniCase("controceptives"), "contraceptives"), - (UniCase("resoruces"), "resources"), - (UniCase("experiancing"), "experiencing"), - (UniCase("pedopholia"), "pedophilia"), - (UniCase("symphatizer"), "sympathizers"), - (UniCase("distractia"), "district"), - (UniCase("pyjamas"), "pajamas"), - (UniCase("priestes"), "priests"), - (UniCase("bittersweat"), "bittersweet"), - (UniCase("antisipation"), "anticipation"), - (UniCase("fertilised"), "fertilized"), - (UniCase("vriety"), "variety"), - (UniCase("percentagens"), "percentages"), - (UniCase("comisioned"), "commissioned"), - (UniCase("broadcastes"), "broadcasts"), - (UniCase("unitesstates"), "unitedstates"), - (UniCase("trancending"), "transcending"), - (UniCase("africas"), "africans"), - (UniCase("desnity"), "density"), - (UniCase("drnik"), "drink"), - (UniCase("satsifaction"), "satisfaction"), - (UniCase("invertions"), "inventions"), - (UniCase("concluso"), "conclusion"), - (UniCase("experiances"), "experiences"), - (UniCase("nighlty"), "nightly"), - (UniCase("prestigiu"), "prestigious"), - (UniCase("interpretion"), "interpreting"), - (UniCase("onot"), "note"), - (UniCase("unuseable"), "unusable"), - (UniCase("penalises"), "penalizes"), - (UniCase("alternitively"), "alternatively"), - (UniCase("genuinley"), "genuinely"), - (UniCase("mysogonistic"), "misogynistic"), - (UniCase("utlimately"), "ultimately"), - (UniCase("mathematicas"), "mathematics"), - (UniCase("decidely"), "decidedly"), - (UniCase("condicional"), "conditional"), - (UniCase("bizzare"), "bizarre"), - (UniCase("clitorius"), "clitoris"), - (UniCase("disciplinas"), "disciplines"), - (UniCase("photograher"), "photographer"), - (UniCase("compliants"), "complaints"), - (UniCase("renaissaince"), "renaissance"), - (UniCase("chatolic"), "catholic"), - (UniCase("dermatoligist"), "dermatologist"), - (UniCase("persectuion"), "persecution"), - (UniCase("bloodboorne"), "bloodborne"), - (UniCase("opitmal"), "optimal"), - (UniCase("annihliation"), "annihilation"), - (UniCase("posession"), "possession"), - (UniCase("transparenty"), "transparency"), - (UniCase("uniformes"), "uniforms"), - (UniCase("commiest"), "commits"), - (UniCase("impliments"), "implements"), - (UniCase("apsergers"), "aspergers"), - (UniCase("whta"), "what"), - (UniCase("caluculate"), "calculate"), - (UniCase("videojames"), "videogames"), - (UniCase("organismer"), "organise"), - (UniCase("exsitent"), "existent"), - (UniCase("uesfull"), "usefull"), - (UniCase("cannibas"), "cannabis"), - (UniCase("headhpone"), "headphone"), - (UniCase("complicaties"), "complicate"), - (UniCase("protestents"), "protestants"), - (UniCase("vollyeball"), "volleyball"), - (UniCase("announcemnt"), "announcement"), - (UniCase("substitutues"), "substitutes"), - (UniCase("unpopulair"), "unpopular"), - (UniCase("susbcribe"), "subscribe"), - (UniCase("destinatons"), "destinations"), - (UniCase("palaeontologist"), "paleontologist"), - (UniCase("quantitaive"), "quantitative"), - (UniCase("definit"), "definite"), - (UniCase("instincs"), "instincts"), - (UniCase("burguny"), "burgundy"), - (UniCase("prefarably"), "preferably"), - (UniCase("obtainible"), "obtainable"), - (UniCase("pristen"), "pristine"), - (UniCase("resignition"), "resignation"), - (UniCase("diplomma"), "diploma"), - (UniCase("moralising"), "moralizing"), - (UniCase("enthusiasum"), "enthusiasm"), - (UniCase("marraige"), "marriage"), - (UniCase("innovativo"), "innovation"), - (UniCase("addictin"), "addictions"), - (UniCase("traverlers"), "traverse"), - (UniCase("synoynms"), "synonyms"), - (UniCase("psychiatirst"), "psychiatrists"), - (UniCase("possesing"), "possessing"), - (UniCase("remarcably"), "remarkably"), - (UniCase("culturs"), "cultures"), - (UniCase("synegry"), "synergy"), - (UniCase("fonetic"), "phonetic"), - (UniCase("comparabile"), "comparable"), - (UniCase("stronkhold"), "stronghold"), - (UniCase("pseudononymous"), "pseudonymous"), - (UniCase("victorinus"), "victorious"), - (UniCase("legimitate"), "legitimate"), - (UniCase("affliciton"), "affliction"), - (UniCase("seinors"), "seniors"), - (UniCase("vurnerabilities"), "vulnerabilities"), - (UniCase("coorperation"), "cooperation"), - (UniCase("micorwaves"), "microwaves"), - (UniCase("assassinare"), "assassinate"), - (UniCase("presentase"), "presents"), - (UniCase("scaepgoat"), "scapegoat"), - (UniCase("introversy"), "introverts"), - (UniCase("conqeur"), "conquer"), - (UniCase("independantly"), "independently"), - (UniCase("precisou"), "precious"), - (UniCase("capactiors"), "capacitors"), - (UniCase("oylmpic"), "olympic"), - (UniCase("wief"), "wife"), - (UniCase("wesbtrook"), "westbrook"), - (UniCase("pornagraphy"), "pornography"), - (UniCase("rainbos"), "rainbows"), - (UniCase("monumnets"), "monuments"), - (UniCase("vertification"), "certification"), - (UniCase("predujiced"), "prejudiced"), - (UniCase("internus"), "interns"), - (UniCase("cabinent"), "cabinet"), - (UniCase("subculter"), "subculture"), - (UniCase("revelatons"), "revelations"), - (UniCase("cannisters"), "canisters"), - (UniCase("dungeos"), "dungeons"), - (UniCase("subsrcibers"), "subscribers"), - (UniCase("epitomie"), "epitome"), - (UniCase("emergenices"), "emergencies"), - (UniCase("herculeans"), "hercules"), - (UniCase("punisse"), "punishes"), - (UniCase("automitive"), "automotive"), - (UniCase("goddammt"), "goddammit"), - (UniCase("jurisidctions"), "jurisdictions"), - (UniCase("boycutting"), "boycotting"), - (UniCase("scarifice"), "sacrifice"), - (UniCase("brightern"), "brighten"), - (UniCase("termigator"), "terminator"), - (UniCase("discusting"), "discussing"), - (UniCase("regulalry"), "regularly"), - (UniCase("inbelievable"), "unbelievable"), - (UniCase("reamined"), "remained"), - (UniCase("permise"), "premise"), - (UniCase("ukrainisn"), "ukrainians"), - (UniCase("antennea"), "antenna"), - (UniCase("tentacreul"), "tentacle"), - (UniCase("housr"), "hours"), - (UniCase("compitation"), "computation"), - (UniCase("sanhedrim"), "sanhedrin"), - (UniCase("exlcuded"), "excluded"), - (UniCase("favorties"), "favorites"), - (UniCase("conclsuion"), "concussion"), - (UniCase("equivilants"), "equivalents"), - (UniCase("overreactin"), "overreaction"), - (UniCase("lonlieness"), "loneliness"), - (UniCase("crapenter"), "carpenter"), - (UniCase("specializaiton"), "specialization"), - (UniCase("manipulant"), "manipulate"), - (UniCase("grafield"), "garfield"), - (UniCase("defensese"), "defenseless"), - (UniCase("sandnig"), "sanding"), - (UniCase("theorits"), "theorist"), - (UniCase("grassrooots"), "grassroots"), - (UniCase("samuari"), "samurai"), - (UniCase("illuminami"), "illuminati"), - (UniCase("interruptis"), "interrupts"), - (UniCase("depseration"), "desperation"), - (UniCase("enchantmant"), "enchantment"), - (UniCase("insubstantiated"), "unsubstantiated"), - (UniCase("liberalises"), "liberalizes"), - (UniCase("delyaing"), "delaying"), - (UniCase("coururier"), "courier"), - (UniCase("negotiatians"), "negotiations"), - (UniCase("attributo"), "attribution"), - (UniCase("viligante"), "vigilante"), - (UniCase("reveral"), "reversal"), - (UniCase("perpretators"), "perpetrators"), - (UniCase("creationistas"), "creationists"), - (UniCase("phenomenona"), "phenomena"), - (UniCase("missisipi"), "mississippi"), - (UniCase("discretited"), "discredited"), - (UniCase("categorise"), "categorize"), - (UniCase("equalises"), "equalizes"), - (UniCase("symmetria"), "symmetrical"), - (UniCase("responcive"), "responsive"), - (UniCase("farhenheit"), "fahrenheit"), - (UniCase("deadpol"), "deadpool"), - (UniCase("recipricate"), "reciprocate"), - (UniCase("accompinied"), "accompanied"), - (UniCase("fraudalent"), "fraudulent"), - (UniCase("nationaly"), "nationally"), - (UniCase("consturction"), "construction"), - (UniCase("obliterared"), "obliterated"), - (UniCase("demoralisation"), "demoralization"), - (UniCase("copenhagn"), "copenhagen"), - (UniCase("levaithan"), "leviathan"), - (UniCase("arbirtary"), "arbitrary"), - (UniCase("klenex"), "kleenex"), - (UniCase("foootball"), "football"), - (UniCase("optimised"), "optimized"), - (UniCase("kintergarten"), "kindergarten"), - (UniCase("michagan"), "michigan"), - (UniCase("protable"), "portable"), - (UniCase("extendos"), "extends"), - (UniCase("transicion"), "transition"), - (UniCase("distuingishing"), "distinguishing"), - (UniCase("glorifindel"), "glorified"), - (UniCase("overtapping"), "overlapping"), - (UniCase("endeavouring"), "endeavoring"), - (UniCase("studing"), "studying"), - (UniCase("renmants"), "remnants"), - (UniCase("chanisaw"), "chainsaw"), - (UniCase("formalise"), "formalize"), - (UniCase("neuralogical"), "neurological"), - (UniCase("diganose"), "diagnose"), - (UniCase("compession"), "compassion"), - (UniCase("sebastin"), "sebastian"), - (UniCase("panellists"), "panelists"), - (UniCase("yuo"), "you"), - (UniCase("varity"), "variety"), - (UniCase("depdending"), "depending"), - (UniCase("snowfalke"), "snowflake"), - (UniCase("legitimicy"), "legitimacy"), - (UniCase("allign"), "align"), - (UniCase("predection"), "prediction"), - (UniCase("capatilists"), "capitalists"), - (UniCase("underpowererd"), "underpowered"), - (UniCase("becomeing"), "becoming"), - (UniCase("critisizes"), "criticises"), - (UniCase("inquisiting"), "inquisition"), - (UniCase("obligitory"), "obligatory"), - (UniCase("americaps"), "americas"), - (UniCase("ulitmate"), "ultimate"), - (UniCase("aksreddit"), "askreddit"), - (UniCase("supportors"), "supporters"), - (UniCase("essencial"), "essential"), - (UniCase("installent"), "installment"), - (UniCase("slaptoon"), "splatoon"), - (UniCase("mangets"), "magnets"), - (UniCase("foetus"), "fetus"), - (UniCase("occationally"), "occasionally"), - (UniCase("southen"), "southern"), - (UniCase("conesencus"), "consensus"), - (UniCase("salaris"), "salaries"), - (UniCase("administartors"), "administrators"), - (UniCase("representetive"), "representative"), - (UniCase("unpridictable"), "unpredictable"), - (UniCase("neighbourhoud"), "neighbourhood"), - (UniCase("mineras"), "minerals"), - (UniCase("culturaly"), "culturally"), - (UniCase("prominantely"), "prominently"), - (UniCase("improvents"), "improves"), - (UniCase("clasification"), "clarification"), - (UniCase("diagonsed"), "diagnosed"), - (UniCase("anonamously"), "anonymously"), - (UniCase("misslies"), "missiles"), - (UniCase("availabe"), "available"), - (UniCase("microphen"), "microphone"), - (UniCase("geomtery"), "geometry"), - (UniCase("orangism"), "organism"), - (UniCase("grativational"), "gravitational"), - (UniCase("nothingsness"), "nothingness"), - (UniCase("regrest"), "regrets"), - (UniCase("developpers"), "developers"), - (UniCase("enthusigasm"), "enthusiasm"), - (UniCase("circulacion"), "circulation"), - (UniCase("objectivily"), "objectivity"), - (UniCase("kryptinite"), "kryptonite"), - (UniCase("communicatoin"), "communications"), - (UniCase("electricty"), "electricity"), - (UniCase("camboda"), "cambodia"), - (UniCase("zionisim"), "zionism"), - (UniCase("manufacterers"), "manufacturers"), - (UniCase("battelstar"), "battlestar"), - (UniCase("barbariens"), "barbarians"), - (UniCase("customizble"), "customizable"), - (UniCase("candidatas"), "candidates"), - (UniCase("psychologycal"), "psychologically"), - (UniCase("adeilade"), "adelaide"), - (UniCase("puasing"), "pausing"), - (UniCase("overwhelminly"), "overwhelmingly"), - (UniCase("spawnig"), "spawning"), - (UniCase("accoring"), "according"), - (UniCase("passporters"), "passports"), - (UniCase("presistent"), "persistent"), - (UniCase("prioretize"), "prioritize"), - (UniCase("funnelled"), "funneled"), - (UniCase("handlare"), "handler"), - (UniCase("understoon"), "understood"), - (UniCase("minumum"), "minimum"), - (UniCase("quesitoning"), "questioning"), - (UniCase("inspiraton"), "inspiration"), - (UniCase("scaricity"), "scarcity"), - (UniCase("burritto"), "burrito"), - (UniCase("scorebored"), "scoreboard"), - (UniCase("youseff"), "yousef"), - (UniCase("coverted"), "converted"), - (UniCase("repressent"), "represents"), - (UniCase("weirods"), "weirdos"), - (UniCase("zimbabwae"), "zimbabwe"), - (UniCase("prescirbed"), "prescribed"), - (UniCase("stilus"), "stylus"), - (UniCase("sensationaism"), "sensationalism"), - (UniCase("affinitiy"), "affinity"), - (UniCase("sasuage"), "sausage"), - (UniCase("defineatly"), "definately"), - (UniCase("associatin"), "associations"), - (UniCase("vietmanese"), "vietnamese"), - (UniCase("governmetn"), "governments"), - (UniCase("unemployeed"), "unemployed"), - (UniCase("belabour"), "belabor"), - (UniCase("convingi"), "convincing"), - (UniCase("perticularly"), "particularly"), - (UniCase("counciles"), "councils"), - (UniCase("theathre"), "theater"), - (UniCase("characterists"), "characteristics"), - (UniCase("vertigro"), "vertigo"), - (UniCase("haircuit"), "haircut"), - (UniCase("cannotation"), "connotation"), - (UniCase("laboratoy"), "laboratory"), - (UniCase("trivialise"), "trivialize"), - (UniCase("spiralled"), "spiraled"), - (UniCase("outlcassed"), "outclassed"), - (UniCase("terminolgy"), "terminology"), - (UniCase("pessimestic"), "pessimistic"), - (UniCase("complusive"), "compulsive"), - (UniCase("settlemens"), "settlements"), - (UniCase("referign"), "refering"), - (UniCase("resloves"), "resolves"), - (UniCase("intervenion"), "intervening"), - (UniCase("criminalising"), "criminalizing"), - (UniCase("impliciet"), "implicit"), - (UniCase("announceing"), "announcing"), - (UniCase("inconsequantial"), "inconsequential"), - (UniCase("palestinain"), "palestinians"), - (UniCase("detaild"), "detailed"), - (UniCase("indivuduals"), "individuals"), - (UniCase("personalis"), "personas"), - (UniCase("amongts"), "amongst"), - (UniCase("enchantmet"), "enchantments"), - (UniCase("referal"), "referral"), - (UniCase("abstanence"), "abstinence"), - (UniCase("analogue"), "analog"), - (UniCase("substitutivo"), "substitution"), - (UniCase("stupire"), "stupider"), - (UniCase("constracting"), "constructing"), - (UniCase("indigineous"), "indigenous"), - (UniCase("circluar"), "circular"), - (UniCase("govermnet"), "goverment"), - (UniCase("elphant"), "elephant"), - (UniCase("immenint"), "imminent"), - (UniCase("superiour"), "superior"), - (UniCase("transcripcion"), "transcription"), - (UniCase("parenthesees"), "parentheses"), - (UniCase("incrediable"), "incredible"), - (UniCase("soundrtack"), "soundtracks"), - (UniCase("familiarised"), "familiarized"), - (UniCase("condiut"), "conduit"), - (UniCase("sociopats"), "sociopaths"), - (UniCase("actualiy"), "actuality"), - (UniCase("neighboor"), "neighbor"), - (UniCase("consistantly"), "consistently"), - (UniCase("supervison"), "supervision"), - (UniCase("jsutification"), "justifications"), - (UniCase("scientis"), "scientist"), - (UniCase("fanserivce"), "fanservice"), - (UniCase("harased"), "harassed"), - (UniCase("shakesperean"), "shakespeare"), - (UniCase("victomized"), "victimized"), - (UniCase("subsedized"), "subsidized"), - (UniCase("recievd"), "recieved"), - (UniCase("uncontrallable"), "uncontrollable"), - (UniCase("autocorrrect"), "autocorrect"), - (UniCase("laboritory"), "laboratory"), - (UniCase("productivy"), "productivity"), - (UniCase("prepatory"), "preparatory"), - (UniCase("accelleration"), "acceleration"), - (UniCase("grievences"), "grievances"), - (UniCase("philosophios"), "philosophies"), - (UniCase("goddanm"), "goddamn"), - (UniCase("californains"), "californian"), - (UniCase("platfrom"), "platform"), - (UniCase("conditiond"), "conditioned"), - (UniCase("worldivew"), "worldview"), - (UniCase("philippides"), "philippines"), - (UniCase("buddihsts"), "buddhists"), - (UniCase("caclulating"), "calculating"), - (UniCase("hypokrites"), "hypocrites"), - (UniCase("encyrpted"), "encrypted"), - (UniCase("countriside"), "countryside"), - (UniCase("compensantion"), "compensation"), - (UniCase("yaching"), "yachting"), - (UniCase("initalizing"), "initializing"), - (UniCase("orgnaisation"), "organisations"), - (UniCase("influental"), "influential"), - (UniCase("homeonwers"), "homeowners"), - (UniCase("geneticaly"), "genetically"), - (UniCase("exploitating"), "exploitation"), - (UniCase("mansluaghter"), "manslaughter"), - (UniCase("architectual"), "architectural"), - (UniCase("opthalmology"), "ophthalmology"), - (UniCase("declaracion"), "declaration"), - (UniCase("sysadmn"), "sysadmin"), - (UniCase("dimesnions"), "dimensions"), - (UniCase("marshalled"), "marshaled"), - (UniCase("singularily"), "singularity"), - (UniCase("chronologial"), "chronological"), - (UniCase("humanitarion"), "humanitarian"), - (UniCase("unhapppy"), "unhappy"), - (UniCase("chancellour"), "chancellor"), - (UniCase("disrection"), "discretion"), - (UniCase("visualise"), "visualize"), - (UniCase("prerequisities"), "prerequisite"), - (UniCase("insistis"), "insists"), - (UniCase("nominacion"), "nomination"), - (UniCase("gammeode"), "gamemode"), - (UniCase("validitity"), "validity"), - (UniCase("bridman"), "birdman"), - (UniCase("passowrds"), "passwords"), - (UniCase("compensare"), "compensate"), - (UniCase("preferantial"), "preferential"), - (UniCase("austitic"), "autistic"), - (UniCase("oustpoken"), "outspoken"), - (UniCase("pilrgim"), "pilgrim"), - (UniCase("channelled"), "channeled"), - (UniCase("astronomicly"), "astronomical"), - (UniCase("priotities"), "priorities"), - (UniCase("maintaing"), "maintaining"), - (UniCase("smeesters"), "semesters"), - (UniCase("moreso"), "more"), - (UniCase("liberalisation"), "liberalization"), - (UniCase("teansylvania"), "transylvania"), - (UniCase("fantistically"), "fantastically"), - (UniCase("cigarete"), "cigarettes"), - (UniCase("inconditional"), "unconditional"), - (UniCase("medicad"), "medicaid"), - (UniCase("conolization"), "colonization"), - (UniCase("unqualifed"), "unqualified"), - (UniCase("unproducive"), "unproductive"), - (UniCase("paederasts"), "pederasts"), - (UniCase("amphitheatre"), "amphitheater"), - (UniCase("coordonator"), "coordinator"), - (UniCase("franchie"), "franchises"), - (UniCase("critisize"), "criticise"), - (UniCase("complicatii"), "complicit"), - (UniCase("sunglases"), "sunglasses"), - (UniCase("patroitism"), "patriotism"), - (UniCase("banannas"), "bananas"), - (UniCase("cassowarry"), "cassowary"), - (UniCase("congratuate"), "congratulate"), - (UniCase("capabilitiy"), "capability"), - (UniCase("tranistioned"), "transitioned"), - (UniCase("accomadating"), "accommodating"), - (UniCase("brazilains"), "brazilians"), - (UniCase("compense"), "compensate"), - (UniCase("workstaton"), "workstation"), - (UniCase("vitualization"), "visualization"), - (UniCase("explictly"), "explicitly"), - (UniCase("yosimete"), "yosemite"), - (UniCase("pasteurising"), "pasteurizing"), - (UniCase("glitchly"), "glitchy"), - (UniCase("automatonic"), "automation"), - (UniCase("pummelling"), "pummeled"), - (UniCase("transporteurs"), "transporter"), - (UniCase("stumbeld"), "stumbled"), - (UniCase("criticisng"), "criticising"), - (UniCase("centrepieces"), "centerpieces"), - (UniCase("trasnparent"), "transparent"), - (UniCase("loosley"), "loosely"), - (UniCase("digitising"), "digitizing"), - (UniCase("stopry"), "story"), - (UniCase("billegerent"), "belligerent"), - (UniCase("vandalsim"), "vandalism"), - (UniCase("refrigarator"), "refrigerator"), - (UniCase("existentiella"), "existential"), - (UniCase("unconventionnal"), "unconventional"), - (UniCase("multipls"), "multiples"), - (UniCase("unsubscibe"), "unsubscribe"), - (UniCase("sponsorhips"), "sponsorship"), - (UniCase("throrough"), "thorough"), - (UniCase("partiotic"), "patriotic"), - (UniCase("sunifre"), "sunfire"), - (UniCase("evaluacion"), "evaluation"), - (UniCase("unbalnaced"), "unbalanced"), - (UniCase("pyscic"), "psychic"), - (UniCase("despicible"), "despicable"), - (UniCase("provencial"), "provincial"), - (UniCase("watermeleon"), "watermelon"), - (UniCase("coordinatore"), "coordinate"), - (UniCase("spreadshet"), "spreadsheet"), - (UniCase("hyperthropy"), "hypertrophy"), - (UniCase("moribdly"), "morbidly"), - (UniCase("predickted"), "predicated"), - (UniCase("concioussness"), "consciousness"), - (UniCase("illuminaci"), "illuminati"), - (UniCase("pernament"), "permanent"), - (UniCase("diconnects"), "disconnects"), - (UniCase("implementas"), "implements"), - (UniCase("juridisction"), "jurisdictions"), - (UniCase("terminoligy"), "terminology"), - (UniCase("repsonsibility"), "responsibility"), - (UniCase("coordiantion"), "coordination"), - (UniCase("maniuplate"), "manipulate"), - (UniCase("naviagting"), "navigating"), - (UniCase("distinclty"), "distinctly"), - (UniCase("arogent"), "arrogant"), - (UniCase("alimoney"), "alimony"), - (UniCase("spoitfy"), "spotify"), - (UniCase("instalation"), "installation"), - (UniCase("breastfeading"), "breastfeeding"), - (UniCase("baptisim"), "baptism"), - (UniCase("extrapolerat"), "extrapolate"), - (UniCase("coordinador"), "coordinator"), - (UniCase("konckback"), "knockback"), - (UniCase("discontued"), "discounted"), - (UniCase("predomiantly"), "predominately"), - (UniCase("dehyrdated"), "dehydrated"), - (UniCase("adeladie"), "adelaide"), - (UniCase("ongewild"), "gonewild"), - (UniCase("influentual"), "influential"), - (UniCase("priveliges"), "privileges"), - (UniCase("illustre"), "illustrate"), - (UniCase("blessins"), "blessings"), - (UniCase("dissobedience"), "disobedience"), - (UniCase("extemporised"), "extemporized"), - (UniCase("associato"), "association"), - (UniCase("manipulare"), "manipulate"), - (UniCase("adveristy"), "adversity"), - (UniCase("exlcusives"), "exclusives"), - (UniCase("balnaced"), "balanced"), - (UniCase("repersented"), "represented"), - (UniCase("consideracion"), "consideration"), - (UniCase("tigther"), "tighter"), - (UniCase("priveleged"), "privileged"), - (UniCase("gunanine"), "guanine"), - (UniCase("categoried"), "categorized"), - (UniCase("entertianment"), "entertainment"), - (UniCase("asssits"), "assists"), - (UniCase("comperhension"), "comprehension"), - (UniCase("progressief"), "progressive"), - (UniCase("tournamet"), "tournament"), - (UniCase("intolernace"), "intolerance"), - (UniCase("mormonts"), "mormons"), - (UniCase("acquisito"), "acquisition"), - (UniCase("neccessarily"), "necessarily"), - (UniCase("foriegner"), "foreigner"), - (UniCase("knowlegdeable"), "knowledgeable"), - (UniCase("economistes"), "economists"), - (UniCase("nuculear"), "nuclear"), - (UniCase("appreicating"), "appreciating"), - (UniCase("inutition"), "intuition"), - (UniCase("pateince"), "patience"), - (UniCase("incompatabilities"), "incompatibilities"), - (UniCase("condradiction"), "contradiction"), - (UniCase("componants"), "components"), - (UniCase("jericoh"), "jericho"), - (UniCase("persuded"), "persuaded"), - (UniCase("micoscopy"), "microscopy"), - (UniCase("novembeard"), "november"), - (UniCase("paraphrazing"), "paraphrasing"), - (UniCase("macarino"), "macaroni"), - (UniCase("crayones"), "crayons"), - (UniCase("scottisch"), "scottish"), - (UniCase("projectiel"), "projectiles"), - (UniCase("superioare"), "superior"), - (UniCase("achievents"), "achieves"), - (UniCase("initalize"), "initialize"), - (UniCase("boutqiue"), "boutique"), - (UniCase("intersectionals"), "intersections"), - (UniCase("understandebly"), "understandably"), - (UniCase("overwhleming"), "overwhelming"), - (UniCase("rferences"), "references"), - (UniCase("battlehips"), "battleship"), - (UniCase("furthremore"), "furthermore"), - (UniCase("tournyes"), "tourneys"), - (UniCase("pretensious"), "pretentious"), - (UniCase("relfections"), "reflections"), - (UniCase("circumstential"), "circumstantial"), - (UniCase("relativly"), "relatively"), - (UniCase("inconcistencies"), "inconsistencies"), - (UniCase("unpreductive"), "unproductive"), - (UniCase("identificacion"), "identification"), - (UniCase("chronice"), "chronicles"), - (UniCase("inconsciously"), "unconsciously"), - (UniCase("gaurentee"), "guarantee"), - (UniCase("euthanaisa"), "euthanasia"), - (UniCase("promptus"), "prompts"), - (UniCase("seraching"), "searching"), - (UniCase("cartilege"), "cartilage"), - (UniCase("desensitising"), "desensitizing"), - (UniCase("libertarianists"), "libertarians"), - (UniCase("entrepeneurs"), "entrepreneurs"), - (UniCase("shnaghai"), "shanghai"), - (UniCase("complimentoni"), "complimenting"), - (UniCase("farenheit"), "fahrenheit"), - (UniCase("eyeshdaow"), "eyeshadow"), - (UniCase("synchronises"), "synchronizes"), - (UniCase("theorising"), "theorizing"), - (UniCase("fundamendalist"), "fundamentalist"), - (UniCase("funnilly"), "funnily"), - (UniCase("gigabye"), "gigabyte"), - (UniCase("projecties"), "projectiles"), - (UniCase("passione"), "passionate"), - (UniCase("accommadation"), "accommodation"), - (UniCase("manfiest"), "manifest"), - (UniCase("dehumanised"), "dehumanized"), - (UniCase("belguim"), "belgium"), - (UniCase("subscriped"), "subscribed"), - (UniCase("torchilght"), "torchlight"), - (UniCase("economicos"), "economics"), - (UniCase("prerequiste"), "prerequisite"), - (UniCase("prolouge"), "prologue"), - (UniCase("publicy"), "publicly"), - (UniCase("terrorise"), "terrorize"), - (UniCase("behaivours"), "behaviours"), - (UniCase("enchantent"), "enchantment"), - (UniCase("weakneses"), "weakness"), - (UniCase("compulisve"), "compulsive"), - (UniCase("articualte"), "articulate"), - (UniCase("unpresedented"), "unprecedented"), - (UniCase("prodcutions"), "productions"), - (UniCase("romainan"), "romanian"), - (UniCase("republcians"), "republicans"), - (UniCase("hospitaly"), "hospitality"), - (UniCase("intolerace"), "intolerance"), - (UniCase("homeophaty"), "homeopathy"), - (UniCase("nuturing"), "nurturing"), - (UniCase("mccarhty"), "mccarthy"), - (UniCase("assoicated"), "associated"), - (UniCase("comprehand"), "comprehend"), - (UniCase("physciatrist"), "psychiatrist"), - (UniCase("relativisme"), "relatives"), - (UniCase("finishs"), "finishes"), - (UniCase("bastardos"), "bastards"), - (UniCase("concesso"), "concession"), - (UniCase("intricasies"), "intricacies"), - (UniCase("elektrolytes"), "electrolytes"), - (UniCase("disqualifyed"), "disqualified"), - (UniCase("assit"), "assist"), - (UniCase("exceuting"), "executing"), - (UniCase("dieties"), "deities"), - (UniCase("sotrylines"), "storylines"), - (UniCase("mesmerises"), "mesmerizes"), - (UniCase("worldveiw"), "worldview"), - (UniCase("accessorise"), "accessorize"), - (UniCase("girlfriens"), "girlfriends"), - (UniCase("kidnapning"), "kidnapping"), - (UniCase("unliaterally"), "unilaterally"), - (UniCase("misunderstandind"), "misunderstandings"), - (UniCase("horizantally"), "horizontally"), - (UniCase("airrcraft"), "aircraft"), - (UniCase("compromisses"), "compromises"), - (UniCase("transalte"), "translate"), - (UniCase("lentills"), "lentils"), - (UniCase("industrialied"), "industrialized"), - (UniCase("degrassse"), "degrasse"), - (UniCase("introvertis"), "introverts"), - (UniCase("southerness"), "southerners"), - (UniCase("differenciate"), "differentiate"), - (UniCase("heavywieght"), "heavyweight"), - (UniCase("baristia"), "barista"), - (UniCase("somethiong"), "somethin"), - (UniCase("rethoric"), "rhetoric"), - (UniCase("deram"), "dram"), - (UniCase("promotionnal"), "promotional"), - (UniCase("concentate"), "concentrate"), - (UniCase("destruktion"), "destruction"), - (UniCase("postion"), "position"), - (UniCase("lacklaster"), "lackluster"), - (UniCase("concidering"), "considering"), - (UniCase("avergaes"), "averages"), - (UniCase("negoitating"), "negotiating"), - (UniCase("liquidiser"), "liquidizer"), - (UniCase("constructicon"), "construction"), - (UniCase("punshiments"), "punishments"), - (UniCase("overhal"), "overhaul"), - (UniCase("missigno"), "mission"), - (UniCase("superstitous"), "superstitious"), - (UniCase("recuring"), "recurring"), - (UniCase("harmoniacs"), "harmonic"), - (UniCase("interchangabley"), "interchangeably"), - (UniCase("emmisions"), "emissions"), - (UniCase("investiagtive"), "investigative"), - (UniCase("percieve"), "perceive"), - (UniCase("missionares"), "missionaries"), - (UniCase("discograpy"), "discography"), - (UniCase("transformes"), "transformers"), - (UniCase("translpant"), "transplants"), - (UniCase("operativne"), "operative"), - (UniCase("amrstrong"), "armstrong"), - (UniCase("anayltical"), "analytical"), - (UniCase("phenomemon"), "phenomenon"), - (UniCase("conveyd"), "conveyed"), - (UniCase("afternarket"), "aftermarket"), - (UniCase("managment"), "management"), - (UniCase("anywyas"), "anyways"), - (UniCase("streamys"), "streams"), - (UniCase("optimises"), "optimizes"), - (UniCase("terroristas"), "terrorists"), - (UniCase("marvellous"), "marvelous"), - (UniCase("prominance"), "prominence"), - (UniCase("significatly"), "significantly"), - (UniCase("individus"), "individuals"), - (UniCase("pasteurised"), "pasteurized"), - (UniCase("professionials"), "professionalism"), - (UniCase("collectes"), "collects"), - (UniCase("mississppi"), "mississippi"), - (UniCase("electorn"), "electron"), - (UniCase("acheviable"), "achievable"), - (UniCase("montanta"), "montana"), - (UniCase("behavoiurs"), "behaviours"), - (UniCase("caramelises"), "caramelizes"), - (UniCase("inventer"), "inventor"), - (UniCase("modernised"), "modernized"), - (UniCase("syas"), "says"), - (UniCase("rationalizaton"), "rationalization"), - (UniCase("importence"), "importance"), - (UniCase("segregacion"), "segregation"), - (UniCase("numberous"), "numerous"), - (UniCase("homewolrd"), "homeworld"), - (UniCase("rienforced"), "reinforced"), - (UniCase("adernaline"), "adrenaline"), - (UniCase("perosnas"), "personas"), - (UniCase("corrpution"), "corruption"), - (UniCase("tagliate"), "tailgate"), - (UniCase("discriminatorie"), "discriminate"), - (UniCase("arrengements"), "arrangements"), - (UniCase("mechanis"), "mechanics"), - (UniCase("masturbare"), "masturbate"), - (UniCase("affleunt"), "affluent"), - (UniCase("traumatised"), "traumatized"), - (UniCase("masculanity"), "masculinity"), - (UniCase("desitnations"), "destinations"), - (UniCase("behove"), "behoove"), - (UniCase("railrod"), "railroad"), - (UniCase("undoubedtly"), "undoubtedly"), - (UniCase("sparyed"), "sprayed"), - (UniCase("inpsiration"), "inspiration"), - (UniCase("amtheyst"), "amethyst"), - (UniCase("bargani"), "bargain"), - (UniCase("disclosue"), "disclosure"), - (UniCase("desensitied"), "desensitized"), - (UniCase("regularily"), "regularly"), - (UniCase("ukrainias"), "ukrainians"), - (UniCase("praries"), "prairies"), - (UniCase("konservative"), "conservative"), - (UniCase("aforementionned"), "aforementioned"), - (UniCase("compolsive"), "compulsive"), - (UniCase("multiplater"), "multiplayer"), - (UniCase("tridnet"), "trident"), - (UniCase("golitah"), "goliath"), - (UniCase("rollercoater"), "rollercoaster"), - (UniCase("gatherins"), "gatherings"), - (UniCase("recrutied"), "recruited"), - (UniCase("ganster"), "gangster"), - (UniCase("faoming"), "foaming"), - (UniCase("dominiant"), "dominant"), - (UniCase("permade"), "premade"), - (UniCase("penguings"), "penguins"), - (UniCase("unifnished"), "unfinished"), - (UniCase("frointer"), "frontier"), - (UniCase("acronymes"), "acronyms"), - (UniCase("averageifs"), "averages"), - (UniCase("libertarain"), "libertarian"), - (UniCase("compatabilities"), "compatibilities"), - (UniCase("holdiay"), "holiday"), - (UniCase("desentisize"), "desensitized"), - (UniCase("documentarsi"), "documentaries"), - (UniCase("proselytiser"), "proselytizer"), - (UniCase("performancepcs"), "performances"), - (UniCase("masteriers"), "masteries"), - (UniCase("unrestriced"), "unrestricted"), - (UniCase("cassettte"), "cassette"), - (UniCase("prometheyus"), "prometheus"), - (UniCase("imprefection"), "imperfections"), - (UniCase("identitets"), "identities"), - (UniCase("thursdsay"), "thursdays"), - (UniCase("minimalt"), "minimalist"), - (UniCase("miscarrage"), "miscarriage"), - (UniCase("protostants"), "protestants"), - (UniCase("percusssion"), "percussion"), - (UniCase("willingless"), "willingness"), - (UniCase("orgainsation"), "organisation"), - (UniCase("mathematitian"), "mathematician"), - (UniCase("propmtly"), "promptly"), - (UniCase("empathises"), "empathizes"), - (UniCase("lustre"), "luster"), - (UniCase("christmans"), "christians"), - (UniCase("pornogrpahy"), "pornography"), - (UniCase("hispanicus"), "hispanics"), - (UniCase("legislativo"), "legislation"), - (UniCase("extemporise"), "extemporize"), - (UniCase("recuriters"), "recruiters"), - (UniCase("overlappping"), "overlapping"), - (UniCase("freedomest"), "freedoms"), - (UniCase("handlebards"), "handlebars"), - (UniCase("defanitly"), "defiantly"), - (UniCase("techincality"), "technicality"), - (UniCase("kineitc"), "kinetic"), - (UniCase("headqaurters"), "headquarters"), - (UniCase("resperatory"), "respiratory"), - (UniCase("truthfullly"), "truthfully"), - (UniCase("invisibiltiy"), "invisibility"), - (UniCase("precendece"), "precedence"), - (UniCase("methodolgy"), "methodology"), - (UniCase("amublance"), "ambulance"), - (UniCase("unexpectadly"), "unexpectedly"), - (UniCase("distingishes"), "distinguishes"), - (UniCase("misundrestanding"), "misunderstandings"), - (UniCase("regualtors"), "regulators"), - (UniCase("firslty"), "firstly"), - (UniCase("sympathsize"), "sympathize"), - (UniCase("inexpenisve"), "inexpensive"), - (UniCase("crankenstein"), "frankenstein"), - (UniCase("achilleus"), "achilles"), - (UniCase("leigons"), "legions"), - (UniCase("maintianed"), "maintained"), - (UniCase("halp"), "help"), - (UniCase("comferting"), "comforting"), - (UniCase("scientits"), "scientist"), - (UniCase("planetas"), "planets"), - (UniCase("charicterized"), "characterized"), - (UniCase("satasfaction"), "satisfaction"), - (UniCase("millimetre"), "millimeter"), - (UniCase("astranomical"), "astronomical"), - (UniCase("volcando"), "volcano"), - (UniCase("dossapointed"), "dissapointed"), - (UniCase("revolutionising"), "revolutionizing"), - (UniCase("headhsot"), "headshot"), - (UniCase("mainfesto"), "manifesto"), - (UniCase("immunising"), "immunizing"), - (UniCase("overheards"), "overhead"), - (UniCase("chidlfree"), "childfree"), - (UniCase("goodluk"), "goodluck"), - (UniCase("syllabels"), "syllables"), - (UniCase("dispensiary"), "dispensary"), - (UniCase("accountt"), "accountant"), - (UniCase("nonsene"), "nonsense"), - (UniCase("underastimated"), "underestimated"), - (UniCase("straigth"), "straight"), - (UniCase("painkilers"), "painkillers"), - (UniCase("contraddice"), "contradicted"), - (UniCase("merchindise"), "merchandise"), - (UniCase("pacthes"), "patches"), - (UniCase("differenciations"), "differentiation"), - (UniCase("rivalled"), "rivaled"), - (UniCase("panelling"), "paneling"), - (UniCase("favoutrable"), "favourable"), - (UniCase("nominatie"), "nominate"), - (UniCase("indonisian"), "indonesian"), - (UniCase("carbonising"), "carbonizing"), - (UniCase("bestaility"), "bestiality"), - (UniCase("prefered"), "preferred"), - (UniCase("chemcially"), "chemically"), - (UniCase("resotred"), "restored"), - (UniCase("expanisons"), "expansions"), - (UniCase("nightfa;;"), "nightfall"), - (UniCase("miscatalogued"), "miscataloged"), - (UniCase("significato"), "significant"), - (UniCase("manufacturerers"), "manufacturers"), - (UniCase("nihilisim"), "nihilism"), - (UniCase("christianty"), "christianity"), - (UniCase("promtps"), "prompts"), - (UniCase("espeically"), "especially"), - (UniCase("slaughterd"), "slaughtered"), - (UniCase("interefers"), "interferes"), - (UniCase("precisly"), "precisely"), - (UniCase("counterfiet"), "counterfeit"), - (UniCase("prophey"), "prophecy"), - (UniCase("depersonalised"), "depersonalized"), - (UniCase("remmebers"), "remembers"), - (UniCase("parasitisme"), "parasites"), - (UniCase("saught"), "sought"), - (UniCase("contriception"), "contraception"), - (UniCase("justificatin"), "justifications"), - (UniCase("politicain"), "politician"), - (UniCase("practitions"), "practitioners"), - (UniCase("experiemnt"), "experiment"), - (UniCase("industires"), "industries"), - (UniCase("characterise"), "characterize"), - (UniCase("futurisitc"), "futuristic"), - (UniCase("crystalens"), "crystals"), - (UniCase("tommorow"), "tomorrow"), - (UniCase("nigthclub"), "nightclub"), - (UniCase("arguements"), "arguments"), - (UniCase("duleing"), "dueling"), - (UniCase("tabacco"), "tobacco"), - (UniCase("acronysm"), "acronyms"), - (UniCase("apprentie"), "apprentice"), - (UniCase("generaters"), "generates"), - (UniCase("steeles"), "steelers"), - (UniCase("equivalants"), "equivalents"), - (UniCase("necesseraly"), "necessarily"), - (UniCase("preferabbly"), "preferably"), - (UniCase("downtraded"), "downgraded"), - (UniCase("proportionallity"), "proportionally"), - (UniCase("mandats"), "mandates"), - (UniCase("intelligenty"), "intelligently"), - (UniCase("tusedays"), "tuesdays"), - (UniCase("predicessor"), "predecessor"), - (UniCase("neoroscience"), "neuroscience"), - (UniCase("costumizable"), "customizable"), - (UniCase("meancing"), "menacing"), - (UniCase("connectpro"), "connector"), - (UniCase("irrispective"), "irrespective"), - (UniCase("correspondes"), "corresponds"), - (UniCase("pscyhed"), "psyched"), - (UniCase("disrepsectful"), "disrespectful"), - (UniCase("reconsidder"), "reconsider"), - (UniCase("devolvendo"), "devolved"), - (UniCase("representstion"), "representations"), - (UniCase("disastreous"), "disastrous"), - (UniCase("persets"), "presets"), - (UniCase("discreting"), "discretion"), - (UniCase("boutiqe"), "boutique"), - (UniCase("virigns"), "virgins"), - (UniCase("resemblense"), "resembles"), - (UniCase("supremicist"), "supremacist"), - (UniCase("intrumental"), "instrumental"), - (UniCase("brainwasing"), "brainwashing"), - (UniCase("levetates"), "levitates"), - (UniCase("particulary"), "particularly"), - (UniCase("palesitnian"), "palestinians"), - (UniCase("tyelnol"), "tylenol"), - (UniCase("cambride"), "cambridge"), - (UniCase("rollarcoaster"), "rollercoaster"), - (UniCase("aircrafts"), "aircraft"), - (UniCase("slaugthering"), "slaughtering"), - (UniCase("incidentul"), "incidental"), - (UniCase("expences"), "expense"), - (UniCase("constructieve"), "constructive"), - (UniCase("rythem"), "rhythm"), - (UniCase("gipsies"), "gypsies"), - (UniCase("slipperies"), "slippers"), - (UniCase("unappeasing"), "unappealing"), - (UniCase("unsubsrcibe"), "unsubscribe"), - (UniCase("penison"), "pension"), - (UniCase("parapharse"), "paraphrase"), - (UniCase("underestamated"), "underestimated"), - (UniCase("somalija"), "somalia"), - (UniCase("experemental"), "experimental"), - (UniCase("italicise"), "italicize"), - (UniCase("temporising"), "temporizing"), - (UniCase("resintall"), "reinstall"), - (UniCase("calculs"), "calculus"), - (UniCase("fullfill"), "fulfill"), - (UniCase("disappearence"), "disappearance"), - (UniCase("carinval"), "carnival"), - (UniCase("hipothetically"), "hypothetically"), - (UniCase("extroardinarily"), "extraordinarily"), - (UniCase("morevoer"), "moreover"), - (UniCase("lightenning"), "lightening"), - (UniCase("creationsits"), "creationists"), - (UniCase("shevles"), "shelves"), - (UniCase("objectivs"), "objectives"), - (UniCase("wieghts"), "weights"), - (UniCase("betwen"), "between"), - (UniCase("behaviourists"), "behaviorists"), - (UniCase("compatibillity"), "compatibility"), - (UniCase("mediterraean"), "mediterranean"), - (UniCase("chasiss"), "chassis"), - (UniCase("superfluos"), "superfluous"), - (UniCase("criticim"), "criticisms"), - (UniCase("metabolisim"), "metabolism"), - (UniCase("afwully"), "awfully"), - (UniCase("facilites"), "facilities"), - (UniCase("carolan"), "carolina"), - (UniCase("insistas"), "insists"), - (UniCase("essentias"), "essentials"), - (UniCase("womanisers"), "womanizers"), - (UniCase("administraton"), "administration"), - (UniCase("p0enis"), "penis"), - (UniCase("positionning"), "positioning"), - (UniCase("midifelder"), "midfielder"), - (UniCase("herocis"), "heroics"), - (UniCase("constrating"), "constraint"), - (UniCase("bristool"), "bristol"), - (UniCase("immunise"), "immunize"), - (UniCase("illegitamite"), "illegitimate"), - (UniCase("dependat"), "dependant"), - (UniCase("epsionage"), "espionage"), - (UniCase("vulnerabiltiy"), "vulnerability"), - (UniCase("institucionalized"), "institutionalized"), - (UniCase("hystarical"), "hysterical"), - (UniCase("armchar"), "armchair"), - (UniCase("misunderstamding"), "misunderstandings"), - (UniCase("protototype"), "prototype"), - (UniCase("compansating"), "compensating"), - (UniCase("anedoctally"), "anecdotally"), - (UniCase("splittr"), "splitter"), - (UniCase("celullar"), "cellular"), - (UniCase("proporition"), "proposition"), - (UniCase("inexpeirenced"), "inexperience"), - (UniCase("intoxicacion"), "intoxication"), - (UniCase("concenrtation"), "concentrations"), - (UniCase("obliberated"), "obliterated"), - (UniCase("contencious"), "contentious"), - (UniCase("jurisidction"), "jurisdiction"), - (UniCase("metrapolis"), "metropolis"), - (UniCase("permiere"), "premiere"), - (UniCase("explicatif"), "explicit"), - (UniCase("asuterity"), "austerity"), - (UniCase("experiemnts"), "experiments"), - (UniCase("repentent"), "repentant"), - (UniCase("caluclating"), "calculating"), - (UniCase("investige"), "investigate"), - (UniCase("heavyweght"), "heavyweight"), - (UniCase("shenanagans"), "shenanigans"), - (UniCase("thursdsy"), "thursdays"), - (UniCase("enchanct"), "enchant"), - (UniCase("paksitani"), "pakistani"), - (UniCase("chivaly"), "chivalry"), - (UniCase("tranluscent"), "translucent"), - (UniCase("discribe"), "describe"), - (UniCase("reinstallling"), "reinstalling"), - (UniCase("collaberation"), "collaboration"), - (UniCase("spectatularly"), "spectacularly"), - (UniCase("restriktive"), "restrictive"), - (UniCase("monopolios"), "monopolies"), - (UniCase("unbeetable"), "unbeatable"), - (UniCase("componsate"), "compensate"), - (UniCase("memorialise"), "memorialize"), - (UniCase("susceptibile"), "susceptible"), - (UniCase("sligthly"), "slightly"), - (UniCase("clera"), "clear"), - (UniCase("mechinical"), "mechanical"), - (UniCase("meatballls"), "meatballs"), - (UniCase("acknowlegdes"), "acknowledges"), - (UniCase("undoubtely"), "undoubtedly"), - (UniCase("bordlerands"), "borderlands"), - (UniCase("depiciton"), "depiction"), - (UniCase("precedessors"), "predecessors"), - (UniCase("humaniterian"), "humanitarian"), - (UniCase("controdictions"), "contradictions"), - (UniCase("interprered"), "interpreter"), - (UniCase("populaiton"), "populations"), - (UniCase("godlberg"), "goldberg"), - (UniCase("misintrepreted"), "misinterpreted"), - (UniCase("braevry"), "bravery"), - (UniCase("deffine"), "define"), - (UniCase("inexplicablely"), "inexplicably"), - (UniCase("countercoat"), "counteract"), - (UniCase("replacemnt"), "replacement"), - (UniCase("cleanes"), "cleanse"), - (UniCase("activits"), "activities"), - (UniCase("rememberd"), "remembered"), - (UniCase("specualting"), "speculating"), - (UniCase("troubleshooot"), "troubleshoot"), - (UniCase("socailists"), "socialists"), - (UniCase("sudnerland"), "sunderland"), - (UniCase("romanticising"), "romanticizing"), - (UniCase("squrriels"), "squirrels"), - (UniCase("marineros"), "mariners"), - (UniCase("moralises"), "moralizes"), - (UniCase("reintarnation"), "reincarnation"), - (UniCase("calibartion"), "calibration"), - (UniCase("leanr"), "lean"), - (UniCase("avialability"), "availability"), - (UniCase("divisiones"), "divisions"), - (UniCase("agnosticim"), "agnosticism"), - (UniCase("decomposeion"), "decomposition"), - (UniCase("electroylte"), "electrolytes"), - (UniCase("ugpraded"), "upgraded"), - (UniCase("rechargable"), "rechargeable"), - (UniCase("paranoicas"), "paranoia"), - (UniCase("concusison"), "concussions"), - (UniCase("disadvantadge"), "disadvantaged"), - (UniCase("physcially"), "physically"), - (UniCase("legistration"), "registration"), - (UniCase("uncertanity"), "uncertainty"), - (UniCase("tounreys"), "tourneys"), - (UniCase("optinally"), "optimally"), - (UniCase("teamspek"), "teamspeak"), - (UniCase("withdrawin"), "withdrawn"), - (UniCase("snowplough"), "snowplow"), - (UniCase("nostris"), "nostrils"), - (UniCase("marignally"), "marginally"), - (UniCase("pentuim"), "pentium"), - (UniCase("intertvined"), "intertwined"), - (UniCase("overcomeing"), "overcoming"), - (UniCase("scurtiny"), "scrutiny"), - (UniCase("organisationens"), "organisations"), - (UniCase("distrubing"), "disturbing"), - (UniCase("terrorsits"), "terrorists"), - (UniCase("desitnation"), "destination"), - (UniCase("dezentralized"), "decentralized"), - (UniCase("certian"), "certain"), - (UniCase("massachusents"), "massachusetts"), - (UniCase("immortalty"), "immortality"), - (UniCase("transsexaul"), "transsexual"), - (UniCase("statistacally"), "statistically"), - (UniCase("imrpoving"), "improving"), - (UniCase("doctines"), "doctrines"), - (UniCase("underwhelimg"), "underwhelming"), - (UniCase("touranment"), "tournaments"), - (UniCase("irrelivent"), "irrelevant"), - (UniCase("anomoly"), "anomaly"), - (UniCase("revolutionnary"), "revolutionary"), - (UniCase("comprension"), "compression"), - (UniCase("portras"), "portrays"), - (UniCase("impossibily"), "impossibly"), - (UniCase("judgemenal"), "judgemental"), - (UniCase("distribuited"), "distributed"), - (UniCase("evolutionarly"), "evolutionary"), - (UniCase("trancendent"), "transcendent"), - (UniCase("liberalising"), "liberalizing"), - (UniCase("sexualizied"), "sexualized"), - (UniCase("constituit"), "constitute"), - (UniCase("exponantial"), "exponential"), - (UniCase("overpolulation"), "overpopulation"), - (UniCase("harboured"), "harbored"), - (UniCase("perogative"), "prerogative"), - (UniCase("feminim"), "feminism"), - (UniCase("bersekr"), "berserk"), - (UniCase("proclaimation"), "proclamation"), - (UniCase("preveiws"), "previews"), - (UniCase("metabalism"), "metabolism"), - (UniCase("condescendion"), "condescension"), - (UniCase("orginize"), "organise"), - (UniCase("prefessionalism"), "professionalism"), - (UniCase("coytoes"), "coyotes"), - (UniCase("childrends"), "childrens"), - (UniCase("weaknesss"), "weaknesses"), - (UniCase("minstries"), "ministries"), - (UniCase("penninsula"), "peninsula"), - (UniCase("normanday"), "normandy"), - (UniCase("misdeamenor"), "misdemeanor"), - (UniCase("simplicy"), "simplicity"), - (UniCase("dismanlting"), "dismantling"), - (UniCase("brianwashed"), "brainwashed"), - (UniCase("packageid"), "packaged"), - (UniCase("connotacion"), "connotation"), - (UniCase("burgundry"), "burgundy"), - (UniCase("temperarily"), "temporarily"), - (UniCase("amortisation"), "amortization"), - (UniCase("programme"), "program"), - (UniCase("manafacturer"), "manufacturer"), - (UniCase("armagaddon"), "armageddon"), - (UniCase("mozzeralla"), "mozzarella"), - (UniCase("manufaturing"), "manufacturing"), - (UniCase("euphroia"), "euphoria"), - (UniCase("spellig"), "spelling"), - (UniCase("climatiser"), "climates"), - (UniCase("plasticosa"), "plastics"), - (UniCase("invaderats"), "invaders"), - (UniCase("porgramme"), "programme"), - (UniCase("survaillance"), "surveillance"), - (UniCase("chambear"), "chamber"), - (UniCase("hatesink"), "heatsink"), - (UniCase("materiales"), "materials"), - (UniCase("icelings"), "ceilings"), - (UniCase("proponenet"), "proponent"), - (UniCase("assosiation"), "association"), - (UniCase("charactaristics"), "characteristics"), - (UniCase("extensivly"), "extensively"), - (UniCase("btiched"), "bitched"), - (UniCase("epsiodes"), "episodes"), - (UniCase("promotinal"), "promotional"), - (UniCase("retalitation"), "retaliation"), - (UniCase("moderats"), "moderates"), - (UniCase("partical"), "particular"), - (UniCase("carbonise"), "carbonize"), - (UniCase("respecitve"), "respective"), - (UniCase("tonguers"), "tongues"), - (UniCase("exampt"), "exempt"), - (UniCase("respectabile"), "respectable"), - (UniCase("transaciton"), "transactions"), - (UniCase("irrelivant"), "irrelevant"), - (UniCase("compromisse"), "compromises"), - (UniCase("horizonatal"), "horizontal"), - (UniCase("probabilites"), "probabilities"), - (UniCase("symphaty"), "sympathy"), - (UniCase("lonelyness"), "loneliness"), - (UniCase("collaborant"), "collaborate"), - (UniCase("mensutral"), "menstrual"), - (UniCase("appologies"), "apologies"), - (UniCase("magneficent"), "magnificent"), - (UniCase("signficant"), "significant"), - (UniCase("nativelly"), "natively"), - (UniCase("entierly"), "entirely"), - (UniCase("perpretator"), "perpetrators"), - (UniCase("providencie"), "providence"), - (UniCase("desperetly"), "desperately"), - (UniCase("culturels"), "cultures"), - (UniCase("louisviile"), "louisville"), - (UniCase("decoartions"), "decoration"), - (UniCase("canistre"), "canister"), - (UniCase("appreciatied"), "appreciative"), - (UniCase("filetimes"), "lifetimes"), - (UniCase("moderaters"), "moderates"), - (UniCase("althetic"), "athletic"), - (UniCase("boradwalk"), "boardwalk"), - (UniCase("inevatible"), "inevitable"), - (UniCase("brazilianese"), "brazilians"), - (UniCase("tenactiy"), "tenacity"), - (UniCase("draughty"), "drafty"), - (UniCase("depresssion"), "depression"), - (UniCase("circumwent"), "circumvent"), - (UniCase("eliminster"), "eliminates"), - (UniCase("protrait"), "portrait"), - (UniCase("countains"), "contains"), - (UniCase("horribley"), "horribly"), - (UniCase("blatanlty"), "blatantly"), - (UniCase("malpractive"), "malpractice"), - (UniCase("althetes"), "athletes"), - (UniCase("favorits"), "favorites"), - (UniCase("sharpeneing"), "sharpening"), - (UniCase("speciallty"), "specially"), - (UniCase("doosmday"), "doomsday"), - (UniCase("exculsion"), "exclusion"), - (UniCase("extravagent"), "extravagant"), - (UniCase("bloggare"), "blogger"), - (UniCase("allegedy"), "allegedly"), - (UniCase("shamelessy"), "shamelessly"), - (UniCase("conditionned"), "conditioned"), - (UniCase("insturmentals"), "instrumental"), - (UniCase("disciplinerad"), "disciplined"), - (UniCase("coordianted"), "coordinated"), - (UniCase("suspisious"), "suspicious"), - (UniCase("polution"), "pollution"), - (UniCase("marshmalow"), "marshmallow"), - (UniCase("notoriuosly"), "notoriously"), - (UniCase("enterprize"), "enterprise"), - (UniCase("organisaton"), "organisation"), - (UniCase("dissole"), "dissolve"), - (UniCase("utilises"), "utilizes"), - (UniCase("promiscious"), "promiscuous"), - (UniCase("colourant"), "colorant"), - (UniCase("fineses"), "finesse"), - (UniCase("ectastic"), "ecstatic"), - (UniCase("humiliaton"), "humiliation"), - (UniCase("progressisme"), "progresses"), - (UniCase("neighborhing"), "neighboring"), - (UniCase("occupato"), "occupation"), - (UniCase("defniately"), "definately"), - (UniCase("trasnporting"), "transporting"), - (UniCase("incarcirated"), "incarcerated"), - (UniCase("transaprency"), "transparency"), - (UniCase("bigtory"), "bigotry"), - (UniCase("piblisher"), "publisher"), - (UniCase("corproate"), "corporate"), - (UniCase("counteries"), "counters"), - (UniCase("skteches"), "sketches"), - (UniCase("excecute"), "execute"), - (UniCase("corrispondant"), "correspondent"), - (UniCase("judgemetal"), "judgemental"), - (UniCase("mouldier"), "moldier"), - (UniCase("snowbaording"), "snowboarding"), - (UniCase("incontrollably"), "uncontrollably"), - (UniCase("dynamicaly"), "dynamically"), - (UniCase("bewteen"), "between"), - (UniCase("trumendously"), "tremendously"), - (UniCase("breif"), "brief"), - (UniCase("gimmicy"), "gimmicky"), - (UniCase("psychodelic"), "psychedelic"), - (UniCase("plagiarios"), "plagiarism"), - (UniCase("malayisa"), "malaysia"), - (UniCase("effortlessy"), "effortlessly"), - (UniCase("demesticated"), "domesticated"), - (UniCase("needlessley"), "needlessly"), - (UniCase("microscoop"), "microscope"), - (UniCase("intertwinned"), "intertwined"), - (UniCase("vulnarabilities"), "vulnerabilities"), - (UniCase("chronciles"), "chronicles"), - (UniCase("respones"), "response"), - (UniCase("pedestrain"), "pedestrian"), - (UniCase("aparent"), "apparent"), - (UniCase("lieutenat"), "lieutenant"), - (UniCase("nationalistiskt"), "nationalists"), - (UniCase("pessimistisch"), "pessimistic"), - (UniCase("agrigultural"), "agricultural"), - (UniCase("liquidos"), "liquids"), - (UniCase("vaccinaties"), "vaccinate"), - (UniCase("volcanoe"), "volcano"), - (UniCase("resuable"), "reusable"), - (UniCase("maniuplated"), "manipulated"), - (UniCase("consulant"), "consultant"), - (UniCase("scrutinise"), "scrutinize"), - (UniCase("indefinate"), "indefinite"), - (UniCase("swaer"), "swear"), - (UniCase("imprefect"), "imperfect"), - (UniCase("preorderd"), "preordered"), - (UniCase("priased"), "praised"), - (UniCase("libertariansim"), "libertarianism"), - (UniCase("situationly"), "situational"), - (UniCase("distates"), "distaste"), - (UniCase("coruching"), "crouching"), - (UniCase("courtesey"), "courtesy"), - (UniCase("demosntration"), "demonstrations"), - (UniCase("southernes"), "southerners"), - (UniCase("transparant"), "transparent"), - (UniCase("sentements"), "sentiments"), - (UniCase("annoucning"), "announcing"), - (UniCase("cholestorol"), "cholesterol"), - (UniCase("ageing"), "aging"), - (UniCase("calculatios"), "calculators"), - (UniCase("instrament"), "instrument"), - (UniCase("beuraucratic"), "bureaucratic"), - (UniCase("everyons"), "everyones"), - (UniCase("semestre"), "semester"), - (UniCase("wishpering"), "whispering"), - (UniCase("conscioussness"), "consciousness"), - (UniCase("unsuprizing"), "unsurprising"), - (UniCase("resperitory"), "respiratory"), - (UniCase("perhasp"), "perhaps"), - (UniCase("distribuitor"), "distributor"), - (UniCase("dominationg"), "dominating"), - (UniCase("freestlye"), "freestyle"), - (UniCase("primatives"), "primitives"), - (UniCase("becasue"), "because"), - (UniCase("traditionnal"), "traditional"), - (UniCase("specialits"), "specials"), - (UniCase("lionised"), "lionized"), - (UniCase("annoymously"), "anonymously"), - (UniCase("insigths"), "insights"), - (UniCase("preferances"), "preferences"), - (UniCase("intolerante"), "intolerance"), - (UniCase("conceled"), "concede"), - (UniCase("positiviely"), "positively"), - (UniCase("realible"), "reliable"), - (UniCase("organizate"), "organize"), - (UniCase("kryptolite"), "kryptonite"), - (UniCase("downvots"), "downvotes"), - (UniCase("pinnaple"), "pineapple"), - (UniCase("scootes"), "scooters"), - (UniCase("crystallising"), "crystallizing"), - (UniCase("preperation"), "preparation"), - (UniCase("manipluated"), "manipulated"), - (UniCase("inferioirty"), "inferiority"), - (UniCase("inital"), "initial"), - (UniCase("mayballine"), "maybelline"), - (UniCase("prinicipal"), "principal"), - (UniCase("assumptious"), "assumptions"), - (UniCase("irrationaly"), "irrationally"), - (UniCase("complimentarity"), "complimentary"), - (UniCase("konstellation"), "constellation"), - (UniCase("penetrading"), "penetrating"), - (UniCase("provocatie"), "provocative"), - (UniCase("indoctornated"), "indoctrinated"), - (UniCase("autor"), "author"), - (UniCase("programmme"), "programme"), - (UniCase("habaeus"), "habeas"), - (UniCase("follwoing"), "following"), - (UniCase("roelplay"), "roleplay"), - (UniCase("spainish"), "spanish"), - (UniCase("introvers"), "introverts"), - (UniCase("insticnt"), "instinct"), - (UniCase("fantasticlly"), "fantastically"), - (UniCase("penalising"), "penalizing"), - (UniCase("sterlie"), "sterile"), - (UniCase("colaborations"), "collaborations"), - (UniCase("anmesty"), "amnesty"), - (UniCase("ocassion"), "occasion"), - (UniCase("sheilding"), "shielding"), - (UniCase("divice"), "device"), - (UniCase("determinisim"), "determinism"), - (UniCase("controlas"), "controls"), - (UniCase("anonimity"), "anonymity"), - (UniCase("donwvoters"), "downvoters"), - (UniCase("toturials"), "tutorials"), - (UniCase("differense"), "differences"), - (UniCase("lingusitics"), "linguistics"), - (UniCase("fantazising"), "fantasizing"), - (UniCase("maybelle"), "maybelline"), - (UniCase("victorioso"), "victorious"), - (UniCase("destkops"), "desktops"), - (UniCase("streoid"), "steroid"), - (UniCase("competution"), "computation"), - (UniCase("apprearance"), "appearance"), - (UniCase("clientes"), "clients"), - (UniCase("coinsidental"), "coincidental"), - (UniCase("stregth"), "strength"), - (UniCase("journalistisch"), "journalistic"), - (UniCase("architechure"), "architecture"), - (UniCase("praesidiums"), "presidiums"), - (UniCase("deviatie"), "deviate"), - (UniCase("regualtor"), "regulator"), - (UniCase("pronunciato"), "pronunciation"), - (UniCase("gratiutous"), "gratuitous"), - (UniCase("dispapointed"), "dissapointed"), - (UniCase("appluase"), "applause"), - (UniCase("athlets"), "athletes"), - (UniCase("purused"), "pursued"), - (UniCase("proficincy"), "proficiency"), - (UniCase("intellectualiser"), "intellectuals"), - (UniCase("incorperate"), "incorporate"), - (UniCase("comadres"), "comrades"), - (UniCase("constured"), "construed"), - (UniCase("pharmaceudical"), "pharmaceutical"), - (UniCase("recoveres"), "recovers"), - (UniCase("trilogoy"), "trilogy"), - (UniCase("handicaped"), "handicapped"), - (UniCase("tempreature"), "temperature"), - (UniCase("burueacrats"), "bureaucrats"), - (UniCase("effortlessely"), "effortlessly"), - (UniCase("clipboad"), "clipboard"), - (UniCase("brotherhod"), "brotherhood"), - (UniCase("coprorations"), "corporations"), - (UniCase("nationalsitic"), "nationalistic"), - (UniCase("memorozation"), "memorization"), - (UniCase("troling"), "trolling"), - (UniCase("considerabely"), "considerable"), - (UniCase("remarkibly"), "remarkably"), - (UniCase("calcualted"), "calculated"), - (UniCase("consious"), "conscious"), - (UniCase("salery"), "salary"), - (UniCase("madturbating"), "masturbating"), - (UniCase("humiditiy"), "humidity"), - (UniCase("sulphur"), "sulfur"), - (UniCase("discrimiate"), "discriminate"), - (UniCase("contributs"), "contributes"), - (UniCase("intrinsicaly"), "intrinsically"), - (UniCase("discoveres"), "discovers"), - (UniCase("degenerite"), "degenerate"), - (UniCase("undoubetdly"), "undoubtedly"), - (UniCase("direccional"), "directional"), - (UniCase("behavoir"), "behavior"), - (UniCase("eldistribution"), "redistribution"), - (UniCase("idolising"), "idolizing"), - (UniCase("depsoited"), "deposited"), - (UniCase("argubaly"), "arguably"), - (UniCase("disputandem"), "disputandum"), - (UniCase("mercenarias"), "mercenaries"), - (UniCase("assimilatie"), "assimilate"), - (UniCase("overcloaking"), "overclocking"), - (UniCase("reincarantion"), "reincarnation"), - (UniCase("simultaenously"), "simultaneously"), - (UniCase("wonderfullly"), "wonderfully"), - (UniCase("influenta"), "influential"), - (UniCase("porportions"), "proportions"), - (UniCase("messiach"), "messiah"), - (UniCase("distrcit"), "district"), - (UniCase("lefted"), "left"), - (UniCase("persausive"), "persuasive"), - (UniCase("infiltratior"), "infiltrator"), - (UniCase("ambassidor"), "ambassador"), - (UniCase("hybridises"), "hybridizes"), - (UniCase("individuella"), "individual"), - (UniCase("preorded"), "preordered"), - (UniCase("caridnal"), "cardinal"), - (UniCase("probabillity"), "probability"), - (UniCase("narcissitic"), "narcissistic"), - (UniCase("airboner"), "airborne"), - (UniCase("deomcrat"), "democrat"), - (UniCase("transferer"), "transferred"), - (UniCase("interviewes"), "interviews"), - (UniCase("themsleves"), "themselves"), - (UniCase("intuitevely"), "intuitively"), - (UniCase("awnsered"), "answered"), - (UniCase("intuatively"), "intuitively"), - (UniCase("hierarcy"), "hierarchy"), - (UniCase("congradulations"), "congratulations"), - (UniCase("chernboyl"), "chernobyl"), - (UniCase("ofcoure"), "ofcourse"), - (UniCase("informatice"), "informative"), - (UniCase("repsond"), "respond"), - (UniCase("technolgy"), "technology"), - (UniCase("construted"), "constructed"), - (UniCase("extragavant"), "extravagant"), - (UniCase("denominatons"), "denominations"), - (UniCase("recongizes"), "recognizes"), - (UniCase("benevelant"), "benevolent"), - (UniCase("unconcsiously"), "unconsciously"), - (UniCase("omniverously"), "omnivorously"), - (UniCase("agrentina"), "argentina"), - (UniCase("strnad"), "strand"), - (UniCase("grativate"), "gravitate"), - (UniCase("reliased"), "realised"), - (UniCase("liberalised"), "liberalized"), - (UniCase("urbanises"), "urbanizes"), - (UniCase("quielty"), "quietly"), - (UniCase("homophopia"), "homophobia"), - (UniCase("organizativos"), "organizations"), - (UniCase("electricien"), "electrician"), - (UniCase("kryptonyte"), "kryptonite"), - (UniCase("revoultions"), "revolutions"), - (UniCase("amphetamins"), "amphetamines"), - (UniCase("misdemeanour"), "misdemeanor"), - (UniCase("monts"), "months"), - (UniCase("conveniet"), "convenient"), - (UniCase("syndacite"), "syndicate"), - (UniCase("hacthing"), "hatching"), - (UniCase("availible"), "available"), - (UniCase("burried"), "buried"), - (UniCase("cauterised"), "cauterized"), - (UniCase("atheneans"), "athenians"), - (UniCase("responisble"), "responsible"), - (UniCase("stiring"), "stirring"), - (UniCase("explosin"), "explosions"), - (UniCase("standardises"), "standardizes"), - (UniCase("australianos"), "australians"), - (UniCase("cardiovasculaires"), "cardiovascular"), - (UniCase("individuallity"), "individuality"), - (UniCase("synthesasia"), "synthesis"), - (UniCase("consept"), "concept"), - (UniCase("elephantus"), "elephants"), - (UniCase("ethnocentricm"), "ethnocentrism"), - (UniCase("mcreggor"), "mcgregor"), - (UniCase("satisfactorilly"), "satisfactory"), - (UniCase("remarkablely"), "remarkably"), - (UniCase("infectation"), "infestation"), - (UniCase("outwieghs"), "outweighs"), - (UniCase("suprise"), "surprise"), - (UniCase("sensibel"), "sensible"), - (UniCase("oragnisation"), "organisation"), - (UniCase("alrigthy"), "alrighty"), - (UniCase("sensitised"), "sensitized"), - (UniCase("functtion"), "function"), - (UniCase("cailbration"), "calibration"), - (UniCase("reivews"), "reviews"), - (UniCase("inventings"), "inventions"), - (UniCase("unbreakeble"), "unbreakable"), - (UniCase("throough"), "thorough"), - (UniCase("deinitalization"), "deinitialization"), - (UniCase("bookmars"), "bookmarks"), - (UniCase("asume"), "assume"), - (UniCase("tratior"), "traitor"), - (UniCase("incohorent"), "incoherent"), - (UniCase("skepticim"), "skepticism"), - (UniCase("expresssive"), "expressive"), - (UniCase("evenhtually"), "eventually"), - (UniCase("unconditinal"), "unconditional"), - (UniCase("trukish"), "turkish"), - (UniCase("plasticos"), "plastics"), - (UniCase("karbohydrates"), "carbohydrates"), - (UniCase("discepline"), "discipline"), - (UniCase("transportar"), "transporter"), - (UniCase("irreverisble"), "irreversible"), - (UniCase("generoisty"), "generosity"), - (UniCase("preconceved"), "preconceived"), - (UniCase("hairsytle"), "hairstyle"), - (UniCase("calrifying"), "clarifying"), - (UniCase("gambolled"), "gamboled"), - (UniCase("lucifear"), "lucifer"), - (UniCase("parntered"), "partnered"), - (UniCase("negotaited"), "negotiated"), - (UniCase("dungoens"), "dungeons"), - (UniCase("anouncement"), "announcement"), - (UniCase("regulationg"), "regulating"), - (UniCase("skeletones"), "skeletons"), - (UniCase("hardwod"), "hardwood"), - (UniCase("cirucmference"), "circumference"), - (UniCase("unreaponsive"), "unresponsive"), - (UniCase("victorin"), "victorian"), - (UniCase("unsubsrcibed"), "unsubscribed"), - (UniCase("beucase"), "becuase"), - (UniCase("cabniet"), "cabinet"), - (UniCase("journolist"), "journalist"), - (UniCase("resturaunt"), "restaurant"), - (UniCase("represetnation"), "representations"), - (UniCase("enthusiasim"), "enthusiasm"), - (UniCase("infiltrare"), "infiltrate"), - (UniCase("degenere"), "degenerate"), - (UniCase("manufature"), "manufacture"), - (UniCase("reccomendations"), "recommendations"), - (UniCase("collabaration"), "collaboration"), - (UniCase("junlging"), "jungling"), - (UniCase("tremondous"), "tremendous"), - (UniCase("slayign"), "slaying"), - (UniCase("lfiesteal"), "lifesteal"), - (UniCase("precentages"), "percentages"), - (UniCase("trasnfer"), "transfer"), - (UniCase("tabelspoon"), "tablespoon"), - (UniCase("leukaemia"), "leukemia"), - (UniCase("accelorator"), "accelerator"), - (UniCase("unpleaseant"), "unpleasant"), - (UniCase("immenseley"), "immensely"), - (UniCase("necessarry"), "necessary"), - (UniCase("pinnalce"), "pinnacle"), - (UniCase("remingotn"), "remington"), - (UniCase("illumini"), "illuminati"), - (UniCase("equivelent"), "equivalent"), - (UniCase("homophobie"), "homophobe"), - (UniCase("embrago"), "embargo"), - (UniCase("misunderstanings"), "misunderstandings"), - (UniCase("confessionis"), "confessions"), - (UniCase("infiltartor"), "infiltrator"), - (UniCase("represnetation"), "representations"), - (UniCase("wonderus"), "wonders"), - (UniCase("jouney"), "journey"), - (UniCase("fortunatley"), "fortunately"), - (UniCase("vessles"), "vessels"), - (UniCase("yotube"), "youtube"), - (UniCase("rigours"), "rigors"), - (UniCase("presonalized"), "personalized"), - (UniCase("contradictie"), "contradicted"), - (UniCase("conventinal"), "conventional"), - (UniCase("varisty"), "varsity"), - (UniCase("practicly"), "practically"), - (UniCase("initalizations"), "initializations"), - (UniCase("legalizare"), "legalize"), - (UniCase("outpsoken"), "outspoken"), - (UniCase("libretarians"), "libertarians"), - (UniCase("correkting"), "correcting"), - (UniCase("finnisch"), "finnish"), - (UniCase("concedered"), "conceded"), - (UniCase("industrialising"), "industrializing"), - (UniCase("contined"), "continued"), - (UniCase("conceptualised"), "conceptualized"), - (UniCase("wavelenght"), "wavelength"), - (UniCase("tourits"), "tourist"), - (UniCase("blacklit"), "blacklist"), - (UniCase("parternship"), "partnership"), - (UniCase("tantalises"), "tantalizes"), - (UniCase("cointerpoint"), "counterpoint"), - (UniCase("circuis"), "circuits"), - (UniCase("braodcasts"), "broadcasts"), - (UniCase("flimmakers"), "filmmakers"), - (UniCase("scandanivian"), "scandinavian"), - (UniCase("awekened"), "weakened"), - (UniCase("meaningles"), "meanings"), - (UniCase("justifiaction"), "justifications"), - (UniCase("fraterntiy"), "fraternity"), - (UniCase("discertation"), "dissertation"), - (UniCase("negotiatons"), "negotiations"), - (UniCase("excepcional"), "exceptional"), - (UniCase("impactos"), "impacts"), - (UniCase("investagate"), "investigate"), - (UniCase("mindlessley"), "mindlessly"), - (UniCase("vocabluary"), "vocabulary"), - (UniCase("emphazise"), "emphasize"), - (UniCase("cauterising"), "cauterizing"), - (UniCase("progressivisme"), "progressives"), - (UniCase("mentiones"), "mentions"), - (UniCase("preinitalized"), "preinitialized"), - (UniCase("campagining"), "campaigning"), - (UniCase("limination"), "limitation"), - (UniCase("occassionaly"), "occasionally"), - (UniCase("mediocrily"), "mediocrity"), - (UniCase("narcisssist"), "narcissist"), - (UniCase("pedophille"), "pedophile"), - (UniCase("brusied"), "bruised"), - (UniCase("distingusihing"), "distinguishing"), - (UniCase("disconncet"), "disconnects"), - (UniCase("swtiches"), "switches"), - (UniCase("predicement"), "predicament"), - (UniCase("refirgerator"), "refrigerator"), - (UniCase("improbabil"), "improbable"), - (UniCase("nuetron"), "neutron"), - (UniCase("hipsterest"), "hipsters"), - (UniCase("organziers"), "organizers"), - (UniCase("largst"), "largest"), - (UniCase("eventualy"), "eventually"), - (UniCase("lengthly"), "lengthy"), - (UniCase("individualises"), "individualizes"), - (UniCase("flechter"), "fletcher"), - (UniCase("orhpans"), "orphans"), - (UniCase("shamelessley"), "shamelessly"), - (UniCase("industrialised"), "industrialized"), - (UniCase("existental"), "existential"), - (UniCase("veiwpoint"), "viewpoint"), - (UniCase("destiantion"), "destinations"), - (UniCase("critiziced"), "criticized"), - (UniCase("projectles"), "projectiles"), - (UniCase("deplorible"), "deplorable"), - (UniCase("populaties"), "populate"), - (UniCase("upgradded"), "upgraded"), - (UniCase("controlelr"), "controllers"), - (UniCase("perswasion"), "persuasion"), - (UniCase("reinforcemens"), "reinforcements"), - (UniCase("heartborken"), "heartbroken"), - (UniCase("analitic"), "analytic"), - (UniCase("apperead"), "appeared"), - (UniCase("nightmears"), "nightmares"), - (UniCase("aribtrary"), "arbitrary"), - (UniCase("palcements"), "placements"), - (UniCase("oxigen"), "oxygen"), - (UniCase("multitudine"), "multitude"), - (UniCase("questiong"), "questioning"), - (UniCase("millioniare"), "millionaire"), - (UniCase("currecny"), "currency"), - (UniCase("hesitatin"), "hesitation"), - (UniCase("dividendes"), "dividends"), - (UniCase("acheivement"), "achievement"), - (UniCase("normalls"), "normals"), - (UniCase("behavoiur"), "behaviour"), - (UniCase("unsolicted"), "unsolicited"), - (UniCase("porshon"), "portion"), - (UniCase("sexuallity"), "sexually"), - (UniCase("sumbitting"), "submitting"), - (UniCase("aggressivley"), "aggressively"), - (UniCase("indestrictible"), "indestructible"), - (UniCase("sentimetal"), "sentimental"), - (UniCase("abundacies"), "abundances"), - (UniCase("liberarion"), "liberation"), - (UniCase("immedietely"), "immediately"), - (UniCase("defitinly"), "definitly"), - (UniCase("executioneer"), "executioner"), - (UniCase("precausions"), "precautions"), - (UniCase("kenndey"), "kennedy"), - (UniCase("decentralised"), "decentralized"), - (UniCase("pedestrains"), "pedestrians"), - (UniCase("snowballes"), "snowballs"), - (UniCase("inconsistensy"), "inconsistency"), - (UniCase("ukrainie"), "ukraine"), - (UniCase("jewellers"), "jewelers"), - (UniCase("elimenates"), "eliminates"), - (UniCase("publisheed"), "published"), - (UniCase("platfarmer"), "platformer"), - (UniCase("chequebook"), "checkbook"), - (UniCase("vaguaries"), "vagaries"), - (UniCase("indefinitly"), "indefinitely"), - (UniCase("metropolian"), "metropolitan"), - (UniCase("urkainians"), "ukrainians"), - (UniCase("vigilanties"), "vigilante"), - (UniCase("muffings"), "muffins"), - (UniCase("approximatelly"), "approximately"), - (UniCase("concsiousness"), "consciousness"), - (UniCase("decalre"), "declare"), - (UniCase("bottlebeck"), "bottleneck"), - (UniCase("currate"), "curate"), - (UniCase("wensday"), "wednesday"), - (UniCase("tremenduous"), "tremendous"), - (UniCase("nightley"), "nightly"), - (UniCase("pinpiont"), "pinpoint"), - (UniCase("definiton"), "definition"), - (UniCase("submisisons"), "submissions"), - (UniCase("nominatons"), "nominations"), - (UniCase("influincing"), "influencing"), - (UniCase("priemere"), "premiere"), - (UniCase("galatic"), "galactic"), - (UniCase("arogant"), "arrogant"), - (UniCase("inventivos"), "inventions"), - (UniCase("professoras"), "professors"), - (UniCase("indetifiable"), "identifiable"), - (UniCase("organicaly"), "organically"), - (UniCase("dacquiri"), "daiquiri"), - (UniCase("tablespons"), "tablespoons"), - (UniCase("insipre"), "inspire"), - (UniCase("homosexualtiy"), "homosexuality"), - (UniCase("restraunt"), "restraint"), - (UniCase("vapour"), "vapor"), - (UniCase("sarcasim"), "sarcasm"), - (UniCase("guidence"), "guidance"), - (UniCase("constatn"), "constant"), - (UniCase("egaletarian"), "egalitarian"), - (UniCase("repsawn"), "respawn"), - (UniCase("apocalype"), "apocalypse"), - (UniCase("strentghs"), "strengths"), - (UniCase("communciation"), "communication"), - (UniCase("organisims"), "organism"), - (UniCase("embarrasments"), "embarrassment"), - (UniCase("photogragh"), "photograph"), - (UniCase("franticaly"), "frantically"), - (UniCase("modernises"), "modernizes"), - (UniCase("unconstituional"), "unconstitutional"), - (UniCase("resistnaces"), "resistances"), - (UniCase("inadvertant"), "inadvertent"), - (UniCase("memorialising"), "memorializing"), - (UniCase("varstiy"), "varsity"), - (UniCase("claibre"), "calibre"), - (UniCase("initialised"), "initialized"), - (UniCase("layed"), "laid"), - (UniCase("treatsie"), "treaties"), - (UniCase("midnlessly"), "mindlessly"), - (UniCase("crystallis"), "crystals"), - (UniCase("dissonante"), "dissonance"), - (UniCase("conglaturation"), "congratulations"), - (UniCase("symtpom"), "symptom"), - (UniCase("compilr"), "compiler"), - (UniCase("plantiff"), "plaintiff"), - (UniCase("gratificacion"), "gratification"), - (UniCase("desparately"), "desperately"), - (UniCase("harldine"), "hardline"), - (UniCase("occasionals"), "occasions"), - (UniCase("accumalation"), "accumulation"), - (UniCase("amalgomated"), "amalgamated"), - (UniCase("univercity"), "university"), - (UniCase("assimliated"), "assimilate"), - (UniCase("coindidental"), "coincidental"), - (UniCase("carbohdyrates"), "carbohydrates"), - (UniCase("parrallely"), "parallelly"), - (UniCase("persecutin"), "persecution"), - (UniCase("captiol"), "capitol"), - (UniCase("nuisanse"), "nuisance"), - (UniCase("mississipppi"), "mississippi"), - (UniCase("redneckest"), "rednecks"), - (UniCase("captial"), "capital"), - (UniCase("disembowelled"), "disemboweled"), - (UniCase("collaspe"), "collapse"), - (UniCase("hydraluic"), "hydraulic"), - (UniCase("jeopardised"), "jeopardized"), - (UniCase("preservato"), "preservation"), - (UniCase("superceeded"), "superseded"), - (UniCase("inexplicabil"), "inexplicably"), - (UniCase("prohibitied"), "prohibited"), - (UniCase("aparthide"), "apartheid"), - (UniCase("revloves"), "revolves"), - (UniCase("synonimous"), "synonymous"), - (UniCase("heatlhcare"), "healthcare"), - (UniCase("catalysed"), "catalyzed"), - (UniCase("einfahc"), "einfach"), - (UniCase("distustingly"), "disgustingly"), - (UniCase("instruccion"), "instruction"), - (UniCase("remaind"), "remained"), - (UniCase("lubricat"), "lubricant"), - (UniCase("tranmsission"), "transmissions"), - (UniCase("hypothesies"), "hypothesis"), - (UniCase("palistian"), "palestinian"), - (UniCase("continuarla"), "continual"), - (UniCase("illegalis"), "illegals"), - (UniCase("administraron"), "administrator"), - (UniCase("precuations"), "precautions"), - (UniCase("revlover"), "revolver"), - (UniCase("decribing"), "describing"), - (UniCase("scandinaiva"), "scandinavian"), - (UniCase("strawberrry"), "strawberry"), - (UniCase("continenet"), "continents"), - (UniCase("linguistcs"), "linguistics"), - (UniCase("disgustes"), "disgusts"), - (UniCase("aesthethics"), "aesthetics"), - (UniCase("supirsed"), "suprised"), - (UniCase("priorotize"), "prioritize"), - (UniCase("emplore"), "employer"), - (UniCase("processsor"), "processors"), - (UniCase("decentralises"), "decentralizes"), - (UniCase("disentry"), "dysentery"), - (UniCase("organizarea"), "organizer"), - (UniCase("misoganistic"), "misogynistic"), - (UniCase("legitimancy"), "legitimacy"), - (UniCase("qaulifies"), "qualifies"), - (UniCase("multiplaer"), "multiplier"), - (UniCase("phychopathic"), "psychopathic"), - (UniCase("nationalites"), "nationalist"), - (UniCase("peripherial"), "peripheral"), - (UniCase("unnecessairy"), "unnecessarily"), - (UniCase("satsify"), "satisfy"), - (UniCase("demonised"), "demonized"), - (UniCase("principas"), "principals"), - (UniCase("transmitirte"), "transmitter"), - (UniCase("analsyt"), "analyst"), - (UniCase("ocotber"), "october"), - (UniCase("situacional"), "situational"), - (UniCase("olbiterated"), "obliterated"), - (UniCase("stormade"), "stormed"), - (UniCase("cholesteral"), "cholesterol"), - (UniCase("intertainment"), "entertainment"), - (UniCase("ismalist"), "islamist"), - (UniCase("identifikation"), "identification"), - (UniCase("wallpapes"), "wallpapers"), - (UniCase("construt"), "constructs"), - (UniCase("similtaneously"), "simultaneously"), - (UniCase("transgenderd"), "transgendered"), - (UniCase("overthining"), "overthinking"), - (UniCase("collaspes"), "collapses"), - (UniCase("transaltor"), "translator"), - (UniCase("corollla"), "corolla"), - (UniCase("opressive"), "oppressive"), - (UniCase("slippey"), "slippery"), - (UniCase("boaut"), "bout"), - (UniCase("appeard"), "appeared"), - (UniCase("receeded"), "receded"), - (UniCase("dragonus"), "dragons"), - (UniCase("unbareable"), "unbearable"), - (UniCase("superviser"), "supervisor"), - (UniCase("businesmen"), "businessmen"), - (UniCase("enthuasists"), "enthusiasts"), - (UniCase("immserive"), "immersive"), - (UniCase("ventialtion"), "ventilation"), - (UniCase("planetos"), "planets"), - (UniCase("norwegain"), "norwegian"), - (UniCase("ontairo"), "ontario"), - (UniCase("interet"), "interest"), - (UniCase("sandstrom"), "sandstorm"), - (UniCase("intervalls"), "intervals"), - (UniCase("conferances"), "conferences"), - (UniCase("peripheals"), "peripherals"), - (UniCase("identifiy"), "identify"), - (UniCase("tonuges"), "tongues"), - (UniCase("inpolite"), "impolite"), - (UniCase("progressvie"), "progressives"), - (UniCase("crystalus"), "crystals"), - (UniCase("vegetatian"), "vegetarian"), - (UniCase("compunation"), "computation"), - (UniCase("racionalization"), "rationalization"), - (UniCase("instalement"), "installment"), - (UniCase("dehyrdation"), "dehydration"), - (UniCase("produktion"), "production"), - (UniCase("skateboad"), "skateboard"), - (UniCase("maximise"), "maximize"), - (UniCase("exposse"), "exposes"), - (UniCase("obssessed"), "obsessed"), - (UniCase("conversationy"), "conservation"), - (UniCase("permitas"), "permits"), - (UniCase("trespasing"), "trespassing"), - (UniCase("independens"), "independents"), - (UniCase("entirley"), "entirely"), - (UniCase("valenica"), "valencia"), - (UniCase("reconcider"), "reconsider"), - (UniCase("lightrom"), "lightroom"), - (UniCase("subscribirse"), "subscriber"), - (UniCase("intorduces"), "introduces"), - (UniCase("archeytpes"), "archetypes"), - (UniCase("punsihments"), "punishments"), - (UniCase("empathie"), "empathize"), - (UniCase("discolsure"), "disclosure"), - (UniCase("ideologis"), "ideologies"), - (UniCase("frsibee"), "frisbee"), - (UniCase("protess"), "protests"), - (UniCase("acclimatised"), "acclimatized"), - (UniCase("instatance"), "instance"), - (UniCase("caterogized"), "categorized"), - (UniCase("whilrwind"), "whirlwind"), - (UniCase("womanising"), "womanizing"), - (UniCase("auotattack"), "autoattack"), - (UniCase("collosal"), "colossal"), - (UniCase("agressive"), "aggressive"), - (UniCase("centralise"), "centralize"), - (UniCase("vampiers"), "vampires"), - (UniCase("circumstante"), "circumstance"), - (UniCase("nationalitic"), "nationalistic"), - (UniCase("venezuelean"), "venezuela"), - (UniCase("europeaness"), "europeans"), - (UniCase("atmosoheric"), "atmospheric"), - (UniCase("undeniablely"), "undeniably"), - (UniCase("cubpoard"), "cupboard"), - (UniCase("jeopardises"), "jeopardizes"), - (UniCase("balcanes"), "balances"), - (UniCase("syrap"), "syrup"), - (UniCase("transistorised"), "transistorized"), - (UniCase("brendamn"), "brendan"), - (UniCase("asteorid"), "asteroid"), - (UniCase("agonise"), "agonize"), - (UniCase("symoblic"), "symbolic"), - (UniCase("singluarity"), "singularity"), - (UniCase("datbase"), "database"), - (UniCase("contemplat"), "contempt"), - (UniCase("burtsing"), "bursting"), - (UniCase("absurdy"), "absurdly"), - (UniCase("transfomed"), "transformed"), - (UniCase("duplicants"), "duplicates"), - (UniCase("acheivements"), "achievements"), - (UniCase("associatons"), "associations"), - (UniCase("phsyician"), "physician"), - (UniCase("sheninigans"), "shenanigans"), - (UniCase("neuorscience"), "neuroscience"), - (UniCase("organismed"), "organise"), - (UniCase("flethcer"), "fletcher"), - (UniCase("representas"), "represents"), - (UniCase("cumpolsory"), "compulsory"), - (UniCase("neuroscienze"), "neuroscience"), - (UniCase("strenghtened"), "strengthened"), - (UniCase("homogenuous"), "homogeneous"), - (UniCase("libguistic"), "linguistic"), - (UniCase("definitiely"), "definitively"), - (UniCase("swaskita"), "swastika"), - (UniCase("manglade"), "mangled"), - (UniCase("corrulates"), "correlates"), - (UniCase("deocrations"), "decorations"), - (UniCase("ocurrance"), "occurrence"), - (UniCase("bargianing"), "bargaining"), - (UniCase("hvaing"), "having"), - (UniCase("icefrong"), "icefrog"), - (UniCase("cardiovascualar"), "cardiovascular"), - (UniCase("verifikation"), "verification"), - (UniCase("silbings"), "siblings"), - (UniCase("deplyoing"), "deploying"), - (UniCase("commissionor"), "commissioner"), - (UniCase("expectansy"), "expectancy"), - (UniCase("anedocte"), "anecdote"), - (UniCase("beoynce"), "beyonce"), - (UniCase("atheltes"), "athletes"), - (UniCase("confidance"), "confidence"), - (UniCase("impovershied"), "impoverished"), - (UniCase("anyonse"), "anyones"), - (UniCase("blessure"), "blessing"), - (UniCase("anaesthetising"), "anesthetizing"), - (UniCase("narcissisim"), "narcissism"), - (UniCase("pretaining"), "pertaining"), - (UniCase("repoistory"), "repository"), - (UniCase("accliamed"), "acclaimed"), - (UniCase("reporductive"), "reproductive"), - (UniCase("michellle"), "michelle"), - (UniCase("froniter"), "frontier"), - (UniCase("resturants"), "restaurants"), - (UniCase("forbiden"), "forbidden"), - (UniCase("metephysical"), "metaphysical"), - (UniCase("effecitvely"), "effectively"), - (UniCase("prejucided"), "prejudiced"), - (UniCase("permissble"), "permissible"), - (UniCase("expentiture"), "expenditure"), - (UniCase("explossive"), "explosives"), - (UniCase("omnipetent"), "omnipotent"), - (UniCase("americanis"), "americas"), - (UniCase("providance"), "providence"), - (UniCase("illegalls"), "illegals"), - (UniCase("sqeuaky"), "squeaky"), - (UniCase("construde"), "construed"), - (UniCase("weightlfiting"), "weightlifting"), - (UniCase("definitevly"), "definitively"), - (UniCase("manoeuverability"), "maneuverability"), - (UniCase("reasonabley"), "reasonably"), - (UniCase("extraccion"), "extraction"), - (UniCase("preleminary"), "preliminary"), - (UniCase("backjacking"), "backpacking"), - (UniCase("rudimentory"), "rudimentary"), - (UniCase("temparatures"), "temperatures"), - (UniCase("revealtions"), "revelations"), - (UniCase("circumsised"), "circumcised"), - (UniCase("niusance"), "nuisance"), - (UniCase("publisger"), "publisher"), - (UniCase("fossilises"), "fossilizes"), - (UniCase("benifit"), "benefit"), - (UniCase("transformarea"), "transformer"), - (UniCase("simeltaneously"), "simultaneously"), - (UniCase("tacticallity"), "tactically"), - (UniCase("broadcastors"), "broadcasts"), - (UniCase("distractin"), "district"), - (UniCase("assitant"), "assistant"), - (UniCase("astronat"), "astronaut"), - (UniCase("accuratley"), "accurately"), - (UniCase("conversley"), "conversely"), - (UniCase("arrangment"), "arrangement"), - (UniCase("expirements"), "experiments"), - (UniCase("gauntles"), "gauntlets"), - (UniCase("sergeat"), "sergeant"), - (UniCase("unorginial"), "unoriginal"), - (UniCase("responisbilities"), "responsibilities"), - (UniCase("incidently"), "incidentally"), - (UniCase("travelling"), "traveling"), - (UniCase("mutilatin"), "mutilation"), - (UniCase("specialsts"), "specialists"), - (UniCase("fluctuatie"), "fluctuate"), - (UniCase("optimizaton"), "optimization"), - (UniCase("innovatve"), "innovate"), - (UniCase("sherlcok"), "sherlock"), - (UniCase("intelligente"), "intelligence"), - (UniCase("intervieni"), "interviewing"), - (UniCase("omision"), "omission"), - (UniCase("thumbnailers"), "thumbnails"), - (UniCase("impedence"), "impedance"), - (UniCase("obtianable"), "obtainable"), - (UniCase("physcological"), "psychological"), - (UniCase("restauring"), "restarting"), - (UniCase("essencially"), "essentially"), - (UniCase("confussions"), "confessions"), - (UniCase("straignt"), "straighten"), - (UniCase("unwieldly"), "unwieldy"), - (UniCase("disillutioned"), "disillusioned"), - (UniCase("breathalysers"), "breathalyzers"), - (UniCase("hodlings"), "holdings"), - (UniCase("manafestation"), "manifestation"), - (UniCase("schedulling"), "scheduling"), - (UniCase("distingiush"), "distinguish"), - (UniCase("resistendo"), "resisted"), - (UniCase("permature"), "premature"), - (UniCase("intermedie"), "intermediate"), - (UniCase("conversacion"), "conversation"), - (UniCase("banruptcy"), "bankruptcy"), - (UniCase("implemenet"), "implements"), - (UniCase("sacrifized"), "sacrificed"), - (UniCase("mousturizing"), "moisturizing"), - (UniCase("narcotis"), "narcotics"), - (UniCase("deyhdrated"), "dehydrated"), - (UniCase("fingernal"), "fingernails"), - (UniCase("unsoliciated"), "unsolicited"), - (UniCase("pronunciating"), "pronunciation"), - (UniCase("infromal"), "informal"), - (UniCase("varitey"), "variety"), - (UniCase("ejaculaion"), "ejaculation"), - (UniCase("profitabile"), "profitable"), - (UniCase("fragmet"), "fragment"), - (UniCase("passivisation"), "passivization"), - (UniCase("specailly"), "specially"), - (UniCase("motoroal"), "motorola"), - (UniCase("combatents"), "combatants"), - (UniCase("cheerleeders"), "cheerleaders"), - (UniCase("infecteous"), "infectious"), - (UniCase("intanjible"), "intangible"), - (UniCase("pronous"), "pronouns"), - (UniCase("multilpier"), "multiplier"), - (UniCase("blochchain"), "blockchain"), - (UniCase("legitimatcy"), "legitimacy"), - (UniCase("unsubscribade"), "unsubscribed"), - (UniCase("intercouse"), "intercourse"), - (UniCase("instanteneous"), "instantaneous"), - (UniCase("mocrotransactions"), "microtransactions"), - (UniCase("necessiates"), "necessities"), - (UniCase("appereance"), "appearance"), - (UniCase("hypotethical"), "hypothetical"), - (UniCase("caulfilower"), "cauliflower"), - (UniCase("involuntairy"), "involuntary"), - (UniCase("interese"), "interested"), - (UniCase("nessasarily"), "necessarily"), - (UniCase("kwno"), "know"), - (UniCase("ascnesion"), "ascension"), - (UniCase("implementatin"), "implementations"), - (UniCase("appreciateive"), "appreciative"), - (UniCase("medicae"), "medicare"), - (UniCase("libellous"), "libelous"), - (UniCase("terrorits"), "terrorist"), - (UniCase("palestina"), "palestinian"), - (UniCase("interacive"), "interactive"), - (UniCase("asbestoes"), "asbestos"), - (UniCase("ditributed"), "distributed"), - (UniCase("gymanstics"), "gymnastics"), - (UniCase("pennsylvnia"), "pennsylvania"), - (UniCase("jeoprady"), "jeopardy"), - (UniCase("somoenes"), "someones"), - (UniCase("amnsety"), "amnesty"), - (UniCase("unicornus"), "unicorns"), - (UniCase("displacemnt"), "displacement"), - (UniCase("romaanin"), "romanian"), - (UniCase("maintan"), "maintain"), - (UniCase("iwth"), "with"), - (UniCase("dictadorship"), "dictatorship"), - (UniCase("contagiosa"), "contagious"), - (UniCase("grandchilder"), "grandchildren"), - (UniCase("substanties"), "substantive"), - (UniCase("milennium"), "millennium"), - (UniCase("anniversy"), "anniversary"), - (UniCase("religously"), "religiously"), - (UniCase("psychoanalyse"), "psychoanalyze"), - (UniCase("natique"), "antique"), - (UniCase("strategisch"), "strategic"), - (UniCase("theroetical"), "theoretical"), - (UniCase("heartbrake"), "heartbreak"), - (UniCase("sponsered"), "sponsored"), - (UniCase("familiarisation"), "familiarization"), - (UniCase("understandibly"), "understandably"), - (UniCase("conflit"), "conflict"), - (UniCase("smaurai"), "samurai"), - (UniCase("deomgraphics"), "demographics"), - (UniCase("tournamnet"), "tournament"), - (UniCase("repalying"), "replaying"), - (UniCase("ressemble"), "resemble"), - (UniCase("doulbe"), "double"), - (UniCase("certificiate"), "certificate"), - (UniCase("flexibel"), "flexible"), - (UniCase("comissioning"), "commissioning"), - (UniCase("effectivly"), "effectively"), - (UniCase("proponet"), "proponents"), - (UniCase("appliences"), "appliances"), - (UniCase("summones"), "summoners"), - (UniCase("symbolise"), "symbolize"), - (UniCase("investegator"), "investigator"), - (UniCase("credientals"), "credentials"), - (UniCase("casuation"), "causation"), - (UniCase("behavioural"), "behavioral"), - (UniCase("transgenered"), "transgender"), - (UniCase("constantivs"), "constants"), - (UniCase("revelant"), "relevant"), - (UniCase("regularing"), "regulating"), - (UniCase("discriminitory"), "discriminatory"), - (UniCase("moisturising"), "moisturizing"), - (UniCase("commitee"), "committee"), - (UniCase("croatioa"), "croatia"), - (UniCase("uncertianty"), "uncertainty"), - (UniCase("suggestieve"), "suggestive"), - (UniCase("doublerift"), "doublelift"), - (UniCase("hauntig"), "haunting"), - (UniCase("intelluctuals"), "intellectuals"), - (UniCase("margerat"), "margaret"), - (UniCase("regisrty"), "registry"), - (UniCase("figthing"), "fighting"), - (UniCase("proccess"), "process"), - (UniCase("ehtnicity"), "ethnicity"), - (UniCase("disporportionatly"), "disproportionately"), - (UniCase("steroetypical"), "stereotypical"), - (UniCase("chocolotes"), "chocolates"), - (UniCase("paediatric"), "pediatric"), - (UniCase("mistery"), "mystery"), - (UniCase("guresome"), "gruesome"), - (UniCase("annilihate"), "annihilated"), - (UniCase("represenation"), "representation"), - (UniCase("argicultural"), "agricultural"), - (UniCase("unsuprisingly"), "unsurprisingly"), - (UniCase("radaince"), "radiance"), - (UniCase("whitholding"), "withholding"), - (UniCase("constitues"), "constitutes"), - (UniCase("microwavers"), "microwaves"), - (UniCase("ideoligically"), "ideologically"), - (UniCase("enterprices"), "enterprises"), - (UniCase("transparrent"), "transparent"), - (UniCase("acitvates"), "activates"), - (UniCase("corintheans"), "corinthians"), - (UniCase("createur"), "creature"), - (UniCase("uncertaincy"), "uncertainty"), - (UniCase("ocasionally"), "occasionally"), - (UniCase("fraternety"), "fraternity"), - (UniCase("plagarism"), "plagiarism"), - (UniCase("percintile"), "percentile"), - (UniCase("infromation"), "information"), - (UniCase("prostitude"), "prostitute"), - (UniCase("aggressivo"), "aggression"), - (UniCase("conversatino"), "conservation"), - (UniCase("ploughshares"), "plowshares"), - (UniCase("halluciantions"), "hallucinations"), - (UniCase("italianas"), "italians"), - (UniCase("comitted"), "committed"), - (UniCase("impossibal"), "impossibly"), - (UniCase("underutilised"), "underutilized"), - (UniCase("blackberrry"), "blackberry"), - (UniCase("compreses"), "compress"), - (UniCase("categorice"), "categorize"), - (UniCase("pyschologically"), "psychologically"), - (UniCase("revolvs"), "revolves"), - (UniCase("invervention"), "intervention"), - (UniCase("swiming"), "swimming"), - (UniCase("personel"), "personnel"), - (UniCase("jacksonvile"), "jacksonville"), - (UniCase("startus"), "startups"), - (UniCase("motorollas"), "motorola"), - (UniCase("somtimes"), "sometimes"), - (UniCase("noticible"), "noticeable"), - (UniCase("journalims"), "journals"), - (UniCase("railraod"), "railroad"), - (UniCase("pronunciaton"), "pronunciation"), - (UniCase("mentionning"), "mentioning"), - (UniCase("decalring"), "declaring"), - (UniCase("firefigther"), "firefighters"), - (UniCase("misdemenor"), "misdemeanor"), - (UniCase("manufacters"), "manufactures"), - (UniCase("mercinaries"), "mercenaries"), - (UniCase("ackward"), "awkward"), - (UniCase("eclpise"), "eclipse"), - (UniCase("gonig"), "going"), - (UniCase("pharmacs"), "pharmacist"), - (UniCase("rewitten"), "rewritten"), - (UniCase("indefinete"), "indefinite"), - (UniCase("dispite"), "despite"), - (UniCase("insignificent"), "insignificant"), - (UniCase("flashligt"), "flashlight"), - (UniCase("undermimes"), "undermines"), - (UniCase("consistencey"), "consistency"), - (UniCase("multiplyng"), "multiplying"), - (UniCase("canalised"), "canalized"), - (UniCase("synomynous"), "synonymous"), - (UniCase("shelveys"), "shelves"), - (UniCase("falired"), "flaired"), - (UniCase("fluctiations"), "fluctuations"), - (UniCase("deodorise"), "deodorize"), - (UniCase("dirfting"), "drifting"), - (UniCase("possiblly"), "possibly"), - (UniCase("defensivley"), "defensively"), - (UniCase("concentraded"), "concentrated"), - (UniCase("tsamina"), "stamina"), - (UniCase("perpetraded"), "perpetrated"), - (UniCase("downgarde"), "downgrade"), - (UniCase("atmosphereic"), "atmospheric"), - (UniCase("purposelly"), "purposely"), - (UniCase("electrolyts"), "electrolytes"), - (UniCase("parametics"), "paramedics"), - (UniCase("procative"), "proactive"), - (UniCase("minnesotta"), "minnesota"), - (UniCase("infinetely"), "infinitely"), - (UniCase("derivitaves"), "derivatives"), - (UniCase("invincibile"), "invincible"), - (UniCase("reproducion"), "reproduction"), - (UniCase("scritps"), "scripts"), - (UniCase("disgustinly"), "disgustingly"), - (UniCase("hysteriia"), "hysteria"), - (UniCase("misrepresentativ"), "misrepresentation"), - (UniCase("persussion"), "persuasion"), - (UniCase("emiting"), "emitting"), - (UniCase("prioritises"), "prioritizes"), - (UniCase("wednessay"), "wednesdays"), - (UniCase("litecon"), "litecoin"), - (UniCase("regulas"), "regulars"), - (UniCase("interveres"), "interferes"), - (UniCase("distribuie"), "distribute"), - (UniCase("happliy"), "happily"), - (UniCase("invulnerbale"), "invulnerable"), - (UniCase("excecuting"), "executing"), - (UniCase("combinaton"), "combination"), - (UniCase("autochtonous"), "autochthonous"), - (UniCase("conpetitions"), "competitions"), - (UniCase("highloader"), "highlander"), - (UniCase("semestres"), "semesters"), - (UniCase("laucnher"), "launcher"), - (UniCase("amke"), "make"), - (UniCase("conflcit"), "conflict"), - (UniCase("assembe"), "assemble"), - (UniCase("mainfests"), "manifests"), - (UniCase("thunderblot"), "thunderbolt"), - (UniCase("iranias"), "iranians"), - (UniCase("itemise"), "itemize"), - (UniCase("specializied"), "specialize"), - (UniCase("falsley"), "falsely"), - (UniCase("presonas"), "personas"), - (UniCase("citicenship"), "citizenship"), - (UniCase("strawberrries"), "strawberries"), - (UniCase("renassiance"), "renaissance"), - (UniCase("organisers"), "organizers"), - (UniCase("reinitalise"), "reinitialise"), - (UniCase("professioanl"), "professionals"), - (UniCase("pedophilea"), "pedophilia"), - (UniCase("shortenend"), "shortened"), - (UniCase("collectivley"), "collectively"), - (UniCase("forunner"), "forerunner"), - (UniCase("contractos"), "contracts"), - (UniCase("adivsor"), "advisor"), - (UniCase("prostituton"), "prostitution"), - (UniCase("artihmetic"), "arithmetic"), - (UniCase("manifestes"), "manifests"), - (UniCase("reinstaled"), "reinstalled"), - (UniCase("abiltiy"), "ability"), - (UniCase("stragegically"), "strategically"), - (UniCase("sensationilist"), "sensationalist"), - (UniCase("proceedes"), "proceeds"), - (UniCase("parenthesies"), "parenthesis"), - (UniCase("aeorspace"), "aerospace"), - (UniCase("exapnds"), "expands"), - (UniCase("massechusetts"), "massachusetts"), - (UniCase("detectoare"), "detector"), - (UniCase("reserach"), "research"), - (UniCase("amohetamines"), "amphetamines"), - (UniCase("recoginse"), "recognise"), - (UniCase("soem"), "some"), - (UniCase("arbitratily"), "arbitrarily"), - (UniCase("contextualised"), "contextualized"), - (UniCase("convencen"), "convenience"), - (UniCase("enclycopedia"), "encyclopedia"), - (UniCase("presense"), "presence"), - (UniCase("tranzporter"), "transporter"), - (UniCase("completelyl"), "completely"), - (UniCase("dissepointed"), "dissapointed"), - (UniCase("sovietes"), "soviets"), - (UniCase("benchamrks"), "benchmarks"), - (UniCase("deployd"), "deployed"), - (UniCase("obtainabe"), "obtainable"), - (UniCase("americs"), "americas"), - (UniCase("toxicitity"), "toxicity"), - (UniCase("qualificatons"), "qualifications"), - (UniCase("transphonic"), "transphobic"), - (UniCase("konw"), "know"), - (UniCase("philosophicaly"), "philosophically"), - (UniCase("dissapponted"), "dissapointed"), - (UniCase("bacholers"), "bachelors"), - (UniCase("telelevision"), "television"), - (UniCase("restricion"), "restriction"), - (UniCase("whaeton"), "wheaton"), - (UniCase("predocessor"), "predecessor"), - (UniCase("ciricuit"), "circuit"), - (UniCase("breathos"), "breaths"), - (UniCase("critizing"), "criticizing"), - (UniCase("awya"), "away"), - (UniCase("subscriping"), "subscribing"), - (UniCase("retroactivelly"), "retroactively"), - (UniCase("procrastinationg"), "procrastinating"), - (UniCase("predicte"), "predictive"), - (UniCase("comminication"), "communication"), - (UniCase("sensitivy"), "sensitivity"), - (UniCase("ploughshare"), "plowshare"), - (UniCase("monolythic"), "monolithic"), - (UniCase("consttruction"), "construction"), - (UniCase("indefinitley"), "indefinitely"), - (UniCase("chcukles"), "chuckles"), - (UniCase("bulletprooof"), "bulletproof"), - (UniCase("suprizingly"), "surprisingly"), - (UniCase("environemnt"), "environment"), - (UniCase("garuantee"), "guarantee"), - (UniCase("downvoteurs"), "downvoters"), - (UniCase("manufactueres"), "manufactures"), - (UniCase("revealtion"), "revelations"), - (UniCase("equilevants"), "equivalents"), - (UniCase("warwcik"), "warwick"), - (UniCase("visably"), "visibly"), - (UniCase("motherbords"), "motherboards"), - (UniCase("difficutly"), "difficulty"), - (UniCase("determinare"), "determine"), - (UniCase("healtchare"), "healthcare"), - (UniCase("astronuat"), "astronaut"), - (UniCase("adaptare"), "adapter"), - (UniCase("vocalise"), "vocalize"), - (UniCase("reluctanty"), "reluctantly"), - (UniCase("archaoelogy"), "archeology"), - (UniCase("concentracion"), "concentration"), - (UniCase("luanched"), "launched"), - (UniCase("autisitc"), "autistic"), - (UniCase("tumours"), "tumors"), - (UniCase("macthup"), "matchup"), - (UniCase("intially"), "initially"), - (UniCase("mutliples"), "multiples"), - (UniCase("inculding"), "including"), - (UniCase("battlefied"), "battlefield"), - (UniCase("sentemental"), "sentimental"), - (UniCase("controvercy"), "controversy"), - (UniCase("photograhper"), "photographer"), - (UniCase("terminarlo"), "terminal"), - (UniCase("cooperativo"), "cooperation"), - (UniCase("denationalise"), "denationalize"), - (UniCase("photogrpahed"), "photographed"), - (UniCase("rucuperate"), "recuperate"), - (UniCase("naviagtion"), "navigation"), - (UniCase("unsuccessfull"), "unsuccessful"), - (UniCase("expell"), "expel"), - (UniCase("tortiose"), "tortoise"), - (UniCase("unanwsered"), "unanswered"), - (UniCase("exclamating"), "exclamation"), - (UniCase("costumise"), "costumes"), - (UniCase("stencilled"), "stenciled"), - (UniCase("inconprehensible"), "incomprehensible"), - (UniCase("poweful"), "powerful"), - (UniCase("appals"), "appalls"), - (UniCase("differene"), "differences"), - (UniCase("projecte"), "projectile"), - (UniCase("extremaste"), "extremes"), - (UniCase("insipred"), "inspired"), - (UniCase("diagonaal"), "diagonal"), - (UniCase("persuits"), "pursuits"), - (UniCase("starighten"), "straighten"), - (UniCase("criticicing"), "criticising"), - (UniCase("disciplinare"), "discipline"), - (UniCase("emmisarries"), "emissaries"), - (UniCase("fertilizier"), "fertilizer"), - (UniCase("misnadry"), "misandry"), - (UniCase("strechtes"), "stretches"), - (UniCase("backgrouns"), "backgrounds"), - (UniCase("cohesie"), "cohesive"), - (UniCase("fromatting"), "formatting"), - (UniCase("downsiders"), "downsides"), - (UniCase("corruptin"), "corruption"), - (UniCase("introverse"), "introverts"), - (UniCase("inventaron"), "inventor"), - (UniCase("intermittment"), "intermittent"), - (UniCase("automony"), "autonomy"), - (UniCase("anaylzing"), "analyzing"), - (UniCase("whistel"), "whistle"), - (UniCase("environmentl"), "environmentally"), - (UniCase("nullabour"), "nullarbor"), - (UniCase("symetrically"), "symmetrically"), - (UniCase("configureable"), "configurable"), - (UniCase("premeired"), "premiered"), - (UniCase("transmatter"), "transmitter"), - (UniCase("availabillity"), "availability"), - (UniCase("alledges"), "alleges"), - (UniCase("periphreals"), "peripherals"), - (UniCase("cosemtic"), "cosmetic"), - (UniCase("corrospond"), "correspond"), - (UniCase("chromossome"), "chromosomes"), - (UniCase("introspektion"), "introspection"), - (UniCase("transseuxal"), "transsexual"), - (UniCase("chargehr"), "charger"), - (UniCase("conpromising"), "compromising"), - (UniCase("manufactuter"), "manufacture"), - (UniCase("doucehbag"), "douchebag"), - (UniCase("skelatel"), "skeletal"), - (UniCase("maintaines"), "maintains"), - (UniCase("unbelievablly"), "unbelievably"), - (UniCase("intestinos"), "intestines"), - (UniCase("colonise"), "colonize"), - (UniCase("splendour"), "splendor"), - (UniCase("aucitons"), "auctions"), - (UniCase("ministeres"), "ministers"), - (UniCase("socilaism"), "socialism"), - (UniCase("foreginer"), "foreigner"), - (UniCase("embarass"), "embarrass"), - (UniCase("cosiest"), "coziest"), - (UniCase("fractalpus"), "fractals"), - (UniCase("infrotn"), "infront"), - (UniCase("inconsistecy"), "inconsistency"), - (UniCase("diarrhoea"), "diarrhea"), - (UniCase("disicples"), "disciples"), - (UniCase("justifyable"), "justifiable"), - (UniCase("comtamination"), "contamination"), - (UniCase("entrepreuners"), "entrepreneurs"), - (UniCase("resembels"), "resembles"), - (UniCase("guaridans"), "guardians"), - (UniCase("compresssion"), "compression"), - (UniCase("inadventently"), "inadvertently"), - (UniCase("asssasin"), "assassin"), - (UniCase("recidents"), "residents"), - (UniCase("developmetn"), "developments"), - (UniCase("invitacion"), "invitation"), - (UniCase("sharpley"), "sharply"), - (UniCase("tricolour"), "tricolor"), - (UniCase("traversie"), "traverse"), - (UniCase("downvotear"), "downvoters"), - (UniCase("manufacturas"), "manufactures"), - (UniCase("siezable"), "sizeable"), - (UniCase("neverthless"), "nevertheless"), - (UniCase("illustartions"), "illustrations"), - (UniCase("simluator"), "simulator"), - (UniCase("overpoweing"), "overpowering"), - (UniCase("participaste"), "participants"), - (UniCase("comming"), "coming"), - (UniCase("contast"), "contacts"), - (UniCase("confidenciality"), "confidential"), - (UniCase("timestap"), "timestamp"), - (UniCase("prompty"), "promptly"), - (UniCase("amatersu"), "amateurs"), - (UniCase("biologicaly"), "biologically"), - (UniCase("pretedermined"), "predetermined"), - (UniCase("misognyists"), "misogynist"), - (UniCase("scenarioes"), "scenarios"), - (UniCase("animostiy"), "animosity"), - (UniCase("steryotypes"), "stereotypes"), - (UniCase("executionees"), "executions"), - (UniCase("reinitalizing"), "reinitializing"), - (UniCase("indicativo"), "indication"), - (UniCase("kindergaten"), "kindergarten"), - (UniCase("accquainted"), "acquainted"), - (UniCase("cleasne"), "cleanse"), - (UniCase("sensationslism"), "sensationalism"), - (UniCase("bodyweigt"), "bodyweight"), - (UniCase("passerbys"), "passersby"), - (UniCase("govermet"), "goverment"), - (UniCase("spontaneus"), "spontaneous"), - (UniCase("activisit"), "activist"), - (UniCase("blackahwks"), "blackhawks"), - (UniCase("immitated"), "imitated"), - (UniCase("australianas"), "australians"), - (UniCase("frequenties"), "frequencies"), - (UniCase("anythign"), "anything"), - (UniCase("hipopotamus"), "hippopotamus"), - (UniCase("insultes"), "insults"), - (UniCase("cerimonious"), "ceremonious"), - (UniCase("prospertiy"), "prosperity"), - (UniCase("tghe"), "the"), - (UniCase("entirelly"), "entirely"), - (UniCase("socioeconimic"), "socioeconomic"), - (UniCase("institutue"), "instituted"), - (UniCase("criminalised"), "criminalized"), - (UniCase("fiercly"), "fiercely"), - (UniCase("volounteered"), "volunteered"), - (UniCase("necesserily"), "necessarily"), - (UniCase("tortillias"), "tortilla"), - (UniCase("creativelly"), "creatively"), - (UniCase("limitaiton"), "limitation"), - (UniCase("redepmtion"), "redemption"), - (UniCase("cardiovascualr"), "cardiovascular"), - (UniCase("derivitave"), "derivative"), - (UniCase("basicaly"), "basically"), - (UniCase("evangelise"), "evangelize"), - (UniCase("estbalishment"), "establishments"), - (UniCase("preceed"), "precede"), - (UniCase("commandore"), "commanders"), - (UniCase("firendlies"), "friendlies"), - (UniCase("keybaords"), "keyboards"), - (UniCase("continus"), "continues"), - (UniCase("interrogatin"), "interrogation"), - (UniCase("definetaly"), "definately"), - (UniCase("geographicaly"), "geographically"), - (UniCase("narcessist"), "narcissist"), - (UniCase("demonstraiton"), "demonstrations"), - (UniCase("presearing"), "preserving"), - (UniCase("programmier"), "programmer"), - (UniCase("forciblly"), "forcibly"), - (UniCase("agnostiscm"), "agnosticism"), - (UniCase("defenselss"), "defenseless"), - (UniCase("referentes"), "references"), - (UniCase("prominantly"), "prominently"), - (UniCase("amortising"), "amortizing"), - (UniCase("relatin"), "relation"), - (UniCase("scartches"), "scratches"), - (UniCase("existensial"), "existential"), - (UniCase("monogameous"), "monogamous"), - (UniCase("subsizide"), "subsidize"), - (UniCase("accessable"), "accessible"), - (UniCase("franchsies"), "franchises"), - (UniCase("parmasen"), "parmesan"), - (UniCase("guadulupe"), "guadalupe"), - (UniCase("simplefying"), "simplifying"), - (UniCase("agressivnes"), "agressive"), - (UniCase("stranglove"), "strangle"), - (UniCase("honory"), "honorary"), - (UniCase("monumnet"), "monument"), - (UniCase("appropraite"), "appropriate"), - (UniCase("opportunites"), "opportunities"), - (UniCase("radify"), "ratify"), - (UniCase("collectivly"), "collectively"), - (UniCase("confrentation"), "confrontation"), - (UniCase("bloodborbe"), "bloodborne"), - (UniCase("synonumous"), "synonymous"), - (UniCase("oppurtunities"), "opportunities"), - (UniCase("acopalyptic"), "apocalyptic"), - (UniCase("brimestone"), "brimstone"), - (UniCase("apporach"), "approach"), - (UniCase("repsonds"), "responds"), - (UniCase("realisme"), "realise"), - (UniCase("construcing"), "constructing"), - (UniCase("miscomunnication"), "miscommunication"), - (UniCase("negociate"), "negotiate"), - (UniCase("treatmet"), "treatments"), - (UniCase("neccessities"), "necessities"), - (UniCase("revelas"), "reveals"), - (UniCase("shephered"), "shepherd"), - (UniCase("initalizes"), "initializes"), - (UniCase("invariablly"), "invariably"), - (UniCase("hyperbolie"), "hyperbole"), - (UniCase("forensisch"), "forensic"), - (UniCase("directy"), "directly"), - (UniCase("anonomously"), "anonymously"), - (UniCase("haev"), "have"), - (UniCase("trasnmission"), "transmissions"), - (UniCase("snadler"), "sandler"), - (UniCase("unionised"), "unionized"), - (UniCase("hseldon"), "sheldon"), - (UniCase("billingualism"), "bilingualism"), - (UniCase("playhtrough"), "playthrough"), - (UniCase("infalte"), "inflate"), - (UniCase("accussed"), "accused"), - (UniCase("agriculutral"), "agricultural"), - (UniCase("temporise"), "temporize"), - (UniCase("enviroment"), "environment"), - (UniCase("pedophila"), "pedophilia"), - (UniCase("eloquenty"), "eloquently"), - (UniCase("incorportate"), "incorporate"), - (UniCase("propriatory"), "proprietary"), - (UniCase("difficut"), "difficulty"), - (UniCase("spectum"), "spectrum"), - (UniCase("multyplying"), "multiplying"), - (UniCase("intimitated"), "intimidated"), - (UniCase("nutrutional"), "nutritional"), - (UniCase("interpritation"), "interpretation"), - (UniCase("fedorans"), "fedoras"), - (UniCase("destruccion"), "destruction"), - (UniCase("deregulaiton"), "deregulation"), - (UniCase("indikation"), "indication"), - (UniCase("relavation"), "relaxation"), - (UniCase("synthesisers"), "synthesizers"), - (UniCase("dishoner"), "dishonored"), - (UniCase("facilitiy"), "facility"), - (UniCase("intoxicatin"), "intoxication"), - (UniCase("psuedo"), "pseudo"), - (UniCase("contribuo"), "contributor"), - (UniCase("gunatanamo"), "guantanamo"), - (UniCase("dieing"), "dying"), - (UniCase("knowleagable"), "knowledgable"), - (UniCase("probleem"), "problem"), - (UniCase("valentie"), "valentines"), - (UniCase("judgenental"), "judgemental"), - (UniCase("atatchment"), "attachment"), - (UniCase("compatative"), "comparative"), - (UniCase("devastanti"), "devastating"), - (UniCase("neighboorhoud"), "neighbourhood"), - (UniCase("wonderes"), "wonders"), - (UniCase("presedintia"), "presidential"), - (UniCase("presumptous"), "presumptuous"), - (UniCase("fundemantal"), "fundamental"), - (UniCase("generelization"), "generalization"), - (UniCase("entrepreneurers"), "entrepreneurs"), - (UniCase("explainging"), "explaining"), - (UniCase("treatmens"), "treatments"), - (UniCase("winnpieg"), "winnipeg"), - (UniCase("intimidad"), "intimidated"), - (UniCase("admininistrative"), "administrative"), - (UniCase("intrument"), "instrument"), - (UniCase("neslave"), "enslave"), - (UniCase("complition"), "completion"), - (UniCase("converning"), "converting"), - (UniCase("artifical"), "artificial"), - (UniCase("indianopolis"), "indianapolis"), - (UniCase("guage"), "gauge"), - (UniCase("brilliante"), "brilliance"), - (UniCase("inquisitivo"), "inquisition"), - (UniCase("sceptre"), "scepter"), - (UniCase("consums"), "consumes"), - (UniCase("facebok"), "facebook"), - (UniCase("physcopath"), "psychopath"), - (UniCase("socreboard"), "scoreboard"), - (UniCase("placemens"), "placements"), - (UniCase("deutcshland"), "deutschland"), - (UniCase("equialent"), "equivalent"), - (UniCase("predominatly"), "predominantly"), - (UniCase("minnestoa"), "minnesota"), - (UniCase("carrers"), "careers"), - (UniCase("elitisim"), "elitism"), - (UniCase("comsetics"), "cosmetics"), - (UniCase("respositories"), "repositories"), - (UniCase("comparions"), "comparison"), - (UniCase("californa"), "california"), - (UniCase("fundimentalist"), "fundamentalist"), - (UniCase("chloesterol"), "cholesterol"), - (UniCase("athetlics"), "athletics"), - (UniCase("gringeworthy"), "cringeworthy"), - (UniCase("ordianry"), "ordinary"), - (UniCase("californnia"), "californian"), - (UniCase("persecutie"), "persecuted"), - (UniCase("malasyia"), "malaysia"), - (UniCase("ulitmately"), "ultimately"), - (UniCase("containors"), "containers"), - (UniCase("impliciete"), "implicit"), - (UniCase("extraordinay"), "extraordinary"), - (UniCase("extermists"), "extremists"), - (UniCase("palaeontology"), "paleontology"), - (UniCase("metalic"), "metallic"), - (UniCase("tournements"), "tournaments"), - (UniCase("challanged"), "challenged"), - (UniCase("phsyicians"), "physicians"), - (UniCase("connonation"), "connotation"), - (UniCase("exterioare"), "exterior"), - (UniCase("prejeduces"), "prejudices"), - (UniCase("contigent"), "contingent"), - (UniCase("bilateraly"), "bilaterally"), - (UniCase("adjectivos"), "adjectives"), - (UniCase("girlfirends"), "girlfriends"), - (UniCase("marganilize"), "marginalized"), - (UniCase("staion"), "station"), - (UniCase("obviosuly"), "obviously"), - (UniCase("coefficeint"), "coefficient"), - (UniCase("corridoor"), "corridor"), - (UniCase("contibute"), "contribute"), - (UniCase("chlidfree"), "childfree"), - (UniCase("compansated"), "compensated"), - (UniCase("powerhourse"), "powerhouse"), - (UniCase("anbd"), "and"), - (UniCase("cmoputer"), "computer"), - (UniCase("morgtages"), "mortgages"), - (UniCase("phycisists"), "physicists"), - (UniCase("eurpoean"), "european"), - (UniCase("veryifing"), "verifying"), - (UniCase("marginis"), "margins"), - (UniCase("isntaller"), "installer"), - (UniCase("metaphysicans"), "metaphysics"), - (UniCase("objectivty"), "objectivity"), - (UniCase("justiifcation"), "justifications"), - (UniCase("perferable"), "preferable"), - (UniCase("masturbeta"), "masturbated"), - (UniCase("unaccpetable"), "unacceptable"), - (UniCase("confedence"), "conference"), - (UniCase("copenhaegen"), "copenhagen"), - (UniCase("cataclyms"), "cataclysm"), - (UniCase("transctions"), "transitions"), - (UniCase("phychiatrists"), "psychiatrists"), - (UniCase("hallucinatin"), "hallucinations"), - (UniCase("overpooling"), "overlooking"), - (UniCase("clitors"), "clitoris"), - (UniCase("entierty"), "entirety"), - (UniCase("grahpical"), "graphical"), - (UniCase("beccause"), "because"), - (UniCase("brianer"), "brainer"), - (UniCase("bulletts"), "bullets"), - (UniCase("creepes"), "creepers"), - (UniCase("custcenes"), "cutscenes"), - (UniCase("bodyweigth"), "bodyweight"), - (UniCase("commonspace"), "commonplace"), - (UniCase("natuilus"), "nautilus"), - (UniCase("hapened"), "happened"), - (UniCase("contruction"), "construction"), - (UniCase("fulfils"), "fulfills"), - (UniCase("commentart"), "commentator"), - (UniCase("sticthing"), "stitching"), - (UniCase("implicetly"), "implicitly"), - (UniCase("compalins"), "complains"), - (UniCase("researchs"), "researchers"), - (UniCase("extraodrinary"), "extraordinary"), - (UniCase("caluclator"), "calculator"), - (UniCase("afterhtought"), "afterthought"), - (UniCase("discreditted"), "discredited"), - (UniCase("mosquiters"), "mosquitoes"), - (UniCase("protability"), "portability"), - (UniCase("misunderstunding"), "misunderstandings"), - (UniCase("centepide"), "centipede"), - (UniCase("prohibitve"), "prohibited"), - (UniCase("percautions"), "precautions"), - (UniCase("spammear"), "spammer"), - (UniCase("brugundy"), "burgundy"), - (UniCase("intrecacies"), "intricacies"), - (UniCase("spesifications"), "specifications"), - (UniCase("transcrito"), "transcript"), - (UniCase("cupbaord"), "cupboard"), - (UniCase("infidility"), "infidelity"), - (UniCase("geographacilly"), "geographically"), - (UniCase("pharamceutical"), "pharmaceutical"), - (UniCase("laucnhers"), "launchers"), - (UniCase("technicaly"), "technically"), - (UniCase("moustache"), "mustache"), - (UniCase("moulting"), "molting"), - (UniCase("alledged"), "alleged"), - (UniCase("armouries"), "armories"), - (UniCase("chromasome"), "chromosome"), - (UniCase("reacll"), "recall"), - (UniCase("construccion"), "construction"), - (UniCase("credencials"), "credentials"), - (UniCase("collectivised"), "collectivized"), - (UniCase("defautls"), "defaults"), - (UniCase("enthusiest"), "enthusiast"), - (UniCase("yosemeti"), "yosemite"), - (UniCase("wednsedays"), "wednesdays"), - (UniCase("piankillers"), "painkillers"), - (UniCase("hotshoot"), "hotshot"), - (UniCase("premission"), "permission"), - (UniCase("frustrasion"), "frustrations"), - (UniCase("valykrie"), "valkyrie"), - (UniCase("colourize"), "colorize"), - (UniCase("bulletprof"), "bulletproof"), - (UniCase("eyar"), "year"), - (UniCase("interchangebale"), "interchangeable"), - (UniCase("idolised"), "idolized"), - (UniCase("proportionel"), "proportional"), - (UniCase("subisdy"), "subsidy"), - (UniCase("unnecessery"), "unnecessary"), - (UniCase("greenalnd"), "greenland"), - (UniCase("libertarien"), "libertarian"), - (UniCase("mulitation"), "mutilation"), - (UniCase("leiutenant"), "lieutenant"), - (UniCase("consequentually"), "consequently"), - (UniCase("accesss"), "access"), - (UniCase("metamage"), "metagame"), - (UniCase("uninstallimg"), "uninstalling"), - (UniCase("necromamcer"), "necromancer"), - (UniCase("portait"), "portrait"), - (UniCase("herculase"), "hercules"), - (UniCase("uncontrallably"), "uncontrollably"), - (UniCase("articel"), "article"), - (UniCase("cariacture"), "caricature"), - (UniCase("constituie"), "constitute"), - (UniCase("campaings"), "campaigns"), - (UniCase("marginaali"), "marginal"), - (UniCase("butterfries"), "butterflies"), - (UniCase("lanucher"), "launcher"), - (UniCase("transmutter"), "transmitter"), - (UniCase("equaliser"), "equalizer"), - (UniCase("perpetuationg"), "perpetuating"), - (UniCase("kilogramme"), "kilogram"), - (UniCase("confedaracy"), "confederacy"), - (UniCase("transaltion"), "translation"), - (UniCase("competitivley"), "competitively"), - (UniCase("tumour"), "tumor"), - (UniCase("dividens"), "dividends"), - (UniCase("reenforced"), "reinforced"), - (UniCase("ramificaitons"), "ramifications"), - (UniCase("distinctily"), "distinctly"), - (UniCase("positivitiy"), "positivity"), - (UniCase("intentionnal"), "intentional"), - (UniCase("dissmisal"), "dismissal"), - (UniCase("esportes"), "esports"), - (UniCase("empiers"), "empires"), - (UniCase("undergroud"), "underground"), - (UniCase("essensials"), "essentials"), - (UniCase("critizized"), "criticized"), - (UniCase("idenitfy"), "identify"), - (UniCase("partnerd"), "partnered"), - (UniCase("outclasssed"), "outclassed"), - (UniCase("consideraste"), "considerate"), - (UniCase("leaglizing"), "legalizing"), - (UniCase("ethicallity"), "ethically"), - (UniCase("unattented"), "unattended"), - (UniCase("unathorised"), "unauthorised"), - (UniCase("bangledesh"), "bangladesh"), - (UniCase("subtlties"), "subtitles"), - (UniCase("apprentace"), "apprentice"), - (UniCase("birghtest"), "brightest"), - (UniCase("liousville"), "louisville"), - (UniCase("transplantees"), "transplants"), - (UniCase("utilizaiton"), "utilization"), - (UniCase("regualting"), "regulating"), - (UniCase("rivalling"), "rivaling"), - (UniCase("strenghened"), "strengthened"), - (UniCase("satirise"), "satirize"), - (UniCase("concequently"), "consequently"), - (UniCase("ambassedor"), "ambassador"), - (UniCase("repsoted"), "reposted"), - (UniCase("millionairres"), "millionaire"), - (UniCase("monopolis"), "monopolies"), - (UniCase("contridicts"), "contradicts"), - (UniCase("collcetion"), "collections"), - (UniCase("subsidiced"), "subsidized"), - (UniCase("jurisdicitons"), "jurisdictions"), - (UniCase("seantors"), "senators"), - (UniCase("kindapped"), "kidnapped"), - (UniCase("descerning"), "descending"), - (UniCase("suceeded"), "succeeded"), - (UniCase("responsibilies"), "responsibilities"), - (UniCase("volunterily"), "voluntarily"), - (UniCase("coordinaton"), "coordination"), - (UniCase("amethsyt"), "amethyst"), - (UniCase("significanly"), "significantly"), - (UniCase("belabours"), "belabors"), - (UniCase("dolhpins"), "dolphins"), - (UniCase("discharded"), "discharged"), - (UniCase("compliation"), "compilation"), - (UniCase("parallells"), "parallels"), - (UniCase("audiobookmrs"), "audiobooks"), - (UniCase("stoyr"), "story"), - (UniCase("currentpos"), "currents"), - (UniCase("intillectually"), "intellectually"), - (UniCase("falshbacks"), "flashbacks"), - (UniCase("tirdent"), "trident"), - (UniCase("directoty"), "directory"), - (UniCase("referemces"), "references"), - (UniCase("manifestior"), "manifesto"), - (UniCase("trannsexual"), "transsexual"), - (UniCase("instabillity"), "instability"), - (UniCase("ubiquituous"), "ubiquitous"), - (UniCase("overlcoking"), "overlooking"), - (UniCase("pulverise"), "pulverize"), - (UniCase("interfce"), "interface"), - (UniCase("represantation"), "representation"), - (UniCase("repsonse"), "response"), - (UniCase("interactice"), "interactive"), - (UniCase("optimizare"), "optimize"), - (UniCase("linclon"), "lincoln"), - (UniCase("considerstion"), "considerations"), - (UniCase("phenomanon"), "phenomenon"), - (UniCase("spectaculalry"), "spectacularly"), - (UniCase("enthusuastic"), "enthusiastic"), - (UniCase("utlrasound"), "ultrasound"), - (UniCase("nuaghty"), "naughty"), - (UniCase("representaciones"), "representations"), - (UniCase("councelors"), "counselors"), - (UniCase("prohibirte"), "prohibit"), - (UniCase("populatiry"), "popularity"), - (UniCase("contravercial"), "controversial"), - (UniCase("illustratior"), "illustrator"), - (UniCase("aforememtioned"), "aforementioned"), - (UniCase("accuastion"), "accusation"), - (UniCase("mastrubates"), "masturbate"), - (UniCase("continious"), "continuous"), - (UniCase("villian"), "villain"), - (UniCase("spacification"), "specification"), - (UniCase("musicains"), "musicians"), - (UniCase("torrentas"), "torrents"), - (UniCase("imperailist"), "imperialist"), - (UniCase("prependicular"), "perpendicular"), - (UniCase("agnostocism"), "agnosticism"), - (UniCase("explosiones"), "explosions"), - (UniCase("amneisa"), "amnesia"), - (UniCase("intracacies"), "intricacies"), - (UniCase("positionl"), "positional"), - (UniCase("eliminase"), "eliminates"), - (UniCase("emergerd"), "emerged"), - (UniCase("playthourghs"), "playthroughs"), - (UniCase("expoch"), "epoch"), - (UniCase("abutts"), "abuts"), - (UniCase("resembelance"), "resemblance"), - (UniCase("ridiculoussness"), "ridiculousness"), - (UniCase("regressivo"), "regression"), - (UniCase("enlcave"), "enclave"), - (UniCase("cringeworhty"), "cringeworthy"), - (UniCase("unbelizeable"), "unbelievable"), - (UniCase("acquanited"), "acquainted"), - (UniCase("amphatamines"), "amphetamines"), - (UniCase("inspries"), "inspires"), - (UniCase("exaggarated"), "exaggerated"), - (UniCase("anonymosly"), "anonymously"), - (UniCase("knowledegable"), "knowledgeable"), - (UniCase("chariman"), "chairman"), - (UniCase("cheque"), "check"), - (UniCase("manouver"), "maneuver"), - (UniCase("unsuable"), "unusable"), - (UniCase("investigatons"), "investigations"), - (UniCase("adequet"), "adequate"), - (UniCase("fundamnetalist"), "fundamentalist"), - (UniCase("lobbyistes"), "lobbyists"), - (UniCase("consomation"), "consolation"), - (UniCase("polarising"), "polarizing"), - (UniCase("harasments"), "harassments"), - (UniCase("vertgio"), "vertigo"), - (UniCase("procriation"), "procreation"), - (UniCase("lazyness"), "laziness"), - (UniCase("crpytic"), "cryptic"), - (UniCase("conviciton"), "conviction"), - (UniCase("alterante"), "alternate"), - (UniCase("subconsciosly"), "subconsciously"), - (UniCase("permissibe"), "permissible"), - (UniCase("underestemate"), "underestimate"), - (UniCase("definitinely"), "definitively"), - (UniCase("analysze"), "analyse"), - (UniCase("transsmision"), "transmissions"), - (UniCase("regionaal"), "regional"), - (UniCase("retalaite"), "retaliate"), - (UniCase("dyamically"), "dynamically"), - (UniCase("exellent"), "excellent"), - (UniCase("ellected"), "elected"), - (UniCase("partiarchy"), "patriarchy"), - (UniCase("preceeded"), "preceded"), - (UniCase("comparasion"), "comparison"), - (UniCase("prerequistite"), "prerequisite"), - (UniCase("archaelogical"), "archaeological"), - (UniCase("altrusitic"), "altruistic"), - (UniCase("coulndt"), "couldnt"), - (UniCase("flourishment"), "flourishing"), - (UniCase("entrepreneuers"), "entrepreneurs"), - (UniCase("noctunre"), "nocturne"), - (UniCase("complianed"), "compliance"), - (UniCase("preorderes"), "preorders"), - (UniCase("workingest"), "workings"), - (UniCase("fraternise"), "fraternize"), - (UniCase("respectivley"), "respectively"), - (UniCase("comparaste"), "compares"), - (UniCase("explinatory"), "explanatory"), - (UniCase("compilaton"), "compilation"), - (UniCase("emphysyma"), "emphysema"), - (UniCase("misandrony"), "misandry"), - (UniCase("saviour"), "savior"), - (UniCase("buddhistisk"), "buddhists"), - (UniCase("complimentory"), "complimentary"), - (UniCase("overhwelmingly"), "overwhelmingly"), - (UniCase("imcompetence"), "incompetence"), - (UniCase("luietenant"), "lieutenant"), - (UniCase("goosebumbps"), "goosebumps"), - (UniCase("repulsie"), "repulsive"), - (UniCase("exectuions"), "executions"), - (UniCase("converstaion"), "conversation"), - (UniCase("instantaneos"), "instantaneous"), - (UniCase("stencilling"), "stenciling"), - (UniCase("meditatiing"), "meditating"), - (UniCase("repsonsibly"), "responsibly"), - (UniCase("nirvanna"), "nirvana"), - (UniCase("automaticly"), "automatically"), - (UniCase("unviersity"), "university"), - (UniCase("sporles"), "sproles"), - (UniCase("thialand"), "thailand"), - (UniCase("apprecaite"), "appreciate"), - (UniCase("priases"), "praises"), - (UniCase("irresponcible"), "irresponsible"), - (UniCase("intesnely"), "intensely"), - (UniCase("armageddeon"), "armageddon"), - (UniCase("gynaecology"), "gynecology"), - (UniCase("strecthes"), "stretches"), - (UniCase("tranzformer"), "transformer"), - (UniCase("decsend"), "descend"), - (UniCase("costomizable"), "customizable"), - (UniCase("intrinseci"), "intrinsic"), - (UniCase("inplementing"), "implementing"), - (UniCase("portagonists"), "protagonists"), - (UniCase("downwoters"), "downvoters"), - (UniCase("musuclar"), "muscular"), - (UniCase("nihilsim"), "nihilism"), - (UniCase("momentos"), "moments"), - (UniCase("efficeincy"), "efficiency"), - (UniCase("secratary"), "secretary"), - (UniCase("industriel"), "industrial"), - (UniCase("perceptoin"), "perceptions"), - (UniCase("circels"), "circles"), - (UniCase("missionera"), "missionary"), - (UniCase("missourri"), "missouri"), - (UniCase("intermediete"), "intermediate"), - (UniCase("exclusivos"), "exclusives"), - (UniCase("almanacks"), "almanacs"), - (UniCase("sprakling"), "sparkling"), - (UniCase("cooridnation"), "coordination"), - (UniCase("acordingly"), "accordingly"), - (UniCase("representate"), "representative"), - (UniCase("accompianed"), "accompanied"), - (UniCase("intruduced"), "introduced"), - (UniCase("distorto"), "distortion"), - (UniCase("prioritise"), "prioritize"), - (UniCase("callipers"), "calipers"), - (UniCase("yeras"), "years"), - (UniCase("savoury"), "savory"), - (UniCase("appraoched"), "approached"), - (UniCase("fantasiose"), "fantasies"), - (UniCase("viabiliy"), "viability"), - (UniCase("interventie"), "intervene"), - (UniCase("recipets"), "recipes"), - (UniCase("reassureing"), "reassuring"), - (UniCase("sheakspeare"), "shakespeare"), - (UniCase("swiftley"), "swiftly"), - (UniCase("deminsional"), "dimensional"), - (UniCase("soliliquy"), "soliloquy"), - (UniCase("tunnells"), "tunnels"), - (UniCase("reisntalled"), "reinstalled"), - (UniCase("visable"), "visible"), - (UniCase("inappropriatly"), "inappropriately"), - (UniCase("laboraty"), "laboratory"), - (UniCase("cliffhager"), "cliffhanger"), - (UniCase("pretens"), "pretends"), - (UniCase("entrepeneur"), "entrepreneur"), - (UniCase("exchangees"), "exchanges"), - (UniCase("fasicst"), "fascist"), - (UniCase("neigbhourhood"), "neighbourhood"), - (UniCase("magisine"), "magazine"), - (UniCase("settelments"), "settlements"), - (UniCase("nahsville"), "nashville"), - (UniCase("sasketchawan"), "saskatchewan"), - (UniCase("contextualises"), "contextualizes"), - (UniCase("championsip"), "championship"), - (UniCase("reclutantly"), "reluctantly"), - (UniCase("comminicate"), "communicate"), - (UniCase("appropraitely"), "appropriately"), - (UniCase("sexuallly"), "sexually"), - (UniCase("disastrosa"), "disastrous"), - (UniCase("emprisonment"), "imprisonment"), - (UniCase("competance"), "competence"), - (UniCase("armegaddon"), "armageddon"), - (UniCase("caridovascular"), "cardiovascular"), - (UniCase("esprots"), "esports"), - (UniCase("counsilors"), "counselors"), - (UniCase("annoints"), "anoints"), - (UniCase("anarchistm"), "anarchism"), - (UniCase("exagerated"), "exaggerated"), - (UniCase("levelign"), "leveling"), - (UniCase("inpsired"), "inspired"), - (UniCase("spreedsheet"), "spreadsheet"), - (UniCase("regularlas"), "regulars"), - (UniCase("levetated"), "levitated"), - (UniCase("levleling"), "levelling"), - (UniCase("defiantely"), "definately"), - (UniCase("involantary"), "involuntary"), - (UniCase("orangers"), "oranges"), - (UniCase("sympathiek"), "sympathize"), - (UniCase("cliffhangar"), "cliffhanger"), - (UniCase("gonorrhoea"), "gonorrhea"), - (UniCase("muscualr"), "muscular"), - (UniCase("laucnhing"), "launching"), - (UniCase("initmidate"), "intimidate"), - (UniCase("subscrie"), "subscriber"), - (UniCase("anthropoloy"), "anthropology"), - (UniCase("conversatism"), "conservatism"), - (UniCase("cansiter"), "canister"), - (UniCase("swedisch"), "swedish"), - (UniCase("scartching"), "scratching"), - (UniCase("hoilday"), "holiday"), - (UniCase("euorpeans"), "europeans"), - (UniCase("microtrasnactions"), "microtransactions"), - (UniCase("inaccuraties"), "inaccuracies"), - (UniCase("ritualised"), "ritualized"), - (UniCase("heronie"), "heroine"), - (UniCase("abrreviation"), "abbreviation"), - (UniCase("manufacturered"), "manufactured"), - (UniCase("jouranlist"), "journalist"), - (UniCase("bounderies"), "boundaries"), - (UniCase("disingeneous"), "disingenuous"), - (UniCase("adventurus"), "adventurous"), - (UniCase("strugglign"), "struggling"), - (UniCase("vegaterian"), "vegetarian"), - (UniCase("tolerabe"), "tolerable"), - (UniCase("transfors"), "transforms"), - (UniCase("equivilents"), "equivalents"), - (UniCase("cartirdges"), "cartridges"), - (UniCase("centrefold"), "centerfold"), - (UniCase("philospoher"), "philosopher"), - (UniCase("microtransacciones"), "microtransactions"), - (UniCase("incrementarlo"), "incremental"), - (UniCase("fascization"), "fascination"), - (UniCase("distraccion"), "distraction"), - (UniCase("misspeling"), "misspelling"), - (UniCase("attemted"), "attempted"), - (UniCase("decison"), "decision"), - (UniCase("allegry"), "allergy"), - (UniCase("sunderlona"), "sunderland"), - (UniCase("annoyingy"), "annoyingly"), - (UniCase("alterato"), "alteration"), - (UniCase("directores"), "directors"), - (UniCase("withdrawl"), "withdrawal"), - (UniCase("muscluar"), "muscular"), - (UniCase("vulgarising"), "vulgarizing"), - (UniCase("midfied"), "midfield"), - (UniCase("suspecious"), "suspicious"), - (UniCase("benevelent"), "benevolent"), - (UniCase("citisenship"), "citizenship"), - (UniCase("conversons"), "conversions"), - (UniCase("almanack"), "almanac"), - (UniCase("contirbutors"), "contributors"), - (UniCase("championsihp"), "championships"), - (UniCase("dismisals"), "dismissal"), - (UniCase("ressemblance"), "resemblance"), - (UniCase("pandroa"), "pandora"), - (UniCase("compemdium"), "compendium"), - (UniCase("capusles"), "capsules"), - (UniCase("colonisers"), "colonizers"), - (UniCase("approxiamte"), "approximate"), - (UniCase("anayltics"), "analytics"), - (UniCase("ironicaly"), "ironically"), - (UniCase("knwo"), "know"), - (UniCase("disadventage"), "disadvantage"), - (UniCase("reaplying"), "replaying"), - (UniCase("reorganisation"), "reorganization"), - (UniCase("precendence"), "precedence"), - (UniCase("intersteller"), "interstellar"), - (UniCase("responce"), "response"), - (UniCase("compromsie"), "compromises"), - (UniCase("freindships"), "friendships"), - (UniCase("complimentry"), "complimentary"), - (UniCase("corporativos"), "corporations"), - (UniCase("accuray"), "accuracy"), - (UniCase("indoktrination"), "indoctrination"), - (UniCase("prosectuion"), "prosecution"), - (UniCase("godliek"), "godlike"), - (UniCase("distils"), "distills"), - (UniCase("abruplty"), "abruptly"), - (UniCase("institutionnels"), "institutions"), - (UniCase("unsuprised"), "unsurprised"), - (UniCase("clamours"), "clamors"), - (UniCase("glight"), "flight"), - (UniCase("simultanously"), "simultaneously"), - (UniCase("invertes"), "inverse"), - (UniCase("sanitised"), "sanitized"), - (UniCase("strategice"), "strategies"), - (UniCase("relevations"), "revelations"), - (UniCase("inusrgency"), "insurgency"), - (UniCase("proverai"), "proverbial"), - (UniCase("incomprehensibe"), "incomprehensible"), - (UniCase("immortalises"), "immortalizes"), - (UniCase("lefitst"), "leftist"), - (UniCase("brasillian"), "brazilian"), - (UniCase("dentistas"), "dentists"), - (UniCase("flourine"), "fluorine"), - (UniCase("constituer"), "constitute"), - (UniCase("legendaires"), "legendaries"), - (UniCase("moisturises"), "moisturizes"), - (UniCase("noticeabley"), "noticeably"), - (UniCase("dependd"), "depended"), - (UniCase("commercialised"), "commercialized"), - (UniCase("clutchign"), "clutching"), - (UniCase("tirangle"), "triangle"), - (UniCase("implementationen"), "implementations"), - (UniCase("hospitalty"), "hospitality"), - (UniCase("investingate"), "investigate"), - (UniCase("flautist"), "flutist"), - (UniCase("resoultions"), "resolutions"), - (UniCase("nutriet"), "nutrient"), - (UniCase("infintiy"), "infinity"), - (UniCase("schyzophrenia"), "schizophrenia"), - (UniCase("strawberies"), "strawberries"), - (UniCase("settlemnts"), "settlements"), - (UniCase("institutionalise"), "institutionalize"), - (UniCase("maneagable"), "manageable"), - (UniCase("restrait"), "restraint"), - (UniCase("groyne"), "groin"), - (UniCase("responsability"), "responsibility"), - (UniCase("supperssor"), "suppressor"), - (UniCase("hsitorians"), "historians"), - (UniCase("proffesed"), "professed"), - (UniCase("preventivno"), "prevention"), - (UniCase("noticalbe"), "noticable"), - (UniCase("hypnotises"), "hypnotizes"), - (UniCase("conqouring"), "conquering"), - (UniCase("difficutlies"), "difficulties"), - (UniCase("therapeutuc"), "therapeutic"), - (UniCase("perpsective"), "perspective"), - (UniCase("caterpilar"), "caterpillar"), - (UniCase("alleigance"), "allegiance"), - (UniCase("wieghted"), "weighted"), - (UniCase("tortillla"), "tortilla"), - (UniCase("computition"), "computation"), - (UniCase("apprendice"), "apprentice"), - (UniCase("pshycology"), "psychology"), - (UniCase("professer"), "professor"), - (UniCase("maraconi"), "macaroni"), - (UniCase("schozophrenic"), "schizophrenic"), - (UniCase("trasnportation"), "transportation"), - (UniCase("deterministc"), "deterministic"), - (UniCase("atrocitites"), "atrocities"), - (UniCase("pscyhopath"), "psychopath"), - (UniCase("repaires"), "repairs"), - (UniCase("arithemtic"), "arithmetic"), - (UniCase("remainds"), "remains"), - (UniCase("pedophilac"), "pedophilia"), - (UniCase("liberatrian"), "libertarians"), - (UniCase("isrealis"), "israelis"), - (UniCase("maneuveurs"), "maneuver"), - (UniCase("liuke"), "like"), - (UniCase("syphoned"), "siphoned"), - (UniCase("conflicing"), "conflicting"), - (UniCase("unforgetable"), "unforgettable"), - (UniCase("abundancies"), "abundances"), - (UniCase("requieum"), "requiem"), - (UniCase("simulatenous"), "simultaneous"), - (UniCase("copyrighed"), "copyrighted"), - (UniCase("adivser"), "adviser"), - (UniCase("steryotypical"), "stereotypical"), - (UniCase("challengue"), "challenger"), - (UniCase("neighbords"), "neighbours"), - (UniCase("underming"), "undermining"), - (UniCase("embarrases"), "embarrassed"), - (UniCase("occupaiton"), "occupation"), - (UniCase("ostensiably"), "ostensibly"), - (UniCase("assersions"), "assertions"), - (UniCase("excatly"), "exactly"), - (UniCase("dismanting"), "dismantling"), - (UniCase("cacuses"), "caucuses"), - (UniCase("straind"), "strained"), - (UniCase("invaribaly"), "invariably"), - (UniCase("extemporising"), "extemporizing"), - (UniCase("mutlinational"), "multinational"), - (UniCase("governmant"), "governmental"), - (UniCase("workins"), "workings"), - (UniCase("democray"), "democracy"), - (UniCase("childres"), "childrens"), - (UniCase("satifsying"), "satisfying"), - (UniCase("listeneres"), "listeners"), - (UniCase("paitently"), "patiently"), - (UniCase("fanficitons"), "fanfiction"), - (UniCase("optimziation"), "optimization"), - (UniCase("imperetive"), "imperative"), - (UniCase("operatie"), "operative"), - (UniCase("correspondense"), "correspondence"), - (UniCase("capsulets"), "capsules"), - (UniCase("percantage"), "percentage"), - (UniCase("absorpsion"), "absorption"), - (UniCase("unnecassary"), "unnecessary"), - (UniCase("realies"), "realise"), - (UniCase("sysmatically"), "systematically"), - (UniCase("matierals"), "materials"), - (UniCase("substract"), "subtract"), - (UniCase("slienced"), "silenced"), - (UniCase("contais"), "contains"), - (UniCase("suprassing"), "surpassing"), - (UniCase("blackbeery"), "blackberry"), - (UniCase("illigetimate"), "illegitimate"), - (UniCase("overcoding"), "overcoming"), - (UniCase("negotation"), "negotiation"), - (UniCase("hypothesised"), "hypothesized"), - (UniCase("stormend"), "stormed"), - (UniCase("jersualem"), "jerusalem"), - (UniCase("philosohpy"), "philosophy"), - (UniCase("flavourless"), "flavorless"), - (UniCase("aspriin"), "aspirin"), - (UniCase("executivas"), "executives"), - (UniCase("intoxocated"), "intoxicated"), - (UniCase("improbible"), "improbable"), - (UniCase("origonally"), "originally"), - (UniCase("unsolicated"), "unsolicited"), - (UniCase("allievate"), "alleviate"), - (UniCase("disproportionnate"), "disproportionate"), - (UniCase("alchool"), "alcohol"), - (UniCase("arbour"), "arbor"), - (UniCase("sneeks"), "sneaks"), - (UniCase("rebounce"), "rebound"), - (UniCase("chernyobl"), "chernobyl"), - (UniCase("overcomming"), "overcoming"), - (UniCase("cynaide"), "cyanide"), - (UniCase("involontary"), "involuntary"), - (UniCase("preferenze"), "preference"), - (UniCase("compatabile"), "compatible"), - (UniCase("libertariansism"), "libertarianism"), - (UniCase("organisier"), "organise"), - (UniCase("suspiciuos"), "suspicions"), - (UniCase("noticeing"), "noticing"), - (UniCase("tryahrd"), "tryhard"), - (UniCase("toxicitiy"), "toxicity"), - (UniCase("innovatief"), "innovate"), - (UniCase("constransi"), "constraints"), - (UniCase("diagramas"), "diagrams"), - (UniCase("thoecracy"), "theocracy"), - (UniCase("misubderstanding"), "misunderstandings"), - (UniCase("passionant"), "passionate"), - (UniCase("ugprade"), "upgrade"), - (UniCase("manifestion"), "manifesto"), - (UniCase("malpractise"), "malpractice"), - (UniCase("enthusiasic"), "enthusiastic"), - (UniCase("substantie"), "substantive"), - (UniCase("distrubtes"), "distrust"), - (UniCase("stupidiy"), "stupidity"), - (UniCase("anytying"), "anything"), - (UniCase("privelege"), "privilege"), - (UniCase("drakest"), "darkest"), - (UniCase("misinterpretion"), "misinterpreting"), - (UniCase("unplacable"), "unplayable"), - (UniCase("presuambly"), "presumably"), - (UniCase("accumalated"), "accumulated"), - (UniCase("essentually"), "essentially"), - (UniCase("pennisula"), "peninsula"), - (UniCase("misunderstod"), "misunderstood"), - (UniCase("closley"), "closely"), - (UniCase("distrupts"), "distrust"), - (UniCase("symmertical"), "symmetrical"), - (UniCase("indiffernt"), "indifferent"), - (UniCase("proportionaly"), "proportionally"), - (UniCase("revelaing"), "revealing"), - (UniCase("intermettent"), "intermittent"), - (UniCase("contractar"), "contractor"), - (UniCase("accumulaton"), "accumulation"), - (UniCase("athletisim"), "athleticism"), - (UniCase("resolutionary"), "revolutionary"), - (UniCase("assissinated"), "assassinated"), - (UniCase("compesitions"), "compositions"), - (UniCase("exapnsive"), "expansive"), - (UniCase("simliar"), "similar"), - (UniCase("adbandon"), "abandon"), - (UniCase("cringewothy"), "cringeworthy"), - (UniCase("crtical"), "critical"), - (UniCase("negociated"), "negotiated"), - (UniCase("irritaties"), "irritate"), - (UniCase("avatares"), "avatars"), - (UniCase("isntrument"), "instrument"), - (UniCase("philosohpers"), "philosopher"), - (UniCase("treasuers"), "treasures"), - (UniCase("sexualy"), "sexually"), - (UniCase("mistakey"), "mistakenly"), - (UniCase("infrantryman"), "infantryman"), - (UniCase("deficeint"), "deficient"), - (UniCase("apocalytic"), "apocalyptic"), - (UniCase("frustraits"), "frustrates"), - (UniCase("damenor"), "demeanor"), - (UniCase("harasment"), "harassment"), - (UniCase("passabe"), "passable"), - (UniCase("shamelessely"), "shamelessly"), - (UniCase("refromed"), "reformed"), - (UniCase("formalising"), "formalizing"), - (UniCase("cooridnates"), "coordinates"), - (UniCase("persocuted"), "persecuted"), - (UniCase("dialgoue"), "dialogue"), - (UniCase("misogynsitic"), "misogynistic"), - (UniCase("alrightty"), "alrighty"), - (UniCase("remannts"), "remnants"), - (UniCase("loiusiana"), "louisiana"), - (UniCase("sprinke"), "sprinkle"), - (UniCase("affirmate"), "affirmative"), - (UniCase("kicthen"), "kitchen"), - (UniCase("simulatenously"), "simultaneously"), - (UniCase("handeld"), "handled"), - (UniCase("antiboitic"), "antibiotics"), - (UniCase("prepetrated"), "perpetrated"), - (UniCase("noteably"), "notably"), - (UniCase("lesbianas"), "lesbians"), - (UniCase("immediatelly"), "immediately"), - (UniCase("epscially"), "specially"), - (UniCase("imperfectionists"), "imperfections"), - (UniCase("xeonphobia"), "xenophobia"), - (UniCase("adquire"), "acquire"), - (UniCase("contestors"), "contests"), - (UniCase("volunteeer"), "volunteers"), - (UniCase("unseccessful"), "unsuccessful"), - (UniCase("commano"), "commando"), - (UniCase("charecters"), "characters"), - (UniCase("unbeliveably"), "unbelievably"), - (UniCase("embarressed"), "embarrassed"), - (UniCase("indicentally"), "incidentally"), - (UniCase("periwinkel"), "periwinkle"), - (UniCase("analyitcal"), "analytical"), - (UniCase("homoegenous"), "homogeneous"), - (UniCase("californina"), "californian"), - (UniCase("organizms"), "organism"), - (UniCase("suplimented"), "supplemented"), - (UniCase("dreasm"), "dreams"), - (UniCase("apporachable"), "approachable"), - (UniCase("attributred"), "attributed"), - (UniCase("moleclues"), "molecules"), - (UniCase("intrinsisch"), "intrinsic"), - (UniCase("destabilising"), "destabilizing"), - (UniCase("dominae"), "dominate"), - (UniCase("onslaugth"), "onslaught"), - (UniCase("scorebaord"), "scoreboard"), - (UniCase("supermarkers"), "supermarkets"), - (UniCase("unahppy"), "unhappy"), - (UniCase("crytpic"), "cryptic"), - (UniCase("disruptron"), "disruption"), - (UniCase("sentationalism"), "sensationalism"), - (UniCase("interaccion"), "interaction"), - (UniCase("sportsmamship"), "sportsmanship"), - (UniCase("transpoder"), "transported"), - (UniCase("innersection"), "intersection"), - (UniCase("achieval"), "achievable"), - (UniCase("humilitaion"), "humiliation"), - (UniCase("streamare"), "streamer"), - (UniCase("urkainian"), "ukrainian"), - (UniCase("apocalytpic"), "apocalyptic"), - (UniCase("shiped"), "shipped"), - (UniCase("interviened"), "interviewed"), - (UniCase("simliiar"), "similiar"), - (UniCase("devaite"), "deviate"), - (UniCase("begining"), "beginning"), - (UniCase("redundantcy"), "redundancy"), - (UniCase("litigatin"), "litigation"), - (UniCase("overwritte"), "overwrite"), - (UniCase("differantly"), "differently"), - (UniCase("inconsistensies"), "inconsistencies"), - (UniCase("chocolats"), "chocolates"), - (UniCase("catagorically"), "categorically"), - (UniCase("philosophiae"), "philosophies"), - (UniCase("perpaid"), "prepaid"), - (UniCase("heroicos"), "heroics"), - (UniCase("specificaitons"), "specification"), - (UniCase("powerliftng"), "powerlifting"), - (UniCase("succeded"), "succeeded"), - (UniCase("nationalties"), "nationalist"), - (UniCase("remians"), "remains"), - (UniCase("exhaustivo"), "exhaustion"), - (UniCase("feminsim"), "feminism"), - (UniCase("possesives"), "possessive"), - (UniCase("neighborhods"), "neighborhoods"), - (UniCase("apparenty"), "apparently"), - (UniCase("backgruond"), "backgrounds"), - (UniCase("generatin"), "generations"), - (UniCase("unintentionnally"), "unintentionally"), - (UniCase("dilpoma"), "diploma"), - (UniCase("aritfacts"), "artifacts"), - (UniCase("agrieved"), "aggrieved"), - (UniCase("hallucenations"), "hallucinations"), - (UniCase("prostehtic"), "prosthetic"), - (UniCase("camouglage"), "camouflage"), - (UniCase("importerad"), "imported"), - (UniCase("lighhtning"), "lightening"), - (UniCase("critisisms"), "criticisms"), - (UniCase("degrate"), "degrade"), - (UniCase("investemnt"), "investments"), - (UniCase("terminater"), "terminator"), - (UniCase("outmanoeuvred"), "outmaneuvered"), - (UniCase("raoming"), "roaming"), - (UniCase("pronuncuation"), "pronunciation"), - (UniCase("perputuated"), "perpetuated"), - (UniCase("inheirt"), "inherit"), - (UniCase("ddoging"), "dodging"), - (UniCase("pronoucned"), "pronounced"), - (UniCase("disposicion"), "disposition"), - (UniCase("responsiblity"), "responsibility"), - (UniCase("catapillers"), "caterpillars"), - (UniCase("swearengin"), "swearing"), - (UniCase("bilzzcon"), "blizzcon"), - (UniCase("relativitiy"), "relativity"), - (UniCase("needlees"), "needles"), - (UniCase("expolsives"), "explosives"), - (UniCase("transfroming"), "transforming"), - (UniCase("relpase"), "relapse"), - (UniCase("commissionned"), "commissioned"), - (UniCase("comany"), "company"), - (UniCase("unlikley"), "unlikely"), - (UniCase("apparantly"), "apparently"), - (UniCase("franchizes"), "franchises"), - (UniCase("sypmtom"), "symptom"), - (UniCase("privetized"), "privatized"), - (UniCase("insparation"), "inspiration"), - (UniCase("isntruments"), "instruments"), - (UniCase("comittee"), "committee"), - (UniCase("protectiei"), "protective"), - (UniCase("representatieve"), "representative"), - (UniCase("subpecies"), "subspecies"), - (UniCase("acknoweldged"), "acknowledged"), - (UniCase("anyhwere"), "anywhere"), - (UniCase("compolsory"), "compulsory"), - (UniCase("publicised"), "publicized"), - (UniCase("mozzarela"), "mozzarella"), - (UniCase("metagem"), "metagame"), - (UniCase("vocalising"), "vocalizing"), - (UniCase("clairfy"), "clarify"), - (UniCase("tornaodes"), "tornadoes"), - (UniCase("sensacionalism"), "sensationalism"), - (UniCase("restricton"), "restriction"), - (UniCase("charsimatic"), "charismatic"), - (UniCase("empitness"), "emptiness"), - (UniCase("clasues"), "clauses"), - (UniCase("vriament"), "vraiment"), - (UniCase("vietnamees"), "vietnamese"), - (UniCase("reproductivo"), "reproduction"), - (UniCase("dominato"), "domination"), - (UniCase("speical"), "special"), - (UniCase("begginings"), "beginnings"), - (UniCase("sasktachewan"), "saskatchewan"), - (UniCase("passionetly"), "passionately"), - (UniCase("sapphie"), "sapphire"), - (UniCase("abstinense"), "abstinence"), - (UniCase("preiodic"), "periodic"), - (UniCase("documentaties"), "documentaries"), - (UniCase("perdominantly"), "predominantly"), - (UniCase("lighthearded"), "lighthearted"), - (UniCase("explioted"), "exploited"), - (UniCase("philosiphers"), "philosophers"), - (UniCase("flamable"), "flammable"), - (UniCase("urugauy"), "uruguay"), - (UniCase("selectivly"), "selectively"), - (UniCase("sentinte"), "sentient"), - (UniCase("journaal"), "journal"), - (UniCase("magnifecent"), "magnificent"), - (UniCase("inpsiring"), "inspiring"), - (UniCase("presedential"), "presidential"), - (UniCase("thankyoou"), "thankyou"), - (UniCase("ocotpus"), "octopus"), - (UniCase("custimized"), "customized"), - (UniCase("definitaly"), "definately"), - (UniCase("regresse"), "regressive"), - (UniCase("olreans"), "orleans"), - (UniCase("controverisal"), "controversial"), - (UniCase("sceptical"), "skeptical"), - (UniCase("hsyteria"), "hysteria"), - (UniCase("co-incided"), "coincided"), - (UniCase("offences"), "offenses"), - (UniCase("subsiquent"), "subsequent"), - (UniCase("populary"), "popularity"), - (UniCase("halluciantion"), "hallucinations"), - (UniCase("vietnamiese"), "vietnamese"), - (UniCase("gentailia"), "genitalia"), - (UniCase("egaliterian"), "egalitarian"), - (UniCase("spwaned"), "spawned"), - (UniCase("stimulantes"), "stimulants"), - (UniCase("buglaria"), "bulgaria"), - (UniCase("unintensionally"), "unintentionally"), - (UniCase("botivational"), "motivational"), - (UniCase("complicati"), "complicit"), - (UniCase("confidentiel"), "confidential"), - (UniCase("permitis"), "permits"), - (UniCase("campainging"), "campaigning"), - (UniCase("likebale"), "likeable"), - (UniCase("gramme"), "gram"), - (UniCase("televisivo"), "television"), - (UniCase("paraphenalia"), "paraphernalia"), - (UniCase("dicover"), "discover"), - (UniCase("considerbly"), "considerably"), - (UniCase("autokorrect"), "autocorrect"), - (UniCase("psychoanalyses"), "psychoanalyzes"), - (UniCase("deterministische"), "deterministic"), - (UniCase("crossifre"), "crossfire"), - (UniCase("portrat"), "portrait"), - (UniCase("inablility"), "inability"), - (UniCase("considerais"), "considers"), - (UniCase("neigbours"), "neighbours"), - (UniCase("downwoting"), "downvoting"), - (UniCase("bestialiy"), "bestiality"), - (UniCase("hypnotise"), "hypnotize"), - (UniCase("circularising"), "circularizing"), - (UniCase("inutitive"), "intuitive"), - (UniCase("returnd"), "returned"), - (UniCase("spainsh"), "spanish"), - (UniCase("panethon"), "pantheon"), - (UniCase("iconclastic"), "iconoclastic"), - (UniCase("globalises"), "globalizes"), - (UniCase("respitatory"), "respiratory"), - (UniCase("listenend"), "listened"), - (UniCase("facilitatile"), "facilitate"), - (UniCase("excecutes"), "executes"), - (UniCase("independantes"), "independents"), - (UniCase("chidlrens"), "childrens"), - (UniCase("intracicies"), "intricacies"), - (UniCase("implantase"), "implants"), - (UniCase("imporvised"), "improvised"), - (UniCase("hospitalise"), "hospitalize"), - (UniCase("cosy"), "cozy"), - (UniCase("tigthening"), "tightening"), - (UniCase("endeavour"), "endeavor"), - (UniCase("beneficiul"), "beneficial"), - (UniCase("currentfps"), "currents"), - (UniCase("descripcion"), "description"), - (UniCase("indoctrinatie"), "indoctrinated"), - (UniCase("nationalise"), "nationalize"), - (UniCase("etrailer"), "retailer"), - (UniCase("convertibile"), "convertible"), - (UniCase("foundaiton"), "foundations"), - (UniCase("instructer"), "instructor"), - (UniCase("underestemating"), "underestimating"), - (UniCase("instutitionalized"), "institutionalized"), - (UniCase("gryphon"), "griffin"), - (UniCase("tommorrow"), "tomorrow"), - (UniCase("duplifaces"), "duplicates"), - (UniCase("inclreased"), "increased"), - (UniCase("unorigional"), "unoriginal"), - (UniCase("prevalecen"), "prevalence"), - (UniCase("subltety"), "subtlety"), - (UniCase("satisfiy"), "satisfy"), - (UniCase("prioritied"), "prioritize"), - (UniCase("minneaplois"), "minneapolis"), - (UniCase("amateurest"), "amateurs"), - (UniCase("insipration"), "inspiration"), - (UniCase("explorerers"), "explorers"), - (UniCase("honsetly"), "honestly"), - (UniCase("gundamentalists"), "fundamentalists"), - (UniCase("emapthize"), "empathize"), - (UniCase("aggrovating"), "aggravating"), - (UniCase("coordiantor"), "coordinator"), - (UniCase("uncomftorable"), "uncomfortable"), - (UniCase("compremised"), "compromised"), - (UniCase("prespectives"), "perspectives"), - (UniCase("dominno"), "dominion"), - (UniCase("unrealistc"), "unrealistic"), - (UniCase("columbidae"), "columbia"), - (UniCase("scrutinises"), "scrutinizes"), - (UniCase("labyrnith"), "labyrinth"), - (UniCase("outperfrom"), "outperform"), - (UniCase("massachusites"), "massachusetts"), - (UniCase("disbelife"), "disbelief"), - (UniCase("blackhaws"), "blackhawks"), - (UniCase("guarantess"), "guarantees"), - (UniCase("perfexcion"), "perfection"), - (UniCase("vizualisations"), "visualization"), - (UniCase("greande"), "grenade"), - (UniCase("revisionis"), "revisions"), - (UniCase("enthuiasts"), "enthusiast"), - (UniCase("capitans"), "captains"), - (UniCase("viatmins"), "vitamins"), - (UniCase("referens"), "references"), - (UniCase("procudures"), "procedures"), - (UniCase("conferming"), "confirming"), - (UniCase("misrepresantation"), "misrepresentation"), - (UniCase("regulament"), "regulate"), - (UniCase("produciton"), "production"), - (UniCase("neighbouring"), "neighboring"), - (UniCase("anticipe"), "anticipate"), - (UniCase("assembleing"), "assembling"), - (UniCase("reuinon"), "reunion"), - (UniCase("resotration"), "restoration"), - (UniCase("thnigs"), "things"), - (UniCase("metaphoras"), "metaphors"), - (UniCase("eleminating"), "eliminating"), - (UniCase("expectus"), "expects"), - (UniCase("masturbarte"), "masturbate"), - (UniCase("subscritpion"), "subscriptions"), - (UniCase("noctrune"), "nocturne"), - (UniCase("punishmnet"), "punishments"), - (UniCase("irrationallity"), "irrationally"), - (UniCase("mairjuana"), "marijuana"), - (UniCase("endoctrinated"), "indoctrinated"), - (UniCase("incorportaed"), "incorporated"), - (UniCase("fictionalisations"), "fictionalizations"), - (UniCase("differenty"), "differently"), - (UniCase("videogamemes"), "videogames"), - (UniCase("summarises"), "summarizes"), - (UniCase("brigthest"), "brightest"), - (UniCase("fuelling"), "fueling"), - (UniCase("fianlly"), "finally"), - (UniCase("formalisation"), "formalization"), - (UniCase("convienence"), "convenience"), - (UniCase("experimentors"), "experiments"), - (UniCase("prescritpion"), "prescriptions"), - (UniCase("elction"), "election"), - (UniCase("pathelogical"), "pathological"), - (UniCase("penaltis"), "penalties"), - (UniCase("wupport"), "support"), - (UniCase("celebratons"), "celebrations"), - (UniCase("aplhabet"), "alphabet"), - (UniCase("transcribtion"), "transcription"), - (UniCase("armamant"), "armament"), - (UniCase("reciept"), "receipt"), - (UniCase("exlcude"), "exclude"), - (UniCase("paramormal"), "paranormal"), - (UniCase("controlleras"), "controllers"), - (UniCase("louvres"), "louvers"), - (UniCase("caspule"), "capsule"), - (UniCase("exclusivly"), "exclusively"), - (UniCase("docuhebag"), "douchebag"), - (UniCase("guantanemo"), "guantanamo"), - (UniCase("speciliast"), "specialists"), - (UniCase("despiration"), "desperation"), - (UniCase("manufacterurs"), "manufactures"), - (UniCase("plagiariam"), "plagiarism"), - (UniCase("supsicions"), "suspicions"), - (UniCase("attened"), "attended"), - (UniCase("unreasonbly"), "unreasonably"), - (UniCase("germanos"), "germans"), - (UniCase("distribuer"), "distribute"), - (UniCase("naieve"), "naive"), - (UniCase("spectatular"), "spectacular"), - (UniCase("empahsizing"), "emphasizing"), - (UniCase("paragrapgh"), "paragraphs"), - (UniCase("reigmes"), "regimes"), - (UniCase("periodicaly"), "periodically"), - (UniCase("monolgoue"), "monologue"), - (UniCase("skillshosts"), "skillshots"), - (UniCase("suscpetible"), "susceptible"), - (UniCase("permisions"), "permission"), - (UniCase("firghtened"), "frightened"), - (UniCase("nazereth"), "nazareth"), - (UniCase("antiquae"), "antique"), - (UniCase("innocentes"), "innocents"), - (UniCase("approxamately"), "approximately"), - (UniCase("indianos"), "indians"), - (UniCase("enviornment"), "environment"), - (UniCase("respectivelly"), "respectively"), - (UniCase("truthfuly"), "truthfully"), - (UniCase("extremisim"), "extremism"), - (UniCase("periodisch"), "periodic"), - (UniCase("remoulded"), "remolded"), - (UniCase("apoligists"), "apologists"), - (UniCase("instal"), "install"), - (UniCase("zionistas"), "zionists"), - (UniCase("disresepct"), "disrespect"), - (UniCase("complane"), "complacent"), - (UniCase("phychologists"), "psychologists"), - (UniCase("consumirse"), "consumerism"), - (UniCase("rysurrection"), "resurrection"), - (UniCase("spammare"), "spammer"), - (UniCase("desperato"), "desperation"), - (UniCase("realtion"), "relation"), - (UniCase("gracefullly"), "gracefully"), - (UniCase("necessairy"), "necessarily"), - (UniCase("betehsda"), "bethesda"), - (UniCase("faincee"), "fiancee"), - (UniCase("studdy"), "study"), - (UniCase("repostiory"), "repository"), - (UniCase("pakistain"), "pakistani"), - (UniCase("captainers"), "captains"), - (UniCase("inconsistancies"), "inconsistencies"), - (UniCase("responsaveis"), "responsive"), - (UniCase("instutitional"), "institutional"), - (UniCase("espressso"), "espresso"), - (UniCase("registery"), "registry"), - (UniCase("microhpone"), "microphone"), - (UniCase("apostrope"), "apostrophe"), - (UniCase("overpad"), "overpaid"), - (UniCase("agricutlure"), "agriculture"), - (UniCase("plaestinians"), "palestinians"), - (UniCase("tournamets"), "tournaments"), - (UniCase("lisense"), "license"), - (UniCase("illitirate"), "illiterate"), - (UniCase("wikileakes"), "wikileaks"), - (UniCase("legistators"), "legislators"), - (UniCase("pumpinks"), "pumpkins"), - (UniCase("diferrent"), "different"), - (UniCase("decsendants"), "descendants"), - (UniCase("illuminauti"), "illuminati"), - (UniCase("demonising"), "demonizing"), - (UniCase("circumsizion"), "circumcision"), - (UniCase("signalled"), "signaled"), - (UniCase("transohobic"), "transphobic"), - (UniCase("catlayst"), "catalyst"), - (UniCase("exclusivitiy"), "exclusivity"), - (UniCase("renoylds"), "reynolds"), - (UniCase("acustom"), "accustom"), - (UniCase("subterranian"), "subterranean"), - (UniCase("pwoer"), "power"), - (UniCase("degragation"), "degradation"), - (UniCase("signficiant"), "significant"), - (UniCase("consdieration"), "considerations"), - (UniCase("simualtion"), "simulation"), - (UniCase("forfiet"), "forfeit"), - (UniCase("truamatic"), "traumatic"), - (UniCase("apprieciate"), "appreciate"), - (UniCase("communits"), "communist"), - (UniCase("malfonction"), "malfunction"), - (UniCase("multiplicacion"), "multiplication"), - (UniCase("homogenious"), "homogeneous"), - (UniCase("tranformed"), "transformed"), - (UniCase("proteines"), "proteins"), - (UniCase("atrifact"), "artifact"), - (UniCase("subsiduary"), "subsidiary"), - (UniCase("sensationails"), "sensationalism"), - (UniCase("caramelised"), "caramelized"), - (UniCase("logtiech"), "logitech"), - (UniCase("reaserching"), "researching"), - (UniCase("correclty"), "correctly"), - (UniCase("worshopping"), "worshipping"), - (UniCase("administre"), "administer"), - (UniCase("aready"), "already"), - (UniCase("tempalrs"), "templars"), - (UniCase("accomplishemnts"), "accomplishments"), - (UniCase("forsakn"), "forsaken"), - (UniCase("intamicy"), "intimacy"), - (UniCase("percisely"), "precisely"), - (UniCase("buring"), "burying"), - (UniCase("polysaccaride"), "polysaccharide"), - (UniCase("supressed"), "suppressed"), - (UniCase("palestinan"), "palestinian"), - (UniCase("immortailty"), "immortality"), - (UniCase("rulle"), "rule"), - (UniCase("distinciton"), "distinction"), - (UniCase("elecrtomagnetic"), "electromagnetic"), - (UniCase("sentaors"), "senators"), - (UniCase("emmisaries"), "emissaries"), - (UniCase("addopted"), "adopted"), - (UniCase("ploughman"), "plowman"), - (UniCase("proficinecy"), "proficiency"), - (UniCase("adheisve"), "adhesive"), - (UniCase("roleplaing"), "roleplaying"), - (UniCase("dissappears"), "disappears"), - (UniCase("extensivelly"), "extensively"), - (UniCase("conclutions"), "conclusions"), - (UniCase("therby"), "thereby"), - (UniCase("ridiculose"), "ridicule"), - (UniCase("fanaticals"), "fanatics"), - (UniCase("preests"), "presets"), - (UniCase("tsnuami"), "tsunami"), - (UniCase("straightmen"), "straighten"), - (UniCase("secrest"), "secrets"), - (UniCase("hieghtened"), "heightened"), - (UniCase("earthboud"), "earthbound"), - (UniCase("publishre"), "publisher"), - (UniCase("thyriod"), "thyroid"), - (UniCase("accountabilty"), "accountability"), - (UniCase("assistat"), "assistants"), - (UniCase("gloablly"), "globally"), - (UniCase("cloesly"), "closely"), - (UniCase("intangibil"), "intangible"), - (UniCase("inconvienent"), "inconvenient"), - (UniCase("vientam"), "vietnam"), - (UniCase("cerimonies"), "ceremonies"), - (UniCase("konversation"), "conversation"), - (UniCase("lesbain"), "lesbian"), - (UniCase("executioneers"), "executioner"), - (UniCase("departer"), "departure"), - (UniCase("diaganol"), "diagonal"), - (UniCase("complacant"), "complacent"), - (UniCase("buidlers"), "builders"), - (UniCase("medicority"), "mediocrity"), - (UniCase("frankenstiner"), "frankenstein"), - (UniCase("socialising"), "socializing"), - (UniCase("infiniment"), "infinite"), - (UniCase("escalatie"), "escalate"), - (UniCase("articualted"), "articulated"), - (UniCase("ceremone"), "ceremonies"), - (UniCase("discrecion"), "discretion"), - (UniCase("irresponsble"), "irresponsible"), - (UniCase("interrupteds"), "interrupts"), - (UniCase("platformar"), "platformer"), - (UniCase("extermism"), "extremism"), - (UniCase("accelerar"), "accelerator"), - (UniCase("aquire"), "acquire"), - (UniCase("partecipant"), "participant"), - (UniCase("adminsitration"), "administration"), - (UniCase("procrastinarting"), "procrastinating"), - (UniCase("translatin"), "translations"), - (UniCase("attracters"), "attracts"), - (UniCase("babysittng"), "babysitting"), - (UniCase("harvasting"), "harvesting"), - (UniCase("horrendeous"), "horrendous"), - (UniCase("liberatore"), "liberate"), - (UniCase("compasssion"), "compassion"), - (UniCase("centimetres"), "centimeters"), - (UniCase("volounteer"), "volunteer"), - (UniCase("paitence"), "patience"), - (UniCase("signitures"), "signatures"), - (UniCase("scrutinising"), "scrutinizing"), - (UniCase("duplicas"), "duplicates"), - (UniCase("colonializm"), "colonialism"), - (UniCase("cylidner"), "cylinder"), - (UniCase("acustommed"), "accustomed"), - (UniCase("showerd"), "showered"), - (UniCase("indirectely"), "indirectly"), - (UniCase("billioniares"), "billionaires"), - (UniCase("communicaton"), "communication"), - (UniCase("procrestination"), "procrastination"), - (UniCase("licences"), "licenses"), - (UniCase("contributer"), "contributor"), - (UniCase("preferenser"), "preferences"), - (UniCase("astonashing"), "astonishing"), - (UniCase("prototpyes"), "prototypes"), - (UniCase("perpetuaters"), "perpetuates"), - (UniCase("ostracise"), "ostracize"), - (UniCase("handcuffes"), "handcuffs"), - (UniCase("caffeen"), "caffeine"), - (UniCase("konservatism"), "conservatism"), - (UniCase("thermoneter"), "thermometer"), - (UniCase("uniquesness"), "uniqueness"), - (UniCase("ideologije"), "ideologies"), - (UniCase("keynode"), "keynote"), - (UniCase("massarce"), "massacre"), - (UniCase("destryoer"), "destroyer"), - (UniCase("penetracion"), "penetration"), - (UniCase("illistrate"), "illiterate"), - (UniCase("configuartions"), "configurations"), - (UniCase("nuetrality"), "neutrality"), - (UniCase("satisfacion"), "satisfaction"), - (UniCase("embarassment"), "embarrassment"), - (UniCase("deceptionist"), "receptionist"), - (UniCase("levetating"), "levitating"), - (UniCase("fractalers"), "fractals"), - (UniCase("captued"), "captured"), - (UniCase("uncertanty"), "uncertainty"), - (UniCase("retrived"), "retrieved"), - (UniCase("seperated"), "separated"), - (UniCase("beuatiful"), "beautiful"), - (UniCase("jamaicains"), "jamaican"), - (UniCase("purcahse"), "purchase"), - (UniCase("colgone"), "cologne"), - (UniCase("workststion"), "workstation"), - (UniCase("interected"), "interacted"), - (UniCase("constitucion"), "constitution"), - (UniCase("marijauna"), "marijuana"), - (UniCase("democrocies"), "democracies"), - (UniCase("consulation"), "consolation"), - (UniCase("unnecesserily"), "unnecessarily"), - (UniCase("neckbears"), "neckbeards"), - (UniCase("communicatons"), "communications"), - (UniCase("restaruants"), "restaurants"), - (UniCase("exerpts"), "excerpts"), - (UniCase("plausbile"), "plausible"), - (UniCase("governered"), "governed"), - (UniCase("spreadhseet"), "spreadsheet"), - (UniCase("revolutoin"), "revolutions"), - (UniCase("raspbery"), "raspberry"), - (UniCase("reccomended"), "recommended"), - (UniCase("streamtrue"), "streamer"), - (UniCase("punshier"), "punisher"), - (UniCase("relaspe"), "relapse"), - (UniCase("siginificant"), "significant"), - (UniCase("iminent"), "eminent"), - (UniCase("douchely"), "douchey"), - (UniCase("economisesti"), "economists"), - (UniCase("clitorious"), "clitoris"), - (UniCase("miscarraiges"), "miscarriage"), - (UniCase("prostitures"), "prostitutes"), - (UniCase("vrey"), "very"), - (UniCase("produse"), "produces"), - (UniCase("deterministisch"), "deterministic"), - (UniCase("primaeval"), "primeval"), - (UniCase("constituante"), "constituents"), - (UniCase("perade"), "parade"), - (UniCase("microtransactioned"), "microtransactions"), - (UniCase("infrasturcture"), "infrastructure"), - (UniCase("multplies"), "multiples"), - (UniCase("delibarate"), "deliberate"), - (UniCase("voilently"), "violently"), - (UniCase("contendor"), "contender"), - (UniCase("hemingwary"), "hemingway"), - (UniCase("decomissioned"), "decommissioned"), - (UniCase("harrassments"), "harassments"), - (UniCase("volonteers"), "volunteers"), - (UniCase("cleanleness"), "cleanliness"), - (UniCase("merceneries"), "mercenaries"), - (UniCase("linnaena"), "linnaean"), - (UniCase("procrastenating"), "procrastinating"), - (UniCase("commomwealth"), "commonwealth"), - (UniCase("gottleib"), "gottlieb"), - (UniCase("immunises"), "immunizes"), - (UniCase("groynes"), "groins"), - (UniCase("negotiaion"), "negotiation"), - (UniCase("countres"), "counters"), - (UniCase("involunatry"), "involuntary"), - (UniCase("transfroms"), "transforms"), - (UniCase("cleanliess"), "cleanliness"), - (UniCase("monopolised"), "monopolized"), - (UniCase("paricular"), "particular"), - (UniCase("oversimplificaiton"), "oversimplification"), - (UniCase("dismantleing"), "dismantling"), - (UniCase("downgarded"), "downgraded"), - (UniCase("proprietory"), "proprietary"), - (UniCase("congegration"), "congregation"), - (UniCase("infogrpahic"), "infographic"), - (UniCase("polgyamy"), "polygamy"), - (UniCase("contension"), "contention"), - (UniCase("altogehter"), "altogether"), - (UniCase("bifgoot"), "bigfoot"), - (UniCase("thanskgiving"), "thanksgiving"), - (UniCase("mississipi"), "mississippi"), - (UniCase("pecuilar"), "peculiar"), - (UniCase("negligente"), "negligence"), - (UniCase("nestin"), "nesting"), - (UniCase("hunderds"), "hundreds"), - (UniCase("syndiacte"), "syndicate"), - (UniCase("govermental"), "governmental"), - (UniCase("chihuahuha"), "chihuahua"), - (UniCase("heared"), "heard"), - (UniCase("onslaugt"), "onslaught"), - (UniCase("cathloic"), "catholic"), - (UniCase("impresonating"), "impersonating"), - (UniCase("parlours"), "parlors"), - (UniCase("airsfot"), "airsoft"), - (UniCase("ressemblence"), "resemblance"), - (UniCase("familiair"), "familiar"), - (UniCase("implementig"), "implementing"), - (UniCase("incompatablity"), "incompatibility"), - (UniCase("pertinante"), "pertinent"), - (UniCase("galvanise"), "galvanize"), - (UniCase("invisibiity"), "invisibility"), - (UniCase("volcaron"), "volcano"), - (UniCase("miscummunication"), "miscommunication"), - (UniCase("rigourous"), "rigorous"), - (UniCase("ailenating"), "alienating"), - (UniCase("recognicing"), "recognizing"), - (UniCase("patroit"), "patriot"), - (UniCase("randmoness"), "randomness"), - (UniCase("demosntrations"), "demonstrations"), - (UniCase("exhibites"), "exhibits"), - (UniCase("symmtery"), "symmetry"), - (UniCase("resignacion"), "resignation"), - (UniCase("urethrea"), "urethra"), - (UniCase("imapired"), "impaired"), - (UniCase("glagsow"), "glasgow"), - (UniCase("percential"), "percentile"), - (UniCase("scuplture"), "sculpture"), - (UniCase("envirnoment"), "environment"), - (UniCase("preventitve"), "preventative"), - (UniCase("procceding"), "proceeding"), - (UniCase("phycisians"), "physicians"), - (UniCase("scandalose"), "scandals"), - (UniCase("countes"), "counters"), - (UniCase("framethrower"), "flamethrower"), - (UniCase("aspriations"), "aspirations"), - (UniCase("sociopolical"), "sociological"), - (UniCase("determenation"), "determination"), - (UniCase("commomplace"), "commonplace"), - (UniCase("conversaion"), "conversion"), - (UniCase("profitabiliy"), "profitability"), - (UniCase("napoleonian"), "napoleonic"), - (UniCase("exaggurate"), "exaggerate"), - (UniCase("royalites"), "royalties"), - (UniCase("pleasent"), "pleasant"), - (UniCase("permissie"), "permissible"), - (UniCase("olymipcs"), "olympics"), - (UniCase("livelehood"), "livelihood"), - (UniCase("distint"), "distinct"), - (UniCase("victimises"), "victimizes"), - (UniCase("weathliest"), "wealthiest"), - (UniCase("usally"), "usually"), - (UniCase("architecs"), "architects"), - (UniCase("euhporia"), "euphoria"), - (UniCase("agricultue"), "agriculture"), - (UniCase("roundabaout"), "roundabout"), - (UniCase("highscholl"), "highschool"), - (UniCase("publicises"), "publicizes"), - (UniCase("originales"), "originals"), - (UniCase("suspiciouly"), "suspiciously"), - (UniCase("enfringement"), "infringement"), - (UniCase("militiades"), "militias"), - (UniCase("apporached"), "approached"), - (UniCase("recrutiment"), "recruitment"), - (UniCase("acknowleges"), "acknowledges"), - (UniCase("overeaching"), "overarching"), - (UniCase("powerfisting"), "powerlifting"), - (UniCase("obeidence"), "obedience"), - (UniCase("suop"), "soup"), - (UniCase("annointed"), "anointed"), - (UniCase("extremistes"), "extremists"), - (UniCase("negligable"), "negligible"), - (UniCase("analzyed"), "analyzed"), - (UniCase("breathalyses"), "breathalyzes"), - (UniCase("lightres"), "lighters"), - (UniCase("brownei"), "brownie"), - (UniCase("athletisism"), "athleticism"), - (UniCase("retrubution"), "retribution"), - (UniCase("primatively"), "primitively"), - (UniCase("stlyish"), "stylish"), - (UniCase("psychiatrict"), "psychiatrist"), - (UniCase("cannister"), "canister"), - (UniCase("legalizate"), "legalize"), - (UniCase("impelmentation"), "implementations"), - (UniCase("weaponary"), "weaponry"), - (UniCase("correciton"), "corrections"), - (UniCase("considerato"), "consideration"), - (UniCase("fraternising"), "fraternizing"), - (UniCase("radicalis"), "radicals"), - (UniCase("exressed"), "expressed"), - (UniCase("resisten"), "resistance"), - (UniCase("androis"), "androids"), - (UniCase("overboad"), "overboard"), - (UniCase("sponsores"), "sponsors"), - (UniCase("compatiable"), "compatible"), - (UniCase("inspeciton"), "inspections"), - (UniCase("volonteered"), "volunteered"), - (UniCase("theorises"), "theorizes"), - (UniCase("visbily"), "visibly"), - (UniCase("instils"), "instills"), - (UniCase("overriden"), "overridden"), - (UniCase("maintinaing"), "maintaining"), - (UniCase("malaira"), "malaria"), - (UniCase("asthetical"), "aesthetical"), - (UniCase("answerd"), "answered"), - (UniCase("radicas"), "radicals"), - (UniCase("intorduce"), "introduce"), - (UniCase("executie"), "executive"), - (UniCase("panmedic"), "pandemic"), - (UniCase("courtey"), "courtesy"), - (UniCase("refridgeration"), "refrigeration"), - (UniCase("satifies"), "satisfies"), - (UniCase("heastink"), "heatsink"), - (UniCase("fluxtuations"), "fluctuations"), - (UniCase("fremented"), "fermented"), - (UniCase("democract"), "democrat"), - (UniCase("classicos"), "classics"), - (UniCase("procedurial"), "procedural"), - (UniCase("predeterminded"), "predetermined"), - (UniCase("villageois"), "villages"), - (UniCase("collisson"), "collisions"), - (UniCase("emphatize"), "empathize"), - (UniCase("distrcits"), "districts"), - (UniCase("peculure"), "peculiar"), - (UniCase("faclons"), "falcons"), - (UniCase("demonstraion"), "demonstration"), - (UniCase("millenian"), "millennia"), - (UniCase("strians"), "strains"), - (UniCase("engeneering"), "engineering"), - (UniCase("condemmed"), "condemned"), - (UniCase("correlaties"), "correlates"), - (UniCase("secretery"), "secretary"), - (UniCase("dirived"), "derived"), - (UniCase("incorruptable"), "incorruptible"), - (UniCase("defnietly"), "definetly"), - (UniCase("intillectual"), "intellectual"), - (UniCase("occassion"), "occasion"), - (UniCase("processsors"), "processors"), - (UniCase("refered"), "referred"), - (UniCase("saviours"), "saviors"), - (UniCase("indistinguisable"), "indistinguishable"), - (UniCase("complecate"), "complicate"), - (UniCase("divison"), "division"), - (UniCase("passionite"), "passionate"), - (UniCase("steriotyping"), "stereotyping"), - (UniCase("manufactureros"), "manufactures"), - (UniCase("consilidate"), "consolidate"), - (UniCase("knoweldgeable"), "knowledgeable"), - (UniCase("permissons"), "permissions"), - (UniCase("expeditonary"), "expeditionary"), - (UniCase("empathising"), "empathizing"), - (UniCase("pnatheon"), "pantheon"), - (UniCase("garantees"), "guarantees"), - (UniCase("repuglicans"), "republicans"), - (UniCase("calibres"), "calibers"), - (UniCase("progresing"), "progressing"), - (UniCase("administrater"), "administrator"), - (UniCase("preparato"), "preparation"), - (UniCase("aremnian"), "armenian"), - (UniCase("insurence"), "insurance"), - (UniCase("commenwealth"), "commonwealth"), - (UniCase("welathy"), "wealthy"), - (UniCase("efficienct"), "efficient"), - (UniCase("practies"), "practise"), - (UniCase("demosntrated"), "demonstrated"), - (UniCase("transision"), "transition"), - (UniCase("intimadate"), "intimidate"), - (UniCase("governer"), "governor"), - (UniCase("recivership"), "receivership"), - (UniCase("waviers"), "waivers"), - (UniCase("knowlegeable"), "knowledgeable"), - (UniCase("censur"), "censor"), - (UniCase("frigign"), "friggin"), - (UniCase("arbours"), "arbors"), - (UniCase("numericable"), "numerical"), - (UniCase("transgended"), "transgendered"), - (UniCase("meerkrat"), "meerkat"), - (UniCase("thermastat"), "thermostat"), - (UniCase("predacessors"), "predecessors"), - (UniCase("homeowneris"), "homeowners"), - (UniCase("heroicus"), "heroics"), - (UniCase("enamelled"), "enameled"), - (UniCase("oppressin"), "oppression"), - (UniCase("dolphines"), "dolphins"), - (UniCase("patriarh"), "patriarchy"), - (UniCase("tresspasing"), "trespassing"), - (UniCase("labouring"), "laboring"), - (UniCase("disgustoso"), "disgusts"), - (UniCase("manufactorers"), "manufacturers"), - (UniCase("annonymouse"), "anonymous"), - (UniCase("transpotting"), "transporting"), - (UniCase("unautherized"), "unauthorized"), - (UniCase("astranauts"), "astronauts"), - (UniCase("contigious"), "contagious"), - (UniCase("intrenets"), "internets"), - (UniCase("predessecor"), "predecessor"), - (UniCase("agruable"), "arguable"), - (UniCase("possessivize"), "possessive"), - (UniCase("haording"), "hoarding"), - (UniCase("colleteral"), "collateral"), - (UniCase("chlidish"), "childish"), - (UniCase("pedohpiles"), "pedophiles"), - (UniCase("bastardes"), "bastards"), - (UniCase("bengzhai"), "benghazi"), - (UniCase("bureaocratic"), "bureaucratic"), - (UniCase("nightlie"), "nightlife"), - (UniCase("participat"), "participants"), - (UniCase("electorite"), "electorate"), - (UniCase("collequial"), "colloquial"), - (UniCase("condamning"), "condemning"), - (UniCase("natrual"), "natural"), - (UniCase("distinations"), "distinctions"), - (UniCase("agruing"), "arguing"), - (UniCase("maneuveres"), "maneuvers"), - (UniCase("breakthorugh"), "breakthrough"), - (UniCase("elecrto"), "electro"), - (UniCase("segretated"), "segregated"), - (UniCase("medicore"), "mediocre"), - (UniCase("resistences"), "resistances"), - (UniCase("milisecond"), "millisecond"), - (UniCase("recquired"), "required"), - (UniCase("descirbes"), "describes"), - (UniCase("dyanmite"), "dynamite"), - (UniCase("wieghtlifting"), "weightlifting"), - (UniCase("witht"), "with"), - (UniCase("halluzinations"), "hallucinations"), - (UniCase("invinicble"), "invincible"), - (UniCase("disadvantges"), "disadvantages"), - (UniCase("inconditionally"), "unconditionally"), - (UniCase("stationy"), "stationary"), - (UniCase("spectaculary"), "spectacularly"), - (UniCase("earhtquakes"), "earthquakes"), - (UniCase("problomatic"), "problematic"), - (UniCase("subarmine"), "submarine"), - (UniCase("northereastern"), "northeastern"), - (UniCase("norhtern"), "northern"), - (UniCase("disapprovel"), "disapproval"), - (UniCase("consolidad"), "consolidated"), - (UniCase("interrim"), "interim"), - (UniCase("organising"), "organizing"), - (UniCase("needels"), "needles"), - (UniCase("fabircation"), "fabrication"), - (UniCase("brakley"), "barkley"), - (UniCase("spezialisation"), "specialization"), - (UniCase("convento"), "convention"), - (UniCase("altrusim"), "altruism"), - (UniCase("sezuires"), "seizures"), - (UniCase("collectons"), "collections"), - (UniCase("retrevier"), "retriever"), - (UniCase("anwsering"), "answering"), - (UniCase("dramtic"), "dramatic"), - (UniCase("organizatinal"), "organizational"), - (UniCase("joystik"), "joystick"), - (UniCase("venezuelian"), "venezuela"), - (UniCase("gutteral"), "guttural"), - (UniCase("quention"), "quentin"), - (UniCase("ammused"), "amused"), - (UniCase("befoer"), "before"), - (UniCase("evangelising"), "evangelizing"), - (UniCase("organizuje"), "organize"), - (UniCase("fristly"), "firstly"), - (UniCase("moisturised"), "moisturized"), - (UniCase("dormtund"), "dortmund"), - (UniCase("scandianvian"), "scandinavian"), - (UniCase("inexpense"), "inexpensive"), - (UniCase("psychedellics"), "psychedelics"), - (UniCase("fanatsizing"), "fantasizing"), - (UniCase("spontaenous"), "spontaneous"), - (UniCase("disadvatanges"), "disadvantages"), - (UniCase("stroyline"), "storyline"), - (UniCase("bithces"), "bitches"), - (UniCase("planeswaker"), "planeswalker"), - (UniCase("durabillity"), "durability"), - (UniCase("trasnparency"), "transparency"), - (UniCase("confermation"), "confirmation"), - (UniCase("foreigness"), "foreigners"), - (UniCase("prodominantly"), "predominantly"), - (UniCase("convinsing"), "convincing"), - (UniCase("catagorized"), "categorized"), - (UniCase("coinsidentally"), "coincidentally"), - (UniCase("screenshat"), "screenshot"), - (UniCase("decomposit"), "decompose"), - (UniCase("recomend"), "recommend"), - (UniCase("photographied"), "photographed"), - (UniCase("traversier"), "traverse"), - (UniCase("initmately"), "intimately"), - (UniCase("utilisation"), "utilization"), - (UniCase("immesnely"), "immensely"), - (UniCase("territoral"), "territorial"), - (UniCase("intimitaly"), "intimately"), - (UniCase("aesthatically"), "aesthetically"), - (UniCase("initation"), "initiation"), - (UniCase("dagners"), "dangers"), - (UniCase("acronmys"), "acronyms"), - (UniCase("systematicaly"), "systematically"), - (UniCase("zoinism"), "zionism"), - (UniCase("narritives"), "narratives"), - (UniCase("distingishing"), "distinguishing"), - (UniCase("unconditionaly"), "unconditionally"), - (UniCase("migrains"), "migraines"), - (UniCase("narcissstic"), "narcissist"), - (UniCase("reletnless"), "relentless"), - (UniCase("generelize"), "generalize"), - (UniCase("repbulic"), "republic"), - (UniCase("controllore"), "controllers"), - (UniCase("misinfomed"), "misinformed"), - (UniCase("documantary"), "documentary"), - (UniCase("substitition"), "substitution"), - (UniCase("incomprehesible"), "incomprehensible"), - (UniCase("normalised"), "normalized"), - (UniCase("publishher"), "publisher"), - (UniCase("giltched"), "glitched"), - (UniCase("massasge"), "massages"), - (UniCase("purposley"), "purposely"), - (UniCase("fertilisers"), "fertilizers"), - (UniCase("qualifiing"), "qualifying"), - (UniCase("nationsl"), "nationals"), - (UniCase("exectuioner"), "executioner"), - (UniCase("delfect"), "deflect"), - (UniCase("procrastinazione"), "procrastination"), - (UniCase("repblican"), "republican"), - (UniCase("eyeballers"), "eyeballs"), - (UniCase("ritoers"), "rioters"), - (UniCase("ionising"), "ionizing"), - (UniCase("unfortuante"), "unfortunate"), - (UniCase("photograped"), "photographed"), - (UniCase("condmened"), "condemned"), - (UniCase("incredable"), "incredible"), - (UniCase("denominater"), "denominator"), - (UniCase("inlightening"), "enlightening"), - (UniCase("lingvistic"), "linguistic"), - (UniCase("ukrianian"), "ukrainian"), - (UniCase("comrads"), "comrades"), - (UniCase("shrelock"), "sherlock"), - (UniCase("afternooon"), "afternoon"), - (UniCase("lightergas"), "lighters"), - (UniCase("teaspon"), "teaspoon"), - (UniCase("felxible"), "flexible"), - (UniCase("anecodtally"), "anecdotally"), - (UniCase("simulatious"), "simulations"), - (UniCase("architechtures"), "architectures"), - (UniCase("creationsit"), "creationist"), - (UniCase("overlauded"), "overloaded"), - (UniCase("descripiton"), "descriptions"), - (UniCase("reapired"), "repaired"), - (UniCase("consipracy"), "conspiracy"), - (UniCase("subsidie"), "subsidized"), - (UniCase("cheif"), "chief"), - (UniCase("prolitariat"), "proletariat"), - (UniCase("pucini"), "puccini"), - (UniCase("finalises"), "finalizes"), - (UniCase("omiting"), "omitting"), - (UniCase("serached"), "searched"), - (UniCase("ninteenth"), "nineteenth"), - (UniCase("positionial"), "positional"), - (UniCase("obatinable"), "obtainable"), - (UniCase("glimpes"), "glimpse"), - (UniCase("agnosticsm"), "agnosticism"), - (UniCase("enlsaved"), "enslaved"), - (UniCase("judisuary"), "judiciary"), - (UniCase("missle"), "missile"), - (UniCase("militis"), "militias"), - (UniCase("feminises"), "feminizes"), - (UniCase("distrobutions"), "distributions"), - (UniCase("easthetically"), "aesthetically"), - (UniCase("anomynous"), "anonymous"), - (UniCase("similir"), "similiar"), - (UniCase("enginereed"), "engineered"), - (UniCase("earhtbound"), "earthbound"), - (UniCase("adminsitrative"), "administrative"), - (UniCase("haematological"), "hematological"), - (UniCase("undeniablly"), "undeniably"), - (UniCase("capitulo"), "capitol"), - (UniCase("engagemnts"), "engagements"), - (UniCase("governemnt"), "government"), - (UniCase("chrisitans"), "christians"), - (UniCase("performous"), "performs"), - (UniCase("morotola"), "motorola"), - (UniCase("metroplois"), "metropolis"), - (UniCase("disgusied"), "disguised"), - (UniCase("castatrophe"), "catastrophe"), - (UniCase("playthorugh"), "playthrough"), - (UniCase("representacion"), "representation"), - (UniCase("shakesphere"), "shakespeare"), - (UniCase("atmopshere"), "atmosphere"), - (UniCase("inverterad"), "inverted"), - (UniCase("templaras"), "templars"), - (UniCase("valentien"), "valentine"), - (UniCase("schisophrenic"), "schizophrenic"), - (UniCase("maintainted"), "maintained"), - (UniCase("trianlges"), "triangles"), - (UniCase("abbout"), "about"), - (UniCase("hting"), "thing"), - (UniCase("buisnesses"), "businesses"), - (UniCase("novmeber"), "november"), - (UniCase("asissted"), "assisted"), - (UniCase("camoufle"), "camouflage"), - (UniCase("quantifiy"), "quantify"), - (UniCase("thorughout"), "throughout"), - (UniCase("thermostaat"), "thermostat"), - (UniCase("liberalise"), "liberalize"), - (UniCase("intermidiate"), "intermediate"), - (UniCase("transsexuel"), "transsexual"), - (UniCase("counsolers"), "counselors"), - (UniCase("anticiapted"), "anticipated"), - (UniCase("chatoic"), "chaotic"), - (UniCase("successs"), "successes"), - (UniCase("supernarkets"), "supermarkets"), - (UniCase("intestinas"), "intestines"), - (UniCase("rhythim"), "rhythm"), - (UniCase("catagory"), "category"), - (UniCase("ammendments"), "amendments"), - (UniCase("eliminas"), "eliminates"), - (UniCase("condascending"), "condescending"), - (UniCase("inquisidor"), "inquisitor"), - (UniCase("aggragating"), "aggravating"), - (UniCase("literaly"), "literally"), - (UniCase("beggin"), "begin"), - (UniCase("vaguley"), "vaguely"), - (UniCase("montanha"), "montana"), - (UniCase("planeswaler"), "planeswalker"), - (UniCase("equivalant"), "equivalent"), - (UniCase("carvinal"), "carnival"), - (UniCase("iranianos"), "iranians"), - (UniCase("persuassive"), "persuasive"), - (UniCase("computerising"), "computerizing"), - (UniCase("outisders"), "outsiders"), - (UniCase("correctivos"), "corrections"), - (UniCase("affordible"), "affordable"), - (UniCase("intentines"), "intestines"), - (UniCase("experimeted"), "experimented"), - (UniCase("hypothosis"), "hypothesis"), - (UniCase("vaiation"), "aviation"), - (UniCase("karoake"), "karaoke"), - (UniCase("substitude"), "substitute"), - (UniCase("whislte"), "whistle"), - (UniCase("contenintal"), "continental"), - (UniCase("combiens"), "combines"), - (UniCase("analyse"), "analyze"), - (UniCase("vegeratian"), "vegetarians"), - (UniCase("sorcerey"), "sorcery"), - (UniCase("angosticism"), "agnosticism"), - (UniCase("fantacizing"), "fantasizing"), - (UniCase("minoritets"), "minorities"), - (UniCase("microtransactons"), "microtransactions"), - (UniCase("unfortunatley"), "unfortunately"), - (UniCase("controception"), "contraception"), - (UniCase("projektion"), "projection"), - (UniCase("penetratiing"), "penetrating"), - (UniCase("immobilise"), "immobilize"), - (UniCase("addionally"), "additionally"), - (UniCase("characterisics"), "characteristics"), - (UniCase("underneith"), "underneath"), - (UniCase("skillsto"), "skillshots"), - (UniCase("carnberry"), "cranberry"), - (UniCase("coloureds"), "coloreds"), - (UniCase("simultaneuous"), "simultaneous"), - (UniCase("hyporcite"), "hypocrite"), - (UniCase("battlearts"), "battlestar"), - (UniCase("logiteh"), "logitech"), - (UniCase("idiosyncracy"), "idiosyncrasy"), - (UniCase("persuasivo"), "persuasion"), - (UniCase("intelligance"), "intelligence"), - (UniCase("steadilly"), "steadily"), - (UniCase("vehicule"), "vehicle"), - (UniCase("renassaince"), "renaissance"), - (UniCase("gloabl"), "global"), - (UniCase("consultent"), "consultant"), - (UniCase("poisond"), "poisoned"), - (UniCase("collectros"), "collects"), - (UniCase("werstler"), "wrestler"), - (UniCase("racistes"), "racists"), - (UniCase("satisfactorally"), "satisfactory"), - (UniCase("believeble"), "believable"), - (UniCase("disastrosi"), "disastrous"), - (UniCase("transparantie"), "transparent"), - (UniCase("arcahic"), "archaic"), - (UniCase("priviliges"), "privileges"), - (UniCase("luanchers"), "launchers"), - (UniCase("potatos"), "potatoes"), - (UniCase("neckbeardius"), "neckbeards"), - (UniCase("improvemnts"), "improvements"), - (UniCase("unpredicatble"), "unpredictable"), - (UniCase("grammaticallity"), "grammatically"), - (UniCase("straightned"), "straightened"), - (UniCase("underbaker"), "undertaker"), - (UniCase("disciplinery"), "disciplinary"), - (UniCase("knowlege"), "knowledge"), - (UniCase("sprinkeld"), "sprinkled"), - (UniCase("cirruculum"), "curriculum"), - (UniCase("contradictin"), "contradiction"), - (UniCase("relaly"), "really"), - (UniCase("personarse"), "personas"), - (UniCase("propreitary"), "proprietary"), - (UniCase("parellels"), "parallels"), - (UniCase("rehersal"), "rehearsal"), - (UniCase("proportionnal"), "proportional"), - (UniCase("summerized"), "summarized"), - (UniCase("sentaor"), "senator"), - (UniCase("exclamativo"), "exclamation"), - (UniCase("revolutionens"), "revolutions"), - (UniCase("analyseras"), "analyses"), - (UniCase("blockes"), "blockers"), - (UniCase("abritrary"), "arbitrary"), - (UniCase("ehtereal"), "ethereal"), - (UniCase("afflcition"), "affliction"), - (UniCase("estonija"), "estonia"), - (UniCase("unwrittern"), "unwritten"), - (UniCase("guantanameow"), "guantanamo"), - (UniCase("criticizms"), "criticisms"), - (UniCase("peotry"), "poetry"), - (UniCase("percusions"), "percussion"), - (UniCase("discussin"), "discussion"), - (UniCase("behaivour"), "behaviour"), - (UniCase("empirialist"), "imperialist"), - (UniCase("environmentality"), "environmentally"), - (UniCase("interpriting"), "interpreting"), - (UniCase("braodcasting"), "broadcasting"), - (UniCase("tyrannise"), "tyrannize"), - (UniCase("expectating"), "expectation"), - (UniCase("medicalert"), "medicare"), - (UniCase("assosiations"), "associations"), - (UniCase("inexpereince"), "inexperience"), - (UniCase("synonomy"), "synonym"), - (UniCase("usefuly"), "usefully"), - (UniCase("maximised"), "maximized"), - (UniCase("impresison"), "impressions"), - (UniCase("convienent"), "convenient"), - (UniCase("rendezous"), "rendezvous"), - (UniCase("aperutre"), "aperture"), - (UniCase("circumsied"), "circumcised"), - (UniCase("arguemtn"), "arguement"), - (UniCase("unsuprized"), "unsurprised"), - (UniCase("appluad"), "applaud"), - (UniCase("celesital"), "celestial"), - (UniCase("initialises"), "initializes"), - (UniCase("implimented"), "implemented"), - (UniCase("chirstianity"), "christianity"), - (UniCase("ravelling"), "raveling"), - (UniCase("islamisters"), "islamists"), - (UniCase("addtional"), "additional"), - (UniCase("bottelneck"), "bottleneck"), - (UniCase("justificaiton"), "justification"), - (UniCase("aginst"), "against"), - (UniCase("prouncements"), "pronouncements"), - (UniCase("nigthly"), "nightly"), - (UniCase("gaurantee"), "guarantee"), - (UniCase("engineeer"), "engineer"), - (UniCase("perpatrators"), "perpetrators"), - (UniCase("initiaties"), "initiatives"), - (UniCase("compensante"), "compensate"), - (UniCase("dogamtic"), "dogmatic"), - (UniCase("disadvanteged"), "disadvantaged"), - (UniCase("dessertation"), "dissertation"), - (UniCase("preocupation"), "preoccupation"), - (UniCase("compansation"), "compensation"), - (UniCase("reinkarnation"), "reincarnation"), - (UniCase("instutution"), "institution"), - (UniCase("naturaly"), "naturally"), - (UniCase("enlish"), "english"), - (UniCase("mulitplier"), "multiplier"), - (UniCase("continential"), "continental"), - (UniCase("consequece"), "consequence"), - (UniCase("alternativelly"), "alternatively"), - (UniCase("misandy"), "misandry"), - (UniCase("templats"), "templates"), - (UniCase("stormfromt"), "stormfront"), - (UniCase("planeswalkr"), "planeswalker"), - (UniCase("convertr"), "converter"), - (UniCase("metaphsyical"), "metaphysical"), - (UniCase("donwsides"), "downsides"), - (UniCase("instrcutor"), "instructors"), - (UniCase("paraniod"), "paranoid"), - (UniCase("princibles"), "principles"), - (UniCase("spreadsheeticus"), "spreadsheets"), - (UniCase("silders"), "sliders"), - (UniCase("masturabte"), "masturbate"), - (UniCase("dialecs"), "dialects"), - (UniCase("apsotrophe"), "apostrophe"), - (UniCase("insanley"), "insanely"), - (UniCase("incarnacion"), "incarnation"), - (UniCase("succede"), "succeed"), - (UniCase("condemnd"), "condemned"), - (UniCase("paranornal"), "paranormal"), - (UniCase("paraphrashing"), "paraphrasing"), - (UniCase("warrriors"), "warriors"), - (UniCase("homewoner"), "homeowner"), - (UniCase("constans"), "constants"), - (UniCase("beneifical"), "beneficial"), - (UniCase("immortalls"), "immortals"), - (UniCase("sacrastic"), "sarcastic"), - (UniCase("toritlla"), "tortilla"), - (UniCase("wiredest"), "weirdest"), - (UniCase("impossibilty"), "impossibility"), - (UniCase("medeterranean"), "mediterranean"), - (UniCase("exposicion"), "exposition"), - (UniCase("themselvs"), "themselves"), - (UniCase("monoploies"), "monopolies"), - (UniCase("independentness"), "independents"), - (UniCase("cannibilism"), "cannibalism"), - (UniCase("trickey"), "trickery"), - (UniCase("declarasen"), "declares"), - (UniCase("mosquite"), "mosquitoes"), - (UniCase("luanching"), "launching"), - (UniCase("photographyi"), "photographic"), - (UniCase("collegues"), "colleagues"), - (UniCase("absurdley"), "absurdly"), - (UniCase("inattractive"), "unattractive"), - (UniCase("rulebok"), "rulebook"), - (UniCase("responnsibilty"), "responsibility"), - (UniCase("portraing"), "portraying"), - (UniCase("murdererd"), "murdered"), - (UniCase("recommeneded"), "recommended"), - (UniCase("outmanoeuvre"), "outmaneuver"), - (UniCase("spectaculaire"), "spectacular"), - (UniCase("encycolpedias"), "encyclopedia"), - (UniCase("bablyon"), "babylon"), - (UniCase("psichologist"), "psychologist"), - (UniCase("explosivas"), "explosives"), - (UniCase("quuery"), "query"), - (UniCase("maintenence"), "maintenance"), - (UniCase("waclott"), "walcott"), - (UniCase("instituded"), "instituted"), - (UniCase("abosrbed"), "absorbed"), - (UniCase("dawrves"), "dwarves"), - (UniCase("duaghter"), "daughter"), - (UniCase("communites"), "communities"), - (UniCase("employeer"), "employer"), - (UniCase("werstle"), "wrestle"), - (UniCase("tranlsations"), "translations"), - (UniCase("foucs"), "focus"), - (UniCase("condradictory"), "contradictory"), - (UniCase("specailized"), "specialized"), - (UniCase("hallicunation"), "hallucination"), - (UniCase("louisianna"), "louisiana"), - (UniCase("expoliting"), "exploiting"), - (UniCase("monopolising"), "monopolizing"), - (UniCase("zionsit"), "zionist"), - (UniCase("creationkit"), "creationist"), - (UniCase("recide"), "reside"), - (UniCase("tuseday"), "tuesday"), - (UniCase("misrepreseted"), "misrepresented"), - (UniCase("integrering"), "interfering"), - (UniCase("possesess"), "possesses"), - (UniCase("ostracised"), "ostracized"), - (UniCase("marmelade"), "marmalade"), - (UniCase("initiavite"), "initiatives"), - (UniCase("legistative"), "legislative"), - (UniCase("wintson"), "winston"), - (UniCase("dangeros"), "dangers"), - (UniCase("recpies"), "recipes"), - (UniCase("intiials"), "initials"), - (UniCase("apratheid"), "apartheid"), - (UniCase("signalling"), "signaling"), - (UniCase("invisibillity"), "invisibility"), - (UniCase("secpter"), "scepter"), - (UniCase("moonligt"), "moonlight"), - (UniCase("republi"), "republic"), - (UniCase("separato"), "separation"), - (UniCase("administrativo"), "administration"), - (UniCase("joysitck"), "joystick"), - (UniCase("smarthpones"), "smartphones"), - (UniCase("peodphile"), "pedophile"), - (UniCase("mouthpeace"), "mouthpiece"), - (UniCase("submarinas"), "submarines"), - (UniCase("valkirye"), "valkyrie"), - (UniCase("curcumstantial"), "circumstantial"), - (UniCase("arund"), "around"), - (UniCase("romanticises"), "romanticizes"), - (UniCase("invididually"), "individually"), - (UniCase("levander"), "lavender"), - (UniCase("syncronously"), "synchronously"), - (UniCase("residentail"), "residential"), - (UniCase("birthdsy"), "birthdays"), - (UniCase("subscrpition"), "subscriptions"), - (UniCase("reamins"), "remains"), - (UniCase("invlunerable"), "invulnerable"), - (UniCase("disciniplary"), "disciplinary"), - (UniCase("agknowledged"), "acknowledged"), - (UniCase("cheesecase"), "cheesecake"), - (UniCase("objectificaton"), "objectification"), - (UniCase("subesquent"), "subsequent"), - (UniCase("daimond"), "diamond"), - (UniCase("temperaturs"), "temperatures"), - (UniCase("substansen"), "substances"), - (UniCase("properites"), "properties"), - (UniCase("etherel"), "ethereal"), - (UniCase("playwrites"), "playwrights"), - (UniCase("cataclsym"), "cataclysm"), - (UniCase("explose"), "explodes"), - (UniCase("chromosomers"), "chromosomes"), - (UniCase("heartbeast"), "heartbeat"), - (UniCase("assisst"), "assists"), - (UniCase("israelits"), "israelis"), - (UniCase("cilnatro"), "cilantro"), - (UniCase("scholarhip"), "scholarship"), - (UniCase("steriotypes"), "stereotypes"), - (UniCase("advsior"), "advisor"), - (UniCase("pepperonni"), "pepperoni"), - (UniCase("pervents"), "prevents"), - (UniCase("snowbolling"), "snowballing"), - (UniCase("calcularon"), "calculator"), - (UniCase("clangour"), "clangor"), - (UniCase("ocurr"), "occur"), - (UniCase("lieuenant"), "lieutenant"), - (UniCase("enthusiants"), "enthusiast"), - (UniCase("italicises"), "italicizes"), - (UniCase("abnormaly"), "abnormally"), - (UniCase("artifactos"), "artifacts"), - (UniCase("alocholics"), "alcoholics"), - (UniCase("caclulations"), "calculations"), - (UniCase("inaccessibile"), "inaccessible"), - (UniCase("pligrim"), "pilgrim"), - (UniCase("investogator"), "investigator"), - (UniCase("materalists"), "materialist"), - (UniCase("privte"), "private"), - (UniCase("artilley"), "artillery"), - (UniCase("deplorabile"), "deplorable"), - (UniCase("dissapounted"), "dissapointed"), - (UniCase("photograh"), "photograph"), - (UniCase("transiet"), "transient"), - (UniCase("horading"), "hoarding"), - (UniCase("programattically"), "programmatically"), - (UniCase("moisturise"), "moisturize"), - (UniCase("idolises"), "idolizes"), - (UniCase("satisfactorly"), "satisfactory"), - (UniCase("electroncis"), "electrons"), - (UniCase("survivabiliy"), "survivability"), - (UniCase("mercenarios"), "mercenaries"), - (UniCase("antibitoic"), "antibiotic"), - (UniCase("presonally"), "personally"), - (UniCase("overestimateing"), "overestimating"), - (UniCase("threatning"), "threatening"), - (UniCase("dissobediance"), "disobedience"), - (UniCase("appraoching"), "approaching"), - (UniCase("critizisms"), "criticisms"), - (UniCase("precaucion"), "precaution"), - (UniCase("netowrking"), "networking"), - (UniCase("nectode"), "netcode"), - (UniCase("illuminiati"), "illuminati"), - (UniCase("resolvendo"), "resolved"), - (UniCase("delibirately"), "deliberately"), - (UniCase("misoganist"), "misogynist"), - (UniCase("intellecutally"), "intellectually"), - (UniCase("corpsers"), "corpses"), - (UniCase("simualtor"), "simulator"), - (UniCase("squirrelus"), "squirrels"), - (UniCase("shitlasses"), "shitless"), - (UniCase("freqeuncy"), "frequency"), - (UniCase("competeted"), "competed"), - (UniCase("pumpknis"), "pumpkins"), - (UniCase("antivirs"), "antivirus"), - (UniCase("konfrontation"), "confrontation"), - (UniCase("braceletes"), "bracelets"), - (UniCase("unnecessarity"), "unnecessarily"), - (UniCase("medicallly"), "medically"), - (UniCase("circumsice"), "circumcised"), - (UniCase("inititaive"), "initiatives"), - (UniCase("spoilerd"), "spoiled"), - (UniCase("withdrawling"), "withdrawing"), - (UniCase("liberacion"), "liberation"), - (UniCase("accumelate"), "accumulate"), - (UniCase("doucheus"), "douches"), - (UniCase("vageuly"), "vaguely"), - (UniCase("neverthelss"), "nevertheless"), - (UniCase("conlcude"), "conclude"), - (UniCase("frankensteen"), "frankenstein"), - (UniCase("chivarly"), "chivalry"), - (UniCase("metres"), "meters"), - (UniCase("automonomous"), "autonomous"), - (UniCase("connecticon"), "connection"), - (UniCase("sentinents"), "sentiments"), - (UniCase("adminstrative"), "administrative"), - (UniCase("autograpgh"), "autograph"), - (UniCase("spartsn"), "spartans"), - (UniCase("uniliterally"), "unilaterally"), - (UniCase("expressie"), "expressive"), - (UniCase("philippinoes"), "philippines"), - (UniCase("southmapton"), "southampton"), - (UniCase("speciliazation"), "specialization"), - (UniCase("annihalition"), "annihilation"), - (UniCase("pich"), "pitch"), - (UniCase("misimformed"), "misinformed"), - (UniCase("imgrants"), "migrants"), - (UniCase("impeccabile"), "impeccable"), - (UniCase("inquriy"), "inquiry"), - (UniCase("transitionals"), "transitions"), - (UniCase("capabillity"), "capability"), - (UniCase("supernatual"), "supernatural"), - (UniCase("declaraste"), "declares"), - (UniCase("deathmath"), "deathmatch"), - (UniCase("finantially"), "financially"), - (UniCase("inconsequencial"), "inconsequential"), - (UniCase("intregal"), "integral"), - (UniCase("misspeld"), "misspelled"), - (UniCase("transfender"), "transgender"), - (UniCase("techticians"), "technicians"), - (UniCase("escavation"), "escalation"), - (UniCase("humantiarian"), "humanitarian"), - (UniCase("chrisitan"), "christian"), - (UniCase("conservatisim"), "conservatism"), - (UniCase("nationalistisen"), "nationalists"), - (UniCase("passisve"), "passives"), - (UniCase("perpetutate"), "perpetuate"), - (UniCase("gratuidous"), "gratuitous"), - (UniCase("survivavility"), "survivability"), - (UniCase("maybellline"), "maybelline"), - (UniCase("fundamentalistisch"), "fundamentalists"), - (UniCase("fethced"), "fetched"), - (UniCase("visibiliy"), "visibility"), - (UniCase("squirrles"), "squirrels"), - (UniCase("anecdotle"), "anecdote"), - (UniCase("bittersweeet"), "bittersweet"), - (UniCase("pasttime"), "pastime"), - (UniCase("recommedations"), "recommendations"), - (UniCase("entrepraneurs"), "entrepreneurs"), - (UniCase("themsevles"), "themselves"), - (UniCase("volunatry"), "voluntary"), - (UniCase("simulteneous"), "simultaneous"), - (UniCase("invalueble"), "invaluable"), - (UniCase("actualy"), "actually"), - (UniCase("reprihensible"), "reprehensible"), - (UniCase("constrait"), "constraints"), - (UniCase("checkmeat"), "checkmate"), - (UniCase("thsoe"), "those"), - (UniCase("commercialise"), "commercialize"), - (UniCase("secerts"), "secrets"), - (UniCase("goegraphic"), "geographic"), - (UniCase("procliamed"), "proclaimed"), - (UniCase("arbitrarion"), "arbitration"), - (UniCase("unravelled"), "unraveled"), - (UniCase("economised"), "economized"), - (UniCase("incomprehensable"), "incomprehensible"), - (UniCase("westernised"), "westernized"), - (UniCase("fantacising"), "fantasizing"), - (UniCase("serivceable"), "serviceable"), - (UniCase("connotaion"), "connotation"), - (UniCase("esctatic"), "ecstatic"), - (UniCase("conived"), "connived"), - (UniCase("necormancer"), "necromancer"), - (UniCase("alrightey"), "alrighty"), - (UniCase("playersare"), "playerbase"), - (UniCase("criticms"), "critics"), - (UniCase("methaphors"), "metaphors"), - (UniCase("accicently"), "accidently"), - (UniCase("republis"), "republics"), - (UniCase("reportidly"), "reportedly"), - (UniCase("prejuduces"), "prejudices"), - (UniCase("definatly"), "definitely"), - (UniCase("extrems"), "extremes"), - (UniCase("androidos"), "androids"), - (UniCase("anaylzed"), "analyzed"), - (UniCase("paralysed"), "paralyzed"), - (UniCase("historicly"), "historical"), - (UniCase("vandalised"), "vandalized"), - (UniCase("pursiut"), "pursuit"), - (UniCase("ridicoulus"), "ridiculous"), - (UniCase("busness"), "business"), - (UniCase("metaphotically"), "metaphorically"), - (UniCase("questonable"), "questionable"), - (UniCase("assocaition"), "associations"), - (UniCase("tremendious"), "tremendous"), - (UniCase("prohibation"), "prohibition"), - (UniCase("comphrehensive"), "comprehensive"), - (UniCase("industrias"), "industries"), - (UniCase("thunderboat"), "thunderbolt"), - (UniCase("artifcat"), "artifact"), - (UniCase("destiantions"), "destinations"), - (UniCase("privatise"), "privatize"), - (UniCase("cathredal"), "cathedral"), - (UniCase("vehciles"), "vehicles"), - (UniCase("extraordinarly"), "extraordinary"), - (UniCase("extremisme"), "extremes"), - (UniCase("wherease"), "whereas"), - (UniCase("neglegting"), "neglecting"), - (UniCase("underwealming"), "underwhelming"), - (UniCase("formattting"), "formatting"), - (UniCase("bombardeada"), "bombarded"), - (UniCase("feltcher"), "fletcher"), - (UniCase("accidebtly"), "accidently"), - (UniCase("syringae"), "syringe"), - (UniCase("misinterprent"), "misinterpret"), - (UniCase("norwegin"), "norwegian"), - (UniCase("revolutionised"), "revolutionized"), - (UniCase("centimetre"), "centimeter"), - (UniCase("palestininas"), "palestinians"), - (UniCase("equivelants"), "equivalents"), - (UniCase("chassids"), "chassis"), - (UniCase("hostles"), "hostels"), - (UniCase("revolutionise"), "revolutionize"), - (UniCase("instalment"), "installment"), - (UniCase("pronounciation"), "pronunciation"), - (UniCase("seriuosly"), "seriously"), - (UniCase("disproportionaly"), "disproportionately"), - (UniCase("construits"), "constructs"), - (UniCase("inefficienty"), "inefficiently"), - (UniCase("inspecticon"), "inspection"), - (UniCase("infarred"), "infrared"), - (UniCase("disconneted"), "disconnected"), - (UniCase("themslef"), "themself"), - (UniCase("encyclopaedias"), "encyclopedias"), - (UniCase("toliets"), "toilets"), - (UniCase("adventourus"), "adventurous"), - (UniCase("sprinkel"), "sprinkle"), - (UniCase("benedit"), "benedict"), - (UniCase("computacion"), "computation"), - (UniCase("intristically"), "intrinsically"), - (UniCase("meditato"), "meditation"), - (UniCase("authoritation"), "authorization"), - (UniCase("structurel"), "structural"), - (UniCase("electrones"), "electrons"), - (UniCase("philippinnes"), "philippines"), - (UniCase("initialled"), "initialed"), - (UniCase("inconsistencias"), "inconsistencies"), - (UniCase("regulatories"), "regulators"), - (UniCase("legenadries"), "legendaries"), - (UniCase("perdiction"), "prediction"), - (UniCase("critisicm"), "criticism"), - (UniCase("emnity"), "enmity"), - (UniCase("vaporisation"), "vaporization"), - (UniCase("resolveres"), "resolves"), - (UniCase("psychedilics"), "psychedelics"), - (UniCase("executible"), "executable"), - (UniCase("mobiltiy"), "mobility"), - (UniCase("caluiflower"), "cauliflower"), - (UniCase("completelys"), "completes"), - (UniCase("incorectly"), "incorrectly"), - (UniCase("embaraasing"), "embarassing"), - (UniCase("instrcutions"), "instruction"), - (UniCase("variey"), "variety"), - (UniCase("acclimatise"), "acclimatize"), - (UniCase("simulative"), "simulate"), - (UniCase("adaptating"), "adaptation"), - (UniCase("rennovate"), "renovate"), - (UniCase("imaginitve"), "imaginative"), - (UniCase("fashionalbe"), "fashionable"), - (UniCase("behoved"), "behooved"), - (UniCase("futher"), "further"), - (UniCase("manufacturerd"), "manufactured"), - (UniCase("symmetral"), "symmetric"), - (UniCase("supermaster"), "supermarkets"), - (UniCase("vaugely"), "vaguely"), - (UniCase("diarreha"), "diarrhea"), - (UniCase("construcs"), "constructs"), - (UniCase("represend"), "represented"), - (UniCase("stabilisation"), "stabilization"), - (UniCase("compalint"), "compliant"), - (UniCase("exercices"), "exercise"), - (UniCase("duplicats"), "duplicates"), - (UniCase("touchscreeen"), "touchscreen"), - (UniCase("absolutey"), "absolutely"), - (UniCase("oragnised"), "organised"), - (UniCase("enginer"), "engineer"), - (UniCase("amortise"), "amortize"), - (UniCase("accusato"), "accusation"), - (UniCase("boredoom"), "boredom"), - (UniCase("santurom"), "santorum"), - (UniCase("argubly"), "arguably"), - (UniCase("unsubscrubed"), "unsubscribed"), - (UniCase("crosspot"), "crosspost"), - (UniCase("entertainted"), "entertained"), - (UniCase("carnvial"), "carnival"), - (UniCase("diabetees"), "diabetes"), - (UniCase("skatebaords"), "skateboard"), - (UniCase("childisch"), "childish"), - (UniCase("rektifications"), "certifications"), - (UniCase("thast"), "that"), - (UniCase("producirse"), "producers"), - (UniCase("frequence"), "frequencies"), - (UniCase("aquarim"), "aquarium"), - (UniCase("excpetion"), "exception"), - (UniCase("theoratically"), "theoretically"), - (UniCase("undersetimate"), "underestimate"), - (UniCase("indictrinated"), "indoctrinated"), - (UniCase("hypathetically"), "hypothetically"), - (UniCase("marnies"), "marines"), - (UniCase("spesification"), "specification"), - (UniCase("suspicision"), "suspicions"), - (UniCase("resistnace"), "resistances"), - (UniCase("inhumain"), "inhuman"), - (UniCase("temeprature"), "temperature"), - (UniCase("annonceurs"), "announcers"), - (UniCase("overpiad"), "overpaid"), - (UniCase("decloration"), "declaration"), - (UniCase("introspectivo"), "introspection"), - (UniCase("premuims"), "premiums"), - (UniCase("weilded"), "wielded"), - (UniCase("adbucted"), "abducted"), - (UniCase("patriotics"), "patriotism"), - (UniCase("indirecty"), "indirectly"), - (UniCase("countrying"), "countering"), - (UniCase("limitacion"), "limitation"), - (UniCase("gongratulations"), "congratulations"), - (UniCase("abdominable"), "abdominal"), - (UniCase("chocolste"), "chocolates"), - (UniCase("appropriato"), "appropriation"), - (UniCase("physiologial"), "physiological"), - (UniCase("procrascinating"), "procrastinating"), - (UniCase("faliures"), "failures"), - (UniCase("introductary"), "introductory"), - (UniCase("trasnlated"), "translated"), - (UniCase("likelyhood"), "likelihood"), - (UniCase("fascinacion"), "fascination"), - (UniCase("tempets"), "tempest"), - (UniCase("designad"), "designated"), - (UniCase("sensationalising"), "sensationalizing"), - (UniCase("pireced"), "pierced"), - (UniCase("anwsered"), "answered"), - (UniCase("glicthes"), "glitches"), - (UniCase("frigthened"), "frightened"), - (UniCase("dischare"), "discharged"), - (UniCase("complate"), "complacent"), - (UniCase("practially"), "practically"), - (UniCase("synphony"), "symphony"), - (UniCase("emphasises"), "emphasizes"), - (UniCase("donwvoted"), "downvoted"), - (UniCase("memorised"), "memorized"), - (UniCase("unattractice"), "unattractive"), - (UniCase("curricullum"), "curriculum"), - (UniCase("indimidating"), "intimidating"), - (UniCase("regresives"), "regressive"), - (UniCase("bureaocracy"), "bureaucracy"), - (UniCase("gullibe"), "gullible"), - (UniCase("additivies"), "additive"), - (UniCase("monolopies"), "monopolies"), - (UniCase("semanitcs"), "semantics"), - (UniCase("hokpins"), "hopkins"), - (UniCase("littel"), "little"), - (UniCase("resurreccion"), "resurrection"), - (UniCase("refillls"), "refills"), - (UniCase("exaclty"), "exactly"), - (UniCase("sanctionned"), "sanctioned"), - (UniCase("programem"), "programme"), - (UniCase("unresponive"), "unresponsive"), - (UniCase("confilcting"), "conflicting"), - (UniCase("custumization"), "customization"), - (UniCase("intimitaded"), "intimidated"), - (UniCase("narwharl"), "narwhal"), - (UniCase("gernade"), "grenade"), - (UniCase("monitos"), "monitors"), - (UniCase("isntallation"), "installation"), - (UniCase("mediocraty"), "mediocrity"), - (UniCase("messagd"), "messaged"), - (UniCase("tentacls"), "tentacles"), - (UniCase("transformare"), "transformers"), - (UniCase("distributivos"), "distributions"), - (UniCase("melatonian"), "melatonin"), - (UniCase("copenhague"), "copenhagen"), - (UniCase("horizantal"), "horizontal"), - (UniCase("internalises"), "internalizes"), - (UniCase("scnearios"), "scenarios"), - (UniCase("wedensdays"), "wednesdays"), - (UniCase("littelfinger"), "littlefinger"), - (UniCase("conicidentally"), "coincidentally"), - (UniCase("representativas"), "representatives"), - (UniCase("cheezeburgers"), "cheeseburgers"), - (UniCase("sketchs"), "sketches"), - (UniCase("redundnacy"), "redundancy"), - (UniCase("millitary"), "military"), - (UniCase("repetitivo"), "repetition"), - (UniCase("explosie"), "explosive"), - (UniCase("masturbait"), "masturbate"), - (UniCase("declars"), "declares"), - (UniCase("proclamed"), "proclaimed"), - (UniCase("inquisitir"), "inquisitor"), - (UniCase("unabel"), "unable"), - (UniCase("percetange"), "percentages"), - (UniCase("rewatchibg"), "rewatching"), - (UniCase("sponsership"), "sponsorship"), - (UniCase("resistancies"), "resistances"), - (UniCase("permanantly"), "permanently"), - (UniCase("privatizied"), "privatized"), - (UniCase("charasmatic"), "charismatic"), - (UniCase("permanetly"), "permanently"), - (UniCase("breifly"), "briefly"), - (UniCase("accoridng"), "according"), - (UniCase("marbleds"), "marbles"), - (UniCase("tkaing"), "taking"), - (UniCase("emphatetic"), "empathetic"), - (UniCase("grapichs"), "graphics"), - (UniCase("frustrasted"), "frustrates"), - (UniCase("ailenated"), "alienated"), - (UniCase("adhearing"), "adhering"), - (UniCase("persvasive"), "persuasive"), - (UniCase("mathcups"), "matchups"), - (UniCase("cholrine"), "chlorine"), - (UniCase("manufactorer"), "manufacturer"), - (UniCase("lifespawn"), "lifespan"), - (UniCase("savour"), "savor"), - (UniCase("incomprehendible"), "incomprehensible"), - (UniCase("senerity"), "serenity"), - (UniCase("readmition"), "readmission"), - (UniCase("appreciato"), "appreciation"), - (UniCase("unimpresed"), "unimpressed"), - (UniCase("philosophise"), "philosophize"), - (UniCase("nutritivos"), "nutritious"), - (UniCase("corparate"), "corporate"), - (UniCase("resticted"), "restricted"), - (UniCase("verbatium"), "verbatim"), - (UniCase("caclium"), "calcium"), - (UniCase("mitigaiton"), "mitigation"), - (UniCase("proclami"), "proclaim"), - (UniCase("mesmerised"), "mesmerized"), - (UniCase("appereances"), "appearances"), - (UniCase("propesterous"), "preposterous"), - (UniCase("definitivos"), "definitions"), - (UniCase("montiors"), "monitors"), - (UniCase("margart"), "margaret"), - (UniCase("sceptically"), "skeptically"), - (UniCase("severeal"), "several"), - (UniCase("devels"), "delves"), - (UniCase("biologiskt"), "biologist"), - (UniCase("undesireble"), "undesirable"), - (UniCase("penalise"), "penalize"), - (UniCase("presumabley"), "presumably"), - (UniCase("recommenting"), "recommending"), - (UniCase("underneeth"), "underneath"), - (UniCase("unresponcive"), "unresponsive"), - (UniCase("defendas"), "defends"), - (UniCase("sentimenal"), "sentimental"), - (UniCase("apsirin"), "aspirin"), - (UniCase("relatabe"), "relatable"), - (UniCase("improbabe"), "improbable"), - (UniCase("availabale"), "available"), - (UniCase("projectives"), "projectiles"), - (UniCase("desensitise"), "desensitize"), - (UniCase("personhod"), "personhood"), - (UniCase("underraker"), "undertaker"), - (UniCase("windhsield"), "windshield"), - (UniCase("disgiused"), "disguised"), - (UniCase("intorverted"), "introverted"), - (UniCase("instatutionalized"), "institutionalized"), - (UniCase("asborbed"), "absorbed"), - (UniCase("distase"), "distaste"), - (UniCase("reveiwer"), "reviewer"), - (UniCase("warrany"), "warranty"), - (UniCase("distribucion"), "distribution"), - (UniCase("cuplrit"), "culprit"), - (UniCase("euphroic"), "euphoric"), - (UniCase("indicence"), "incidence"), - (UniCase("depersonalise"), "depersonalize"), - (UniCase("bourgeoius"), "bourgeois"), - (UniCase("consistes"), "consists"), - (UniCase("surrouded"), "surrounded"), - (UniCase("populative"), "populate"), - (UniCase("comander"), "commander"), - (UniCase("charsima"), "charisma"), - (UniCase("sensitivitiy"), "sensitivity"), - (UniCase("preferentes"), "preferences"), - (UniCase("collaberator"), "collaborate"), - (UniCase("disatissfied"), "dissatisfied"), - (UniCase("momentus"), "moments"), - (UniCase("courching"), "crouching"), - (UniCase("decideable"), "decidable"), - (UniCase("catholocisim"), "catholicism"), - (UniCase("promethese"), "prometheus"), - (UniCase("parastie"), "parasite"), - (UniCase("manevuer"), "maneuver"), - (UniCase("contestes"), "contests"), - (UniCase("fourties"), "forties"), - (UniCase("transcendant"), "transcendent"), - (UniCase("privilegien"), "privilege"), - (UniCase("historiens"), "histories"), - (UniCase("fucntionality"), "functionality"), - (UniCase("installatons"), "installations"), - (UniCase("regulaotrs"), "regulators"), - (UniCase("varibale"), "variable"), - (UniCase("mysogenistic"), "misogynistic"), - (UniCase("transportaion"), "transportation"), - (UniCase("winchestor"), "winchester"), - (UniCase("intercource"), "intercourse"), - (UniCase("extroardinary"), "extraordinary"), - (UniCase("downvotesd"), "downvoters"), - (UniCase("persumption"), "presumption"), - (UniCase("incarnato"), "incarnation"), - (UniCase("inaproppriate"), "inappropriate"), - (UniCase("configuratoin"), "configurations"), - (UniCase("politicus"), "politics"), - (UniCase("contreception"), "contraception"), - (UniCase("formuls"), "formulas"), - (UniCase("irreversebly"), "irreversible"), - (UniCase("symmetricaly"), "symmetrically"), - (UniCase("gauranteed"), "guaranteed"), - (UniCase("camoufalge"), "camouflage"), - (UniCase("billioniare"), "billionaire"), - (UniCase("catastraphic"), "catastrophic"), - (UniCase("collectivises"), "collectivizes"), - (UniCase("decleration"), "declaration"), - (UniCase("valentis"), "valentines"), - (UniCase("eratically"), "erratically"), - (UniCase("unicornis"), "unicorns"), - (UniCase("televesion"), "television"), - (UniCase("progressiste"), "progresses"), - (UniCase("amateus"), "amateurs"), - (UniCase("aquaruim"), "aquarium"), - (UniCase("accustumed"), "accustomed"), - (UniCase("designstion"), "designation"), - (UniCase("potentailly"), "potentially"), - (UniCase("healtheast"), "healthiest"), - (UniCase("experamental"), "experimental"), - (UniCase("disbeleif"), "disbelief"), - (UniCase("figuritively"), "figuratively"), - (UniCase("captivitiy"), "captivity"), - (UniCase("interasted"), "interacted"), - (UniCase("overbaord"), "overboard"), - (UniCase("prescriptons"), "prescriptions"), - (UniCase("unrealible"), "unreliable"), - (UniCase("teleportating"), "teleportation"), - (UniCase("preformances"), "performances"), - (UniCase("grpahite"), "graphite"), - (UniCase("resitsance"), "resistances"), - (UniCase("outsourcade"), "outsourced"), - (UniCase("psycholigically"), "psychologically"), - (UniCase("venezulea"), "venezuela"), - (UniCase("merchantos"), "merchants"), - (UniCase("outcalssed"), "outclassed"), - (UniCase("aestheticaly"), "aesthetically"), - (UniCase("administro"), "administer"), - (UniCase("circulatiing"), "circulating"), - (UniCase("populare"), "popular"), - (UniCase("artemius"), "artemis"), - (UniCase("beggins"), "begins"), - (UniCase("intercepto"), "interception"), - (UniCase("caucasin"), "caucasian"), - (UniCase("distinquished"), "distinguished"), - (UniCase("revelled"), "reveled"), - (UniCase("critiera"), "criteria"), - (UniCase("orientarla"), "oriental"), - (UniCase("socialistisk"), "socialists"), - (UniCase("compeltion"), "completion"), - (UniCase("duelling"), "dueling"), - (UniCase("euphorisch"), "euphoric"), - (UniCase("advertisting"), "advertising"), - (UniCase("deminstrations"), "demonstrations"), - (UniCase("emobdiment"), "embodiment"), - (UniCase("thna"), "than"), - (UniCase("durabiliy"), "durability"), - (UniCase("aqquaintance"), "acquaintance"), - (UniCase("donwloads"), "downloads"), - (UniCase("interactins"), "interacts"), - (UniCase("individuais"), "individuals"), - (UniCase("wheter"), "whether"), - (UniCase("neighbourly"), "neighborly"), - (UniCase("lackbuster"), "lackluster"), - (UniCase("canceltation"), "cancellation"), - (UniCase("destroyeer"), "destroyers"), - (UniCase("expereinces"), "experiences"), - (UniCase("hypotheiss"), "hypotheses"), - (UniCase("discriminatin"), "discrimination"), - (UniCase("scientests"), "scientists"), - (UniCase("verious"), "various"), - (UniCase("indoneisan"), "indonesian"), - (UniCase("arhtritis"), "arthritis"), - (UniCase("scholalry"), "scholarly"), - (UniCase("diserable"), "desirable"), - (UniCase("mentaly"), "mentally"), - (UniCase("bulletproff"), "bulletproof"), - (UniCase("patriotes"), "patriots"), - (UniCase("complict"), "complicit"), - (UniCase("archtypes"), "archetypes"), - (UniCase("familliar"), "familiar"), - (UniCase("enchantmens"), "enchantments"), - (UniCase("gurantees"), "guarantees"), - (UniCase("dumspter"), "dumpster"), - (UniCase("enlightend"), "enlightened"), - (UniCase("manslaugter"), "manslaughter"), - (UniCase("spectrolab"), "spectral"), - (UniCase("regresos"), "regress"), - (UniCase("notorios"), "notorious"), - (UniCase("suppresion"), "suppression"), - (UniCase("conecntration"), "concentrations"), - (UniCase("cockroackes"), "cockroaches"), - (UniCase("simultaniously"), "simultaneously"), - (UniCase("destros"), "destroys"), - (UniCase("deficienct"), "deficient"), - (UniCase("unoffocial"), "unofficial"), - (UniCase("jewelrey"), "jewelry"), - (UniCase("ploughed"), "plowed"), - (UniCase("defendent"), "defendant"), - (UniCase("stuggling"), "struggling"), - (UniCase("extrapulate"), "extrapolate"), - (UniCase("egytpian"), "egyptian"), - (UniCase("entitity"), "entity"), - (UniCase("disicpline"), "discipline"), - (UniCase("hitboxers"), "hitboxes"), - (UniCase("jerusalm"), "jerusalem"), - (UniCase("demonstraits"), "demonstrates"), - (UniCase("specualte"), "speculate"), - (UniCase("alrorythm"), "algorithm"), - (UniCase("coutneract"), "counteract"), - (UniCase("penisse"), "penises"), - (UniCase("yersa"), "years"), - (UniCase("yosemitie"), "yosemite"), - (UniCase("encyclopeida"), "encyclopedia"), - (UniCase("inturrupting"), "interrupting"), - (UniCase("protocl"), "protocol"), - (UniCase("supposdely"), "supposedly"), - (UniCase("depection"), "deception"), - (UniCase("catterpilar"), "caterpillar"), - (UniCase("creationnism"), "creationism"), - (UniCase("sorrounding"), "surrounding"), - (UniCase("jaguards"), "jaguars"), - (UniCase("oragsms"), "orgasms"), - (UniCase("anorexica"), "anorexia"), - (UniCase("udnerpowered"), "underpowered"), - (UniCase("criticises"), "criticizes"), - (UniCase("portayed"), "portrayed"), - (UniCase("scavanged"), "scavenged"), - (UniCase("aritmethic"), "arithmetic"), - (UniCase("concusions"), "concussion"), - (UniCase("disclsoure"), "disclosure"), - (UniCase("armageedon"), "armageddon"), - (UniCase("repsectful"), "respectful"), - (UniCase("invariabil"), "invariably"), - (UniCase("algorithmes"), "algorithms"), - (UniCase("aboriganal"), "aboriginal"), - (UniCase("morbidy"), "morbidly"), - (UniCase("appearane"), "appearances"), - (UniCase("yoghurts"), "yogurts"), - (UniCase("desperating"), "desperation"), - (UniCase("intrepreter"), "interpreter"), - (UniCase("acquaintinces"), "acquaintances"), - (UniCase("critereon"), "criterion"), - (UniCase("cannabolism"), "cannibalism"), - (UniCase("magnitue"), "magnitude"), - (UniCase("transparancy"), "transparency"), - (UniCase("lifestye"), "lifestyle"), - (UniCase("suddnely"), "suddenly"), - (UniCase("confortable"), "comfortable"), - (UniCase("misrepresentated"), "misrepresented"), - (UniCase("monopolise"), "monopolize"), - (UniCase("entreprenaur"), "entrepreneur"), - (UniCase("prohibt"), "prohibit"), - (UniCase("indisputible"), "indisputable"), - (UniCase("outfiled"), "outfield"), - (UniCase("vigour"), "vigor"), - (UniCase("soverign"), "sovereign"), - (UniCase("udnerdog"), "underdog"), - (UniCase("procastrination"), "procrastination"), - (UniCase("overwritted"), "overwrite"), - (UniCase("competitior"), "competitor"), - (UniCase("indefenite"), "indefinite"), - (UniCase("shortend"), "shortened"), - (UniCase("aritfact"), "artifact"), - (UniCase("quarrelling"), "quarreling"), - (UniCase("compenstate"), "compensate"), - (UniCase("livilehood"), "livelihood"), - (UniCase("immaturety"), "immaturity"), - (UniCase("marginalising"), "marginalizing"), - (UniCase("valkyire"), "valkyrie"), - (UniCase("incompatability"), "incompatibility"), - (UniCase("irreplacable"), "irreplaceable"), - (UniCase("plagiarius"), "plagiarism"), - (UniCase("spanisch"), "spanish"), - (UniCase("breathtakng"), "breathtaking"), - (UniCase("analisys"), "analysis"), - (UniCase("dashboad"), "dashboard"), - (UniCase("straighted"), "straightened"), - (UniCase("psychiatic"), "psychiatric"), - (UniCase("vocalised"), "vocalized"), - (UniCase("photograhpy"), "photography"), - (UniCase("agre"), "agree"), - (UniCase("contexta"), "contextual"), - (UniCase("concensus"), "consensus"), - (UniCase("uninteristing"), "uninteresting"), - (UniCase("repostas"), "reposts"), - (UniCase("passionatelly"), "passionately"), - (UniCase("exprimental"), "experimental"), - (UniCase("libertatian"), "libertarian"), - (UniCase("sceptics"), "skeptics"), - (UniCase("lannasters"), "lannisters"), - (UniCase("spaltoon"), "splatoon"), - (UniCase("completenes"), "completes"), - (UniCase("kinteic"), "kinetic"), - (UniCase("unbeateble"), "unbeatable"), - (UniCase("coulored"), "coloured"), - (UniCase("lietuenant"), "lieutenant"), - (UniCase("transcendance"), "transcendence"), - (UniCase("flecther"), "fletcher"), - (UniCase("honeymooon"), "honeymoon"), - (UniCase("abstenince"), "abstinence"), - (UniCase("proficieny"), "proficiency"), - (UniCase("disgrunted"), "disgruntled"), - (UniCase("cassete"), "cassette"), - (UniCase("apparentely"), "apparently"), - (UniCase("britsol"), "bristol"), - (UniCase("chrenobyl"), "chernobyl"), - (UniCase("minimals"), "minimalist"), - (UniCase("northwestener"), "northwestern"), - (UniCase("grwo"), "grow"), - (UniCase("capitilazation"), "capitalization"), - (UniCase("nationales"), "nationals"), - (UniCase("penetraion"), "penetration"), - (UniCase("calbire"), "calibre"), - (UniCase("infestato"), "infestation"), - (UniCase("contricting"), "contracting"), - (UniCase("serentiy"), "serenity"), - (UniCase("michina"), "michigan"), - (UniCase("conciveably"), "conceivably"), - (UniCase("compromisng"), "compromising"), - (UniCase("repsonding"), "responding"), - (UniCase("realsitic"), "realistic"), - (UniCase("fatalitites"), "fatalities"), - (UniCase("sucessfully"), "successfully"), - (UniCase("unconfortability"), "discomfort"), - (UniCase("embarassign"), "embarassing"), - (UniCase("moralised"), "moralized"), - (UniCase("homoeopaths"), "homeopaths"), - (UniCase("ghettoises"), "ghettoizes"), - (UniCase("theorised"), "theorized"), - (UniCase("imaginitave"), "imaginative"), - (UniCase("satelites"), "satellites"), - (UniCase("disqustingly"), "disgustingly"), - (UniCase("admittidly"), "admittedly"), - (UniCase("figurativeley"), "figuratively"), - (UniCase("figurativley"), "figuratively"), - (UniCase("absorbsion"), "absorption"), - (UniCase("skeptisicm"), "skepticism"), - (UniCase("deteoriated"), "deteriorated"), - (UniCase("lifestlyes"), "lifestyles"), - (UniCase("narcississm"), "narcissism"), - (UniCase("continuati"), "continuity"), - (UniCase("contredict"), "contradict"), - (UniCase("catagories"), "categories"), - (UniCase("repentable"), "repeatable"), - (UniCase("derogotory"), "derogatory"), - (UniCase("characterazation"), "characterization"), - (UniCase("pscyhiatric"), "psychiatric"), - (UniCase("restord"), "restored"), - (UniCase("crossfie"), "crossfire"), - (UniCase("volleyboll"), "volleyball"), - (UniCase("insentitive"), "insensitive"), - (UniCase("noticabe"), "noticable"), - (UniCase("organizaiton"), "organization"), - (UniCase("presitge"), "prestige"), - (UniCase("introdued"), "introduced"), - (UniCase("environmently"), "environmental"), - (UniCase("thermistat"), "thermostat"), - (UniCase("fossilisation"), "fossilization"), - (UniCase("explainig"), "explaining"), - (UniCase("voluntairly"), "voluntarily"), - (UniCase("blackjak"), "blackjack"), - (UniCase("moustaches"), "mustaches"), - (UniCase("censorhsip"), "censorship"), - (UniCase("continetal"), "continental"), - (UniCase("literarely"), "literary"), - (UniCase("stationairy"), "stationary"), - (UniCase("emmited"), "emitted"), - (UniCase("cemetarey"), "cemetery"), - (UniCase("exhausto"), "exhaustion"), - (UniCase("religeously"), "religiously"), - (UniCase("devlove"), "devolve"), - (UniCase("lituhania"), "lithuania"), - (UniCase("leathal"), "lethal"), - (UniCase("belive"), "believe"), - (UniCase("libelled"), "libeled"), - (UniCase("achievemts"), "achieves"), - (UniCase("cailbre"), "calibre"), - (UniCase("ellipitcal"), "elliptical"), - (UniCase("origniated"), "originated"), - (UniCase("defendernos"), "defenders"), - (UniCase("aqcuaintances"), "acquaintances"), - (UniCase("interviewd"), "interviewed"), - (UniCase("prosicution"), "prosecution"), - (UniCase("catalsyt"), "catalyst"), - (UniCase("compuslion"), "compulsion"), - (UniCase("unsintalled"), "uninstalled"), - (UniCase("sometihn"), "somethin"), - (UniCase("marginaly"), "marginally"), - (UniCase("shawhsank"), "shawshank"), - (UniCase("handboook"), "handbook"), - (UniCase("lightneing"), "lightening"), - (UniCase("spirtied"), "spirited"), - (UniCase("disrespekt"), "disrespect"), - (UniCase("manupilating"), "manipulating"), - (UniCase("regualrs"), "regulars"), - (UniCase("acticating"), "activating"), - (UniCase("apperciate"), "appreciate"), - (UniCase("prodcuts"), "products"), - (UniCase("merchanise"), "merchandise"), - (UniCase("ultrason"), "ultrasound"), - (UniCase("claymoe"), "claymore"), - (UniCase("templares"), "templars"), - (UniCase("soldies"), "soldiers"), - (UniCase("commercent"), "commence"), - (UniCase("certainlyt"), "certainty"), - (UniCase("switchs"), "switches"), - (UniCase("rumours"), "rumors"), - (UniCase("compeeting"), "completing"), - (UniCase("mutiliated"), "mutilated"), - (UniCase("mistakinly"), "mistakenly"), - (UniCase("repeition"), "repetition"), - (UniCase("hypocritial"), "hypocritical"), - (UniCase("technnology"), "technology"), - (UniCase("disagres"), "disagrees"), - (UniCase("instantaneus"), "instantaneous"), - (UniCase("congraturations"), "congratulations"), - (UniCase("speculatie"), "speculative"), - (UniCase("catalyses"), "catalyzes"), - (UniCase("pillards"), "pillars"), - (UniCase("quantaty"), "quantity"), - (UniCase("ostrasized"), "ostracized"), - (UniCase("industrailized"), "industrialized"), - (UniCase("ingrediant"), "ingredient"), - (UniCase("contaction"), "contacting"), - (UniCase("inquisicion"), "inquisition"), - (UniCase("activiites"), "activist"), - (UniCase("assassinatin"), "assassination"), - (UniCase("hypertrohpy"), "hypertrophy"), - (UniCase("striekr"), "striker"), - (UniCase("buddishts"), "buddhists"), - (UniCase("exponental"), "exponential"), - (UniCase("thermodyanmics"), "thermodynamics"), - (UniCase("coutners"), "counters"), - (UniCase("titanuim"), "titanium"), - (UniCase("ballsitic"), "ballistic"), - (UniCase("demilitarised"), "demilitarized"), - (UniCase("predictious"), "predictions"), - (UniCase("extremised"), "extremes"), - (UniCase("perenially"), "perennially"), - (UniCase("sketpics"), "skeptics"), - (UniCase("unluckly"), "unlucky"), - (UniCase("modificaitons"), "modifications"), - (UniCase("poylmer"), "polymer"), - (UniCase("gorillla"), "gorilla"), - (UniCase("metropilitan"), "metropolitan"), - (UniCase("representaion"), "representation"), - (UniCase("immortallity"), "immortality"), - (UniCase("positioing"), "positioning"), - (UniCase("devotin"), "devotion"), - (UniCase("narctoics"), "narcotics"), - (UniCase("difficuly"), "difficulty"), - (UniCase("amortisable"), "amortizable"), - (UniCase("mysteris"), "mysteries"), - (UniCase("reigonal"), "regional"), - (UniCase("underminding"), "undermining"), - (UniCase("indefininte"), "indefinite"), - (UniCase("nostlagic"), "nostalgic"), - (UniCase("galvinized"), "galvanized"), - (UniCase("chirstians"), "christians"), - (UniCase("infiltraron"), "infiltrator"), - (UniCase("unavailible"), "unavailable"), - (UniCase("demonise"), "demonize"), - (UniCase("industiralized"), "industrialized"), - (UniCase("trustwhorty"), "trustworthy"), - (UniCase("snwoden"), "snowden"), - (UniCase("chlidrens"), "childrens"), - (UniCase("benagls"), "bengals"), - (UniCase("notificacion"), "notification"), - (UniCase("swithces"), "switches"), - (UniCase("undergrund"), "underground"), - (UniCase("ironamn"), "ironman"), - (UniCase("continuato"), "continuation"), - (UniCase("disconnectme"), "disconnected"), - (UniCase("hypocracy"), "hypocrisy"), - (UniCase("experimet"), "experiments"), - (UniCase("replicae"), "replicated"), - (UniCase("powerhsell"), "powershell"), - (UniCase("isloate"), "isolate"), - (UniCase("acquaintences"), "acquaintances"), - (UniCase("centruy"), "century"), - (UniCase("seantor"), "senator"), - (UniCase("ceratine"), "creatine"), - (UniCase("interviwed"), "interviewed"), - (UniCase("contiunal"), "continual"), - (UniCase("identitites"), "identities"), - (UniCase("asterois"), "asteroids"), - (UniCase("vassalos"), "vassals"), - (UniCase("nationalsim"), "nationalism"), - (UniCase("clanand"), "clannad"), - (UniCase("infallibile"), "infallible"), - (UniCase("enterpreneurs"), "entrepreneurs"), - (UniCase("encoutners"), "encounters"), - (UniCase("anticipacion"), "anticipation"), - (UniCase("mucisians"), "musicians"), - (UniCase("wincheseter"), "winchester"), - (UniCase("combinaiton"), "combinations"), - (UniCase("mouldered"), "moldered"), - (UniCase("attractice"), "attractive"), - (UniCase("commandeur"), "commanders"), - (UniCase("explosvies"), "explosives"), - (UniCase("influenceing"), "influencing"), - (UniCase("intruments"), "instruments"), - (UniCase("irresponsbile"), "irresponsible"), - (UniCase("portriat"), "portrait"), - (UniCase("ketmaine"), "ketamine"), - (UniCase("multipy"), "multiply"), - (UniCase("tresuary"), "treasury"), - (UniCase("phsyique"), "physique"), - (UniCase("iresistably"), "irresistibly"), - (UniCase("transisitor"), "transistor"), - (UniCase("conciderable"), "considerable"), - (UniCase("sppeches"), "speeches"), - (UniCase("specialtys"), "specials"), - (UniCase("entiteld"), "entitled"), - (UniCase("organise"), "organize"), - (UniCase("hellucination"), "hallucination"), - (UniCase("microtranscation"), "microtransactions"), - (UniCase("admittadely"), "admittedly"), - (UniCase("pshycologically"), "psychologically"), - (UniCase("donwloadable"), "downloadable"), - (UniCase("familiarise"), "familiarize"), - (UniCase("unfomfortable"), "uncomfortable"), - (UniCase("disturbd"), "disturbed"), - (UniCase("guantanoma"), "guantanamo"), - (UniCase("admittetly"), "admittedly"), - (UniCase("unisntalled"), "uninstalled"), - (UniCase("blackade"), "blacked"), - (UniCase("providince"), "providence"), - (UniCase("stimulaton"), "stimulation"), - (UniCase("identifieras"), "identifies"), - (UniCase("libertarias"), "libertarians"), - (UniCase("garrions"), "garrison"), - (UniCase("manauls"), "manuals"), - (UniCase("somethijng"), "somethin"), - (UniCase("emminently"), "eminently"), - (UniCase("spiritd"), "spirited"), - (UniCase("deliberante"), "deliberate"), - (UniCase("apologistes"), "apologists"), - (UniCase("dinosaures"), "dinosaurs"), - (UniCase("apprectice"), "apprentice"), - (UniCase("plagiarizm"), "plagiarism"), - (UniCase("plaguarism"), "plagiarism"), - (UniCase("considerstions"), "considerations"), - (UniCase("agonsticism"), "agnosticism"), - (UniCase("refedendum"), "referendum"), - (UniCase("mechanises"), "mechanizes"), - (UniCase("congratualte"), "congratulate"), - (UniCase("organistaion"), "organisation"), - (UniCase("reminent"), "remnant"), - (UniCase("dekstop"), "desktop"), - (UniCase("tailban"), "taliban"), - (UniCase("notablly"), "notably"), - (UniCase("pakistanti"), "pakistani"), - (UniCase("defaltion"), "deflation"), - (UniCase("depostied"), "deposited"), - (UniCase("desriable"), "desirable"), - (UniCase("decifits"), "deficits"), - (UniCase("taligate"), "tailgate"), - (UniCase("hybirds"), "hybrids"), - (UniCase("attribuito"), "attribution"), - (UniCase("phonecian"), "phoenecian"), - (UniCase("grizzlay"), "grizzly"), - (UniCase("hetreosexual"), "heterosexual"), - (UniCase("insignificat"), "insignificant"), - (UniCase("labirynth"), "labyrinth"), - (UniCase("valentins"), "valentines"), - (UniCase("miniaturises"), "miniaturizes"), - (UniCase("juristiction"), "jurisdiction"), - (UniCase("bayonent"), "bayonet"), - (UniCase("vandalising"), "vandalizing"), - (UniCase("normalos"), "normals"), - (UniCase("labelled"), "labeled"), - (UniCase("extreem"), "extreme"), - (UniCase("felxibility"), "flexibility"), - (UniCase("subscripton"), "subscription"), - (UniCase("invoekr"), "invoker"), - (UniCase("practitioneer"), "practitioners"), - (UniCase("gaurdian"), "guardian"), - (UniCase("naturels"), "natures"), - (UniCase("demoralised"), "demoralized"), - (UniCase("govornment"), "government"), - (UniCase("avalable"), "available"), - (UniCase("ethicaly"), "ethically"), - (UniCase("electriciy"), "electricity"), - (UniCase("temporaily"), "temporarily"), - (UniCase("wallpappers"), "wallpapers"), - (UniCase("cariciture"), "caricature"), - (UniCase("mutliated"), "mutilated"), - (UniCase("sunglesses"), "sunglasses"), - (UniCase("infrastrucure"), "infrastructure"), - (UniCase("inconveniant"), "inconvenient"), - (UniCase("accessoirs"), "accessories"), - (UniCase("definining"), "defining"), - (UniCase("normallized"), "normalized"), - (UniCase("consistenty"), "consistently"), - (UniCase("stalkes"), "stalkers"), - (UniCase("particularlly"), "particularly"), - (UniCase("transofrming"), "transforming"), - (UniCase("subsidising"), "subsidizing"), - (UniCase("spammeur"), "spammer"), - (UniCase("conteiners"), "contenders"), - (UniCase("corsari"), "corsair"), - (UniCase("initailly"), "initially"), - (UniCase("disaapointed"), "dissapointed"), - (UniCase("avergaed"), "averaged"), - (UniCase("signifantly"), "significantly"), - (UniCase("mercurey"), "mercury"), - (UniCase("downtokers"), "downvoters"), - (UniCase("contignent"), "contingent"), - (UniCase("superisor"), "superiors"), - (UniCase("vindictave"), "vindictive"), - (UniCase("oposition"), "opposition"), - (UniCase("sanctionne"), "sanctioned"), - (UniCase("priestood"), "priesthood"), - (UniCase("traumatisch"), "traumatic"), - (UniCase("automibile"), "automobile"), - (UniCase("legimitately"), "legitimately"), - (UniCase("collasped"), "collapsed"), - (UniCase("unsoliticed"), "unsolicited"), - (UniCase("neighbourgs"), "neighbours"), - (UniCase("porcelina"), "porcelain"), - (UniCase("inquier"), "inquire"), - (UniCase("competant"), "competent"), - (UniCase("progresison"), "progressions"), - (UniCase("elementray"), "elementary"), - (UniCase("enviorment"), "environment"), - (UniCase("templas"), "templars"), - (UniCase("vegitable"), "vegetable"), - (UniCase("protectie"), "protective"), - (UniCase("presidancy"), "presidency"), - (UniCase("realisation"), "realization"), - (UniCase("netocde"), "netcode"), - (UniCase("affort"), "afford"), - (UniCase("diagnoal"), "diagonal"), - (UniCase("vailidty"), "validity"), - (UniCase("buearucratic"), "bureaucratic"), - (UniCase("disctinction"), "distinction"), - (UniCase("venezuella"), "venezuela"), - (UniCase("mediciney"), "mediciny"), - (UniCase("shenangians"), "shenanigans"), - (UniCase("continualy"), "continually"), - (UniCase("misforture"), "misfortune"), - (UniCase("periodes"), "periods"), - (UniCase("impaitent"), "impatient"), - (UniCase("skepticons"), "skeptics"), - (UniCase("dialling"), "dialing"), - (UniCase("terminaison"), "termination"), - (UniCase("cheifs"), "chiefs"), - (UniCase("differnetly"), "differently"), - (UniCase("dekstops"), "desktops"), - (UniCase("prostituees"), "prostitutes"), - (UniCase("standars"), "standards"), - (UniCase("acclimitization"), "acclimatization"), - (UniCase("hypocriscy"), "hypocrisy"), - (UniCase("ionises"), "ionizes"), - (UniCase("autonimous"), "autonomous"), - (UniCase("tesitcle"), "testicle"), - (UniCase("perfromance"), "performance"), - (UniCase("distincitons"), "distinctions"), - (UniCase("worshippping"), "worshipping"), - (UniCase("fundamnetalists"), "fundamentalists"), - (UniCase("chemicaly"), "chemically"), - (UniCase("strikely"), "strikingly"), - (UniCase("aqcuaintance"), "acquaintance"), - (UniCase("emphazised"), "emphasized"), - (UniCase("sympathising"), "sympathizing"), - (UniCase("nullifiy"), "nullify"), - (UniCase("nationalistisch"), "nationalists"), - (UniCase("contradtion"), "contraction"), - (UniCase("prostiture"), "prostitute"), - (UniCase("rollercoaters"), "rollercoaster"), - (UniCase("inkompetence"), "incompetence"), - (UniCase("barlkey"), "barkley"), - (UniCase("multipling"), "multiplying"), - (UniCase("mechanismus"), "mechanisms"), - (UniCase("carbohyrdate"), "carbohydrates"), - (UniCase("vyer"), "very"), - (UniCase("helpfull"), "helpful"), - (UniCase("prepair"), "prepare"), - (UniCase("ideosyncratic"), "idiosyncratic"), - (UniCase("tranlastion"), "translations"), - (UniCase("ejaculatie"), "ejaculate"), - (UniCase("signifigant"), "significant"), - (UniCase("sceptres"), "scepters"), - (UniCase("homewrold"), "homeworld"), - (UniCase("concsiously"), "consciously"), - (UniCase("commericially"), "commercially"), - (UniCase("idiosynchracies"), "idiosyncrasies"), - (UniCase("sovereignity"), "sovereignty"), - (UniCase("progressus"), "progresses"), - (UniCase("baulk"), "balk"), - (UniCase("amphedamines"), "amphetamines"), - (UniCase("disclamer"), "disclaimer"), - (UniCase("democratise"), "democratize"), - (UniCase("legitimises"), "legitimizes"), - (UniCase("apshalt"), "asphalt"), - (UniCase("palidans"), "paladins"), - (UniCase("penatlies"), "penalties"), - (UniCase("butterfy"), "butterfly"), - (UniCase("verificaiton"), "verification"), - (UniCase("forresst"), "forrest"), - (UniCase("nationalite"), "nationalist"), - (UniCase("overwhelemed"), "overwhelmed"), - (UniCase("approstraphe"), "apostrophe"), - (UniCase("migrans"), "migrants"), - (UniCase("lithuanina"), "lithuania"), - (UniCase("paychopathic"), "psychopathic"), - (UniCase("condenm"), "condemn"), - (UniCase("equippment"), "equipment"), - (UniCase("entropay"), "entropy"), - (UniCase("similiarites"), "similarities"), - (UniCase("inevetible"), "inevitable"), - (UniCase("gratificaiton"), "gratification"), - (UniCase("reasonablely"), "reasonably"), - (UniCase("predetermiend"), "predetermined"), - (UniCase("sence"), "sense"), - (UniCase("proponentes"), "proponents"), - (UniCase("neurologial"), "neurological"), - (UniCase("commercialising"), "commercializing"), - (UniCase("onlsaught"), "onslaught"), - (UniCase("comision"), "commission"), - (UniCase("irrevelant"), "irrelevant"), - (UniCase("confersation"), "conservation"), - (UniCase("contradictiong"), "contradicting"), - (UniCase("sacrefices"), "sacrifices"), - (UniCase("fundamentalisten"), "fundamentalists"), - (UniCase("seahawkers"), "seahawks"), - (UniCase("calicum"), "calcium"), - (UniCase("valkyre"), "valkyrie"), - (UniCase("supplemets"), "supplements"), - (UniCase("intestions"), "intestines"), - (UniCase("supression"), "suppression"), - (UniCase("overweigth"), "overweight"), - (UniCase("aestheticlly"), "aesthetically"), - (UniCase("linguistis"), "linguistics"), - (UniCase("adolescance"), "adolescence"), - (UniCase("saturacion"), "saturation"), - (UniCase("muscicians"), "musicians"), - (UniCase("assassinas"), "assassins"), - (UniCase("ukranian"), "ukrainian"), - (UniCase("availabiliy"), "availability"), - (UniCase("wisnton"), "winston"), - (UniCase("bceuase"), "becuase"), - (UniCase("abortificant"), "abortifacient"), - (UniCase("ultimatley"), "ultimately"), - (UniCase("mircophone"), "microphone"), - (UniCase("fabrikation"), "fabrication"), - (UniCase("equilbirium"), "equilibrium"), - (UniCase("kilometres"), "kilometers"), - (UniCase("protagnoist"), "protagonist"), - (UniCase("defianetly"), "definately"), - (UniCase("vurnerability"), "vulnerability"), - (UniCase("bonsues"), "bonuses"), - (UniCase("degarde"), "degrade"), - (UniCase("offensivelly"), "offensively"), - (UniCase("margines"), "margins"), - (UniCase("pahtfinder"), "pathfinder"), - (UniCase("specifices"), "specifics"), - (UniCase("backfiled"), "backfield"), - (UniCase("schizophreniiic"), "schizophrenic"), - (UniCase("restaurent"), "restaurant"), - (UniCase("applicible"), "applicable"), - (UniCase("stirrig"), "stirring"), - (UniCase("synchornously"), "synchronously"), - (UniCase("prosthethic"), "prosthetic"), - (UniCase("inconsistenties"), "inconsistencies"), - (UniCase("freedomes"), "freedoms"), - (UniCase("currence"), "currencies"), - (UniCase("ininteresting"), "uninteresting"), - (UniCase("futurestic"), "futuristic"), - (UniCase("barbaris"), "barbarians"), - (UniCase("aresnal"), "arsenal"), - (UniCase("condemantion"), "condemnation"), - (UniCase("complainte"), "complained"), - (UniCase("typicaly"), "typically"), - (UniCase("greenore"), "greener"), - (UniCase("consequenes"), "consequence"), - (UniCase("acheive"), "achieve"), - (UniCase("medicacion"), "medication"), - (UniCase("activateing"), "activating"), - (UniCase("simplificating"), "simplification"), - (UniCase("councellor"), "councillor"), - (UniCase("wereabouts"), "whereabouts"), - (UniCase("ligthing"), "lighting"), - (UniCase("investigatiors"), "investigations"), - (UniCase("tragicaly"), "tragically"), - (UniCase("collapseing"), "collapsing"), - (UniCase("paraprhased"), "paraphrase"), - (UniCase("midfeilders"), "midfielders"), - (UniCase("curiser"), "cruiser"), - (UniCase("aeroplane"), "airplane"), - (UniCase("eminated"), "emanated"), - (UniCase("regularise"), "regularize"), - (UniCase("recognises"), "recognizes"), - (UniCase("fantasise"), "fantasize"), - (UniCase("deifnately"), "definately"), - (UniCase("contensious"), "contentious"), - (UniCase("observerats"), "observers"), - (UniCase("beaslty"), "beastly"), - (UniCase("medicaly"), "medically"), - (UniCase("amphetimine"), "amphetamine"), - (UniCase("killins"), "killings"), - (UniCase("estoeric"), "esoteric"), - (UniCase("bulletbroof"), "bulletproof"), - (UniCase("recalim"), "reclaim"), - (UniCase("posion"), "poison"), - (UniCase("confideny"), "confidently"), - (UniCase("vastecomy"), "vasectomy"), - (UniCase("esoterisch"), "esoteric"), - (UniCase("reteriver"), "retriever"), - (UniCase("proprotionally"), "proportionally"), - (UniCase("cubilce"), "cubicle"), - (UniCase("chromasomes"), "chromosomes"), - (UniCase("steriotypical"), "stereotypical"), - (UniCase("conclution"), "conclusion"), - (UniCase("weridos"), "weirdos"), - (UniCase("delevopment"), "development"), - (UniCase("separatisme"), "separates"), - (UniCase("extrememly"), "extremely"), - (UniCase("travere"), "traverse"), - (UniCase("coincidnce"), "coincide"), - (UniCase("dislikse"), "dislikes"), - (UniCase("perpetualy"), "perpetually"), - (UniCase("disciplen"), "disciplines"), - (UniCase("shilouette"), "silhouette"), - (UniCase("precedeed"), "preceded"), - (UniCase("rationel"), "rationale"), - (UniCase("vaccins"), "vaccines"), - (UniCase("invaraibly"), "invariably"), - (UniCase("outsidr"), "outsider"), - (UniCase("playthroguh"), "playthroughs"), - (UniCase("mainstrem"), "mainstream"), - (UniCase("applicaple"), "applicable"), - (UniCase("obisdian"), "obsidian"), - (UniCase("symphatizers"), "sympathizers"), - (UniCase("recusrion"), "recursion"), - (UniCase("efficiancy"), "efficiency"), - (UniCase("democrazies"), "democracies"), - (UniCase("shopkeeepers"), "shopkeepers"), - (UniCase("sucesion"), "succession"), - (UniCase("libelling"), "libeling"), - (UniCase("cruasder"), "crusader"), - (UniCase("switchign"), "switching"), - (UniCase("screenshoots"), "screenshot"), - (UniCase("resuces"), "rescues"), - (UniCase("programmars"), "programmers"), - (UniCase("confeses"), "confess"), - (UniCase("committs"), "commits"), - (UniCase("intrisincally"), "intrinsically"), - (UniCase("judgementle"), "judgemental"), - (UniCase("recomending"), "recommending"), - (UniCase("preqeuls"), "prequels"), - (UniCase("poluted"), "polluted"), - (UniCase("determinaton"), "determination"), - (UniCase("reposity"), "repository"), - (UniCase("agian"), "again"), - (UniCase("raptores"), "raptors"), - (UniCase("onborad"), "onboard"), - (UniCase("misrepresenation"), "misrepresentation"), - (UniCase("responsable"), "responsible"), - (UniCase("clitorios"), "clitoris"), - (UniCase("descriptoin"), "descriptions"), - (UniCase("regurally"), "regularly"), - (UniCase("organismes"), "organisms"), - (UniCase("earthqukes"), "earthquakes"), - (UniCase("braista"), "barista"), - (UniCase("metiphorical"), "metaphorical"), - (UniCase("underbog"), "undergo"), - (UniCase("positionly"), "positional"), - (UniCase("milligrammes"), "milligrams"), - (UniCase("scracthing"), "scratching"), - (UniCase("analysed"), "analyzed"), - (UniCase("volunteed"), "volunteered"), - (UniCase("supplaments"), "supplements"), - (UniCase("charactersitic"), "characteristics"), - (UniCase("depedency"), "dependency"), - (UniCase("structual"), "structural"), - (UniCase("ukarine"), "ukraine"), - (UniCase("palyoffs"), "playoffs"), - (UniCase("generalises"), "generalizes"), - (UniCase("lineupes"), "lineups"), - (UniCase("extraordinaryly"), "extraordinarily"), - (UniCase("anniversery"), "anniversary"), - (UniCase("triumpth"), "triumph"), - (UniCase("charakters"), "characters"), - (UniCase("unheathly"), "unhealthy"), - (UniCase("appetiser"), "appetizer"), - (UniCase("adequatley"), "adequately"), - (UniCase("unrepsonsive"), "unresponsive"), - (UniCase("montanna"), "montana"), - (UniCase("conenctration"), "concentrations"), - (UniCase("quantite"), "quantities"), - (UniCase("carnege"), "carnage"), - (UniCase("illess"), "illness"), - (UniCase("permanant"), "permanent"), - (UniCase("gladiatr"), "gladiator"), - (UniCase("participatns"), "participant"), - (UniCase("possesse"), "possessive"), - (UniCase("anthropolgy"), "anthropology"), - (UniCase("nitpciking"), "nitpicking"), - (UniCase("multicultralism"), "multiculturalism"), - (UniCase("soveriegnty"), "sovereignty"), - (UniCase("invididual"), "individual"), - (UniCase("maneveur"), "maneuver"), - (UniCase("anecodtes"), "anecdotes"), - (UniCase("bloster"), "bolster"), - (UniCase("understandbly"), "understandably"), - (UniCase("sorceror"), "sorcerer"), - (UniCase("interstellor"), "interstellar"), - (UniCase("skecthes"), "sketches"), - (UniCase("schziophrenia"), "schizophrenia"), - (UniCase("charimastic"), "charismatic"), - (UniCase("deputises"), "deputizes"), - (UniCase("cinematagraphy"), "cinematography"), - (UniCase("expensve"), "expense"), - (UniCase("exsitance"), "existance"), - (UniCase("migitation"), "mitigation"), - (UniCase("calssification"), "classification"), - (UniCase("conversatin"), "conversations"), - (UniCase("louisiania"), "louisiana"), - (UniCase("cooperacion"), "cooperation"), - (UniCase("salaires"), "salaries"), - (UniCase("downvotting"), "downvoting"), - (UniCase("recommed"), "recommend"), - (UniCase("bluebarries"), "blueberries"), - (UniCase("repalcements"), "replacements"), - (UniCase("expirementing"), "experimenting"), - (UniCase("barabric"), "barbaric"), - (UniCase("astrounat"), "astronaut"), - (UniCase("councellors"), "councillors"), - (UniCase("overpaied"), "overpaid"), - (UniCase("figuratevely"), "figuratively"), - (UniCase("demonstate"), "demonstrate"), - (UniCase("generaly"), "generally"), - (UniCase("desensitises"), "desensitizes"), - (UniCase("widesread"), "widespread"), - (UniCase("occulation"), "occupation"), - (UniCase("detmatologist"), "dermatologist"), - (UniCase("demonstrants"), "demonstrates"), - (UniCase("yeasr"), "years"), - (UniCase("censurship"), "censorship"), - (UniCase("embarrssing"), "embarassing"), - (UniCase("definaetly"), "definately"), - (UniCase("experiening"), "experiencing"), - (UniCase("governmanet"), "governmental"), - (UniCase("eptiome"), "epitome"), - (UniCase("moderatin"), "moderation"), - (UniCase("intruductory"), "introductory"), - (UniCase("globalise"), "globalize"), - (UniCase("inclince"), "incline"), - (UniCase("victimised"), "victimized"), - (UniCase("bejiing"), "beijing"), - (UniCase("outragoues"), "outrageous"), - (UniCase("noticabely"), "noticeably"), - (UniCase("archaelogists"), "archaeologists"), - (UniCase("civilizatin"), "civilizations"), - (UniCase("cyrptic"), "cryptic"), - (UniCase("placemet"), "placements"), - (UniCase("outsoure"), "outsourced"), - (UniCase("diagonstics"), "diagnostic"), - (UniCase("guantonamo"), "guantanamo"), - (UniCase("describtions"), "descriptions"), - (UniCase("blapshemy"), "blasphemy"), - (UniCase("hypotehtical"), "hypothetical"), - (UniCase("seperatist"), "separatist"), - (UniCase("forefit"), "forfeit"), - (UniCase("thopmson"), "thompson"), - (UniCase("neigbouring"), "neighbouring"), - (UniCase("pyschopath"), "psychopath"), - (UniCase("israelies"), "israelis"), - (UniCase("annhiliation"), "annihilation"), - (UniCase("fulttershy"), "fluttershy"), - (UniCase("descirbe"), "describe"), - (UniCase("illistrations"), "illustrations"), - (UniCase("commissionner"), "commissioner"), - (UniCase("arugably"), "arguably"), - (UniCase("alegience"), "allegiance"), - (UniCase("overblocking"), "overclocking"), - (UniCase("philedalphia"), "philadelphia"), - (UniCase("materialise"), "materialize"), - (UniCase("alcohalics"), "alcoholics"), - (UniCase("insufficent"), "insufficient"), - (UniCase("huntmsan"), "huntsman"), - (UniCase("ancedotally"), "anecdotally"), - (UniCase("puragtory"), "purgatory"), - (UniCase("helicotpers"), "helicopters"), - (UniCase("expiremented"), "experimented"), - (UniCase("assistans"), "assistants"), - (UniCase("libertarianismo"), "libertarians"), - (UniCase("funides"), "fundies"), - (UniCase("seperation"), "separation"), - (UniCase("universse"), "universes"), - (UniCase("euthanesia"), "euthanasia"), - (UniCase("alphabeast"), "alphabet"), - (UniCase("levle"), "level"), - (UniCase("someons"), "someones"), - (UniCase("journalistc"), "journalistic"), - (UniCase("babysite"), "babysitter"), - (UniCase("hundres"), "hundreds"), - (UniCase("scandianvia"), "scandinavian"), - (UniCase("insuniating"), "insinuating"), - (UniCase("nutrituous"), "nutritious"), - (UniCase("suggesst"), "suggests"), - (UniCase("initalisations"), "initialisations"), - (UniCase("commandmends"), "commandments"), - (UniCase("perpetuas"), "perpetuates"), - (UniCase("purposedly"), "purposely"), - (UniCase("unpoened"), "unopened"), - (UniCase("commuinications"), "communications"), - (UniCase("withdrawels"), "withdrawals"), - (UniCase("distirbance"), "disturbance"), - (UniCase("radaint"), "radiant"), - (UniCase("optimisitc"), "optimistic"), - (UniCase("lavendr"), "lavender"), - (UniCase("downvoteas"), "downvoters"), - (UniCase("vengance"), "vengeance"), - (UniCase("stakler"), "stalker"), - (UniCase("implimentations"), "implementations"), - (UniCase("corinthans"), "corinthians"), - (UniCase("simplifyed"), "simplified"), - (UniCase("motivationals"), "motivations"), - (UniCase("concequences"), "consequences"), - (UniCase("appetisers"), "appetizers"), - (UniCase("prometheous"), "prometheus"), - (UniCase("partialy"), "partially"), - (UniCase("labriynth"), "labyrinth"), - (UniCase("armistace"), "armistice"), - (UniCase("transfromation"), "transformation"), - (UniCase("completin"), "completion"), - (UniCase("disasterous"), "disastrous"), - (UniCase("realibility"), "reliability"), - (UniCase("hambergers"), "hamburgers"), - (UniCase("staidums"), "stadiums"), - (UniCase("casualries"), "casualties"), - (UniCase("etherael"), "ethereal"), - (UniCase("carnigie"), "carnegie"), - (UniCase("consultating"), "consultation"), - (UniCase("estabishes"), "establishes"), - (UniCase("inherint"), "inherit"), - (UniCase("nautils"), "nautilus"), - (UniCase("genatilia"), "genitalia"), - (UniCase("operacional"), "operational"), - (UniCase("homosexulaity"), "homosexuality"), - (UniCase("oversemplification"), "oversimplification"), - (UniCase("benevolant"), "benevolent"), - (UniCase("ignorat"), "ignorant"), - (UniCase("preimer"), "premier"), - (UniCase("ingriedents"), "ingredient"), - (UniCase("masturbatie"), "masturbated"), - (UniCase("curriculem"), "curriculum"), - (UniCase("dissapointd"), "dissapointed"), - (UniCase("manufacuter"), "manufacture"), - (UniCase("agressivley"), "agressive"), - (UniCase("thoughs"), "thoughts"), - (UniCase("emmediately"), "immediately"), - (UniCase("troublehsoot"), "troubleshoot"), - (UniCase("torpeados"), "torpedoes"), - (UniCase("nonsencial"), "nonsensical"), - (UniCase("nuerons"), "neurons"), - (UniCase("firghtening"), "frightening"), - (UniCase("virutal"), "virtual"), - (UniCase("millionaries"), "millionaires"), - (UniCase("misdeamenors"), "misdemeanor"), - (UniCase("friendlis"), "friendlies"), - (UniCase("pedalling"), "pedaling"), - (UniCase("colonisation"), "colonization"), - (UniCase("criminalise"), "criminalize"), - (UniCase("everyonehas"), "everyones"), - (UniCase("famoulsy"), "famously"), - (UniCase("friendle"), "friendlies"), - (UniCase("wesbite"), "website"), - (UniCase("completito"), "completion"), - (UniCase("redundency"), "redundancy"), - (UniCase("ariports"), "airports"), - (UniCase("enveloppe"), "envelope"), - (UniCase("executioness"), "executions"), - (UniCase("referiang"), "referring"), - (UniCase("apocaliptic"), "apocalyptic"), - (UniCase("diplomacia"), "diplomatic"), - (UniCase("interpratations"), "interpretations"), - (UniCase("dependenices"), "dependencies"), - (UniCase("synchronising"), "synchronizing"), - (UniCase("annoucnes"), "announces"), - (UniCase("redneckese"), "rednecks"), - (UniCase("indpendently"), "independently"), - (UniCase("abodmen"), "abdomen"), - (UniCase("repostus"), "reposts"), - (UniCase("contemporany"), "contemporary"), - (UniCase("malclom"), "malcolm"), - (UniCase("unravelling"), "unraveling"), - (UniCase("homosexaul"), "homosexual"), - (UniCase("mccarthey"), "mccarthy"), - (UniCase("schizophernia"), "schizophrenia"), - (UniCase("territorries"), "territories"), - (UniCase("strangeshit"), "strangest"), - (UniCase("underesitmate"), "underestimated"), - (UniCase("anaylze"), "analyze"), - (UniCase("insustainable"), "unsustainable"), - (UniCase("technicien"), "technician"), - (UniCase("sesnors"), "sensors"), - (UniCase("nucelus"), "nucleus"), - (UniCase("controvercial"), "controversial"), - (UniCase("develpoments"), "developments"), - (UniCase("intuitevly"), "intuitively"), - (UniCase("utilizating"), "utilization"), - (UniCase("themslves"), "themselves"), - (UniCase("shennaigans"), "shenanigans"), - (UniCase("imporves"), "improves"), - (UniCase("tenderised"), "tenderized"), - (UniCase("buearucrats"), "bureaucrats"), - (UniCase("performantes"), "performances"), - (UniCase("philisophers"), "philosophers"), - (UniCase("commandent"), "commandment"), - (UniCase("vocabularity"), "vocabulary"), - (UniCase("durabiltiy"), "durability"), - (UniCase("regulacion"), "regulation"), - (UniCase("armagedeon"), "armageddon"), - (UniCase("distinguising"), "distinguishing"), - (UniCase("admited"), "admitted"), - (UniCase("insonmia"), "insomnia"), - (UniCase("arguemet"), "arguement"), - (UniCase("specailize"), "specializes"), - (UniCase("delearships"), "dealerships"), - (UniCase("refroms"), "reforms"), - (UniCase("awknowledging"), "acknowledging"), - (UniCase("worhtless"), "worthless"), - (UniCase("benidect"), "benedict"), - (UniCase("buddhim"), "buddhism"), - (UniCase("sascatchewan"), "saskatchewan"), - (UniCase("stigmatising"), "stigmatizing"), - (UniCase("goverment"), "government"), - (UniCase("continant"), "continental"), - (UniCase("strenghen"), "strengthen"), - (UniCase("chasiers"), "cashiers"), - (UniCase("fullscreeen"), "fullscreen"), - (UniCase("nationalizm"), "nationalism"), - (UniCase("anaesthetised"), "anesthetized"), - (UniCase("involuntarely"), "involuntary"), - (UniCase("evovling"), "evolving"), - (UniCase("congitive"), "cognitive"), - (UniCase("slighty"), "slightly"), - (UniCase("convicto"), "conviction"), - (UniCase("composiiton"), "compositions"), - (UniCase("philosophia"), "philosophical"), - (UniCase("irreversibel"), "irreversible"), - (UniCase("construint"), "constraint"), - (UniCase("unintentionnal"), "unintentional"), - (UniCase("restraing"), "restraining"), - (UniCase("immersie"), "immerse"), - (UniCase("calulated"), "calculated"), - (UniCase("illigitemate"), "illegitimate"), - (UniCase("capitilized"), "capitalized"), - (UniCase("inadvertantly"), "inadvertently"), - (UniCase("antagonstic"), "antagonist"), - (UniCase("falshing"), "flashing"), - (UniCase("multiplicativo"), "multiplication"), - (UniCase("lunaticus"), "lunatics"), - (UniCase("republicanos"), "republicans"), - (UniCase("incompetant"), "incompetent"), - (UniCase("agonising"), "agonizing"), - (UniCase("slavage"), "salvage"), - (UniCase("sturctures"), "structures"), - (UniCase("manoeuvre"), "maneuver"), - (UniCase("inbetween"), "between"), - (UniCase("projecto"), "projection"), - (UniCase("handrwiting"), "handwriting"), - (UniCase("millionairre"), "millionaire"), - (UniCase("accompined"), "accompanied"), - (UniCase("staticts"), "statist"), - (UniCase("organisten"), "organise"), - (UniCase("clarifiy"), "clarify"), - (UniCase("eminate"), "emanate"), - (UniCase("hydregon"), "hydrogen"), - (UniCase("misinterpt"), "misinterpret"), - (UniCase("bradfrod"), "bradford"), - (UniCase("ridiculousy"), "ridiculously"), - (UniCase("evelation"), "elevation"), - (UniCase("embarras"), "embarrass"), - (UniCase("grapefriut"), "grapefruit"), - (UniCase("portrary"), "portray"), - (UniCase("bouyant"), "buoyant"), - (UniCase("deregualtion"), "deregulation"), - (UniCase("consciouslly"), "consciously"), - (UniCase("equalising"), "equalizing"), - (UniCase("hypotheticaly"), "hypothetically"), - (UniCase("persisit"), "persist"), - (UniCase("inocence"), "innocence"), - (UniCase("teliportation"), "teleportation"), - (UniCase("engeneer"), "engineer"), - (UniCase("smealting"), "smelting"), - (UniCase("wriet"), "write"), - (UniCase("vigliante"), "vigilante"), - (UniCase("navigatie"), "navigate"), - (UniCase("surrouding"), "surrounding"), - (UniCase("socilaists"), "socialists"), - (UniCase("continuning"), "continuing"), - (UniCase("contribuitor"), "contributor"), - (UniCase("diminuitive"), "diminutive"), - (UniCase("slefishness"), "selfishness"), - (UniCase("survivebility"), "survivability"), - (UniCase("concnetration"), "concentrations"), - (UniCase("acquantiance"), "acquaintances"), - (UniCase("hierachy"), "hierarchy"), - (UniCase("proccedings"), "proceedings"), - (UniCase("assmebled"), "assembled"), - (UniCase("concrets"), "concerts"), - (UniCase("catholicsm"), "catholicism"), - (UniCase("shampionship"), "championship"), - (UniCase("reconenct"), "reconnect"), - (UniCase("heathern"), "heathen"), - (UniCase("psychiatrics"), "psychiatrist"), - (UniCase("myraid"), "myriad"), - (UniCase("phyisology"), "physiology"), - (UniCase("sensationalised"), "sensationalized"), - (UniCase("automotion"), "automation"), - (UniCase("expolde"), "explode"), - (UniCase("realyl"), "really"), - (UniCase("unbrakeable"), "unbreakable"), - (UniCase("consumires"), "consumerism"), - (UniCase("restaraunteurs"), "restaurateurs"), - (UniCase("substituters"), "substitutes"), - (UniCase("acconplishment"), "accomplishment"), - (UniCase("responsibily"), "responsibility"), - (UniCase("consumirem"), "consumerism"), - (UniCase("prejudicies"), "prejudice"), - (UniCase("emmitting"), "emitting"), - (UniCase("deathamtch"), "deathmatch"), - (UniCase("symphoney"), "symphony"), - (UniCase("camouflauge"), "camouflage"), - (UniCase("gauntlettes"), "gauntlets"), - (UniCase("constituates"), "constitutes"), - (UniCase("appreciae"), "appreciates"), - (UniCase("longevitiy"), "longevity"), - (UniCase("literarry"), "literary"), - (UniCase("renegerate"), "regenerate"), - (UniCase("adminsitrators"), "administrators"), - (UniCase("hypertrophey"), "hypertrophy"), - (UniCase("massagens"), "massages"), - (UniCase("minoroties"), "minorities"), - (UniCase("participas"), "participants"), - (UniCase("collegue"), "colleague"), - (UniCase("foreseaable"), "foreseeable"), - (UniCase("possessers"), "possesses"), - (UniCase("maximixing"), "maximizing"), - (UniCase("attirbutes"), "attributes"), - (UniCase("guitares"), "guitars"), - (UniCase("logisticas"), "logistics"), - (UniCase("organered"), "orangered"), - (UniCase("dessigned"), "designed"), - (UniCase("undergratuate"), "undergraduate"), - (UniCase("atlantc"), "atlantic"), - (UniCase("bloorborne"), "bloodborne"), - (UniCase("dificulty"), "difficulty"), - (UniCase("accideny"), "accidently"), - (UniCase("maniuplating"), "manipulating"), - (UniCase("tallets"), "tallest"), - (UniCase("splitner"), "splinter"), - (UniCase("arsneal"), "arsenal"), - (UniCase("moulding"), "molding"), - (UniCase("charachter"), "character"), - (UniCase("influneced"), "influenced"), - (UniCase("cockroahes"), "cockroaches"), - (UniCase("inspectin"), "inspection"), - (UniCase("superfulous"), "superfluous"), - (UniCase("satsifying"), "satisfying"), - (UniCase("suppost"), "supports"), - (UniCase("autocorrent"), "autocorrect"), - (UniCase("atrifacts"), "artifacts"), - (UniCase("transfersom"), "transforms"), - (UniCase("gratuituos"), "gratuitous"), - (UniCase("becuaes"), "becuase"), - (UniCase("imaginating"), "imagination"), - (UniCase("opitcal"), "optical"), - (UniCase("shoudl"), "should"), - (UniCase("organisation"), "organization"), - (UniCase("perphas"), "perhaps"), - (UniCase("depencencies"), "dependencies"), - (UniCase("validade"), "validated"), - (UniCase("cudgelled"), "cudgeled"), - (UniCase("immerisve"), "immersive"), - (UniCase("amatuer"), "amateur"), - (UniCase("distinquishing"), "distinguishing"), - (UniCase("facilitiate"), "facilitate"), - (UniCase("maintaince"), "maintained"), - (UniCase("installeert"), "installer"), - (UniCase("ominscient"), "omniscient"), - (UniCase("nutricious"), "nutritious"), - (UniCase("investiagte"), "investigate"), - (UniCase("ringotne"), "ringtone"), - (UniCase("unprotexted"), "unprotected"), - (UniCase("obssesive"), "obsessive"), - (UniCase("expliot"), "exploit"), - (UniCase("disintereted"), "disinterested"), - (UniCase("temafight"), "teamfight"), - (UniCase("destructivo"), "destruction"), - (UniCase("traingle"), "triangle"), - (UniCase("electroinc"), "electron"), - (UniCase("imperically"), "empirically"), - (UniCase("govenrment"), "government"), - (UniCase("thrities"), "thirties"), - (UniCase("tendincies"), "tendencies"), - (UniCase("babysiting"), "babysitting"), - (UniCase("parliamant"), "parliament"), - (UniCase("sacrafices"), "sacrifices"), - (UniCase("internationnal"), "international"), - (UniCase("generatons"), "generators"), - (UniCase("ecologia"), "ecological"), - (UniCase("familairize"), "familiarize"), - (UniCase("streamd"), "streamed"), - (UniCase("marilyin"), "marilyn"), - (UniCase("appropreation"), "appropriation"), - (UniCase("reliabe"), "reliable"), - (UniCase("degraderad"), "degraded"), - (UniCase("penciles"), "pencils"), - (UniCase("athleticsim"), "athleticism"), - (UniCase("attmepting"), "attempting"), - (UniCase("boradway"), "broadway"), - (UniCase("inconcequential"), "inconsequential"), - (UniCase("unsucesful"), "unsuccessful"), - (UniCase("mcgergor"), "mcgregor"), - (UniCase("recommandes"), "recommends"), - (UniCase("hystericallly"), "hysterically"), - (UniCase("pornograhy"), "pornography"), - (UniCase("individualy"), "individually"), - (UniCase("disciplinairy"), "disciplinary"), - (UniCase("deside"), "decide"), - (UniCase("movepseed"), "movespeed"), - (UniCase("prohibitting"), "prohibiting"), - (UniCase("legitamite"), "legitimate"), - (UniCase("creatie"), "creatine"), - (UniCase("predictons"), "predictions"), - (UniCase("coulmns"), "columns"), - (UniCase("hwile"), "while"), - (UniCase("specialiced"), "specialized"), - (UniCase("brigaged"), "brigade"), - (UniCase("brussles"), "brussels"), - (UniCase("traveld"), "traveled"), - (UniCase("roahces"), "roaches"), - (UniCase("choatic"), "chaotic"), - (UniCase("versiones"), "versions"), - (UniCase("indetification"), "identification"), - (UniCase("concervatism"), "conservatism"), - (UniCase("temporised"), "temporized"), - (UniCase("colloquail"), "colloquial"), - (UniCase("fetishers"), "fetishes"), - (UniCase("radiers"), "raiders"), - (UniCase("paychologists"), "psychologists"), - (UniCase("copenhagan"), "copenhagen"), - (UniCase("inpsector"), "inspector"), - (UniCase("necessarly"), "necessary"), - (UniCase("accidentlaly"), "accidently"), - (UniCase("compeltes"), "completes"), - (UniCase("tempearture"), "temperatures"), - (UniCase("ukriane"), "ukraine"), - (UniCase("analystes"), "analysts"), - (UniCase("renderes"), "renders"), - (UniCase("enchancement"), "enhancement"), - (UniCase("homogeneize"), "homogenize"), - (UniCase("cahotic"), "chaotic"), - (UniCase("qunatum"), "quantum"), - (UniCase("asside"), "aside"), - (UniCase("dinosar"), "dinosaur"), - (UniCase("dividendos"), "dividends"), - (UniCase("clarinettist"), "clarinetist"), - (UniCase("miniaturising"), "miniaturizing"), - (UniCase("extenion"), "extension"), - (UniCase("assertin"), "assertions"), - (UniCase("buttrey"), "buttery"), - (UniCase("discoverd"), "discovered"), - (UniCase("intensley"), "intensely"), - (UniCase("appreciatie"), "appreciative"), - (UniCase("anarchisim"), "anarchism"), - (UniCase("sandwishes"), "sandwiches"), - (UniCase("synchronisation"), "synchronization"), - (UniCase("moleststion"), "molestation"), - (UniCase("cockraoches"), "cockroaches"), - (UniCase("immaturaty"), "immaturity"), - (UniCase("refrehser"), "refresher"), - (UniCase("disingenious"), "disingenuous"), - (UniCase("bastars"), "bastards"), - (UniCase("tehcies"), "techies"), - (UniCase("sexualzied"), "sexualized"), - (UniCase("sarcastisch"), "sarcastic"), - (UniCase("corsshair"), "crosshair"), - (UniCase("satisfacory"), "satisfactory"), - (UniCase("persain"), "persian"), - (UniCase("altruistisch"), "altruistic"), - (UniCase("syntehsis"), "synthesis"), - (UniCase("spontaneuosly"), "spontaneously"), - (UniCase("essentuals"), "essentials"), - (UniCase("thetering"), "tethering"), - (UniCase("olbigatory"), "obligatory"), - (UniCase("substracts"), "subtracts"), - (UniCase("zoinist"), "zionist"), - (UniCase("peopel"), "people"), - (UniCase("segragated"), "segregated"), - (UniCase("narciscist"), "narcissist"), - (UniCase("forgivens"), "forgiveness"), - (UniCase("sideboad"), "sideboard"), - (UniCase("liberales"), "liberals"), - (UniCase("sliently"), "silently"), - (UniCase("neckbeardos"), "neckbeards"), - (UniCase("properitary"), "proprietary"), - (UniCase("micortransactions"), "microtransactions"), - (UniCase("themselfs"), "themselves"), - (UniCase("deprivaton"), "deprivation"), - (UniCase("backgroud"), "background"), - (UniCase("formulados"), "formulas"), - (UniCase("initalisers"), "initialisers"), - (UniCase("marginilized"), "marginalized"), - (UniCase("susbtantive"), "substantive"), - (UniCase("neighborhod"), "neighborhood"), - (UniCase("opposits"), "opposites"), - (UniCase("subsidise"), "subsidize"), - (UniCase("pennsylvainia"), "pennsylvania"), - (UniCase("californiia"), "californian"), - (UniCase("caraciture"), "caricature"), - (UniCase("graphcially"), "graphically"), - (UniCase("amking"), "making"), - (UniCase("commisioner"), "commissioner"), - (UniCase("optimaal"), "optimal"), - (UniCase("imaganitive"), "imaginative"), - (UniCase("deficiancies"), "deficiencies"), - (UniCase("ridiculued"), "ridicule"), - (UniCase("surrepetitiously"), "surreptitiously"), - (UniCase("friednzone"), "friendzoned"), - (UniCase("systemetically"), "systematically"), - (UniCase("socratees"), "socrates"), - (UniCase("anaylst"), "analyst"), - (UniCase("listend"), "listened"), - (UniCase("avaiable"), "available"), - (UniCase("strawbarry"), "strawberry"), - (UniCase("documentaire"), "documentaries"), - (UniCase("proximty"), "proximity"), - (UniCase("incorperating"), "incorporating"), - (UniCase("recommande"), "recommend"), - (UniCase("internalised"), "internalized"), - (UniCase("unworthly"), "unworthy"), - (UniCase("needlessy"), "needlessly"), - (UniCase("convertirte"), "converter"), - (UniCase("illegalest"), "illegals"), - (UniCase("littlepinger"), "littlefinger"), - (UniCase("relativiy"), "relativity"), - (UniCase("vicotrian"), "victorian"), - (UniCase("expanisve"), "expansive"), - (UniCase("conplimented"), "complimented"), - (UniCase("competenze"), "competence"), - (UniCase("montrel"), "montreal"), - (UniCase("radicalises"), "radicalizes"), - (UniCase("fahrenhiet"), "fahrenheit"), - (UniCase("creativey"), "creatively"), - (UniCase("principielt"), "principle"), - (UniCase("reedemed"), "redeemed"), - (UniCase("checkpointusa"), "checkpoints"), - (UniCase("directroy"), "directory"), - (UniCase("productos"), "products"), - (UniCase("ploymer"), "polymer"), - (UniCase("finalised"), "finalized"), - (UniCase("dysfonctional"), "dysfunctional"), - (UniCase("fictionaries"), "dictionaries"), - (UniCase("constanty"), "constantly"), - (UniCase("counterfait"), "counterfeit"), - (UniCase("plaestinian"), "palestinian"), - (UniCase("comediants"), "comedians"), - (UniCase("reconnoitred"), "reconnoitered"), - (UniCase("guarnatees"), "guarantees"), - (UniCase("aburptly"), "abruptly"), - (UniCase("specialz"), "specialize"), - (UniCase("defensie"), "defensive"), - (UniCase("irreversibile"), "irreversible"), - (UniCase("motehrboard"), "motherboard"), - (UniCase("publihser"), "publisher"), - (UniCase("illegsl"), "illegals"), - (UniCase("inaguration"), "inauguration"), - (UniCase("infinie"), "infinite"), - (UniCase("terroristes"), "terrorists"), - (UniCase("demorcracy"), "democracy"), - (UniCase("intorducing"), "introducing"), - (UniCase("saveing"), "saving"), - (UniCase("nagivating"), "navigating"), - (UniCase("staurday"), "saturday"), - (UniCase("legoins"), "legions"), - (UniCase("civilises"), "civilizes"), - (UniCase("illustrant"), "illustrate"), - (UniCase("welathier"), "wealthier"), - (UniCase("mysogyny"), "misogyny"), - (UniCase("existince"), "existence"), - (UniCase("metaphoricaly"), "metaphorically"), - (UniCase("acommodate"), "accommodate"), - (UniCase("imlpementation"), "implementations"), - (UniCase("adress"), "address"), - (UniCase("ostracising"), "ostracizing"), - (UniCase("destroyes"), "destroys"), - (UniCase("homineum"), "hominem"), - (UniCase("heigher"), "higher"), - (UniCase("avaition"), "aviation"), - (UniCase("sophicated"), "sophisticated"), - (UniCase("cosily"), "cozily"), - (UniCase("undoubtebly"), "undoubtedly"), - (UniCase("canadianese"), "canadians"), - (UniCase("origniality"), "originality"), - (UniCase("everyoneis"), "everyones"), - (UniCase("electritian"), "electrician"), - (UniCase("refering"), "referring"), - (UniCase("teamfigths"), "teamfights"), - (UniCase("athletiscm"), "athleticism"), - (UniCase("prestigiosa"), "prestigious"), - (UniCase("distrobution"), "distribution"), - (UniCase("tournamnets"), "tournaments"), - (UniCase("stregnthening"), "strengthening"), - (UniCase("politiciens"), "politicians"), - (UniCase("controdiction"), "contradiction"), - (UniCase("prohpecy"), "prophecy"), - (UniCase("freindly"), "friendly"), - (UniCase("quantitty"), "quantity"), - (UniCase("phycisist"), "physicist"), - (UniCase("circumsision"), "circumcision"), - (UniCase("intellectualis"), "intellectuals"), - (UniCase("chocolatos"), "chocolates"), - (UniCase("knowldegable"), "knowledgable"), - (UniCase("inaccessable"), "inaccessible"), - (UniCase("convervation"), "conservation"), - (UniCase("junglig"), "jungling"), - (UniCase("capatilize"), "capitalize"), - (UniCase("composit"), "compost"), - (UniCase("alege"), "allege"), - (UniCase("isntances"), "instances"), - (UniCase("completelly"), "completely"), - (UniCase("consideret"), "considerate"), - (UniCase("pomegranite"), "pomegranate"), - (UniCase("matheticians"), "mathematicians"), - (UniCase("coutnered"), "countered"), - (UniCase("insurgeny"), "insurgency"), - (UniCase("colonge"), "cologne"), - (UniCase("qaulity"), "quality"), - (UniCase("operationel"), "operational"), - (UniCase("weightlifing"), "weightlifting"), - (UniCase("basiclay"), "basicly"), - (UniCase("consilation"), "consolation"), - (UniCase("shenanagins"), "shenanigans"), - (UniCase("symobls"), "symbols"), - (UniCase("proclam"), "proclaim"), - (UniCase("misspellling"), "misspelling"), - (UniCase("profissional"), "professional"), - (UniCase("pshycosis"), "psychosis"), - (UniCase("dictatorhip"), "dictatorship"), - (UniCase("enthusiatic"), "enthusiastic"), - (UniCase("connecticunts"), "connecticut"), - (UniCase("tornadoe"), "tornado"), - (UniCase("caclulus"), "calculus"), - (UniCase("inspiracion"), "inspiration"), - (UniCase("accidnetly"), "accidently"), - (UniCase("moroever"), "moreover"), - (UniCase("mozillia"), "mozilla"), - (UniCase("conductiong"), "conducting"), - (UniCase("inheriet"), "inherit"), - (UniCase("powerfull"), "powerful"), - (UniCase("sporanos"), "sopranos"), - (UniCase("lieutenent"), "lieutenant"), - (UniCase("personalitits"), "personalities"), - (UniCase("vitamis"), "vitamins"), - (UniCase("inconsistenly"), "inconsistency"), - (UniCase("lepoard"), "leopard"), - (UniCase("presumptuos"), "presumptuous"), - (UniCase("imparied"), "impaired"), - (UniCase("fundamentalister"), "fundamentalists"), - (UniCase("caputres"), "captures"), - (UniCase("indepedence"), "independence"), - (UniCase("willk"), "will"), - (UniCase("discussiong"), "discussing"), - (UniCase("copenhaagen"), "copenhagen"), - (UniCase("catergorize"), "categorize"), - (UniCase("anitdepressant"), "antidepressants"), - (UniCase("fractalus"), "fractals"), - (UniCase("perephirals"), "peripherals"), - (UniCase("analzying"), "analyzing"), - (UniCase("excerise"), "exercise"), - (UniCase("allergisch"), "allergic"), - (UniCase("overpopulaton"), "overpopulation"), - (UniCase("ingreediants"), "ingredients"), - (UniCase("hybridised"), "hybridized"), - (UniCase("lockacreen"), "lockscreen"), - (UniCase("skateboaring"), "skateboarding"), - (UniCase("extremelly"), "extremely"), - (UniCase("camofluage"), "camouflage"), - (UniCase("protrayed"), "portrayed"), - (UniCase("wesbites"), "websites"), - (UniCase("possissive"), "possessive"), - (UniCase("misoginist"), "misogynist"), - (UniCase("sterotypes"), "stereotypes"), - (UniCase("performaces"), "performances"), - (UniCase("austrailian"), "australian"), - (UniCase("indocternated"), "indoctrinated"), - (UniCase("symphatizes"), "sympathize"), - (UniCase("assulated"), "assaulted"), - (UniCase("friendsi"), "friendlies"), - (UniCase("disproportionatley"), "disproportionately"), - (UniCase("euphorical"), "euphoria"), - (UniCase("excedded"), "exceeded"), - (UniCase("turksih"), "turkish"), - (UniCase("converastion"), "conversations"), - (UniCase("orgainzation"), "organizations"), - (UniCase("tindergarten"), "kindergarten"), - (UniCase("govnerment"), "government"), - (UniCase("disconnectes"), "disconnects"), - (UniCase("meaningess"), "meanings"), - (UniCase("purhcased"), "purchased"), - (UniCase("labourer"), "laborer"), - (UniCase("conceviable"), "conceivable"), - (UniCase("dominateurs"), "dominates"), - (UniCase("inconsequental"), "inconsequential"), - (UniCase("exaggerrate"), "exaggerate"), - (UniCase("giltches"), "glitches"), - (UniCase("keyboars"), "keyboards"), - (UniCase("extraordinairly"), "extraordinarily"), - (UniCase("billionairs"), "billionaires"), - (UniCase("pinpoit"), "pinpoint"), - (UniCase("palestenians"), "palestinians"), - (UniCase("apocalypitic"), "apocalyptic"), - (UniCase("magazins"), "magazines"), - (UniCase("unfamilier"), "unfamiliar"), - (UniCase("smackdwon"), "smackdown"), - (UniCase("watchemn"), "watchmen"), - (UniCase("inefficent"), "inefficient"), - (UniCase("civilizaitons"), "civilizations"), - (UniCase("livescream"), "livestream"), - (UniCase("guilia"), "giulia"), - (UniCase("pakistanezi"), "pakistani"), - (UniCase("dicussed"), "discussed"), - (UniCase("towords"), "towards"), - (UniCase("vitrues"), "virtues"), - (UniCase("overextimating"), "overestimating"), - (UniCase("discolour"), "discolor"), - (UniCase("firendly"), "friendly"), - (UniCase("monoploy"), "monopoly"), - (UniCase("vacestomy"), "vasectomy"), - (UniCase("complexs"), "complexes"), - (UniCase("insinuationg"), "insinuating"), - (UniCase("humanit"), "humanist"), - (UniCase("counterpath"), "counterpart"), - (UniCase("definitivelly"), "definitively"), - (UniCase("restuarant"), "restaurant"), - (UniCase("indistinguishible"), "indistinguishable"), - (UniCase("equivilent"), "equivalent"), - (UniCase("strageties"), "strategies"), - (UniCase("photographics"), "photographs"), - (UniCase("exponentialy"), "exponentially"), - (UniCase("reciprocite"), "reciprocate"), - (UniCase("camperos"), "campers"), - (UniCase("substanser"), "substances"), - (UniCase("presumendo"), "presumed"), - (UniCase("forgivance"), "forgiven"), - (UniCase("counteredit"), "counterfeit"), - (UniCase("pioneeer"), "pioneer"), - (UniCase("ploughing"), "plowing"), - (UniCase("submariens"), "submarines"), - (UniCase("gratutious"), "gratuitous"), - (UniCase("efficienty"), "efficiently"), - (UniCase("limitaitons"), "limitation"), - (UniCase("innocentius"), "innocents"), - (UniCase("pedestrianise"), "pedestrianize"), - (UniCase("uncannny"), "uncanny"), - (UniCase("interbread"), "interbreed"), - (UniCase("earthqaukes"), "earthquakes"), - (UniCase("introvered"), "introverted"), - (UniCase("proprietry"), "proprietary"), - (UniCase("transations"), "transitions"), - (UniCase("witheld"), "withheld"), - (UniCase("inferiour"), "inferior"), - (UniCase("chekcer"), "checker"), - (UniCase("veitnam"), "vietnam"), - (UniCase("descriibes"), "describes"), - (UniCase("distincive"), "distinctive"), - (UniCase("exploracion"), "exploration"), - (UniCase("insignifiant"), "insignificant"), - (UniCase("destinatin"), "destinations"), - (UniCase("europenas"), "europeans"), - (UniCase("provine"), "province"), - (UniCase("persistente"), "persistence"), - (UniCase("motorcicle"), "motorcycle"), - (UniCase("categorises"), "categorizes"), - (UniCase("attendence"), "attendance"), - (UniCase("platfromers"), "platformer"), - (UniCase("soundtrak"), "soundtrack"), - (UniCase("crucifiction"), "crucifixion"), - (UniCase("communsim"), "communism"), - (UniCase("sciencists"), "scientists"), - (UniCase("diminisheds"), "diminishes"), - (UniCase("chlroine"), "chlorine"), - (UniCase("chronocles"), "chronicles"), - (UniCase("integreres"), "interferes"), - (UniCase("windshiled"), "windshield"), - (UniCase("vreity"), "variety"), - (UniCase("peroidically"), "periodically"), - (UniCase("soemthing"), "something"), - (UniCase("athletecism"), "athleticism"), - (UniCase("closeing"), "closing"), - (UniCase("conclusies"), "conclusive"), - (UniCase("incompitable"), "incompatible"), - (UniCase("eastwoord"), "eastwood"), - (UniCase("pyarmid"), "pyramid"), - (UniCase("unregluated"), "unregulated"), - (UniCase("kingdomers"), "kingdoms"), - (UniCase("challegner"), "challenger"), - (UniCase("contraticted"), "contradicted"), - (UniCase("invensions"), "inventions"), - (UniCase("horisontally"), "horizontally"), - (UniCase("ancinets"), "ancients"), - (UniCase("carpetner"), "carpenter"), - (UniCase("masterpeices"), "masterpiece"), - (UniCase("alltime"), "all-time"), - (UniCase("syarcuse"), "syracuse"), - (UniCase("coutnerfeit"), "counterfeit"), - (UniCase("unrivalled"), "unrivaled"), - (UniCase("demoralises"), "demoralizes"), - (UniCase("savouries"), "savories"), - (UniCase("shileded"), "shielded"), - (UniCase("ephipany"), "epiphany"), - (UniCase("dispencaries"), "dispensaries"), - (UniCase("scandas"), "scandals"), - (UniCase("flexibiliy"), "flexibility"), - (UniCase("presecution"), "persecution"), - (UniCase("vitroil"), "vitriol"), - (UniCase("relaitonship"), "relationships"), - (UniCase("insitutions"), "institutions"), - (UniCase("definititely"), "definitively"), - (UniCase("calcualtion"), "calculations"), - (UniCase("remaing"), "remaining"), - (UniCase("irrationatly"), "irrationally"), - (UniCase("varaints"), "variants"), - (UniCase("encyclopeadia"), "encyclopedia"), - (UniCase("touchapd"), "touchpad"), - (UniCase("organsied"), "organised"), - (UniCase("interprate"), "interpret"), - (UniCase("metamorphysis"), "metamorphosis"), - (UniCase("communters"), "commenters"), - (UniCase("bloggeur"), "blogger"), - (UniCase("misdemenaor"), "misdemeanor"), - (UniCase("immobilie"), "immobile"), - (UniCase("analysie"), "analyse"), - (UniCase("cercumstance"), "circumstance"), - (UniCase("chronosome"), "chromosome"), - (UniCase("complicatted"), "complicate"), - (UniCase("strenghtening"), "strengthening"), - (UniCase("favourites"), "favorites"), - (UniCase("pessimitic"), "pessimistic"), - (UniCase("explicatia"), "explicit"), - (UniCase("unviersities"), "universities"), - (UniCase("desingation"), "designation"), - (UniCase("outnumberd"), "outnumbered"), - (UniCase("optimizating"), "optimization"), - (UniCase("husbandos"), "husbands"), - (UniCase("vegansim"), "veganism"), - (UniCase("confidense"), "confidence"), - (UniCase("roleply"), "roleplay"), - (UniCase("paralleles"), "parallels"), - (UniCase("corssfire"), "crossfire"), - (UniCase("scandenavia"), "scandinavia"), - (UniCase("faeces"), "feces"), - (UniCase("shardholders"), "shareholders"), - (UniCase("archimedian"), "archimedean"), - (UniCase("squirrelling"), "squirreling"), - (UniCase("hatian"), "haitian"), - (UniCase("desinations"), "destinations"), - (UniCase("dissmisive"), "dismissive"), - (UniCase("problamatic"), "problematic"), - (UniCase("absorbes"), "absorbs"), - (UniCase("relationshp"), "relationships"), - (UniCase("ineffictive"), "ineffective"), - (UniCase("flavores"), "flavors"), - (UniCase("receptoras"), "receptors"), - (UniCase("recordare"), "recorder"), - (UniCase("experements"), "experiments"), - (UniCase("senitmental"), "sentimental"), - (UniCase("ominpotent"), "omnipotent"), - (UniCase("errupted"), "erupted"), - (UniCase("electrial"), "electrical"), - (UniCase("orcales"), "oracles"), - (UniCase("referances"), "references"), - (UniCase("archaeologists"), "archeologists"), - (UniCase("fictionalised"), "fictionalized"), - (UniCase("pyramis"), "pyramids"), - (UniCase("implicity"), "implicitly"), - (UniCase("secretos"), "secrets"), - (UniCase("fideltiy"), "fidelity"), - (UniCase("perhiperals"), "peripherals"), - (UniCase("inmigrants"), "immigrants"), - (UniCase("regualtions"), "regulations"), - (UniCase("temperamant"), "temperament"), - (UniCase("mulsims"), "muslims"), - (UniCase("jounral"), "journal"), - (UniCase("horizontaal"), "horizontal"), - (UniCase("jusitfy"), "justify"), - (UniCase("relcutant"), "reluctant"), - (UniCase("analouge"), "analogue"), - (UniCase("cilmbers"), "climbers"), - (UniCase("stereotypers"), "stereotypes"), - (UniCase("prejiduced"), "prejudiced"), - (UniCase("sandstom"), "sandstorm"), - (UniCase("explict"), "explicit"), - (UniCase("earthquack"), "earthquake"), - (UniCase("concencration"), "concentration"), - (UniCase("provinciaal"), "provincial"), - (UniCase("dependensies"), "dependencies"), - (UniCase("momento"), "memento"), - (UniCase("generatios"), "generators"), - (UniCase("qaulification"), "qualification"), - (UniCase("eletricity"), "electricity"), - (UniCase("interferisse"), "interferes"), - (UniCase("commites"), "commits"), - (UniCase("simluated"), "simulated"), - (UniCase("possibily"), "possibility"), - (UniCase("relatiopnship"), "relationship"), - (UniCase("cheeseburgler"), "cheeseburger"), - (UniCase("customizabe"), "customizable"), - (UniCase("consensuel"), "consensual"), - (UniCase("catastrophize"), "catastrophe"), - (UniCase("checkponts"), "checkpoints"), - (UniCase("motherbord"), "motherboard"), - (UniCase("transformees"), "transforms"), - (UniCase("mysapce"), "myspace"), - (UniCase("perrogative"), "prerogative"), - (UniCase("downlaodable"), "downloadable"), - (UniCase("lieutennant"), "lieutenant"), - (UniCase("manufactureres"), "manufacturers"), - (UniCase("califronia"), "california"), - (UniCase("syrains"), "syrians"), - (UniCase("aquiring"), "acquiring"), - (UniCase("spermatozoan"), "spermatozoon"), - (UniCase("undergard"), "undergrad"), - (UniCase("rediculous"), "ridiculous"), - (UniCase("haemorrhages"), "hemorrhages"), - (UniCase("formidible"), "formidable"), - (UniCase("clipbaord"), "clipboard"), - (UniCase("petroluem"), "petroleum"), - (UniCase("undoubtley"), "undoubtedly"), - (UniCase("missionaires"), "missionaries"), - (UniCase("chrsitians"), "christians"), - (UniCase("concatination"), "contamination"), - (UniCase("crystallised"), "crystallized"), - (UniCase("cannibalsm"), "cannibalism"), - (UniCase("lannsiters"), "lannisters"), - (UniCase("extrapolite"), "extrapolate"), - (UniCase("algorythims"), "algorithms"), - (UniCase("distributore"), "distribute"), - (UniCase("homineim"), "hominem"), - (UniCase("expeditivo"), "expedition"), - (UniCase("whsipers"), "whispers"), - (UniCase("christimas"), "christians"), - (UniCase("explicitely"), "explicitly"), - (UniCase("eatswood"), "eastwood"), - (UniCase("expections"), "exceptions"), - (UniCase("tablespon"), "tablespoon"), - (UniCase("ceasar"), "caesar"), - (UniCase("subscirber"), "subscribers"), - (UniCase("confesssion"), "confessions"), - (UniCase("humouring"), "humoring"), - (UniCase("watermalon"), "watermelon"), - (UniCase("sarcasitcally"), "sarcastically"), - (UniCase("cricles"), "circles"), - (UniCase("italains"), "italians"), - (UniCase("ktichen"), "kitchen"), - (UniCase("transphoic"), "transphobic"), - (UniCase("hotsopt"), "hotspot"), - (UniCase("partecipate"), "participate"), - (UniCase("sinlgeplayer"), "singleplayer"), - (UniCase("rhytmic"), "rhythmic"), - (UniCase("frontlinjen"), "frontline"), - (UniCase("libertarains"), "libertarians"), - (UniCase("settlemetns"), "settlements"), - (UniCase("motherboads"), "motherboards"), - (UniCase("supose"), "suppose"), - (UniCase("defleciton"), "deflection"), - (UniCase("fervour"), "fervor"), - (UniCase("cellural"), "cellular"), - (UniCase("parademics"), "paramedics"), - (UniCase("valentones"), "valentines"), - (UniCase("dismanteld"), "dismantled"), - (UniCase("soundtracs"), "soundtracks"), - (UniCase("adknowledged"), "acknowledged"), - (UniCase("southamption"), "southampton"), - (UniCase("tyhe"), "they"), - (UniCase("munnicipality"), "municipality"), - (UniCase("miliitas"), "militias"), - (UniCase("contanimate"), "contaminated"), - (UniCase("definicion"), "definition"), - (UniCase("considerablely"), "considerably"), - (UniCase("authroity"), "authority"), - (UniCase("correcters"), "correctors"), - (UniCase("europians"), "europeans"), - (UniCase("undertacker"), "undertaker"), - (UniCase("sitmuli"), "stimuli"), - (UniCase("uncencored"), "uncensored"), - (UniCase("abilties"), "abilities"), - (UniCase("informacion"), "information"), - (UniCase("impreative"), "imperative"), - (UniCase("octohedra"), "octahedra"), - (UniCase("manaully"), "manually"), - (UniCase("championchips"), "championship"), - (UniCase("chalenging"), "challenging"), - (UniCase("herathstone"), "hearthstone"), - (UniCase("capabiltiy"), "capability"), - (UniCase("squardon"), "squadron"), - (UniCase("paragrahps"), "paragraphs"), - (UniCase("pususading"), "persuading"), - (UniCase("deregulatin"), "deregulation"), - (UniCase("disconnets"), "disconnects"), - (UniCase("professiinal"), "professionalism"), - (UniCase("progerssion"), "progressions"), - (UniCase("cornmitted"), "committed"), - (UniCase("prometheas"), "prometheus"), - (UniCase("normaly"), "normally"), - (UniCase("pharamcists"), "pharmacist"), - (UniCase("teaspooon"), "teaspoon"), - (UniCase("contracter"), "contractor"), - (UniCase("contitnent"), "contingent"), - (UniCase("suspendes"), "suspense"), - (UniCase("orchistrated"), "orchestrated"), - (UniCase("athelticism"), "athleticism"), - (UniCase("bridaging"), "brigading"), - (UniCase("pscyhology"), "psychology"), - (UniCase("nationaliy"), "nationality"), - (UniCase("sebsatian"), "sebastian"), - (UniCase("pedalled"), "pedaled"), - (UniCase("caridgan"), "cardigan"), - (UniCase("derivate"), "derivative"), - (UniCase("externaly"), "externally"), - (UniCase("fucntions"), "functions"), - (UniCase("inferrence"), "inference"), - (UniCase("suspention"), "suspension"), - (UniCase("responed"), "respond"), - (UniCase("powerhours"), "powerhouse"), - (UniCase("tropcial"), "tropical"), - (UniCase("saterday"), "saturday"), - (UniCase("transforums"), "transforms"), - (UniCase("collaboratie"), "collaborate"), - (UniCase("surroundigs"), "surrounds"), - (UniCase("literae"), "literate"), - (UniCase("indepedantly"), "independently"), - (UniCase("possiblility"), "possibility"), - (UniCase("restrainting"), "restraining"), - (UniCase("prepaird"), "prepaid"), - (UniCase("juggernaugt"), "juggernaut"), - (UniCase("complicite"), "complicate"), - (UniCase("autonamous"), "autonomous"), - (UniCase("rationalising"), "rationalizing"), - (UniCase("sunglinger"), "gunslinger"), - (UniCase("insensative"), "insensitive"), - (UniCase("grovelling"), "groveling"), - (UniCase("disrepsecting"), "disrespecting"), - (UniCase("lmits"), "limits"), - (UniCase("placeholer"), "placeholder"), - (UniCase("ellipitcals"), "elliptical"), - (UniCase("disguisted"), "disguise"), - (UniCase("atempting"), "attempting"), - (UniCase("responcible"), "responsible"), - (UniCase("compesition"), "composition"), - (UniCase("repostig"), "reposting"), - (UniCase("repbulican"), "republican"), - (UniCase("informas"), "informs"), - (UniCase("centipedle"), "centipede"), - (UniCase("maidson"), "madison"), - (UniCase("graphicaly"), "graphically"), - (UniCase("androiders"), "androids"), - (UniCase("brewerys"), "brewers"), - (UniCase("originsl"), "originals"), - (UniCase("lifepsan"), "lifespan"), - (UniCase("marijuannas"), "marijuana"), - (UniCase("industriella"), "industrial"), - (UniCase("cylcone"), "cyclone"), - (UniCase("acknowlede"), "acknowledge"), - (UniCase("compulsivley"), "compulsive"), - (UniCase("contextful"), "contextual"), - (UniCase("overpirced"), "overpriced"), - (UniCase("destoryer"), "destroyer"), - (UniCase("assembeld"), "assembled"), - (UniCase("pennsylvannia"), "pennsylvania"), - (UniCase("techinques"), "techniques"), - (UniCase("infrastrutture"), "infrastructure"), - (UniCase("nercomancer"), "necromancer"), - (UniCase("outpreform"), "outperform"), - (UniCase("degradating"), "degradation"), - (UniCase("electromagentic"), "electromagnetic"), - (UniCase("righteoussness"), "righteousness"), - (UniCase("amortisations"), "amortizations"), - (UniCase("levleing"), "leveling"), - (UniCase("especailly"), "especially"), - (UniCase("interaktive"), "interactive"), - (UniCase("maintinence"), "maintenance"), - (UniCase("artifcats"), "artifacts"), - (UniCase("manipualting"), "manipulating"), - (UniCase("imtimidating"), "intimidating"), - (UniCase("wrteched"), "wretched"), - (UniCase("dismantel"), "dismantle"), - (UniCase("mutliplier"), "multiplier"), - (UniCase("prohibis"), "prohibits"), - (UniCase("gigbayte"), "gigabyte"), - (UniCase("cerebrawl"), "cerebral"), - (UniCase("virament"), "vraiment"), - (UniCase("oximoron"), "oxymoron"), - (UniCase("agaisnt"), "against"), - (UniCase("australiens"), "australians"), - (UniCase("swivelling"), "swiveling"), - (UniCase("mircowaves"), "microwaves"), - (UniCase("extravegant"), "extravagant"), - (UniCase("restrictios"), "restricts"), - (UniCase("rewatchig"), "rewatching"), - (UniCase("comaprisons"), "comparisons"), - (UniCase("pshycopathic"), "psychopathic"), - (UniCase("repeatible"), "repeatable"), - (UniCase("dinasours"), "dinosaurs"), - (UniCase("talbian"), "taliban"), - (UniCase("zeebra"), "zebra"), - (UniCase("asnwered"), "answered"), - (UniCase("causalty"), "casualty"), - (UniCase("partians"), "partisan"), - (UniCase("intrepreting"), "interpreting"), - (UniCase("africanas"), "africans"), - (UniCase("inconveniet"), "inconvenient"), - (UniCase("autonomity"), "autonomy"), - (UniCase("islmaists"), "islamists"), - (UniCase("metophorically"), "metaphorically"), - (UniCase("champiosnhip"), "championships"), - (UniCase("gankign"), "ganking"), - (UniCase("naploeon"), "napoleon"), - (UniCase("jurisfiction"), "jurisdiction"), - (UniCase("understsnd"), "understands"), - (UniCase("omited"), "omitted"), - (UniCase("specilaized"), "specialize"), - (UniCase("activley"), "actively"), - (UniCase("constast"), "constants"), - (UniCase("masturbatin"), "masturbation"), - (UniCase("champange"), "champagne"), - (UniCase("unprecendented"), "unprecedented"), - (UniCase("dimaonds"), "diamonds"), - (UniCase("intillectuals"), "intellectuals"), - (UniCase("evreyones"), "everyones"), - (UniCase("californain"), "californian"), - (UniCase("assimiliate"), "assimilate"), - (UniCase("bithced"), "bitched"), - (UniCase("stratagies"), "strategies"), - (UniCase("kickstarer"), "kickstarter"), - (UniCase("troups"), "troupes"), - (UniCase("pedestrianised"), "pedestrianized"), - (UniCase("predomenantly"), "predominantly"), - (UniCase("movment"), "movement"), - (UniCase("commandemnts"), "commandment"), - (UniCase("pulverisation"), "pulverization"), - (UniCase("paide"), "paid"), - (UniCase("convertie"), "convertible"), - (UniCase("concluse"), "conclusive"), - (UniCase("serialisation"), "serialization"), - (UniCase("overclockign"), "overclocking"), - (UniCase("seperately"), "separately"), - (UniCase("terrirories"), "territories"), - (UniCase("masogynistic"), "misogynistic"), - (UniCase("terrestial"), "terrestrial"), - (UniCase("alchol"), "alcohol"), - (UniCase("glitchs"), "glitches"), - (UniCase("cincinnnati"), "cincinnati"), - (UniCase("inhertied"), "inherited"), - (UniCase("externalising"), "externalizing"), - (UniCase("overwelming"), "overwhelming"), - (UniCase("compositie"), "composite"), - (UniCase("grammaticly"), "grammatical"), - (UniCase("adquiring"), "acquiring"), - (UniCase("vengaence"), "vengeance"), - (UniCase("coincidential"), "coincidental"), - (UniCase("surpeme"), "supreme"), - (UniCase("declarees"), "declares"), - (UniCase("lightnting"), "lightening"), - (UniCase("submachne"), "submachine"), - (UniCase("enrol"), "enroll"), - (UniCase("conculsions"), "conclusions"), - (UniCase("dimentions"), "dimensions"), - (UniCase("comparement"), "compartment"), - (UniCase("thankfullly"), "thankfully"), - (UniCase("arrary"), "array"), - (UniCase("quaruntine"), "quarantine"), - (UniCase("beastiality"), "bestiality"), - (UniCase("dynamitage"), "dynamite"), - (UniCase("enterprenuer"), "entrepreneur"), - (UniCase("dissapearance"), "disappearance"), - (UniCase("commongly"), "commonly"), - (UniCase("hesistate"), "hesitate"), - (UniCase("comftorable"), "comfortable"), - (UniCase("geographycally"), "geographically"), - (UniCase("directinla"), "directional"), - (UniCase("chiselling"), "chiseling"), - (UniCase("traveles"), "travels"), - (UniCase("managable"), "manageable"), - (UniCase("basicliy"), "basicly"), - (UniCase("copengahen"), "copenhagen"), - (UniCase("financialy"), "financially"), - (UniCase("flattire"), "flatter"), - (UniCase("physcologically"), "psychologically"), - (UniCase("organisaiton"), "organisation"), - (UniCase("contructing"), "contracting"), - (UniCase("fulfullment"), "fulfillment"), - (UniCase("delightlful"), "delightful"), - (UniCase("wedensday"), "wednesday"), - (UniCase("hardend"), "hardened"), - (UniCase("yourselfes"), "yourselves"), - (UniCase("vasectomey"), "vasectomy"), - (UniCase("unavailabe"), "unavailable"), - (UniCase("liberaties"), "liberate"), - (UniCase("wiavers"), "waivers"), - (UniCase("disengenuous"), "disingenuous"), - (UniCase("interactie"), "interactive"), - (UniCase("seahwaks"), "seahawks"), - (UniCase("varing"), "varying"), - (UniCase("transfromer"), "transformers"), - (UniCase("adeliade"), "adelaide"), - (UniCase("scandalise"), "scandalize"), - (UniCase("creeperest"), "creepers"), - (UniCase("logisitcal"), "logistical"), - (UniCase("saltpetre"), "saltpeter"), - (UniCase("languague"), "language"), - (UniCase("journalistisk"), "journalists"), - (UniCase("salughter"), "slaughter"), - (UniCase("analitical"), "analytical"), - (UniCase("suppy"), "supply"), - (UniCase("superstision"), "superstition"), - (UniCase("anynomous"), "anonymous"), - (UniCase("forgeiner"), "foreigner"), - (UniCase("continut"), "continuity"), - (UniCase("undermineres"), "undermines"), - (UniCase("meditatie"), "meditate"), - (UniCase("announched"), "announce"), - (UniCase("intereacts"), "interfaces"), - (UniCase("diagonse"), "diagnose"), - (UniCase("trochlight"), "torchlight"), - (UniCase("bisexaul"), "bisexual"), - (UniCase("contenents"), "continents"), - (UniCase("atmoshperic"), "atmospheric"), - (UniCase("galvanised"), "galvanized"), - (UniCase("copenaghen"), "copenhagen"), - (UniCase("miracurously"), "miraculous"), - (UniCase("combanations"), "combinations"), - (UniCase("revitalised"), "revitalized"), - (UniCase("descandants"), "descendants"), - (UniCase("nutritents"), "nutrients"), - (UniCase("northerend"), "northern"), - (UniCase("occasionaly"), "occasionally"), - (UniCase("tupparware"), "tupperware"), - (UniCase("predicitons"), "predictions"), - (UniCase("porportion"), "proportion"), - (UniCase("beaucop"), "beaucoup"), - (UniCase("accomplishents"), "accomplishes"), - (UniCase("outrageoulsy"), "outrageously"), - (UniCase("perfomrance"), "performances"), - (UniCase("begininngs"), "beginnings"), - (UniCase("govenment"), "government"), - (UniCase("evolveds"), "evolves"), - (UniCase("discoveryd"), "discovered"), - (UniCase("routeros"), "routers"), - (UniCase("finalising"), "finalizing"), - (UniCase("phillipine"), "philippine"), - (UniCase("clickbat"), "clickbait"), - (UniCase("dublications"), "publications"), - (UniCase("spirtiuality"), "spirituality"), - (UniCase("uncouncious"), "unconscious"), - (UniCase("specificaly"), "specifically"), - (UniCase("minoins"), "minions"), - (UniCase("collectivise"), "collectivize"), - (UniCase("bubbels"), "bubbles"), - (UniCase("divisionals"), "divisions"), - (UniCase("fraternises"), "fraternizes"), - (UniCase("davantage"), "advantage"), - (UniCase("contriversial"), "controversial"), - (UniCase("retaliers"), "retailers"), - (UniCase("promiscuos"), "promiscuous"), - (UniCase("bastardous"), "bastards"), - (UniCase("motorcylce"), "motorcycle"), - (UniCase("plagiariasm"), "plagiarism"), - (UniCase("untill"), "until"), - (UniCase("comediac"), "comedic"), - (UniCase("computerises"), "computerizes"), - (UniCase("extracto"), "extraction"), - (UniCase("expells"), "expels"), - (UniCase("sincerley"), "sincerely"), - (UniCase("austrila"), "austria"), - (UniCase("destraction"), "destruction"), - (UniCase("prodcution"), "production"), - (UniCase("resistencias"), "resistances"), - (UniCase("charismastic"), "charismatic"), - (UniCase("minneapolites"), "minneapolis"), - (UniCase("liberterian"), "libertarian"), - (UniCase("impropable"), "improbable"), - (UniCase("cahracters"), "characters"), - (UniCase("depressief"), "depressive"), - (UniCase("misoginysts"), "misogynist"), - (UniCase("recepits"), "receipts"), - (UniCase("traveres"), "traverse"), - (UniCase("shouldnot"), "shouldnt"), - (UniCase("previes"), "previews"), - (UniCase("criticos"), "critics"), - (UniCase("passionale"), "passionately"), - (UniCase("enlcosed"), "enclosed"), - (UniCase("definet"), "definite"), - (UniCase("contracing"), "contracting"), - (UniCase("institutionale"), "institutionalized"), - (UniCase("parasits"), "parasites"), - (UniCase("consciense"), "conscience"), - (UniCase("tyrannising"), "tyrannizing"), - (UniCase("westerse"), "westerners"), - (UniCase("kuridsh"), "kurdish"), - (UniCase("franchieses"), "franchises"), - (UniCase("personalise"), "personalize"), - (UniCase("subtiltes"), "subtitles"), - (UniCase("origianlly"), "originally"), - (UniCase("overbearring"), "overbearing"), - (UniCase("childresn"), "childrens"), - (UniCase("robberys"), "robbers"), - (UniCase("consectutive"), "consecutive"), - (UniCase("tranzistor"), "transistor"), - (UniCase("girlfrients"), "girlfriends"), - (UniCase("dealershits"), "dealerships"), - (UniCase("juadaism"), "judaism"), - (UniCase("multyplayer"), "multiplayer"), - (UniCase("hotsport"), "hotspot"), - (UniCase("regeneratin"), "regeneration"), - (UniCase("accommadating"), "accommodating"), - (UniCase("inkompatible"), "incompatible"), - (UniCase("perstige"), "prestige"), - (UniCase("westbrok"), "westbrook"), - (UniCase("disucssing"), "discussing"), - (UniCase("unsurprizing"), "unsurprising"), - (UniCase("abymsal"), "abysmal"), - (UniCase("distintcly"), "distinctly"), - (UniCase("gratuitious"), "gratuitous"), - (UniCase("spontaneosly"), "spontaneously"), - (UniCase("besitality"), "bestiality"), - (UniCase("ethincities"), "ethnicities"), - (UniCase("neruons"), "neurons"), - (UniCase("translatron"), "translation"), - (UniCase("indigeneous"), "indigenous"), - (UniCase("sucesfully"), "successfully"), - (UniCase("organziation"), "organization"), - (UniCase("paladinlst"), "paladins"), - (UniCase("conservitave"), "conservatives"), - (UniCase("extraodrinarily"), "extraordinarily"), - (UniCase("hosptial"), "hospital"), - (UniCase("comparse"), "compares"), - (UniCase("agnostisicm"), "agnosticism"), - (UniCase("liesure"), "leisure"), - (UniCase("cooldows"), "cooldowns"), - (UniCase("multiplays"), "multiply"), - (UniCase("substante"), "substantive"), - (UniCase("inexperiencable"), "inexperience"), - (UniCase("sensationality"), "sensationalist"), - (UniCase("consideribly"), "considerably"), - (UniCase("evaluatiing"), "evaluating"), - (UniCase("superiorest"), "superiors"), - (UniCase("disrecpecting"), "disrespecting"), - (UniCase("croporation"), "corporation"), - (UniCase("devide"), "divide"), - (UniCase("mortarts"), "mortars"), - (UniCase("modificacion"), "modification"), - (UniCase("dinosaurus"), "dinosaurs"), - (UniCase("stautes"), "statues"), - (UniCase("productin"), "productions"), - (UniCase("legnedaries"), "legendaries"), - (UniCase("excorciating"), "excruciating"), - (UniCase("deodorising"), "deodorizing"), - (UniCase("antagonises"), "antagonizes"), - (UniCase("legnthy"), "lengthy"), - (UniCase("liveprool"), "liverpool"), - (UniCase("euphora"), "euphoria"), - (UniCase("socialini"), "socializing"), - (UniCase("camperas"), "campers"), - (UniCase("dramatising"), "dramatizing"), - (UniCase("proselytised"), "proselytized"), - (UniCase("homogenising"), "homogenizing"), - (UniCase("rehabilitacion"), "rehabilitation"), - (UniCase("depciting"), "depicting"), - (UniCase("verablly"), "verbally"), - (UniCase("disconnectus"), "disconnects"), - (UniCase("constituem"), "constitute"), - (UniCase("hvea"), "have"), - (UniCase("subjectivety"), "subjectively"), - (UniCase("fimilies"), "families"), - (UniCase("decoratin"), "decorations"), - (UniCase("desinger"), "designer"), - (UniCase("oppresso"), "oppression"), - (UniCase("australiaan"), "australians"), - (UniCase("incrementas"), "increments"), - (UniCase("actauly"), "actualy"), - (UniCase("blashpemy"), "blasphemy"), - (UniCase("militat"), "militant"), - (UniCase("ingocnito"), "incognito"), - (UniCase("appropriatly"), "appropriately"), - (UniCase("zelaots"), "zealots"), - (UniCase("agin"), "again"), - (UniCase("novermber"), "november"), - (UniCase("agreemnt"), "agreement"), - (UniCase("capitlaist"), "capitalist"), - (UniCase("baulks"), "balks"), - (UniCase("frustradet"), "frustrates"), - (UniCase("randomus"), "randoms"), - (UniCase("noncombatents"), "noncombatants"), - (UniCase("implimentation"), "implementation"), - (UniCase("juggernath"), "juggernaut"), - (UniCase("reisntall"), "reinstall"), - (UniCase("lesiure"), "leisure"), - (UniCase("thn"), "then"), - (UniCase("discogrpahy"), "discography"), - (UniCase("legitemacy"), "legitimacy"), - (UniCase("skillshits"), "skillshots"), - (UniCase("advsiors"), "advisors"), - (UniCase("regresas"), "regress"), - (UniCase("acknowlegdement"), "acknowledgement"), - (UniCase("disrespecful"), "disrespectful"), - (UniCase("espression"), "espresso"), - (UniCase("mobiliy"), "mobility"), - (UniCase("unsuprizingly"), "unsurprisingly"), - (UniCase("deomcratic"), "democratic"), - (UniCase("realitvely"), "relatively"), - (UniCase("therepists"), "therapists"), - (UniCase("unplayeble"), "unplayable"), - (UniCase("descendenta"), "descendants"), - (UniCase("sendetary"), "sedentary"), - (UniCase("concepta"), "conceptual"), - (UniCase("discalimer"), "disclaimer"), - (UniCase("ingorance"), "ignorance"), - (UniCase("proceding"), "proceeding"), - (UniCase("transylvannia"), "transylvania"), - (UniCase("coorperations"), "corporations"), - (UniCase("eurpean"), "european"), - (UniCase("thourogh"), "thorough"), - (UniCase("hieroglph"), "hieroglyph"), - (UniCase("miscommunicaiton"), "miscommunication"), - (UniCase("approxiamtely"), "approximately"), - (UniCase("aboslute"), "absolute"), - (UniCase("contempate"), "contemplate"), - (UniCase("mathematitians"), "mathematicians"), - (UniCase("guitards"), "guitars"), - (UniCase("chromisomes"), "chromosomes"), - (UniCase("conduict"), "conduit"), - (UniCase("impossbily"), "impossibly"), - (UniCase("suspendeds"), "suspense"), - (UniCase("reactiony"), "reactionary"), - (UniCase("transplate"), "transplant"), - (UniCase("reconisder"), "reconsider"), - (UniCase("vigeur"), "vigueur"), - (UniCase("innvoate"), "innovate"), - (UniCase("ungodley"), "ungodly"), - (UniCase("transferes"), "transfers"), - (UniCase("somehtin"), "somethin"), - (UniCase("pennsyvlania"), "pennsylvania"), - (UniCase("htey"), "they"), - (UniCase("somethigns"), "somethings"), - (UniCase("figurativelly"), "figuratively"), - (UniCase("distraktion"), "distraction"), - (UniCase("transfromed"), "transformed"), - (UniCase("substential"), "substantial"), - (UniCase("heterosexal"), "heterosexual"), - (UniCase("receptionst"), "receptionist"), - (UniCase("triator"), "traitor"), - (UniCase("abosrbing"), "absorbing"), - (UniCase("horriblly"), "horribly"), - (UniCase("camoflage"), "camouflage"), - (UniCase("unbeatbale"), "unbeatable"), - (UniCase("multipalyer"), "multiplayer"), - (UniCase("repuglican"), "republican"), - (UniCase("artefact"), "artifact"), - (UniCase("orgnaised"), "organised"), - (UniCase("phenomonon"), "phenomenon"), - (UniCase("recreativo"), "recreation"), - (UniCase("fruitsations"), "frustrations"), - (UniCase("mexcian"), "mexican"), - (UniCase("revelaitons"), "revelations"), - (UniCase("awesomey"), "awesomely"), - (UniCase("dimensionsal"), "dimensional"), - (UniCase("consentrate"), "concentrate"), - (UniCase("interveiwing"), "interviewing"), - (UniCase("catistrophic"), "catastrophic"), - (UniCase("historietas"), "histories"), - (UniCase("plansewalker"), "planeswalker"), - (UniCase("patronisingly"), "patronizingly"), - (UniCase("videogaems"), "videogames"), - (UniCase("progressieve"), "progressive"), - (UniCase("wonderlad"), "wonderland"), - (UniCase("hitboxs"), "hitboxes"), - (UniCase("resourse"), "resources"), - (UniCase("singulariy"), "singularity"), - (UniCase("momentarely"), "momentarily"), - (UniCase("narcisscism"), "narcissism"), - (UniCase("hyphotesis"), "hypothesis"), - (UniCase("destractions"), "distractions"), - (UniCase("standardisation"), "standardization"), - (UniCase("prostitite"), "prostitute"), - (UniCase("transitionable"), "transitional"), - (UniCase("tournemants"), "tournaments"), - (UniCase("despides"), "despised"), - (UniCase("personalitites"), "personalities"), - (UniCase("goign"), "going"), - (UniCase("individualty"), "individuality"), - (UniCase("bureaucratische"), "bureaucratic"), - (UniCase("expoldes"), "explodes"), - (UniCase("militarising"), "militarizing"), - (UniCase("macaronni"), "macaroni"), - (UniCase("stregnth"), "strength"), - (UniCase("understsand"), "understands"), - (UniCase("contributie"), "contribute"), - (UniCase("diversed"), "diverse"), - (UniCase("transitionned"), "transitioned"), - (UniCase("expodition"), "exposition"), - (UniCase("editores"), "editors"), - (UniCase("logisticly"), "logistical"), - (UniCase("hardwoord"), "hardwood"), - (UniCase("sasketchewan"), "saskatchewan"), - (UniCase("settins"), "settings"), - (UniCase("stranget"), "strangest"), - (UniCase("corralation"), "correlation"), - (UniCase("ecomonic"), "economic"), - (UniCase("recogize"), "recognize"), - (UniCase("representerad"), "represented"), - (UniCase("vietnameese"), "vietnamese"), - (UniCase("pericings"), "piercings"), - (UniCase("combatans"), "combatants"), - (UniCase("maybellibe"), "maybelline"), - (UniCase("sociologia"), "sociological"), - (UniCase("overemphasise"), "overemphasize"), - (UniCase("miscelaneous"), "miscellaneous"), - (UniCase("deodorised"), "deodorized"), - (UniCase("misundersatnding"), "misunderstandings"), - (UniCase("exerpt"), "excerpt"), - (UniCase("conceide"), "conceived"), - (UniCase("unemplyoment"), "unemployment"), - (UniCase("equivelant"), "equivalent"), - (UniCase("insignificunt"), "insignificant"), - (UniCase("possestions"), "possessions"), - (UniCase("atittude"), "attitude"), - (UniCase("philadelhpia"), "philadelphia"), - (UniCase("glithcy"), "glitchy"), - (UniCase("avalance"), "avalanche"), - (UniCase("microcender"), "microcenter"), - (UniCase("registrato"), "registration"), - (UniCase("reviere"), "reviewer"), - (UniCase("gracefull"), "graceful"), - (UniCase("electromangetic"), "electromagnetic"), - (UniCase("jsut"), "just"), - (UniCase("abilitiy"), "ability"), - (UniCase("reisntalling"), "reinstalling"), - (UniCase("immensley"), "immensely"), - (UniCase("abonimation"), "abomination"), - (UniCase("collectie"), "collective"), - (UniCase("trasnforming"), "transforming"), - (UniCase("metropilis"), "metropolis"), - (UniCase("celverly"), "cleverly"), - (UniCase("sketchysex"), "sketches"), - (UniCase("allinace"), "alliance"), - (UniCase("helicopers"), "helicopters"), - (UniCase("definitley"), "definitely"), - (UniCase("maintioned"), "mentioned"), - (UniCase("everytiem"), "everytime"), - (UniCase("caracterized"), "characterized"), - (UniCase("unintentionaly"), "unintentionally"), - (UniCase("helluvva"), "helluva"), - (UniCase("dominaters"), "dominates"), - (UniCase("participent"), "participant"), - (UniCase("uncomfortabley"), "uncomfortably"), - (UniCase("transtator"), "translator"), - (UniCase("pennyslvania"), "pennsylvania"), - (UniCase("disapointing"), "disappointing"), - (UniCase("appetisingly"), "appetizingly"), - (UniCase("regrigerator"), "refrigerator"), - (UniCase("achive"), "achieve"), - (UniCase("modifieres"), "modifiers"), - (UniCase("engagment"), "engagement"), - (UniCase("adventue"), "adventures"), - (UniCase("startlxde"), "startled"), - (UniCase("universites"), "universities"), - (UniCase("miscarriege"), "miscarriage"), - (UniCase("roundabount"), "roundabout"), - (UniCase("audactiy"), "audacity"), - (UniCase("albiet"), "albeit"), - (UniCase("spanwed"), "spawned"), - (UniCase("favoruite"), "favourite"), - (UniCase("disatrous"), "disastrous"), - (UniCase("shakespare"), "shakespeare"), - (UniCase("valetta"), "valletta"), - (UniCase("conquerer"), "conqueror"), - (UniCase("mutliverse"), "multiverse"), - (UniCase("listenes"), "listens"), - (UniCase("protestes"), "protests"), - (UniCase("abstinince"), "abstinence"), - (UniCase("circunstance"), "circumstance"), - (UniCase("consistance"), "consistency"), - (UniCase("veitnamese"), "vietnamese"), - (UniCase("unexpextedly"), "unexpectedly"), - (UniCase("astronautlis"), "astronauts"), - (UniCase("landscae"), "landscapes"), - (UniCase("depresse"), "depressive"), - (UniCase("boyfriens"), "boyfriends"), - (UniCase("depcition"), "depiction"), - (UniCase("shwashank"), "shawshank"), - (UniCase("sryians"), "syrians"), - (UniCase("suasages"), "sausages"), - (UniCase("yoesmite"), "yosemite"), - (UniCase("crhistmas"), "christmas"), - (UniCase("braverly"), "bravery"), - (UniCase("swnasea"), "swansea"), - (UniCase("autherization"), "authorization"), - (UniCase("inconcistency"), "inconsistency"), - (UniCase("sketchey"), "sketchy"), - (UniCase("balconey"), "balcony"), - (UniCase("popularised"), "popularized"), - (UniCase("villify"), "vilify"), - (UniCase("flexibily"), "flexibility"), - (UniCase("inexperiance"), "inexperience"), - (UniCase("repressivo"), "repression"), - (UniCase("competitevly"), "competitively"), - (UniCase("salughtered"), "slaughtered"), - (UniCase("exagerrates"), "exaggerates"), - (UniCase("brittish"), "british"), - (UniCase("controles"), "controls"), - (UniCase("enclousre"), "enclosure"), - (UniCase("scholarley"), "scholarly"), - (UniCase("deadlifters"), "deadlifts"), - (UniCase("derviative"), "derivative"), - (UniCase("indicats"), "indicators"), - (UniCase("abudcted"), "abducted"), - (UniCase("compnay"), "company"), - (UniCase("tighetning"), "tightening"), - (UniCase("proportinal"), "proportional"), - (UniCase("distractes"), "distracts"), - (UniCase("honours"), "honors"), - (UniCase("magnetised"), "magnetized"), - (UniCase("incrementers"), "increments"), - (UniCase("refleciton"), "reflections"), - (UniCase("indistuingishable"), "indistinguishable"), - (UniCase("circumstanes"), "circumstance"), - (UniCase("startsup"), "startups"), - (UniCase("purpetuating"), "perpetuating"), - (UniCase("transgendred"), "transgendered"), - (UniCase("meanins"), "meanings"), - (UniCase("interferring"), "interfering"), - (UniCase("adventurs"), "adventures"), - (UniCase("frinedzoned"), "friendzoned"), - (UniCase("buriser"), "bruiser"), - (UniCase("exlcudes"), "excludes"), - (UniCase("responsibliy"), "responsibly"), - (UniCase("deinitalize"), "deinitialize"), - (UniCase("inappropriae"), "inappropriately"), - (UniCase("degarded"), "degraded"), - (UniCase("propultion"), "propulsion"), - (UniCase("invulenrable"), "invulnerable"), - (UniCase("micrometres"), "micrometers"), - (UniCase("recliam"), "reclaim"), - (UniCase("destructo"), "destruction"), - (UniCase("penguinos"), "penguins"), - (UniCase("haemorrhoids"), "hemorrhoids"), - (UniCase("sarcasam"), "sarcasm"), - (UniCase("hospitales"), "hospitals"), - (UniCase("constituion"), "constitution"), - (UniCase("preposterus"), "preposterous"), - (UniCase("atributes"), "attributes"), - (UniCase("lockscreeen"), "lockscreen"), - (UniCase("certificaat"), "certificate"), - (UniCase("palystyle"), "playstyle"), - (UniCase("firefigter"), "firefighter"), - (UniCase("memorises"), "memorizes"), - (UniCase("familiare"), "familiarize"), - (UniCase("bloodbore"), "bloodborne"), - (UniCase("depositis"), "deposits"), - (UniCase("chromesome"), "chromosome"), - (UniCase("maraduer"), "marauder"), - (UniCase("constititional"), "constitutional"), - (UniCase("brunettte"), "brunette"), - (UniCase("supervisers"), "supervisors"), - (UniCase("provocotive"), "provocative"), - (UniCase("sustainabily"), "sustainability"), - (UniCase("referandum"), "referendum"), - (UniCase("ostensably"), "ostensibly"), - (UniCase("eachotehr"), "eachother"), - (UniCase("journolists"), "journalists"), - (UniCase("intellectualy"), "intellectually"), - (UniCase("unnessecary"), "unnecessary"), - (UniCase("supresses"), "suppresses"), - (UniCase("konservatives"), "conservatives"), - (UniCase("truamatized"), "traumatized"), - (UniCase("ariflow"), "airflow"), - (UniCase("tribunaal"), "tribunal"), - (UniCase("overshaddowed"), "overshadowed"), - (UniCase("anglicising"), "anglicizing"), - (UniCase("counterfiets"), "counterfeit"), - (UniCase("proficiant"), "proficient"), - (UniCase("architechturally"), "architecturally"), - (UniCase("thoeretically"), "theoretically"), - (UniCase("pathalogical"), "pathological"), - (UniCase("sticthed"), "stitched"), - (UniCase("candiate"), "candidate"), - (UniCase("collitions"), "collisions"), - (UniCase("collaborare"), "collaborate"), - (UniCase("prosocution"), "prosecution"), - (UniCase("photoshooped"), "photoshopped"), - (UniCase("impartirla"), "impartial"), - (UniCase("prasies"), "praises"), - (UniCase("inisghts"), "insights"), - (UniCase("aboslutely"), "absolutely"), - (UniCase("commuincation"), "communications"), - (UniCase("fantaic"), "fanatic"), - (UniCase("ofcoruse"), "ofcourse"), - (UniCase("detrimential"), "detrimental"), - (UniCase("fortunantly"), "fortunately"), - (UniCase("cabines"), "cabinets"), - (UniCase("sensationail"), "sensational"), - (UniCase("comparemos"), "compares"), - (UniCase("htikn"), "think"), - (UniCase("offspirng"), "offspring"), - (UniCase("magizine"), "magazine"), - (UniCase("valentein"), "valentine"), - (UniCase("contemporay"), "contemporary"), - (UniCase("evengalical"), "evangelical"), - (UniCase("emabrgo"), "embargo"), - (UniCase("lighthosue"), "lighthouse"), - (UniCase("relentlessely"), "relentlessly"), - (UniCase("discrimante"), "discriminate"), - (UniCase("comparisions"), "comparisons"), - (UniCase("commentery"), "commentary"), - (UniCase("plasticas"), "plastics"), - (UniCase("homogenises"), "homogenizes"), - (UniCase("testicels"), "testicles"), - (UniCase("unneccessary"), "unnecessary"), - (UniCase("succeeed"), "succeed"), - (UniCase("residentual"), "residential"), - (UniCase("preventivo"), "prevention"), - (UniCase("nativey"), "natively"), - (UniCase("guerrillera"), "guerrilla"), - (UniCase("handwritng"), "handwriting"), - (UniCase("somethis"), "somethings"), - (UniCase("trasnplant"), "transplant"), - (UniCase("intergity"), "integrity"), - (UniCase("annouced"), "announced"), - (UniCase("authoritiers"), "authorities"), - (UniCase("destinaiton"), "destinations"), - (UniCase("apocalypic"), "apocalyptic"), - (UniCase("interpretato"), "interpretation"), - (UniCase("dumbbels"), "dumbbells"), - (UniCase("ibuprofein"), "ibuprofen"), - (UniCase("grenaders"), "grenades"), - (UniCase("paranomral"), "paranormal"), - (UniCase("scarmbling"), "scrambling"), - (UniCase("claimes"), "claims"), - (UniCase("synchronise"), "synchronize"), - (UniCase("apologes"), "apologise"), - (UniCase("backhacking"), "backpacking"), - (UniCase("abominaton"), "abomination"), - (UniCase("documentaires"), "documentaries"), - (UniCase("magainzes"), "magazines"), - (UniCase("advanteges"), "advantages"), - (UniCase("coridal"), "cordial"), - (UniCase("resistanse"), "resistances"), - (UniCase("bibilcal"), "biblical"), - (UniCase("dehydraded"), "dehydrated"), - (UniCase("relegetion"), "relegation"), - (UniCase("lasanga"), "lasagna"), - (UniCase("recgonised"), "recognised"), - (UniCase("discountined"), "discontinued"), - (UniCase("propechy"), "prophecy"), - (UniCase("figuartively"), "figuratively"), - (UniCase("repuslive"), "repulsive"), - (UniCase("interpretarea"), "interpreter"), - (UniCase("solemnises"), "solemnizes"), - (UniCase("unsubscirbe"), "unsubscribe"), - (UniCase("humerous"), "humorous"), - (UniCase("egotisticle"), "egotistical"), - (UniCase("manufacterer"), "manufacturer"), - (UniCase("compuslory"), "compulsory"), - (UniCase("monteral"), "montreal"), - (UniCase("nostrills"), "nostrils"), - (UniCase("matrial"), "martial"), - (UniCase("enthusiam"), "enthusiasm"), - (UniCase("organisere"), "organizers"), - (UniCase("sacrifising"), "sacrificing"), - (UniCase("disregaring"), "disregarding"), - (UniCase("fossilise"), "fossilize"), - (UniCase("modualr"), "modular"), - (UniCase("dribbel"), "dribble"), - (UniCase("frutcose"), "fructose"), - (UniCase("extremeley"), "extremely"), - (UniCase("downlaod"), "download"), - (UniCase("heigthened"), "heightened"), - (UniCase("chandlure"), "chandler"), - (UniCase("undermiming"), "undermining"), - (UniCase("scropion"), "scorpion"), - (UniCase("butthoe"), "butthole"), - (UniCase("corperation"), "corporation"), - (UniCase("consumate"), "consummate"), - (UniCase("feisable"), "feasible"), - (UniCase("forecfully"), "forcefully"), - (UniCase("mississipis"), "mississippi"), - (UniCase("judgementsl"), "judgemental"), - (UniCase("reccomend"), "recommend"), - (UniCase("considerabe"), "considerate"), - (UniCase("begginer"), "beginner"), - (UniCase("bengalas"), "bengals"), - (UniCase("cutscenses"), "cutscene"), - (UniCase("conanical"), "canonical"), - (UniCase("colleage"), "colleagues"), - (UniCase("permisisons"), "permissions"), - (UniCase("inspectons"), "inspections"), - (UniCase("collest"), "collects"), - (UniCase("canonising"), "canonizing"), - (UniCase("formalised"), "formalized"), - (UniCase("fringeworthy"), "cringeworthy"), - (UniCase("technicallity"), "technically"), - (UniCase("neturon"), "neutron"), - (UniCase("reproducive"), "reproductive"), - (UniCase("interstae"), "interstate"), - (UniCase("catalogue"), "catalog"), - (UniCase("scarmble"), "scramble"), - (UniCase("motivationnal"), "motivational"), - (UniCase("maragret"), "margaret"), - (UniCase("desillusioned"), "disillusioned"), - (UniCase("permier"), "premier"), - (UniCase("fundamentas"), "fundamentals"), - (UniCase("heroicas"), "heroics"), - (UniCase("forsekan"), "forsaken"), - (UniCase("utilise"), "utilize"), - (UniCase("govermetn"), "goverment"), - (UniCase("theri"), "their"), - (UniCase("circumcisied"), "circumcised"), - (UniCase("compulsery"), "compulsory"), - (UniCase("subredditors"), "subreddits"), - (UniCase("autoritharian"), "authoritarian"), - (UniCase("confrims"), "confirms"), - (UniCase("dyspohria"), "dysphoria"), - (UniCase("imprefections"), "imperfections"), - (UniCase("simultanious"), "simultaneous"), - (UniCase("proprety"), "property"), - (UniCase("propriatery"), "proprietary"), - (UniCase("fortuante"), "fortunate"), - (UniCase("ellitpical"), "elliptical"), - (UniCase("precurser"), "precursor"), - (UniCase("suppresions"), "suppression"), - (UniCase("hellifre"), "hellfire"), - (UniCase("greandes"), "grenades"), - (UniCase("pruchases"), "purchases"), - (UniCase("modifires"), "modifiers"), - (UniCase("monetizare"), "monetize"), - (UniCase("braodcast"), "broadcast"), - (UniCase("nautral"), "natural"), - (UniCase("mathemetical"), "mathematical"), - (UniCase("scandinavica"), "scandinavian"), - (UniCase("maximini"), "maximizing"), - (UniCase("repressin"), "repression"), - (UniCase("assimialted"), "assimilate"), - (UniCase("philospohy"), "philosophy"), - (UniCase("konfirmation"), "confirmation"), - (UniCase("resurecting"), "resurrecting"), - (UniCase("solatary"), "solitary"), - (UniCase("organizors"), "organizers"), - (UniCase("motherbaords"), "motherboards"), - (UniCase("apologisms"), "apologists"), - (UniCase("grammarically"), "grammatically"), - (UniCase("xenophibic"), "xenophobic"), - (UniCase("disrepresentation"), "misrepresentation"), - (UniCase("travellodge"), "travelled"), - (UniCase("circunstances"), "circumstances"), - (UniCase("nominatin"), "nomination"), - (UniCase("fictionalise"), "fictionalize"), - (UniCase("interace"), "interacted"), - (UniCase("aqaurium"), "aquarium"), - (UniCase("inevitabily"), "inevitably"), - (UniCase("mandarijn"), "mandarin"), - (UniCase("fibres"), "fibers"), - (UniCase("speculaties"), "speculative"), - (UniCase("definitivly"), "definitively"), - (UniCase("influenting"), "influencing"), - (UniCase("prostethics"), "prosthetic"), - (UniCase("dehumanisation"), "dehumanization"), - (UniCase("dyspotian"), "dystopian"), - (UniCase("blaspehmy"), "blasphemy"), - (UniCase("emphisizes"), "emphasizes"), - (UniCase("doublelfit"), "doublelift"), - (UniCase("annoynace"), "annoyance"), - (UniCase("electromagnectic"), "electromagnetic"), - (UniCase("parliement"), "parliament"), - (UniCase("provinicial"), "provincial"), - (UniCase("relient"), "reliant"), - (UniCase("accomondate"), "accommodate"), - (UniCase("underrater"), "undertaker"), - (UniCase("htere"), "there"), - (UniCase("concervatives"), "conservatives"), - (UniCase("metropoliton"), "metropolitan"), - (UniCase("algorithim"), "algorithm"), - (UniCase("harrasments"), "harassments"), - (UniCase("econimical"), "economical"), - (UniCase("acknolwedgement"), "acknowledgement"), - (UniCase("complience"), "compliance"), - (UniCase("speecheasy"), "speeches"), - (UniCase("tablepsoons"), "tablespoons"), - (UniCase("flucutations"), "fluctuations"), - (UniCase("invairably"), "invariably"), - (UniCase("symapthetic"), "sympathetic"), - (UniCase("dimensionals"), "dimensions"), - (UniCase("unknowingy"), "unknowingly"), - (UniCase("firends"), "friends"), - (UniCase("tensiones"), "tensions"), - (UniCase("exersice"), "exercise"), - (UniCase("nigthmare"), "nightmare"), - (UniCase("embarasssing"), "embarassing"), - (UniCase("tounge"), "tongue"), - (UniCase("degenererat"), "degenerate"), - (UniCase("guardain"), "guardian"), - (UniCase("affirmitive"), "affirmative"), - (UniCase("motorcyles"), "motorcycles"), - (UniCase("deodorises"), "deodorizes"), - (UniCase("presention"), "presenting"), - (UniCase("wonderfuly"), "wonderfully"), - (UniCase("intolerent"), "intolerant"), - (UniCase("terorrist"), "terrorist"), - (UniCase("bigorty"), "bigotry"), - (UniCase("organsiations"), "organisations"), - (UniCase("attracties"), "attracts"), - (UniCase("scooterers"), "scooters"), - (UniCase("envrionments"), "environments"), - (UniCase("plehtora"), "plethora"), - (UniCase("prediciton"), "prediction"), - (UniCase("valentians"), "valentines"), - (UniCase("dispensarios"), "dispensaries"), - (UniCase("androides"), "androids"), - (UniCase("commentare"), "commenter"), - (UniCase("anniversairy"), "anniversary"), - (UniCase("epaulettes"), "epaulets"), - (UniCase("poverful"), "powerful"), - (UniCase("transportor"), "transporter"), - (UniCase("deisgners"), "designers"), - (UniCase("consisteny"), "consistency"), - (UniCase("inflatie"), "inflate"), - (UniCase("catalcysm"), "cataclysm"), - (UniCase("apocolapse"), "apocalypse"), - (UniCase("perpendiculaire"), "perpendicular"), - (UniCase("transperency"), "transparency"), - (UniCase("velantine"), "valentine"), - (UniCase("ellipticle"), "elliptical"), - (UniCase("techncially"), "technically"), - (UniCase("harrassing"), "harassing"), - (UniCase("playstye"), "playstyle"), - (UniCase("unsuccesfully"), "unsuccessfully"), - (UniCase("christin"), "christian"), - (UniCase("unbannd"), "unbanned"), - (UniCase("transistior"), "transistor"), - (UniCase("mediciad"), "medicaid"), - (UniCase("adpaters"), "adapters"), - (UniCase("transofrmed"), "transformed"), - (UniCase("positionned"), "positioned"), - (UniCase("projectlie"), "projectiles"), - (UniCase("enthusiant"), "enthusiast"), - (UniCase("earthquakers"), "earthquakes"), - (UniCase("florecen"), "florence"), - (UniCase("versoin"), "version"), - (UniCase("prediccion"), "prediction"), - (UniCase("umbrellla"), "umbrella"), - (UniCase("bootlaoder"), "bootloader"), - (UniCase("constituant"), "constituent"), - (UniCase("abandond"), "abandoned"), - (UniCase("conclusiones"), "conclusions"), - (UniCase("excludeds"), "excludes"), - (UniCase("perheaps"), "perhaps"), - (UniCase("meoldies"), "melodies"), - (UniCase("completi"), "complexity"), - (UniCase("noticably"), "noticeably"), - (UniCase("explotied"), "exploited"), - (UniCase("denominador"), "denominator"), - (UniCase("appreciationg"), "appreciating"), - (UniCase("viscreal"), "visceral"), - (UniCase("exlposion"), "explosion"), - (UniCase("initaling"), "initialing"), - (UniCase("transfarring"), "transferring"), - (UniCase("worshipping"), "worshiping"), - (UniCase("intermediare"), "intermediate"), - (UniCase("applicabile"), "applicable"), - (UniCase("paediatricians"), "pediatricians"), - (UniCase("initalization"), "initialization"), - (UniCase("chasr"), "chaser"), - (UniCase("mastrubated"), "masturbated"), - (UniCase("confidenty"), "confidently"), - (UniCase("cauterises"), "cauterizes"), - (UniCase("progessed"), "progressed"), - (UniCase("perpertators"), "perpetrators"), - (UniCase("squirrells"), "squirrels"), - (UniCase("reinstallng"), "reinstalling"), - (UniCase("plataeu"), "plateau"), - (UniCase("vapours"), "vapors"), - (UniCase("cliffbanger"), "cliffhanger"), - (UniCase("photogrpahers"), "photographers"), - (UniCase("baptises"), "baptizes"), - (UniCase("economising"), "economizing"), - (UniCase("aggreement"), "agreement"), - (UniCase("southren"), "southern"), - (UniCase("achieveble"), "achievable"), - (UniCase("overclockd"), "overclocked"), - (UniCase("asign"), "assign"), - (UniCase("jugnling"), "jungling"), - (UniCase("specificatons"), "specifications"), - (UniCase("transfromers"), "transformers"), - (UniCase("thoruim"), "thorium"), - (UniCase("polishees"), "polishes"), - (UniCase("sanctionning"), "sanctioning"), - (UniCase("placeheld"), "placeholder"), - (UniCase("wranlger"), "wrangler"), - (UniCase("championchip"), "championship"), - (UniCase("ancedotal"), "anecdotal"), - (UniCase("swansoon"), "swanson"), - (UniCase("internettes"), "internets"), - (UniCase("statistisk"), "statistics"), - (UniCase("adolsecent"), "adolescent"), - (UniCase("compeditors"), "competitors"), - (UniCase("indefinitelly"), "indefinitely"), - (UniCase("denominaron"), "denominator"), - (UniCase("epiphanny"), "epiphany"), - (UniCase("geogrpahy"), "geography"), - (UniCase("informtion"), "information"), - (UniCase("qtuie"), "quite"), - (UniCase("partiots"), "patriots"), - (UniCase("displayes"), "displays"), - (UniCase("connatations"), "connotations"), - (UniCase("privatisations"), "privatizations"), - (UniCase("responsabile"), "responsible"), - (UniCase("reacing"), "reaching"), - (UniCase("cricumference"), "circumference"), - (UniCase("communiss"), "communists"), - (UniCase("inconsiderant"), "inconsiderate"), - (UniCase("investegating"), "investigating"), - (UniCase("harmonisation"), "harmonization"), - (UniCase("improvision"), "improvisation"), - (UniCase("comparetively"), "comparatively"), - (UniCase("disproportiantely"), "disproportionately"), - (UniCase("slaverly"), "slavery"), - (UniCase("misfourtunes"), "misfortunes"), - (UniCase("poportional"), "proportional"), - (UniCase("subscriptin"), "subscriptions"), - (UniCase("negotiative"), "negotiate"), - (UniCase("transgengered"), "transgendered"), - (UniCase("witnissing"), "witnessing"), - (UniCase("averageed"), "averaged"), - (UniCase("productie"), "productive"), - (UniCase("doubleleft"), "doublelift"), - (UniCase("psychopathische"), "psychopathic"), - (UniCase("emberrassment"), "embarrassment"), - (UniCase("prinicples"), "principles"), - (UniCase("otehr"), "other"), - (UniCase("templers"), "temples"), - (UniCase("defintily"), "definitly"), - (UniCase("antivuris"), "antivirus"), - (UniCase("materialisation"), "materialization"), - (UniCase("dinosaus"), "dinosaurs"), - (UniCase("premilinary"), "preliminary"), - (UniCase("icelandinc"), "icelandic"), - (UniCase("battlefont"), "battlefront"), - (UniCase("comemmorates"), "commemorates"), - (UniCase("requeriments"), "requirements"), - (UniCase("girlling"), "grilling"), - (UniCase("torunaments"), "tournaments"), - (UniCase("antidepressents"), "antidepressants"), - (UniCase("florene"), "florence"), - (UniCase("resistend"), "resisted"), - (UniCase("mexicanus"), "mexicans"), - (UniCase("fasicsts"), "fascists"), - (UniCase("substituded"), "substituted"), - (UniCase("invesitgations"), "investigations"), - (UniCase("pscyhiatrists"), "psychiatrists"), - (UniCase("celcius"), "celsius"), - (UniCase("habeus"), "habeas"), - (UniCase("survivours"), "survivor"), - (UniCase("gauntelts"), "gauntlets"), - (UniCase("fertilising"), "fertilizing"), - (UniCase("speciallize"), "specialize"), - (UniCase("favourties"), "favourites"), - (UniCase("neckbead"), "neckbeard"), - (UniCase("disputerad"), "disputed"), - (UniCase("extrapoloate"), "extrapolate"), - (UniCase("emapthetic"), "empathetic"), - (UniCase("consumated"), "consummated"), - (UniCase("destorying"), "destroying"), - (UniCase("assemby"), "assembly"), - (UniCase("potrait"), "portrait"), - (UniCase("thermomether"), "thermometer"), - (UniCase("corrispond"), "correspond"), - (UniCase("golakeeper"), "goalkeeper"), - (UniCase("specializaton"), "specialization"), - (UniCase("newcaslte"), "newcastle"), - (UniCase("constructie"), "constructive"), - (UniCase("parntership"), "partnership"), - (UniCase("explods"), "explodes"), - (UniCase("compelting"), "completing"), - (UniCase("decensitized"), "desensitized"), - (UniCase("persuing"), "pursuing"), - (UniCase("overkapping"), "overlapping"), - (UniCase("derogetory"), "derogatory"), - (UniCase("undergorund"), "underground"), - (UniCase("sweerheart"), "sweetheart"), - (UniCase("ackumulation"), "accumulation"), - (UniCase("depcits"), "depicts"), - (UniCase("contritutions"), "contributions"), - (UniCase("correktness"), "correctness"), - (UniCase("descripters"), "descriptors"), - (UniCase("wawrick"), "warwick"), - (UniCase("avaliability"), "availability"), - (UniCase("invalidare"), "invalidate"), - (UniCase("trasnformer"), "transformer"), - (UniCase("yaerly"), "yearly"), - (UniCase("atributed"), "attributed"), - (UniCase("interpretter"), "interpreter"), - (UniCase("seing"), "seeing"), - (UniCase("orchestraed"), "orchestrated"), - (UniCase("crutchers"), "crutches"), - (UniCase("alchoholic"), "alcoholic"), - (UniCase("predujice"), "prejudice"), - (UniCase("untrianed"), "untrained"), - (UniCase("assemblie"), "assemble"), - (UniCase("sacarmento"), "sacramento"), - (UniCase("whitleist"), "whitelist"), - (UniCase("comisions"), "commissions"), - (UniCase("airlfow"), "airflow"), - (UniCase("billborads"), "billboards"), - (UniCase("metaphoricly"), "metaphorical"), - (UniCase("activationg"), "activating"), - (UniCase("pacificts"), "pacifist"), - (UniCase("superficiel"), "superficial"), - (UniCase("ultamite"), "ultimate"), - (UniCase("undescore"), "underscore"), - (UniCase("supersticious"), "superstitious"), - (UniCase("inchoerent"), "incoherent"), - (UniCase("scientfic"), "scientific"), - (UniCase("ecomonics"), "economics"), - (UniCase("adderss"), "address"), - (UniCase("perfecxion"), "perfection"), - (UniCase("disciplince"), "disciplines"), - (UniCase("calssified"), "classified"), - (UniCase("uninitalised"), "uninitialised"), - (UniCase("uncomited"), "uncommitted"), - (UniCase("atribute"), "attribute"), - (UniCase("orgasmos"), "orgasms"), - (UniCase("yoghourts"), "yogurts"), - (UniCase("filcker"), "flicker"), - (UniCase("sobreity"), "sobriety"), - (UniCase("downtoking"), "downvoting"), - (UniCase("incriments"), "increments"), - (UniCase("chuckels"), "chuckles"), - (UniCase("midfieldes"), "midfielders"), - (UniCase("educacional"), "educational"), - (UniCase("custumizable"), "customizable"), - (UniCase("susbtantial"), "substantial"), - (UniCase("classicus"), "classics"), - (UniCase("lincolin"), "lincoln"), - (UniCase("scateboarding"), "skateboarding"), - (UniCase("installmant"), "installment"), - (UniCase("exectuion"), "execution"), - (UniCase("programable"), "programmable"), - (UniCase("trainwrek"), "trainwreck"), - (UniCase("proceeed"), "proceed"), - (UniCase("plabeswalker"), "planeswalker"), - (UniCase("contine"), "continue"), - (UniCase("muncipality"), "municipality"), - (UniCase("degoratory"), "derogatory"), - (UniCase("ehtnicities"), "ethnicities"), - (UniCase("unconsicously"), "unconsciously"), - (UniCase("replased"), "relapsed"), - (UniCase("multinationella"), "multinational"), - (UniCase("spindrel"), "spindle"), - (UniCase("privaleges"), "privileges"), - (UniCase("procrastinatin"), "procrastination"), - (UniCase("dischard"), "discharged"), - (UniCase("satellie"), "satellites"), - (UniCase("patterno"), "patterson"), - (UniCase("inintelligent"), "unintelligent"), - (UniCase("circumstnaces"), "circumstance"), - (UniCase("charactersitics"), "characteristics"), - (UniCase("reserrection"), "resurrection"), - (UniCase("tanturms"), "tantrums"), - (UniCase("inappropriet"), "inappropriately"), - (UniCase("sentencian"), "sentencing"), - (UniCase("chocoalte"), "chocolate"), - (UniCase("snorkelling"), "snorkeling"), - (UniCase("articluate"), "articulate"), - (UniCase("interferre"), "interfere"), - (UniCase("unsubstansiated"), "unsubstantiated"), - (UniCase("restorting"), "restarting"), - (UniCase("shaprness"), "sharpness"), - (UniCase("demograhpic"), "demographic"), - (UniCase("skecthy"), "sketchy"), - (UniCase("cranberrry"), "cranberry"), - (UniCase("greatfully"), "gratefully"), - (UniCase("wierd"), "weird"), - (UniCase("jamaina"), "jamaican"), - (UniCase("prostitues"), "prostitutes"), - (UniCase("picthforks"), "pitchforks"), - (UniCase("apperances"), "appearances"), - (UniCase("communicae"), "communicated"), - (UniCase("orangerd"), "orangered"), - (UniCase("responsibilitys"), "responsibilities"), - (UniCase("differente"), "difference"), - (UniCase("affectionatley"), "affectionate"), - (UniCase("philisophies"), "philosophies"), - (UniCase("goregous"), "gorgeous"), - (UniCase("cheetoos"), "cheetos"), - (UniCase("councidentally"), "coincidentally"), - (UniCase("compsers"), "compress"), - (UniCase("queires"), "queries"), - (UniCase("expendeture"), "expenditure"), - (UniCase("everset"), "everest"), - (UniCase("circlebs"), "circles"), - (UniCase("asteriod"), "asteroid"), - (UniCase("picthed"), "pitched"), - (UniCase("cerimony"), "ceremony"), - (UniCase("gropu"), "group"), - (UniCase("legendarios"), "legendaries"), - (UniCase("opponenets"), "opponent"), - (UniCase("surrenderred"), "surrendered"), - (UniCase("proposito"), "proposition"), - (UniCase("regenere"), "regenerate"), - (UniCase("regulatios"), "regulators"), - (UniCase("trianing"), "training"), - (UniCase("prestigeous"), "prestigious"), - (UniCase("reciepents"), "recipients"), - (UniCase("infideltiy"), "infidelity"), - (UniCase("underwager"), "underwater"), - (UniCase("confins"), "confines"), - (UniCase("koordination"), "coordination"), - (UniCase("laughablely"), "laughably"), - (UniCase("marlbes"), "marbles"), - (UniCase("essesital"), "essential"), - (UniCase("matieralism"), "materialism"), - (UniCase("expotition"), "exposition"), - (UniCase("marjority"), "majority"), - (UniCase("epicentres"), "epicenters"), - (UniCase("tsunmai"), "tsunami"), - (UniCase("breakthrouh"), "breakthrough"), - (UniCase("nullfiy"), "nullify"), - (UniCase("mainstreem"), "mainstream"), - (UniCase("manfuacturers"), "manufactures"), - (UniCase("suspicisons"), "suspicions"), - (UniCase("wiaters"), "waiters"), - (UniCase("inctroduced"), "introduced"), - (UniCase("dysfuncion"), "dysfunction"), - (UniCase("superstisious"), "superstitious"), - (UniCase("adreniline"), "adrenaline"), - (UniCase("denationalising"), "denationalizing"), - (UniCase("narcissistc"), "narcissistic"), - (UniCase("dismanteled"), "dismantled"), - (UniCase("choesive"), "cohesive"), - (UniCase("parliamenty"), "parliamentary"), - (UniCase("definaitly"), "definately"), - (UniCase("entirey"), "entirety"), - (UniCase("determanism"), "determinism"), - (UniCase("vulernability"), "vulnerability"), - (UniCase("statisticaly"), "statistically"), - (UniCase("multiverese"), "multiverse"), - (UniCase("skpetic"), "skeptic"), - (UniCase("shatterling"), "shattering"), - (UniCase("neutralises"), "neutralizes"), - (UniCase("unsuccesful"), "unsuccessful"), - (UniCase("motivet"), "motivate"), - (UniCase("comtemporary"), "contemporary"), - (UniCase("unbeleivable"), "unbelievable"), - (UniCase("gallaxies"), "galaxies"), - (UniCase("solutide"), "solitude"), - (UniCase("inquirey"), "inquiry"), - (UniCase("inflamation"), "inflammation"), - (UniCase("lesbianus"), "lesbians"), - (UniCase("indiviudally"), "individually"), - (UniCase("unrecognised"), "unrecognized"), - (UniCase("connectins"), "connects"), - (UniCase("respectivly"), "respectively"), - (UniCase("tallents"), "tallest"), - (UniCase("ostricized"), "ostracized"), - (UniCase("outpreforms"), "outperform"), - (UniCase("designato"), "designation"), - (UniCase("punsihes"), "punishes"), - (UniCase("deffensively"), "defensively"), - (UniCase("deprevation"), "deprivation"), - (UniCase("neigbour"), "neighbour"), - (UniCase("colourless"), "colorless"), - (UniCase("birmimgham"), "birmingham"), - (UniCase("blisteres"), "blisters"), - (UniCase("nauesous"), "nauseous"), - (UniCase("journalisim"), "journalism"), - (UniCase("magents"), "magnets"), - (UniCase("toubles"), "troubles"), - (UniCase("catapillars"), "caterpillars"), - (UniCase("imbalenced"), "imbalanced"), - (UniCase("professionalsim"), "professionalism"), - (UniCase("initialise"), "initialize"), - (UniCase("presentacion"), "presentation"), - (UniCase("mathematican"), "mathematician"), - (UniCase("negotiatiors"), "negotiations"), - (UniCase("accuarcy"), "accuracy"), - (UniCase("befirend"), "befriend"), - (UniCase("continenal"), "continental"), - (UniCase("performanse"), "performances"), - (UniCase("composistion"), "compositions"), - (UniCase("disscusion"), "discussion"), - (UniCase("archetecturally"), "architecturally"), - (UniCase("classifiy"), "classify"), - (UniCase("starlted"), "startled"), - (UniCase("medicaitons"), "medications"), - (UniCase("preivews"), "previews"), - (UniCase("overclok"), "overclock"), - (UniCase("warrent"), "warrant"), - (UniCase("unionisation"), "unionization"), - (UniCase("sympethize"), "sympathize"), - (UniCase("haemoglobin"), "hemoglobin"), - (UniCase("developmenet"), "developments"), - (UniCase("huminoid"), "humanoid"), - (UniCase("neutralised"), "neutralized"), - (UniCase("dammage"), "damage"), - (UniCase("cilivians"), "civilians"), - (UniCase("reqiuem"), "requiem"), - (UniCase("dissapoimted"), "dissapointed"), - (UniCase("sacrasm"), "sarcasm"), - (UniCase("valentiens"), "valentines"), - (UniCase("heartsthone"), "hearthstone"), - (UniCase("fulfil"), "fulfill"), - (UniCase("undebiably"), "undeniably"), - (UniCase("expriation"), "expiration"), - (UniCase("interections"), "interactions"), - (UniCase("uplfiting"), "uplifting"), - (UniCase("creationsm"), "creationism"), - (UniCase("socialy"), "socially"), - (UniCase("intangiable"), "intangible"), - (UniCase("organizacion"), "organization"), - (UniCase("arugable"), "arguable"), - (UniCase("ukraineans"), "ukrainians"), - (UniCase("disenchanged"), "disenchanted"), - (UniCase("strawbeery"), "strawberry"), - (UniCase("strangel"), "strangle"), - (UniCase("critisicms"), "criticisms"), - (UniCase("expandes"), "expands"), - (UniCase("drammatically"), "grammatically"), - (UniCase("referinng"), "refering"), - (UniCase("contraceptivos"), "contraceptives"), - (UniCase("shenanigains"), "shenanigans"), - (UniCase("trasnformation"), "transformation"), - (UniCase("stucture"), "structure"), - (UniCase("manifestons"), "manifests"), - (UniCase("napoelon"), "napoleon"), - (UniCase("somethigng"), "somethin"), - (UniCase("priveliged"), "privileged"), - (UniCase("recations"), "creations"), - (UniCase("varaible"), "variable"), - (UniCase("transylvanai"), "transylvania"), - (UniCase("estoniya"), "estonia"), - (UniCase("behavour"), "behavior"), - (UniCase("transcrips"), "transcripts"), - (UniCase("scandinaivan"), "scandinavia"), - (UniCase("powerpot"), "powerpoint"), - (UniCase("scartch"), "scratch"), - (UniCase("shoudlers"), "shoulders"), - (UniCase("restirctions"), "restrictions"), - (UniCase("scandinavien"), "scandinavian"), - (UniCase("prejudis"), "prejudices"), - (UniCase("parapharsing"), "paraphrasing"), - (UniCase("cannibalsim"), "cannibalism"), - (UniCase("prerequisties"), "prerequisite"), - (UniCase("unbeareble"), "unbearable"), - (UniCase("purpusefully"), "purposefully"), - (UniCase("shortenting"), "shortening"), - (UniCase("relegato"), "relegation"), - (UniCase("campaing"), "campaign"), - (UniCase("destruktive"), "destructive"), - (UniCase("averageadi"), "averaged"), - (UniCase("rivalrly"), "rivalry"), - (UniCase("optimisim"), "optimism"), - (UniCase("representives"), "representatives"), - (UniCase("migrianes"), "migraines"), - (UniCase("admiraal"), "admiral"), - (UniCase("internationaly"), "internationally"), - (UniCase("merchanters"), "merchants"), - (UniCase("processesor"), "processors"), - (UniCase("fracter"), "fracture"), - (UniCase("italicising"), "italicizing"), - (UniCase("encourageing"), "encouraging"), - (UniCase("initiativs"), "initiatives"), - (UniCase("assimulate"), "assimilate"), - (UniCase("uncounciously"), "unconsciously"), - (UniCase("overlaping"), "overlapping"), - (UniCase("cataloge"), "catalogue"), - (UniCase("academicas"), "academics"), - (UniCase("pyschosis"), "psychosis"), - (UniCase("identificaton"), "identification"), - (UniCase("encyclapedia"), "encyclopedia"), - (UniCase("manipulaton"), "manipulation"), - (UniCase("scheudling"), "scheduling"), - (UniCase("headest"), "headset"), - (UniCase("distribuye"), "distribute"), - (UniCase("mecahnics"), "mechanics"), - (UniCase("distinktion"), "distinction"), - (UniCase("disciplers"), "disciples"), - (UniCase("unnecessairly"), "unnecessarily"), - (UniCase("overreaktion"), "overreaction"), - (UniCase("dissapearing"), "disappearing"), - (UniCase("administrez"), "administer"), - (UniCase("liteicon"), "litecoin"), - (UniCase("predecesser"), "predecessor"), - (UniCase("acceleratie"), "accelerate"), - (UniCase("gradiation"), "graduation"), - (UniCase("amortised"), "amortized"), - (UniCase("independentisme"), "independents"), - (UniCase("meixcans"), "mexicans"), - (UniCase("stereotipical"), "stereotypical"), - (UniCase("demenor"), "demeanor"), - (UniCase("hallusinations"), "hallucinations"), - (UniCase("provinical"), "provincial"), - (UniCase("disclipinary"), "disciplinary"), - (UniCase("amaterus"), "amateurs"), - (UniCase("aggregatore"), "aggregate"), - (UniCase("stornghold"), "stronghold"), - (UniCase("theoratical"), "theoretical"), - (UniCase("applicaitons"), "applications"), - (UniCase("incerceration"), "incarceration"), - (UniCase("denominacion"), "denomination"), - (UniCase("misogynisic"), "misogynistic"), - (UniCase("kenyesian"), "keynesian"), - (UniCase("documenatries"), "documentaries"), - (UniCase("isntrumental"), "instrumental"), - (UniCase("nihilim"), "nihilism"), - (UniCase("tentacuel"), "tentacle"), - (UniCase("riaders"), "raiders"), - (UniCase("punsiher"), "punisher"), - (UniCase("primarliy"), "primarily"), - (UniCase("fortelling"), "foretelling"), - (UniCase("pronoucning"), "pronouncing"), - (UniCase("ceremoniis"), "ceremonies"), - (UniCase("tasliman"), "talisman"), - (UniCase("hatchig"), "hatching"), - (UniCase("washignton"), "washington"), - (UniCase("specimine"), "specimen"), - (UniCase("exploitatie"), "exploitative"), - (UniCase("illustarted"), "illustrated"), - (UniCase("panellist"), "panelist"), - (UniCase("condescencion"), "condescension"), - (UniCase("victimes"), "victims"), - (UniCase("subjektive"), "subjective"), - (UniCase("independetly"), "independently"), - (UniCase("handcufs"), "handcuffs"), - (UniCase("sacramenno"), "sacramento"), - (UniCase("laready"), "already"), - (UniCase("billionarie"), "billionaire"), - (UniCase("configuratin"), "configurations"), - (UniCase("singulaire"), "singular"), - (UniCase("vaccinet"), "vaccinated"), - (UniCase("inquisiter"), "inquisitor"), - (UniCase("competiveness"), "competitiveness"), - (UniCase("susceptiable"), "susceptible"), - (UniCase("exclucivity"), "exclusivity"), - (UniCase("dumbfouded"), "dumbfounded"), - (UniCase("consoldiated"), "consolidated"), - (UniCase("flutteryshy"), "fluttershy"), - (UniCase("qualtitative"), "quantitative"), - (UniCase("creepgin"), "creeping"), - (UniCase("physcedelics"), "psychedelics"), - (UniCase("forcefullly"), "forcefully"), - (UniCase("theromstat"), "thermostat"), - (UniCase("survivabily"), "survivability"), - (UniCase("malayisan"), "malaysian"), - (UniCase("exoskelaton"), "exoskeleton"), - (UniCase("nightime"), "nighttime"), - (UniCase("imporvements"), "improvements"), - (UniCase("anoerxia"), "anorexia"), - (UniCase("testiclees"), "testicles"), - (UniCase("universale"), "universe"), - (UniCase("explorarea"), "explorer"), - (UniCase("frustrantes"), "frustrates"), - (UniCase("picthes"), "pitches"), - (UniCase("rebulit"), "rebuilt"), - (UniCase("alowing"), "allowing"), - (UniCase("cubcile"), "cubicle"), - (UniCase("conversin"), "conversions"), - (UniCase("vengenace"), "vengeance"), - (UniCase("mispelled"), "misspelled"), - (UniCase("backgorund"), "background"), - (UniCase("fromation"), "formation"), - (UniCase("teapsoon"), "teaspoon"), - (UniCase("emited"), "emitted"), - (UniCase("braoden"), "broaden"), - (UniCase("penisnula"), "peninsula"), - (UniCase("enthuisast"), "enthusiasts"), - (UniCase("cringewrothy"), "cringeworthy"), - (UniCase("bargainning"), "bargaining"), - (UniCase("coralina"), "carolina"), - (UniCase("unpredictible"), "unpredictable"), - (UniCase("embasssy"), "embassy"), - (UniCase("continient"), "contingent"), - (UniCase("strawbeary"), "strawberry"), - (UniCase("cheerleards"), "cheerleaders"), - (UniCase("pleothra"), "plethora"), - (UniCase("friendzonie"), "friendzoned"), - (UniCase("transation"), "transition"), - (UniCase("plasitcs"), "plastics"), - (UniCase("exclusivily"), "exclusivity"), - (UniCase("interection"), "interaction"), - (UniCase("grieifng"), "griefing"), - (UniCase("concibes"), "concise"), - (UniCase("crocodiller"), "crocodile"), - (UniCase("agricultrual"), "agricultural"), - (UniCase("diarrheoa"), "diarrhea"), - (UniCase("aquisition"), "acquisition"), - (UniCase("automotice"), "automotive"), - (UniCase("sypmathy"), "sympathy"), - (UniCase("creationsim"), "creationism"), - (UniCase("behaivor"), "behavior"), - (UniCase("excitiment"), "excitement"), - (UniCase("overcapping"), "overlapping"), - (UniCase("misogynyst"), "misogynist"), - (UniCase("socieites"), "societies"), - (UniCase("braziliians"), "brazilians"), - (UniCase("stampade"), "stamped"), - (UniCase("strucutral"), "structural"), - (UniCase("ganes"), "games"), - (UniCase("snippent"), "snippet"), - (UniCase("terriroty"), "territory"), - (UniCase("functionlity"), "functionality"), - (UniCase("origonated"), "originated"), - (UniCase("barrles"), "barrels"), - (UniCase("arcylic"), "acrylic"), - (UniCase("cousnelors"), "counselors"), - (UniCase("meditereanean"), "mediterranean"), - (UniCase("intircate"), "intricate"), - (UniCase("nationalistc"), "nationalistic"), - (UniCase("acknoweldges"), "acknowledges"), - (UniCase("desktopbsd"), "desktops"), - (UniCase("orchesta"), "orchestra"), - (UniCase("trackes"), "trackers"), - (UniCase("criticiing"), "criticising"), - (UniCase("philtres"), "filters"), - (UniCase("informerad"), "informed"), - (UniCase("inforgivable"), "unforgivable"), - (UniCase("rigtheousness"), "righteousness"), - (UniCase("spirutuality"), "spirituality"), - (UniCase("closeley"), "closely"), - (UniCase("restricitons"), "restrictions"), - (UniCase("renmant"), "remnant"), - (UniCase("prasied"), "praised"), - (UniCase("prodictions"), "productions"), - (UniCase("torando"), "tornado"), - (UniCase("bicthes"), "bitches"), - (UniCase("expecially"), "especially"), - (UniCase("foriegners"), "foreigners"), - (UniCase("empathised"), "empathized"), - (UniCase("gynaecological"), "gynecological"), - (UniCase("uncesnored"), "uncensored"), - (UniCase("psycholigical"), "psychological"), - (UniCase("ehternet"), "ethernet"), - (UniCase("embarassing"), "embarrassing"), - (UniCase("blueberrries"), "blueberries"), - (UniCase("civilziation"), "civilizations"), - (UniCase("marbels"), "marbles"), - (UniCase("dispraportionately"), "disproportionately"), - (UniCase("denationalisation"), "denationalization"), - (UniCase("reinitalised"), "reinitialised"), - (UniCase("backpacing"), "backpacking"), - (UniCase("extraordinairy"), "extraordinary"), - (UniCase("principly"), "principally"), - (UniCase("represensible"), "reprehensible"), - (UniCase("centrers"), "centres"), - (UniCase("compositied"), "composite"), - (UniCase("underminig"), "undermining"), - (UniCase("provacotive"), "provocative"), - (UniCase("rivlary"), "rivalry"), - (UniCase("longitme"), "longtime"), - (UniCase("virignity"), "virginity"), - (UniCase("audioboook"), "audiobook"), - (UniCase("exagerate"), "exaggerate"), - (UniCase("tepmorarily"), "temporarily"), - (UniCase("shieldd"), "shielded"), - (UniCase("exaggaration"), "exaggeration"), - (UniCase("privilages"), "privileges"), - (UniCase("ostraziced"), "ostracized"), - (UniCase("actualky"), "actualy"), - (UniCase("knowledagble"), "knowledgable"), - (UniCase("trialling"), "trialing"), - (UniCase("incuding"), "including"), - (UniCase("sotryline"), "storyline"), - (UniCase("acyrlic"), "acrylic"), - (UniCase("illustrare"), "illustrate"), - (UniCase("jugglenaut"), "juggernaut"), - (UniCase("intented"), "intended"), - (UniCase("acculumate"), "accumulate"), - (UniCase("viloently"), "violently"), - (UniCase("productino"), "productions"), - (UniCase("regiones"), "regions"), - (UniCase("horisontal"), "horizontal"), - (UniCase("contraversial"), "controversial"), - (UniCase("definataly"), "definately"), - (UniCase("immobilien"), "immobile"), - (UniCase("enterrpise"), "enterprises"), - (UniCase("outnumbed"), "outnumbered"), - (UniCase("approprate"), "appropriate"), - (UniCase("fermentating"), "fermentation"), - (UniCase("targetd"), "targeted"), - (UniCase("equailty"), "equality"), - (UniCase("sanotrum"), "santorum"), - (UniCase("disription"), "disruption"), - (UniCase("autoattk"), "autoattack"), - (UniCase("obession"), "obsession"), - (UniCase("professiomal"), "professionalism"), - (UniCase("aledge"), "allege"), - (UniCase("unsucessfully"), "unsuccessfully"), - (UniCase("eveyr"), "every"), - (UniCase("missen"), "mizzen"), - (UniCase("unkonwn"), "unknown"), - (UniCase("thouroghly"), "thoroughly"), - (UniCase("attachemnts"), "attachments"), - (UniCase("distrobuted"), "distributed"), - (UniCase("transmisssion"), "transmissions"), - (UniCase("intertwyned"), "intertwined"), - (UniCase("adminstrate"), "administrate"), - (UniCase("etiquete"), "etiquette"), - (UniCase("patenterad"), "patented"), - (UniCase("simplictic"), "simplistic"), - (UniCase("volitality"), "volatility"), - (UniCase("foreseeble"), "foreseeable"), - (UniCase("shitfer"), "shifter"), - (UniCase("satifsy"), "satisfy"), - (UniCase("repearedly"), "repealed"), - (UniCase("visercal"), "visceral"), - (UniCase("cativating"), "activating"), - (UniCase("clamour"), "clamor"), - (UniCase("principlaity"), "principality"), - (UniCase("capturd"), "captured"), - (UniCase("impressin"), "impressions"), - (UniCase("responsibe"), "responsive"), - (UniCase("exclamacion"), "exclamation"), - (UniCase("unrestircted"), "unrestricted"), - (UniCase("searchign"), "searching"), - (UniCase("socalism"), "socialism"), - (UniCase("contestents"), "contestants"), - (UniCase("prostitutke"), "prostitutes"), - (UniCase("hallucinaitons"), "hallucination"), - (UniCase("narciscism"), "narcissism"), - (UniCase("disclipines"), "disciplines"), - (UniCase("programmare"), "programmer"), - (UniCase("attackerasu"), "attackers"), - (UniCase("implusive"), "impulsive"), - (UniCase("sturcture"), "structure"), - (UniCase("fanatsic"), "fanatics"), - (UniCase("positionnal"), "positional"), - (UniCase("opponet"), "opponent"), - (UniCase("resonabelt"), "resonate"), - (UniCase("disrecpect"), "disrespect"), - (UniCase("quitely"), "quietly"), - (UniCase("achiveable"), "achievable"), - (UniCase("notificaiton"), "notification"), - (UniCase("webapge"), "webpage"), - (UniCase("brekaout"), "breakout"), - (UniCase("devovle"), "devolve"), - (UniCase("presenst"), "presets"), - (UniCase("reynols"), "reynolds"), - (UniCase("utiltiarian"), "utilitarian"), - (UniCase("assimilare"), "assimilate"), - (UniCase("redemeed"), "redeemed"), - (UniCase("fanfaction"), "fanfiction"), - (UniCase("conseguence"), "consequence"), - (UniCase("realisable"), "realizable"), - (UniCase("southapmton"), "southampton"), - (UniCase("enahnces"), "enhances"), - (UniCase("cannibalising"), "cannibalizing"), - (UniCase("cannonical"), "canonical"), - (UniCase("agriculteur"), "agriculture"), - (UniCase("polisse"), "polishes"), - (UniCase("skeptecism"), "skepticism"), - (UniCase("illumimati"), "illuminati"), - (UniCase("floruish"), "flourish"), - (UniCase("apporaches"), "approaches"), - (UniCase("medicinske"), "medicine"), - (UniCase("dipections"), "depictions"), - (UniCase("thirldy"), "thirdly"), - (UniCase("intrisnic"), "intrinsic"), - (UniCase("permanantely"), "permanently"), - (UniCase("deficiencias"), "deficiencies"), - (UniCase("largley"), "largely"), - (UniCase("analyseles"), "analyses"), - (UniCase("torndao"), "tornado"), - (UniCase("acroynms"), "acronyms"), - (UniCase("contracto"), "contraction"), - (UniCase("transpot"), "transport"), - (UniCase("linguisitcs"), "linguistics"), - (UniCase("internetis"), "internets"), - (UniCase("homosexualty"), "homosexuality"), - (UniCase("indroductory"), "introductory"), - (UniCase("capitalisim"), "capitalism"), - (UniCase("oribtal"), "orbital"), - (UniCase("stimulents"), "stimulants"), - (UniCase("privelleges"), "privileges"), - (UniCase("poeples"), "peoples"), - (UniCase("deisgns"), "designs"), - (UniCase("exectuables"), "executable"), - (UniCase("brusies"), "bruises"), - (UniCase("sould"), "could"), - (UniCase("uninstallling"), "uninstalling"), - (UniCase("repeadedly"), "repeatedly"), - (UniCase("legalises"), "legalizes"), - (UniCase("tailsman"), "talisman"), - (UniCase("restauration"), "restoration"), - (UniCase("stragetically"), "strategically"), - (UniCase("instructie"), "instructed"), - (UniCase("merchandice"), "merchandise"), - (UniCase("srirachia"), "sriracha"), - (UniCase("consciouness"), "consciousness"), - (UniCase("skatebrand"), "skateboard"), - (UniCase("emphesized"), "emphasized"), - (UniCase("nusiance"), "nuisance"), - (UniCase("phychologically"), "psychologically"), - (UniCase("contians"), "contains"), - (UniCase("curcumstance"), "circumstance"), - (UniCase("descendend"), "descended"), - (UniCase("recogniton"), "recognition"), - (UniCase("ecilpse"), "eclipse"), - (UniCase("articifially"), "artificially"), - (UniCase("juvenilles"), "juvenile"), - (UniCase("demonstrativo"), "demonstration"), - (UniCase("briusers"), "bruisers"), - (UniCase("portestants"), "protestants"), - (UniCase("incentivos"), "incentives"), - (UniCase("transfarmers"), "transformers"), - (UniCase("intoxicaton"), "intoxication"), - (UniCase("stregnths"), "strengths"), - (UniCase("balitmore"), "baltimore"), - (UniCase("anectodally"), "anecdotally"), - (UniCase("inappropirate"), "inappropriate"), - (UniCase("presidunce"), "presidency"), - (UniCase("circunference"), "circumference"), - (UniCase("copywrite"), "copyright"), - (UniCase("definitieve"), "definitive"), - (UniCase("personhoood"), "personhood"), - (UniCase("brotherhoood"), "brotherhood"), - (UniCase("micrometre"), "micrometer"), - (UniCase("ethose"), "those"), - (UniCase("indicaste"), "indicates"), - (UniCase("frightend"), "frightened"), - (UniCase("administraters"), "administrators"), - (UniCase("blackbeary"), "blackberry"), - (UniCase("transhpobic"), "transphobic"), - (UniCase("disiplined"), "disciplined"), - (UniCase("dangerouly"), "dangerously"), - (UniCase("undoctrinated"), "indoctrinated"), - (UniCase("natievly"), "natively"), - (UniCase("despide"), "despised"), - (UniCase("periwinke"), "periwinkle"), - (UniCase("manafacturing"), "manufacturing"), - (UniCase("occurrances"), "occurrences"), - (UniCase("progressivelly"), "progressively"), - (UniCase("amphetamies"), "amphetamines"), - (UniCase("obstruccion"), "obstruction"), - (UniCase("mantained"), "maintained"), - (UniCase("vulcanised"), "vulcanized"), - (UniCase("systemc"), "systemic"), - (UniCase("renegae"), "renegade"), - (UniCase("dissappointed"), "disappointed"), - (UniCase("differenciation"), "differentiation"), - (UniCase("sytlish"), "stylish"), - (UniCase("ellignton"), "ellington"), - (UniCase("victumized"), "victimized"), - (UniCase("signifigantly"), "significantly"), - (UniCase("beginninng"), "beginnings"), - (UniCase("montains"), "mountains"), - (UniCase("busines"), "business"), - (UniCase("airbourne"), "airborne"), - (UniCase("knockbak"), "knockback"), - (UniCase("fightings"), "fighting"), - (UniCase("encrytped"), "encrypted"), - (UniCase("befried"), "befriend"), - (UniCase("scandanavia"), "scandinavia"), - (UniCase("responsibilty"), "responsibility"), - (UniCase("mathematisch"), "mathematics"), - (UniCase("predictivo"), "prediction"), - (UniCase("intellectul"), "intellectuals"), - (UniCase("fingertits"), "fingertips"), - (UniCase("frustratin"), "frustration"), - (UniCase("sympethizers"), "sympathizers"), - (UniCase("problematisch"), "problematic"), - (UniCase("instutitions"), "institutions"), - (UniCase("victoriosa"), "victorious"), - (UniCase("illegitime"), "illegitimate"), - (UniCase("torhclight"), "torchlight"), - (UniCase("unsubscriped"), "unsubscribed"), - (UniCase("envelopped"), "envelope"), - (UniCase("comparision"), "comparison"), - (UniCase("chocies"), "choices"), - (UniCase("meltodwn"), "meltdown"), - (UniCase("deyhdration"), "dehydration"), - (UniCase("blueberies"), "blueberries"), - (UniCase("millenial"), "millennial"), - (UniCase("sociopati"), "sociopathic"), - (UniCase("offsited"), "offside"), - (UniCase("cuztomizable"), "customizable"), - (UniCase("successivo"), "succession"), - (UniCase("pragamtic"), "pragmatic"), - (UniCase("spleling"), "spelling"), - (UniCase("analgoue"), "analogue"), - (UniCase("steriel"), "sterile"), - (UniCase("nothingess"), "nothingness"), - (UniCase("circomference"), "circumference"), - (UniCase("sharpining"), "sharpening"), - (UniCase("sproels"), "sproles"), - (UniCase("guerrilas"), "guerrillas"), - (UniCase("defendrs"), "defends"), - (UniCase("activit"), "activist"), - (UniCase("instantanous"), "instantaneous"), - (UniCase("confrontato"), "confrontation"), - (UniCase("demolicion"), "demolition"), - (UniCase("strategisk"), "strategies"), - (UniCase("malfuncion"), "malfunction"), - (UniCase("cannnot"), "cannot"), - (UniCase("cannbial"), "cannibal"), - (UniCase("snippetts"), "snippets"), - (UniCase("originalty"), "originality"), - (UniCase("exploition"), "exploiting"), - (UniCase("reccommending"), "recommending"), - (UniCase("neighbourhod"), "neighbourhood"), - (UniCase("mentallity"), "mentally"), - (UniCase("unimportent"), "unimportant"), - (UniCase("consitutional"), "constitutional"), - (UniCase("fibre"), "fiber"), - (UniCase("tronado"), "tornado"), - (UniCase("trasnforms"), "transforms"), - (UniCase("ubiqituous"), "ubiquitous"), - (UniCase("asthetically"), "aesthetically"), - (UniCase("authorithy"), "authority"), - (UniCase("diversiy"), "diversify"), - (UniCase("epilgoue"), "epilogue"), - (UniCase("subsequant"), "subsequent"), - (UniCase("primaires"), "primaries"), - (UniCase("cheerleadra"), "cheerleader"), - (UniCase("engrames"), "engrams"), - (UniCase("therapetic"), "therapeutic"), - (UniCase("mechanicaly"), "mechanically"), - (UniCase("depictes"), "depicts"), - (UniCase("repubics"), "republics"), - (UniCase("ommitted"), "omitted"), - (UniCase("millienaire"), "millionaire"), - (UniCase("subscryber"), "subscriber"), - (UniCase("intriquing"), "intriguing"), - (UniCase("replecated"), "replicated"), - (UniCase("repersentation"), "representation"), - (UniCase("ploygon"), "polygon"), - (UniCase("illustraion"), "illustration"), - (UniCase("surprize"), "surprise"), - (UniCase("heighted"), "heightened"), - (UniCase("occurence"), "occurrence"), - (UniCase("isalnders"), "islanders"), - (UniCase("temproarily"), "temporarily"), - (UniCase("abdomine"), "abdomen"), - (UniCase("sharpenss"), "sharpness"), - (UniCase("apartmet"), "apartments"), - (UniCase("scarificing"), "sacrificing"), - (UniCase("geograhpical"), "geographical"), - (UniCase("porposes"), "proposes"), - (UniCase("compostiion"), "compositions"), - (UniCase("sypnosis"), "synopsis"), - (UniCase("gaurentees"), "guarantees"), - (UniCase("conversationable"), "conversational"), - (UniCase("symmerty"), "symmetry"), - (UniCase("definate"), "definite"), - (UniCase("abstracto"), "abstraction"), - (UniCase("continuety"), "continuity"), - (UniCase("tyrany"), "tyranny"), - (UniCase("nontheless"), "nonetheless"), - (UniCase("athletisicm"), "athleticism"), - (UniCase("calcualting"), "calculating"), - (UniCase("generalnie"), "generalize"), - (UniCase("apocalyspe"), "apocalypse"), - (UniCase("gratituous"), "gratuitous"), - (UniCase("verfiying"), "verifying"), - (UniCase("rectangel"), "rectangle"), - (UniCase("propulsing"), "propulsion"), - (UniCase("democraticlly"), "democratically"), - (UniCase("requirment"), "requirement"), - (UniCase("inherantly"), "inherently"), - (UniCase("assoication"), "association"), - (UniCase("psychedleic"), "psychedelics"), - (UniCase("differencies"), "differences"), - (UniCase("minimised"), "minimized"), - (UniCase("torunament"), "tournament"), - (UniCase("decribed"), "described"), - (UniCase("margings"), "margins"), - (UniCase("hiptsers"), "hipsters"), - (UniCase("synidcate"), "syndicate"), - (UniCase("reigons"), "regions"), - (UniCase("rininging"), "ringing"), - (UniCase("annihilaton"), "annihilation"), - (UniCase("formidabelt"), "formidable"), - (UniCase("sentimentos"), "sentiments"), - (UniCase("grabage"), "garbage"), - (UniCase("recallection"), "recollection"), - (UniCase("dramatises"), "dramatizes"), - (UniCase("endevors"), "endeavors"), - (UniCase("counselled"), "counseled"), - (UniCase("continunity"), "continuity"), - (UniCase("presumputous"), "presumptuous"), - (UniCase("contributos"), "contributors"), - (UniCase("vaporised"), "vaporized"), - (UniCase("bayoent"), "bayonet"), - (UniCase("recognisance"), "recognizance"), - (UniCase("diferent"), "different"), - (UniCase("constituants"), "constituents"), - (UniCase("antogonistic"), "antagonistic"), - (UniCase("settigns"), "settings"), - (UniCase("berekley"), "berkeley"), - (UniCase("pepperino"), "pepperoni"), - (UniCase("coincidance"), "coincidence"), - (UniCase("electricy"), "electricity"), - (UniCase("treausre"), "treasure"), - (UniCase("derogatary"), "derogatory"), - (UniCase("inveitable"), "inevitable"), - (UniCase("phsyicist"), "physicist"), - (UniCase("provded"), "provided"), - (UniCase("startde"), "startled"), - (UniCase("dimensiones"), "dimensions"), - (UniCase("tenderising"), "tenderizing"), - (UniCase("suburburban"), "suburban"), - (UniCase("wellingston"), "wellington"), - (UniCase("soceities"), "societies"), - (UniCase("inevitablly"), "inevitably"), - (UniCase("lisenced"), "silenced"), - (UniCase("celebrationists"), "celebrations"), - (UniCase("brusselers"), "brussels"), - (UniCase("politicaly"), "politically"), - (UniCase("spawend"), "spawned"), - (UniCase("perposterous"), "preposterous"), - (UniCase("misogenistic"), "misogynistic"), - (UniCase("reminscient"), "reminiscent"), - (UniCase("comfrontational"), "confrontational"), - (UniCase("onyl"), "only"), - (UniCase("slaugthered"), "slaughtered"), - (UniCase("medicaiton"), "medication"), - (UniCase("differentl"), "differential"), - (UniCase("abreviation"), "abbreviation"), - (UniCase("mexcians"), "mexicans"), - (UniCase("predictin"), "prediction"), - (UniCase("pyschologist"), "psychologist"), - (UniCase("mathemagics"), "mathematics"), - (UniCase("irrelavent"), "irrelevant"), - (UniCase("gorgoeus"), "gorgeous"), - (UniCase("procedding"), "proceeding"), - (UniCase("parliamnetary"), "parliamentary"), - (UniCase("peridoically"), "periodically"), - (UniCase("appology"), "apology"), - (UniCase("inexperianced"), "inexperienced"), - (UniCase("deductie"), "deductible"), - (UniCase("dsyfunctional"), "dysfunctional"), - (UniCase("chronicales"), "chronicles"), - (UniCase("sidelinked"), "sideline"), - (UniCase("turnaroud"), "turnaround"), - (UniCase("hysteriska"), "hysteria"), - (UniCase("cooperatve"), "cooperative"), - (UniCase("restauraunt"), "restaurant"), - (UniCase("influensed"), "influences"), - (UniCase("imanent"), "eminent"), - (UniCase("diagnosted"), "diagnose"), - (UniCase("capitola"), "capital"), - (UniCase("regualte"), "regulate"), - (UniCase("intolerate"), "intolerant"), - (UniCase("proficit"), "proficient"), - (UniCase("competative"), "competitive"), - (UniCase("necessaties"), "necessities"), - (UniCase("chocalates"), "chocolates"), - (UniCase("agrumentative"), "argumentative"), - (UniCase("conferance"), "conference"), - (UniCase("surroud"), "surround"), - (UniCase("trialer"), "trailer"), - (UniCase("sergaent"), "sergeant"), - (UniCase("effectivley"), "effectively"), - (UniCase("affirmitve"), "affirmative"), - (UniCase("standbuy"), "standby"), - (UniCase("conditiner"), "conditioner"), - (UniCase("diffirentiate"), "differentiate"), - (UniCase("proceded"), "proceeded"), - (UniCase("porportional"), "proportional"), - (UniCase("ritlain"), "ritalin"), - (UniCase("gamifications"), "ramifications"), - (UniCase("autsitic"), "autistic"), - (UniCase("radioactief"), "radioactive"), - (UniCase("inquirie"), "inquire"), - (UniCase("affilliate"), "affiliate"), - (UniCase("dsyphoria"), "dysphoria"), - (UniCase("somethikng"), "somethin"), - (UniCase("compleatly"), "completely"), - (UniCase("transformarse"), "transformers"), - (UniCase("demolitian"), "demolition"), - (UniCase("woulndt"), "wouldnt"), - (UniCase("succesive"), "successive"), - (UniCase("dysfucntional"), "dysfunctional"), - (UniCase("patirots"), "patriots"), - (UniCase("confedercy"), "confederacy"), - (UniCase("perpitrated"), "perpetrated"), - (UniCase("overheared"), "overhead"), - (UniCase("equivallent"), "equivalent"), - (UniCase("philosophising"), "philosophizing"), - (UniCase("knowldgeable"), "knowledgable"), - (UniCase("accumulatin"), "accumulation"), - (UniCase("outperfroms"), "outperform"), - (UniCase("blanketts"), "blankets"), - (UniCase("develope"), "develop"), - (UniCase("exapnsions"), "expansions"), - (UniCase("indiaan"), "indiana"), - (UniCase("chocoaltes"), "chocolates"), - (UniCase("futhroc"), "futhark"), - (UniCase("incompotent"), "incompetent"), - (UniCase("enlgish"), "english"), - (UniCase("respection"), "respecting"), - (UniCase("restircts"), "restricts"), - (UniCase("wayword"), "wayward"), - (UniCase("impolde"), "implode"), - (UniCase("orientacion"), "orientation"), - (UniCase("desktiop"), "desktop"), - (UniCase("misogenist"), "misogynist"), - (UniCase("regenade"), "renegade"), - (UniCase("archaeolgy"), "archaeology"), - (UniCase("maneouvres"), "manoeuvres"), - (UniCase("malpractce"), "malpractice"), - (UniCase("portary"), "portray"), - (UniCase("falvored"), "flavored"), - (UniCase("gmaertag"), "gamertag"), - (UniCase("overlcock"), "overclock"), - (UniCase("starwberry"), "strawberry"), - (UniCase("stadius"), "stadiums"), - (UniCase("causailty"), "causality"), - (UniCase("lefitsts"), "leftists"), - (UniCase("presnetation"), "presentations"), - (UniCase("subtiel"), "subtitle"), - (UniCase("noninitalized"), "noninitialized"), - (UniCase("congregacion"), "congregation"), - (UniCase("withdrawan"), "withdrawn"), - (UniCase("adultey"), "adultery"), - (UniCase("faciliated"), "facilitated"), - (UniCase("definetally"), "definately"), - (UniCase("thgat"), "that"), - (UniCase("brotherwood"), "brotherhood"), - (UniCase("kicthens"), "kitchens"), - (UniCase("expendeble"), "expendable"), - (UniCase("intermedate"), "intermediate"), - (UniCase("cthuhlu"), "cthulhu"), - (UniCase("personell"), "personnel"), - (UniCase("vitailty"), "vitality"), - (UniCase("crossfiters"), "crossfire"), - (UniCase("propehts"), "prophets"), - (UniCase("alturistic"), "altruistic"), - (UniCase("oxidised"), "oxidized"), - (UniCase("prepetuating"), "perpetuating"), - (UniCase("primarilly"), "primarily"), - (UniCase("infered"), "inferred"), - (UniCase("confidentail"), "confidential"), - (UniCase("pumkpins"), "pumpkins"), - (UniCase("authorative"), "authoritative"), - (UniCase("premissible"), "permissible"), - (UniCase("documentarios"), "documentaries"), - (UniCase("sturggled"), "struggled"), - (UniCase("alpahbet"), "alphabet"), - (UniCase("commandmants"), "commandments"), - (UniCase("unsurprized"), "unsurprised"), - (UniCase("imperfactions"), "imperfections"), - (UniCase("acquiantance"), "acquaintances"), - (UniCase("trafficing"), "trafficking"), - (UniCase("submergered"), "submerged"), - (UniCase("protagonistas"), "protagonists"), - (UniCase("kombinations"), "combinations"), - (UniCase("fundamentalis"), "fundamentals"), - (UniCase("downloadeble"), "downloadable"), - (UniCase("throthling"), "throttling"), - (UniCase("suspicison"), "suspicions"), - (UniCase("boardcasts"), "broadcasts"), - (UniCase("mastereis"), "masteries"), - (UniCase("enchanthing"), "enchanting"), - (UniCase("mericful"), "merciful"), - (UniCase("comparabil"), "comparable"), - (UniCase("detriot"), "detroit"), - (UniCase("prepetually"), "perpetually"), - (UniCase("facisnated"), "fascinated"), - (UniCase("bodywieght"), "bodyweight"), - (UniCase("overheathing"), "overheating"), - (UniCase("needleslly"), "needlessly"), - (UniCase("foreinger"), "foreigner"), - (UniCase("taligating"), "tailgating"), - (UniCase("liekd"), "liked"), - (UniCase("organiclly"), "organically"), - (UniCase("caricaturile"), "caricature"), - (UniCase("unballance"), "unbalance"), - (UniCase("michgian"), "michigan"), - (UniCase("possiby"), "possibly"), - (UniCase("krytponite"), "kryptonite"), - (UniCase("dissppointed"), "dissapointed"), - (UniCase("eventially"), "eventually"), - (UniCase("dissappinted"), "dissapointed"), - (UniCase("absolutley"), "absolutely"), - (UniCase("burgunday"), "burgundy"), - (UniCase("dissapoitned"), "dissapointed"), - (UniCase("actualty"), "actualy"), - (UniCase("renewl"), "renewal"), - (UniCase("toursim"), "tourism"), - (UniCase("credentaisl"), "credentials"), - (UniCase("diarreah"), "diarrhea"), - (UniCase("remakrs"), "remarks"), - (UniCase("fowrards"), "forwards"), - (UniCase("domapine"), "dopamine"), - (UniCase("cartdridge"), "cartridge"), - (UniCase("interviewr"), "interviewer"), - (UniCase("websties"), "websites"), - (UniCase("metaphysisch"), "metaphysics"), - (UniCase("minimilist"), "minimalist"), - (UniCase("repitles"), "reptiles"), - (UniCase("isralei"), "israeli"), - (UniCase("clinicos"), "clinics"), - (UniCase("valnecia"), "valencia"), - (UniCase("temprary"), "temporary"), - (UniCase("miniaturised"), "miniaturized"), - (UniCase("jurisdiccion"), "jurisdiction"), - (UniCase("strecthing"), "stretching"), - (UniCase("predacessor"), "predecessor"), - (UniCase("backfied"), "backfield"), - (UniCase("transilvania"), "transylvania"), - (UniCase("associationthis"), "associations"), - (UniCase("transmorged"), "transformed"), - (UniCase("indefintiely"), "indefinitely"), - (UniCase("interfernce"), "interference"), - (UniCase("superhereos"), "superhero"), - (UniCase("currentlys"), "currents"), - (UniCase("dungeoness"), "dungeons"), - (UniCase("conservice"), "conserve"), - (UniCase("hertiage"), "heritage"), - (UniCase("complexers"), "complexes"), - (UniCase("transister"), "transistor"), - (UniCase("definantley"), "definately"), - (UniCase("extraordinarely"), "extraordinarily"), - (UniCase("defendeers"), "defender"), - (UniCase("futuristisch"), "futuristic"), - (UniCase("clickare"), "clicker"), - (UniCase("audeince"), "audience"), - (UniCase("particiaption"), "participation"), - (UniCase("invincable"), "invincible"), - (UniCase("nigthmares"), "nightmares"), - (UniCase("procrastibation"), "procrastination"), - (UniCase("succesfuly"), "successfully"), - (UniCase("squirlte"), "squirtle"), - (UniCase("starightened"), "straightened"), - (UniCase("festivas"), "festivals"), - (UniCase("exhasuted"), "exhausted"), - (UniCase("simspon"), "simpson"), - (UniCase("passivised"), "passivized"), - (UniCase("syntehtic"), "synthetic"), - (UniCase("imbalanaced"), "imbalanced"), - (UniCase("reproduktion"), "reproduction"), - (UniCase("adventureres"), "adventures"), - (UniCase("encompases"), "encompasses"), - (UniCase("peridinkle"), "periwinkle"), - (UniCase("tranclucent"), "translucent"), - (UniCase("unexplicably"), "inexplicably"), - (UniCase("familiarlize"), "familiarize"), - (UniCase("telaportation"), "teleportation"), - (UniCase("ministery"), "ministry"), - (UniCase("polical"), "political"), - (UniCase("hamburgesa"), "hamburgers"), - (UniCase("defintley"), "definetly"), - (UniCase("planeswlaker"), "planeswalker"), - (UniCase("organisatons"), "organisations"), - (UniCase("extortin"), "extortion"), - (UniCase("aboroginal"), "aboriginal"), - (UniCase("tiem"), "time"), - (UniCase("belittleing"), "belittling"), - (UniCase("compartmentalises"), "compartmentalizes"), - (UniCase("temparate"), "temperate"), - (UniCase("enchantmants"), "enchantments"), - (UniCase("infilitrated"), "infiltrated"), - (UniCase("superstiton"), "superstition"), - (UniCase("uncontrollabe"), "uncontrollable"), - (UniCase("autonation"), "automation"), - (UniCase("commense"), "commenters"), - (UniCase("documentories"), "documentaries"), - (UniCase("mangesium"), "magnesium"), - (UniCase("denominato"), "denomination"), - (UniCase("progresso"), "progression"), - (UniCase("manifistation"), "manifestation"), - (UniCase("queenland"), "queensland"), - (UniCase("immobilier"), "immobile"), - (UniCase("disobediance"), "disobedience"), - (UniCase("remotelly"), "remotely"), - (UniCase("delfection"), "deflection"), - (UniCase("shatterring"), "shattering"), - (UniCase("vriginity"), "virginity"), - (UniCase("currancies"), "currencies"), - (UniCase("editoras"), "editors"), - (UniCase("livestrem"), "livestream"), - (UniCase("despciable"), "despicable"), - (UniCase("definitivno"), "definition"), - (UniCase("architecht"), "architect"), - (UniCase("aerosapce"), "aerospace"), - (UniCase("caryons"), "crayons"), - (UniCase("northren"), "northern"), - (UniCase("enviorments"), "environments"), - (UniCase("acknowledgeing"), "acknowledging"), - (UniCase("unisntall"), "uninstall"), - (UniCase("diverstiy"), "diversity"), - (UniCase("infrigement"), "infringement"), - (UniCase("addresing"), "addressing"), - (UniCase("encyclopeadic"), "encyclopedia"), - (UniCase("whipser"), "whisper"), - (UniCase("coproration"), "corporation"), - (UniCase("discourgae"), "discourages"), - (UniCase("percentige"), "percentile"), - (UniCase("completeds"), "completes"), - (UniCase("ukranie"), "ukraine"), - (UniCase("essentails"), "essentials"), - (UniCase("unrealesed"), "unreleased"), - (UniCase("meterosexual"), "heterosexual"), - (UniCase("apperciated"), "appreciated"), - (UniCase("stretegically"), "strategically"), - (UniCase("advatanges"), "advantages"), - (UniCase("extradiction"), "extradition"), - (UniCase("outsoursed"), "outsourced"), - (UniCase("underwares"), "underwater"), - (UniCase("retribvtion"), "retribution"), - (UniCase("manufacteres"), "manufactures"), - (UniCase("apolagetic"), "apologetic"), - (UniCase("potical"), "optical"), - (UniCase("coordine"), "coordinate"), - (UniCase("excahnges"), "exchanges"), - (UniCase("hestiant"), "hesitant"), - (UniCase("detectarlo"), "detector"), - (UniCase("exercide"), "exercised"), - (UniCase("colonizators"), "colonizers"), - (UniCase("luanches"), "launches"), - (UniCase("ridiculue"), "ridicule"), - (UniCase("protagoinst"), "protagonists"), - (UniCase("prohibitus"), "prohibits"), - (UniCase("torpedeo"), "torpedo"), - (UniCase("aeropsace"), "aerospace"), - (UniCase("coratia"), "croatia"), - (UniCase("healthit"), "healthiest"), - (UniCase("mercenaires"), "mercenaries"), - (UniCase("sohpisticated"), "sophisticated"), - (UniCase("myhtical"), "mythical"), - (UniCase("amendmends"), "amendments"), - (UniCase("exclsuive"), "exclusive"), - (UniCase("unconventinal"), "unconventional"), - (UniCase("fiels"), "fields"), - (UniCase("conditionning"), "conditioning"), - (UniCase("comaptible"), "compatible"), - (UniCase("stitchs"), "stitches"), - (UniCase("intoleranse"), "intolerance"), - (UniCase("argessive"), "agressive"), - (UniCase("wih"), "with"), - (UniCase("almightly"), "almighty"), - (UniCase("originallity"), "originality"), - (UniCase("projectils"), "projectiles"), - (UniCase("informatie"), "informative"), - (UniCase("mastieres"), "masteries"), - (UniCase("termanology"), "terminology"), - (UniCase("judegmental"), "judgemental"), - (UniCase("episdoe"), "episode"), - (UniCase("registerdns"), "registers"), - (UniCase("baiscly"), "basicly"), - (UniCase("parites"), "parties"), - (UniCase("associatie"), "associated"), - (UniCase("volunteeers"), "volunteers"), - (UniCase("fertalizer"), "fertilizer"), - (UniCase("inconvienenced"), "inconvenience"), - (UniCase("powderd"), "powdered"), - (UniCase("amrchair"), "armchair"), - (UniCase("systematisation"), "systematization"), - (UniCase("taiwanee"), "taiwanese"), - (UniCase("atrosities"), "atrocities"), - (UniCase("concerte"), "concrete"), - (UniCase("indentical"), "identical"), - (UniCase("comminicated"), "communicated"), - (UniCase("comapnies"), "companies"), - (UniCase("colomba"), "colombia"), - (UniCase("koreanos"), "koreans"), - (UniCase("preoxide"), "peroxide"), - (UniCase("senzationalist"), "sensationalist"), - (UniCase("invaildate"), "invalidates"), - (UniCase("deifnetly"), "definetly"), - (UniCase("dependente"), "dependence"), - (UniCase("relaible"), "reliable"), - (UniCase("misunderstandng"), "misunderstandings"), - (UniCase("conbinations"), "combinations"), - (UniCase("theif"), "thief"), - (UniCase("preculde"), "preclude"), - (UniCase("frientships"), "friendships"), - (UniCase("unbrearable"), "unbreakable"), - (UniCase("jusridiction"), "jurisdiction"), - (UniCase("misdemeanours"), "misdemeanors"), - (UniCase("peirced"), "pierced"), - (UniCase("realsie"), "realise"), - (UniCase("skimrish"), "skirmish"), - (UniCase("remasterred"), "remastered"), - (UniCase("piolting"), "piloting"), - (UniCase("mobilises"), "mobilizes"), - (UniCase("helemts"), "helmets"), - (UniCase("athleticos"), "athletics"), - (UniCase("flavoures"), "flavours"), - (UniCase("treasurery"), "treasury"), - (UniCase("administren"), "administer"), - (UniCase("dysphroia"), "dysphoria"), - (UniCase("dopmaine"), "dopamine"), - (UniCase("conditinal"), "conditional"), - (UniCase("montaran"), "montana"), - (UniCase("organiste"), "organise"), - (UniCase("decoracion"), "decoration"), - (UniCase("burnign"), "burning"), - (UniCase("protectoin"), "protections"), - (UniCase("presentes"), "presents"), - (UniCase("fandation"), "foundation"), - (UniCase("protectice"), "protective"), - (UniCase("internilized"), "internalized"), - (UniCase("livestreem"), "livestream"), - (UniCase("blankes"), "blankets"), - (UniCase("competator"), "competitor"), - (UniCase("factorised"), "factorized"), - (UniCase("uplaods"), "uploads"), - (UniCase("obsturction"), "obstruction"), - (UniCase("thyorid"), "thyroid"), - (UniCase("vegeterians"), "vegetarians"), - (UniCase("collecte"), "collective"), - (UniCase("commerciales"), "commercials"), - (UniCase("analitycs"), "analytics"), - (UniCase("dispesnary"), "dispensary"), - (UniCase("dimentional"), "dimensional"), - (UniCase("charactere"), "characterize"), - (UniCase("demosntrably"), "demonstrably"), - (UniCase("susncreen"), "sunscreen"), - (UniCase("rennovating"), "renovating"), - (UniCase("momentarly"), "momentarily"), - (UniCase("regulaion"), "regulation"), - (UniCase("skatebaord"), "skateboard"), - (UniCase("disappearred"), "disappeared"), - (UniCase("comperatively"), "comparatively"), - (UniCase("pendatic"), "pedantic"), - (UniCase("documentery"), "documentary"), - (UniCase("atomzier"), "atomizer"), - (UniCase("anaemic"), "anemic"), - (UniCase("socioecenomic"), "socioeconomic"), - (UniCase("metropolians"), "metropolis"), - (UniCase("valkryie"), "valkyrie"), - (UniCase("denegrating"), "denigrating"), - (UniCase("fertily"), "fertility"), - (UniCase("immobilzes"), "immobile"), - (UniCase("mutliplied"), "multiplied"), - (UniCase("marineris"), "mariners"), - (UniCase("administratior"), "administrator"), - (UniCase("chromosoms"), "chromosomes"), - (UniCase("indipendently"), "independently"), - (UniCase("arugments"), "arguments"), - (UniCase("fermantation"), "fermentation"), - (UniCase("offcers"), "officers"), - (UniCase("permanet"), "permanent"), - (UniCase("unnecissarily"), "unnecessarily"), - (UniCase("implausibe"), "implausible"), - (UniCase("circularises"), "circularizes"), - (UniCase("contagioso"), "contagious"), - (UniCase("epitomise"), "epitomize"), - (UniCase("overhual"), "overhaul"), - (UniCase("briuses"), "bruises"), - (UniCase("insturction"), "instruction"), - (UniCase("intersetllar"), "interstellar"), - (UniCase("expliots"), "exploits"), - (UniCase("highshcool"), "highschool"), - (UniCase("krypronite"), "kryptonite"), - (UniCase("serviciable"), "serviceable"), - (UniCase("hunagry"), "hungary"), - (UniCase("aganist"), "against"), - (UniCase("arbritation"), "arbitration"), - (UniCase("hierarcical"), "hierarchical"), - (UniCase("wiull"), "will"), - (UniCase("volatiliy"), "volatility"), - (UniCase("protines"), "proteins"), - (UniCase("israeliens"), "israelis"), - (UniCase("republian"), "republican"), - (UniCase("aricraft"), "aircraft"), - (UniCase("medicineras"), "medicines"), - (UniCase("idesa"), "ideas"), - (UniCase("develepors"), "developers"), - (UniCase("prostitucion"), "prostitution"), - (UniCase("ineffektive"), "ineffective"), - (UniCase("formidabile"), "formidable"), - (UniCase("guerrila"), "guerrilla"), - (UniCase("sentimentals"), "sentiments"), - (UniCase("manufactuer"), "manufacture"), - (UniCase("threatenes"), "threatens"), - (UniCase("rekommendation"), "recommendation"), - (UniCase("exhasution"), "exhaustion"), - (UniCase("humour"), "humor"), - (UniCase("outreagous"), "outrageous"), - (UniCase("descritpion"), "descriptions"), - (UniCase("contibuted"), "contributed"), - (UniCase("rollorcoaster"), "rollercoaster"), - (UniCase("xenbolade"), "xenoblade"), - (UniCase("publsiher"), "publisher"), - (UniCase("translateing"), "translating"), - (UniCase("moderm"), "modem"), - (UniCase("modelling"), "modeling"), - (UniCase("targetting"), "targeting"), - (UniCase("hosited"), "hoisted"), - (UniCase("schoodle"), "schooled"), - (UniCase("mulitnational"), "multinational"), - (UniCase("tentacel"), "tentacle"), - (UniCase("secrelty"), "secretly"), - (UniCase("metephorically"), "metaphorically"), - (UniCase("squarey"), "squarely"), - (UniCase("percevied"), "perceived"), - (UniCase("comtemplating"), "contemplating"), - (UniCase("composet"), "compost"), - (UniCase("democractic"), "democratic"), - (UniCase("relitavely"), "relatively"), - (UniCase("unconstititional"), "unconstitutional"), - (UniCase("underraged"), "underrated"), - (UniCase("sofware"), "software"), - (UniCase("bangaldesh"), "bangladesh"), - (UniCase("cheeseburguer"), "cheeseburger"), - (UniCase("globalising"), "globalizing"), - (UniCase("contentios"), "contentious"), - (UniCase("serialise"), "serialize"), - (UniCase("operativos"), "operations"), - (UniCase("sturctural"), "structural"), - (UniCase("primaris"), "primaries"), - (UniCase("passivise"), "passivize"), - (UniCase("countrywides"), "countryside"), - (UniCase("sumbarine"), "submarine"), - (UniCase("scientificaly"), "scientifically"), - (UniCase("summarise"), "summarize"), - (UniCase("anniverary"), "anniversary"), - (UniCase("prostitue"), "prostitute"), - (UniCase("ammend"), "amend"), - (UniCase("extremistas"), "extremists"), - (UniCase("rectengular"), "rectangular"), - (UniCase("functionnal"), "functional"), - (UniCase("civizilation"), "civilizations"), - (UniCase("hybridise"), "hybridize"), - (UniCase("docuhey"), "douchey"), - (UniCase("andriods"), "androids"), - (UniCase("misognyistic"), "misogynistic"), - (UniCase("themsef"), "themself"), - (UniCase("juvenille"), "juvenile"), - (UniCase("initalizer"), "initializer"), - (UniCase("independece"), "independence"), - (UniCase("traingles"), "triangles"), - (UniCase("emphetamines"), "amphetamines"), - (UniCase("zepplein"), "zeppelin"), - (UniCase("overreacing"), "overreacting"), - (UniCase("repulisve"), "repulsive"), - (UniCase("revolations"), "revolutions"), - (UniCase("admissability"), "admissibility"), - (UniCase("domimation"), "domination"), - (UniCase("factores"), "factors"), - (UniCase("solemnise"), "solemnize"), - (UniCase("volatge"), "voltage"), - (UniCase("theripists"), "therapists"), - (UniCase("thermodynaics"), "thermodynamics"), - (UniCase("spawnign"), "spawning"), - (UniCase("succedded"), "succeeded"), - (UniCase("convenince"), "convenience"), - (UniCase("soundtrakcs"), "soundtracks"), - (UniCase("calliper"), "caliper"), - (UniCase("ridiculosly"), "ridiculously"), - (UniCase("prescriptionists"), "prescriptions"), - (UniCase("togehter"), "together"), - (UniCase("bargian"), "bargain"), - (UniCase("phramaceutical"), "pharmaceutical"), - (UniCase("magentic"), "magnetic"), - (UniCase("mininterpreting"), "misinterpreting"), - (UniCase("inexblicably"), "inexplicably"), - (UniCase("absurditiy"), "absurdity"), - (UniCase("henious"), "heinous"), - (UniCase("misunderstandimg"), "misunderstandings"), - (UniCase("appretiation"), "appreciation"), - (UniCase("loiusville"), "louisville"), - (UniCase("evangers"), "avengers"), - (UniCase("replacemtn"), "replacements"), - (UniCase("christains"), "christians"), - (UniCase("familiary"), "familiarity"), - (UniCase("granolla"), "granola"), - (UniCase("paremsan"), "parmesan"), - (UniCase("opponant"), "opponent"), - (UniCase("availiable"), "available"), - (UniCase("idealogy"), "ideology"), - (UniCase("harrassed"), "harassed"), - (UniCase("ilterate"), "literate"), - (UniCase("glipmse"), "glimpse"), - (UniCase("wallpapr"), "wallpapers"), - (UniCase("flaskbacks"), "flashbacks"), - (UniCase("mysef"), "myself"), - (UniCase("gorvement"), "goverment"), - (UniCase("hamburgare"), "hamburger"), - (UniCase("tottneham"), "tottenham"), - (UniCase("intered"), "interred"), - (UniCase("specifiing"), "specifying"), - (UniCase("jugdemental"), "judgemental"), - (UniCase("butterfies"), "butterflies"), - (UniCase("entertaing"), "entertaining"), - (UniCase("pshyciatric"), "psychiatric"), - (UniCase("manisfestations"), "manifestations"), - (UniCase("potrayed"), "portrayed"), - (UniCase("recieved"), "received"), - (UniCase("formidabble"), "formidable"), - (UniCase("hypnoss"), "hypnosis"), - (UniCase("impluse"), "impulse"), - (UniCase("reliabley"), "reliably"), - (UniCase("owudl"), "would"), - (UniCase("internationnally"), "internationally"), - (UniCase("marinens"), "marines"), - (UniCase("overwhelemd"), "overwhelmed"), - (UniCase("frequencey"), "frequency"), - (UniCase("scenarions"), "scenarios"), - (UniCase("presidenital"), "presidential"), - (UniCase("comparitave"), "comparative"), - (UniCase("unbalanaced"), "unbalanced"), - (UniCase("thigsn"), "things"), - (UniCase("blockchian"), "blockchain"), - (UniCase("interessted"), "interested"), - (UniCase("unfortunetly"), "unfortunately"), - (UniCase("antennna"), "antenna"), - (UniCase("deliverys"), "delivers"), - (UniCase("conspiricy"), "conspiracy"), - (UniCase("prefection"), "perfection"), - (UniCase("capitolize"), "capitalize"), - (UniCase("prostitutin"), "prostitution"), - (UniCase("adminsitrator"), "administrator"), - (UniCase("neigbhours"), "neighbours"), - (UniCase("transfered"), "transferred"), - (UniCase("interragation"), "interrogation"), - (UniCase("capatilized"), "capitalized"), - (UniCase("journalizm"), "journalism"), - (UniCase("gloriuos"), "glorious"), - (UniCase("permanenty"), "permanently"), - (UniCase("accension"), "accession"), - (UniCase("wendesday"), "wednesday"), - (UniCase("graduatin"), "graduation"), - (UniCase("dyanmics"), "dynamics"), - (UniCase("satirises"), "satirizes"), - (UniCase("architechural"), "architectural"), - (UniCase("souveniers"), "souvenirs"), - (UniCase("mirrorred"), "mirrored"), - (UniCase("robberts"), "robbers"), - (UniCase("islamits"), "islamist"), - (UniCase("anixety"), "anxiety"), - (UniCase("comfortablity"), "comfortably"), - (UniCase("countrycide"), "countryside"), - (UniCase("dupilcates"), "duplicates"), - (UniCase("appreceating"), "appreciating"), - (UniCase("virgines"), "virgins"), - (UniCase("toothrbush"), "toothbrush"), - (UniCase("diskrimination"), "discrimination"), - (UniCase("sacksonville"), "jacksonville"), - (UniCase("faught"), "fought"), - (UniCase("exectuives"), "executives"), - (UniCase("socialise"), "socialize"), - (UniCase("patinetly"), "patiently"), - (UniCase("hospitalises"), "hospitalizes"), - (UniCase("insperational"), "inspirational"), - (UniCase("dispath"), "dispatch"), - (UniCase("shouldt"), "shouldnt"), - (UniCase("satellitte"), "satellites"), - (UniCase("coordinater"), "coordinator"), - (UniCase("imrpovised"), "improvised"), - (UniCase("accelorating"), "accelerating"), - (UniCase("surveyer"), "surveyor"), - (UniCase("univeristy"), "university"), - (UniCase("arthrits"), "arthritis"), - (UniCase("portriats"), "portraits"), - (UniCase("collaberative"), "collaborative"), - (UniCase("masoginistic"), "misogynistic"), - (UniCase("macthups"), "matchups"), - (UniCase("dissaponited"), "dissapointed"), - (UniCase("milawukee"), "milwaukee"), - (UniCase("transporing"), "transporting"), - (UniCase("proclamied"), "proclaimed"), - (UniCase("downlaods"), "downloads"), - (UniCase("definitivley"), "definitively"), - (UniCase("absail"), "abseil"), - (UniCase("inappropiate"), "inappropriate"), - (UniCase("erested"), "arrested"), - (UniCase("draculla"), "dracula"), - (UniCase("supress"), "suppress"), - (UniCase("brutalising"), "brutalizing"), - (UniCase("regenaration"), "regeneration"), - (UniCase("junglign"), "jungling"), - (UniCase("anomisity"), "animosity"), - (UniCase("fronkenstein"), "frankenstein"), - (UniCase("aneroxia"), "anorexia"), - (UniCase("falvors"), "flavors"), - (UniCase("cylindres"), "cylinders"), - (UniCase("disgustose"), "disgusts"), - (UniCase("transmittted"), "transmitted"), - (UniCase("destkop"), "desktop"), - (UniCase("deducitble"), "deductible"), - (UniCase("donesticated"), "domesticated"), - (UniCase("sympothetic"), "sympathetic"), - (UniCase("introducting"), "introduction"), - (UniCase("suefull"), "usefull"), - (UniCase("cheeseborger"), "cheeseburger"), - (UniCase("psychologial"), "psychological"), - (UniCase("infestaion"), "infestation"), - (UniCase("unbeakable"), "unbeatable"), - (UniCase("consectuive"), "consecutive"), - (UniCase("recipientes"), "recipients"), - (UniCase("bariner"), "brainer"), - (UniCase("positivisty"), "positivity"), - (UniCase("annilihation"), "annihilation"), - (UniCase("perpatuates"), "perpetuates"), - (UniCase("delerious"), "delirious"), - (UniCase("deutschand"), "deutschland"), - (UniCase("relativiser"), "relatives"), - (UniCase("reconstruccion"), "reconstruction"), - (UniCase("scrunity"), "scrutiny"), - (UniCase("heteresexual"), "heterosexual"), - (UniCase("manfiesto"), "manifesto"), - (UniCase("nonsesne"), "nonsense"), - (UniCase("perminantly"), "permanently"), - (UniCase("temperaturas"), "temperatures"), - (UniCase("throtlling"), "throttling"), - (UniCase("forenics"), "forensic"), - (UniCase("confedarcy"), "confederacy"), - (UniCase("contamporary"), "contemporary"), - (UniCase("equivalenet"), "equivalents"), - (UniCase("ommitting"), "omitting"), - (UniCase("activacion"), "activation"), - (UniCase("distiungished"), "distinguished"), - (UniCase("clamouring"), "clamoring"), - (UniCase("defendis"), "defends"), - (UniCase("penguis"), "penguins"), - (UniCase("collaboratore"), "collaborate"), - (UniCase("westernising"), "westernizing"), - (UniCase("denomenator"), "denominator"), - (UniCase("caclulation"), "calculation"), - (UniCase("onatrio"), "ontario"), - (UniCase("mediocry"), "mediocrity"), - (UniCase("stimualted"), "stimulated"), - (UniCase("exclusvies"), "exclusives"), - (UniCase("coloniser"), "colonizer"), - (UniCase("exection"), "execution"), - (UniCase("acknowleded"), "acknowledged"), - (UniCase("overarcing"), "overarching"), - (UniCase("politessen"), "politeness"), - (UniCase("referrence"), "reference"), - (UniCase("persits"), "persist"), - (UniCase("harbours"), "harbors"), - (UniCase("fucntioning"), "functioning"), - (UniCase("resintalling"), "reinstalling"), - (UniCase("purcahses"), "purchases"), - (UniCase("bounses"), "bonuses"), - (UniCase("deputised"), "deputized"), - (UniCase("shrpanel"), "shrapnel"), - (UniCase("chirstian"), "christian"), - (UniCase("entitlied"), "entitled"), - (UniCase("toriodal"), "toroidal"), - (UniCase("unimpressd"), "unimpressed"), - (UniCase("deciptions"), "depictions"), - (UniCase("graniet"), "granite"), - (UniCase("irritatie"), "irritate"), - (UniCase("contributivo"), "contribution"), - (UniCase("relativety"), "relativity"), - (UniCase("overwhemed"), "overwhelmed"), - (UniCase("expalining"), "explaining"), - (UniCase("convorsation"), "conversation"), - (UniCase("dogmatisch"), "dogmatic"), - (UniCase("demonished"), "demolished"), - (UniCase("secruity"), "security"), - (UniCase("sqiurtle"), "squirtle"), - (UniCase("flashligth"), "flashlight"), - (UniCase("develoeprs"), "developers"), - (UniCase("finanically"), "financially"), - (UniCase("agricolture"), "agriculture"), - (UniCase("immatureity"), "immaturity"), - (UniCase("acovados"), "avocados"), - (UniCase("conicide"), "coincide"), - (UniCase("outragiously"), "outrageously"), - (UniCase("asssassans"), "assassins"), - (UniCase("merchans"), "merchants"), - (UniCase("nurtients"), "nutrients"), - (UniCase("syntethic"), "synthetic"), - (UniCase("definitaley"), "definately"), - (UniCase("alrighy"), "alrighty"), - (UniCase("entreprenours"), "entrepreneurs"), - (UniCase("counrtyside"), "countryside"), - (UniCase("concellation"), "cancellation"), - (UniCase("portugese"), "portuguese"), - (UniCase("exapansion"), "expansion"), - (UniCase("exersize"), "exercise"), - (UniCase("catholisism"), "catholicism"), - (UniCase("waterproff"), "waterproof"), - (UniCase("purpetrators"), "perpetrators"), - (UniCase("enginerring"), "engineering"), - (UniCase("reconcilled"), "reconcile"), - (UniCase("worstened"), "worsened"), - (UniCase("highpander"), "highlander"), - (UniCase("competitie"), "competitive"), - (UniCase("respectifs"), "respects"), - (UniCase("verastility"), "versatility"), - (UniCase("initals"), "initials"), - (UniCase("priotitize"), "prioritize"), - (UniCase("approproximate"), "approximate"), - (UniCase("dysfonction"), "dysfunction"), - (UniCase("profitiablity"), "profitability"), - (UniCase("behavoirs"), "behaviors"), - (UniCase("disagreemtn"), "disagreements"), - (UniCase("humanises"), "humanizes"), - (UniCase("heorine"), "heroine"), - (UniCase("arbitray"), "arbitrary"), - (UniCase("constatnly"), "constantly"), - (UniCase("continueing"), "continuing"), - (UniCase("justfiy"), "justify"), - (UniCase("entreprenour"), "entrepreneur"), - (UniCase("vieweres"), "viewers"), - (UniCase("prejeduced"), "prejudiced"), - (UniCase("proseletyzing"), "proselytizing"), - (UniCase("fertilizar"), "fertilizer"), - (UniCase("investigaton"), "investigation"), - (UniCase("entretained"), "entertained"), - (UniCase("indepentents"), "independents"), - (UniCase("epitomising"), "epitomizing"), - (UniCase("reamining"), "remaining"), - (UniCase("airplance"), "airplane"), - (UniCase("behavios"), "behaviours"), - (UniCase("specatcular"), "spectacular"), - (UniCase("fundimentals"), "fundamentals"), - (UniCase("transcriptus"), "transcripts"), - (UniCase("interlectual"), "intellectual"), - (UniCase("reptuable"), "reputable"), - (UniCase("relativno"), "relation"), - (UniCase("rococco"), "rococo"), - (UniCase("aristotel"), "aristotle"), - (UniCase("chernobly"), "chernobyl"), - (UniCase("moleculs"), "molecules"), - (UniCase("charitible"), "charitable"), - (UniCase("revolvr"), "revolver"), - (UniCase("scientiests"), "scientists"), - (UniCase("chiense"), "chinese"), - (UniCase("disbale"), "disable"), - (UniCase("stuctured"), "structured"), - (UniCase("exonorate"), "exonerate"), - (UniCase("reserached"), "researched"), - (UniCase("subsconciously"), "subconsciously"), - (UniCase("humanitis"), "humanities"), - (UniCase("tortillera"), "tortilla"), - (UniCase("cetlics"), "celtics"), - (UniCase("afterthougt"), "afterthought"), - (UniCase("phillipses"), "phillies"), - (UniCase("missionare"), "missionaries"), - (UniCase("mandrain"), "mandarin"), - (UniCase("subarmines"), "submarines"), - (UniCase("throners"), "thrones"), - (UniCase("fluctaute"), "fluctuate"), - (UniCase("compenduim"), "compendium"), - (UniCase("overpovered"), "overpowered"), - (UniCase("unilateraly"), "unilaterally"), - (UniCase("appreicates"), "appreciates"), - (UniCase("commissionar"), "commissioner"), - (UniCase("westrbook"), "westbrook"), - (UniCase("balckberry"), "blackberry"), - (UniCase("baptising"), "baptizing"), - (UniCase("boradly"), "broadly"), - (UniCase("netboook"), "netbook"), - (UniCase("consiquently"), "consequently"), - (UniCase("metropolitian"), "metropolitan"), - (UniCase("egalitara"), "egalitarian"), - (UniCase("maching"), "machine"), - (UniCase("aborigenal"), "aboriginal"), - (UniCase("guarantes"), "guarantees"), - (UniCase("reaccurring"), "recurring"), - (UniCase("acquaintaince"), "acquaintance"), - (UniCase("procrestinating"), "procrastinating"), - (UniCase("unattracive"), "unattractive"), - (UniCase("irrespecitve"), "irrespective"), - (UniCase("colloborate"), "collaborate"), - (UniCase("sensitises"), "sensitizes"), - (UniCase("frientship"), "friendship"), - (UniCase("imcomplete"), "incomplete"), - (UniCase("brakedowns"), "breakdowns"), - (UniCase("projectyle"), "projectile"), - (UniCase("mechancial"), "mechanical"), - (UniCase("rudimentry"), "rudimentary"), - (UniCase("midfeild"), "midfield"), - (UniCase("substracted"), "subtracted"), - (UniCase("helictopers"), "helicopters"), - (UniCase("eygptian"), "egyptian"), - (UniCase("demonstratbly"), "demonstrably"), - (UniCase("identifyed"), "identified"), - (UniCase("customizeble"), "customizable"), - (UniCase("awkwardess"), "awkwardness"), - (UniCase("internetest"), "internets"), - (UniCase("installemnt"), "installment"), - (UniCase("fascisim"), "fascism"), - (UniCase("copenhegan"), "copenhagen"), - (UniCase("behaviorly"), "behavioral"), - (UniCase("optimistisch"), "optimistic"), - (UniCase("phenonemal"), "phenomenal"), - (UniCase("persuasing"), "persuasion"), - (UniCase("averadge"), "averaged"), - (UniCase("disucssions"), "discussions"), - (UniCase("familiarty"), "familiarity"), - (UniCase("supermacist"), "supremacist"), - (UniCase("pharoah"), "pharaoh"), - (UniCase("genialia"), "genitalia"), - (UniCase("progressivily"), "progressively"), - (UniCase("unicrons"), "unicorns"), - (UniCase("adventuros"), "adventurous"), - (UniCase("aruging"), "arguing"), - (UniCase("sympaty"), "sympathy"), - (UniCase("feminise"), "feminize"), - (UniCase("provinciae"), "province"), - (UniCase("exlcusively"), "exclusively"), - (UniCase("minipulative"), "manipulative"), - (UniCase("stigmatises"), "stigmatizes"), - (UniCase("vecotrs"), "vectors"), - (UniCase("scostman"), "scotsman"), - (UniCase("minneaplis"), "minneapolis"), - (UniCase("storyteling"), "storytelling"), - (UniCase("prohabition"), "prohibition"), - (UniCase("sentimentul"), "sentimental"), - (UniCase("cliffhander"), "cliffhanger"), - (UniCase("prosicuted"), "prosecuted"), - (UniCase("unattendend"), "unattended"), - (UniCase("contamporaries"), "contemporaries"), - (UniCase("photoshopd"), "photoshopped"), - (UniCase("demonstratie"), "demonstrate"), - (UniCase("dictionarys"), "dictionaries"), - (UniCase("neglacting"), "neglecting"), - (UniCase("wolrdwide"), "worldwide"), - (UniCase("accelarator"), "accelerator"), - (UniCase("compositore"), "composite"), - (UniCase("ocassions"), "occasions"), - (UniCase("americats"), "americas"), - (UniCase("concentrare"), "concentrate"), - (UniCase("radioaktive"), "radioactive"), - (UniCase("zionsim"), "zionism"), - (UniCase("mechanicly"), "mechanical"), - (UniCase("beginnins"), "beginnings"), - (UniCase("philosoper"), "philosopher"), - (UniCase("explaing"), "explaining"), - (UniCase("supplimental"), "supplemental"), - (UniCase("dolhpin"), "dolphin"), - (UniCase("delcares"), "declares"), - (UniCase("presuasive"), "persuasive"), - (UniCase("politicains"), "politicians"), - (UniCase("narcassist"), "narcissist"), - (UniCase("redesiging"), "redesign"), - (UniCase("perpetuare"), "perpetuate"), - (UniCase("sovereingty"), "sovereignty"), - (UniCase("calrification"), "clarification"), - (UniCase("europen"), "european"), - (UniCase("crossfiter"), "crossfire"), - (UniCase("spartas"), "spartans"), - (UniCase("proplusion"), "propulsion"), - (UniCase("intrensically"), "intrinsically"), - (UniCase("nashvillle"), "nashville"), - (UniCase("occaisonally"), "occasionally"), - (UniCase("reponse"), "response"), - (UniCase("vernicular"), "vernacular"), - (UniCase("overdrev"), "overdrive"), - (UniCase("dispicable"), "despicable"), - (UniCase("nationalisic"), "nationalistic"), - (UniCase("implantes"), "implants"), - (UniCase("penisular"), "peninsular"), - (UniCase("misgoynist"), "misogynist"), - (UniCase("acquaintence"), "acquaintance"), - (UniCase("striclty"), "strictly"), - (UniCase("detalied"), "detailed"), - (UniCase("pyrmaid"), "pyramid"), - (UniCase("conditionar"), "conditioner"), - (UniCase("capitalits"), "capitalists"), - (UniCase("survavibility"), "survivability"), - (UniCase("performans"), "performances"), - (UniCase("shamelesly"), "shamelessly"), - (UniCase("humours"), "humors"), - (UniCase("proceedure"), "procedure"), - (UniCase("scrathces"), "scratches"), - (UniCase("streamade"), "streamed"), - (UniCase("uncomfortabel"), "uncomfortably"), - (UniCase("catholisim"), "catholicism"), - (UniCase("islamistas"), "islamists"), - (UniCase("electroal"), "electoral"), - (UniCase("reprehinsible"), "reprehensible"), - (UniCase("winnigns"), "winnings"), - (UniCase("knowledgabel"), "knowledgable"), - (UniCase("musuems"), "museums"), - (UniCase("sovereing"), "sovereign"), - (UniCase("humantiy"), "humanity"), - (UniCase("strengthes"), "strengths"), - (UniCase("imperiarist"), "imperialist"), - (UniCase("celebratings"), "celebrations"), - (UniCase("cheeseberger"), "cheeseburger"), - (UniCase("agircultural"), "agricultural"), - (UniCase("lasagnea"), "lasagna"), - (UniCase("vampries"), "vampires"), - (UniCase("condidtion"), "condition"), - (UniCase("renyolds"), "reynolds"), - (UniCase("statistisch"), "statistics"), - (UniCase("akransas"), "arkansas"), - (UniCase("menally"), "mentally"), - (UniCase("cafeteira"), "cafeteria"), - (UniCase("suppresson"), "suppression"), - (UniCase("vitimans"), "vitamins"), - (UniCase("capsuels"), "capsules"), - (UniCase("positon"), "position"), - (UniCase("curcumference"), "circumference"), - (UniCase("surfce"), "surface"), - (UniCase("palstics"), "plastics"), - (UniCase("diffuculties"), "difficulties"), - (UniCase("preferis"), "prefers"), - (UniCase("schizophernic"), "schizophrenic"), - (UniCase("advesary"), "adversary"), - (UniCase("dishonoured"), "dishonored"), - (UniCase("negoitated"), "negotiated"), - (UniCase("recieves"), "receives"), - (UniCase("siezing"), "seizing"), - (UniCase("delusionnal"), "delusional"), - (UniCase("intraverts"), "introverts"), - (UniCase("objectivly"), "objectively"), - (UniCase("developmently"), "developmental"), - (UniCase("specialising"), "specializing"), - (UniCase("agrocultural"), "agricultural"), - (UniCase("malfucntion"), "malfunction"), - (UniCase("disastruous"), "disastrous"), - (UniCase("metabolics"), "metabolism"), - (UniCase("disbelif"), "disbelief"), - (UniCase("germanisch"), "germanic"), - (UniCase("headshoot"), "headshot"), - (UniCase("unicornios"), "unicorns"), - (UniCase("prodecure"), "procedure"), - (UniCase("bulidings"), "buildings"), - (UniCase("paficist"), "pacifist"), - (UniCase("misunterstanding"), "misunderstandings"), - (UniCase("responsing"), "responding"), - (UniCase("broderlands"), "borderlands"), - (UniCase("underastimating"), "underestimating"), - (UniCase("outrageos"), "outrageous"), - (UniCase("westernes"), "westerners"), - (UniCase("parctise"), "practise"), - (UniCase("approacing"), "approaching"), - (UniCase("buisnessmen"), "businessmen"), - (UniCase("counceling"), "counseling"), - (UniCase("portabillity"), "portability"), - (UniCase("triangel"), "triangle"), - (UniCase("survallience"), "surveillance"), - (UniCase("obtainabie"), "obtainable"), - (UniCase("mositurizing"), "moisturizing"), - (UniCase("dynamis"), "dynamics"), - (UniCase("currenly"), "currently"), - (UniCase("technitian"), "technician"), - (UniCase("peom"), "poem"), - (UniCase("snorkelled"), "snorkeled"), - (UniCase("ideologiske"), "ideologies"), - (UniCase("accusating"), "accusation"), - (UniCase("computanti"), "computation"), - (UniCase("minisclue"), "miniscule"), - (UniCase("experssions"), "expressions"), - (UniCase("ioniser"), "ionizer"), - (UniCase("randomrs"), "randoms"), - (UniCase("apologises"), "apologizes"), - (UniCase("crystas"), "crystals"), - (UniCase("counsole"), "counsel"), - (UniCase("sytem"), "system"), - (UniCase("aribter"), "arbiter"), - (UniCase("consficated"), "confiscated"), - (UniCase("attemped"), "attempted"), - (UniCase("recomends"), "recommends"), - (UniCase("pertubation"), "perturbation"), - (UniCase("informable"), "informal"), - (UniCase("implementos"), "implements"), - (UniCase("masterise"), "masteries"), - (UniCase("revelaed"), "revealed"), - (UniCase("allaince"), "alliance"), - (UniCase("interstallar"), "interstellar"), - (UniCase("populatin"), "populations"), - (UniCase("preferentail"), "preferential"), - (UniCase("consolodated"), "consolidated"), - (UniCase("circunstantial"), "circumstantial"), - (UniCase("misygonist"), "misogynist"), - (UniCase("degrassie"), "degrasse"), - (UniCase("subsizided"), "subsidized"), - (UniCase("inutitively"), "intuitively"), - (UniCase("rehabilitaiton"), "rehabilitation"), - (UniCase("survelliance"), "surveillance"), - (UniCase("sylablle"), "syllable"), - (UniCase("manufactering"), "manufacturing"), - (UniCase("narcoticos"), "narcotics"), - (UniCase("suprized"), "surprised"), - (UniCase("capitalizating"), "capitalization"), - (UniCase("kolonization"), "colonization"), - (UniCase("enthically"), "ethnically"), - (UniCase("teamspeack"), "teamspeak"), - (UniCase("cancells"), "cancels"), - (UniCase("delibaretely"), "deliberately"), - (UniCase("jurisdiktion"), "jurisdiction"), - (UniCase("dominent"), "dominant"), - (UniCase("sovereighnty"), "sovereignty"), - (UniCase("labratory"), "laboratory"), - (UniCase("hemmorhage"), "hemorrhage"), - (UniCase("desgination"), "designation"), - (UniCase("philosopers"), "philosophers"), - (UniCase("breadtfeeding"), "breastfeeding"), - (UniCase("psycholoog"), "psychology"), - (UniCase("respectes"), "respects"), - (UniCase("hairstlye"), "hairstyle"), - (UniCase("perpetuae"), "perpetuate"), - (UniCase("observible"), "observable"), - (UniCase("cuddels"), "cuddles"), - (UniCase("torpdeo"), "torpedo"), - (UniCase("particulaly"), "particularly"), - (UniCase("egostitical"), "egotistical"), - (UniCase("protectores"), "protectors"), - (UniCase("accending"), "ascending"), - (UniCase("inpenetrable"), "impenetrable"), - (UniCase("scholorship"), "scholarship"), - (UniCase("inadvertantely"), "inadvertently"), - (UniCase("contaminacion"), "contamination"), - (UniCase("receptie"), "receptive"), - (UniCase("indestructble"), "indestructible"), - (UniCase("evangelises"), "evangelizes"), - (UniCase("acheiving"), "achieving"), - (UniCase("captialized"), "capitalized"), - (UniCase("hosptials"), "hospitals"), - (UniCase("clevery"), "cleverly"), - (UniCase("calaber"), "caliber"), - (UniCase("cthulluh"), "cthulhu"), - (UniCase("homoeopath"), "homeopath"), - (UniCase("pervalence"), "prevalence"), - (UniCase("strwaberry"), "strawberry"), - (UniCase("competitevely"), "competitively"), - (UniCase("arbritarily"), "arbitrarily"), - (UniCase("prophacies"), "prophecies"), - (UniCase("tranistions"), "transitions"), - (UniCase("incarserated"), "incarcerated"), - (UniCase("interpersonel"), "interpersonal"), - (UniCase("proletaryat"), "proletariat"), - (UniCase("intimadated"), "intimidated"), - (UniCase("initails"), "initials"), - (UniCase("maybelleine"), "maybelline"), - (UniCase("refridgerator"), "refrigerator"), - (UniCase("altriustic"), "altruistic"), - (UniCase("patrones"), "patrons"), - (UniCase("circumstanial"), "circumstantial"), - (UniCase("pasuing"), "pausing"), - (UniCase("registerred"), "registered"), - (UniCase("fraternised"), "fraternized"), - (UniCase("curising"), "cruising"), - (UniCase("inpection"), "inception"), - (UniCase("cavarly"), "cavalry"), - (UniCase("anohter"), "another"), - (UniCase("reviewd"), "reviewed"), - (UniCase("tounrey"), "tourney"), - (UniCase("emphatised"), "emphasized"), - (UniCase("cartmaan"), "cartman"), - (UniCase("centres"), "centers"), - (UniCase("unconcious"), "unconscious"), - (UniCase("appetitie"), "appetite"), - (UniCase("exagerating"), "exaggerating"), - (UniCase("deprovation"), "deprivation"), - (UniCase("collobarate"), "collaborate"), - (UniCase("sieze"), "seize"), - (UniCase("imperilling"), "imperiling"), - (UniCase("remeber"), "remember"), - (UniCase("subjectifs"), "subjects"), - (UniCase("respone"), "response"), - (UniCase("institutie"), "institute"), - (UniCase("misrepresention"), "misrepresenting"), - (UniCase("iburpofen"), "ibuprofen"), - (UniCase("sunconscious"), "subconscious"), - (UniCase("emapthy"), "empathy"), - (UniCase("organiszed"), "organise"), - (UniCase("definatey"), "definately"), - (UniCase("vulnerabilites"), "vulnerabilities"), - (UniCase("pitchforkes"), "pitchforks"), - (UniCase("cousings"), "cousins"), - (UniCase("tobbaco"), "tobacco"), - (UniCase("beglium"), "belgium"), - (UniCase("bodybuildng"), "bodybuilding"), - (UniCase("disappearring"), "disappearing"), - (UniCase("mastrubate"), "masturbate"), - (UniCase("recognzied"), "recognised"), - (UniCase("complilation"), "complication"), - (UniCase("melanotin"), "melatonin"), - (UniCase("predominently"), "predominantly"), - (UniCase("unorignial"), "unoriginal"), - (UniCase("paramecias"), "paramedics"), - (UniCase("prestigioso"), "prestigious"), - (UniCase("transfom"), "transform"), - (UniCase("quartercask"), "quarterbacks"), - (UniCase("heavnely"), "heavenly"), - (UniCase("facilitant"), "facilitate"), - (UniCase("bandwdith"), "bandwidth"), - (UniCase("supporteur"), "supporter"), - (UniCase("expectency"), "expectancy"), - (UniCase("abandonned"), "abandoned"), - (UniCase("recomments"), "recommends"), - (UniCase("mulitplying"), "multiplying"), - (UniCase("expressy"), "expressly"), - (UniCase("palistinian"), "palestinian"), - (UniCase("moderatore"), "moderate"), - (UniCase("ideologiers"), "ideologies"), - (UniCase("baptims"), "baptism"), - (UniCase("resolutino"), "resolutions"), - (UniCase("retribucion"), "retribution"), - (UniCase("governmet"), "governments"), - (UniCase("sponatenous"), "spontaneous"), - (UniCase("recreatief"), "recreate"), - (UniCase("abundunt"), "abundant"), - (UniCase("hyrbids"), "hybrids"), - (UniCase("ethcially"), "ethically"), - (UniCase("affiliato"), "affiliation"), - (UniCase("antibitoics"), "antibiotics"), - (UniCase("necessarilly"), "necessarily"), - (UniCase("intruiging"), "intriguing"), - (UniCase("litterfinger"), "littlefinger"), - (UniCase("ninty"), "ninety"), - (UniCase("substarte"), "substrate"), - (UniCase("rebuildling"), "rebuilding"), - (UniCase("indistinquishable"), "indistinguishable"), - (UniCase("rienforcement"), "reinforcements"), - (UniCase("problemas"), "problems"), - (UniCase("unportected"), "unprotected"), - (UniCase("juggurnaut"), "juggernaut"), - (UniCase("seached"), "searched"), - (UniCase("envrionment"), "environment"), - (UniCase("preduction"), "prediction"), - (UniCase("obediance"), "obedience"), - (UniCase("engineerd"), "engineered"), - (UniCase("futureus"), "futures"), - (UniCase("noninital"), "noninitial"), - (UniCase("philosiphy"), "philosophy"), - (UniCase("instabilt"), "instability"), - (UniCase("moralise"), "moralize"), - (UniCase("austiran"), "austrian"), - (UniCase("composte"), "compose"), - (UniCase("comemoretion"), "commemoration"), - (UniCase("godsped"), "godspeed"), - (UniCase("birhtdays"), "birthdays"), - (UniCase("honouring"), "honoring"), - (UniCase("legenderies"), "legendaries"), - (UniCase("awesomelly"), "awesomely"), - (UniCase("underwieght"), "underweight"), - (UniCase("eleminated"), "eliminated"), - (UniCase("capitalisn"), "capitals"), - (UniCase("seskatchewan"), "saskatchewan"), - (UniCase("quantitties"), "quantities"), - (UniCase("comprihend"), "comprehend"), - (UniCase("constituional"), "constitutional"), - (UniCase("incompatiblities"), "incompatibilities"), - (UniCase("homeothapy"), "homeopathy"), - (UniCase("restuarants"), "restaurants"), - (UniCase("nonsencical"), "nonsensical"), - (UniCase("mainfestation"), "manifestation"), - (UniCase("propehcy"), "prophecy"), - (UniCase("patiens"), "patients"), - (UniCase("partiotism"), "patriotism"), - (UniCase("enterpries"), "enterprises"), - (UniCase("spontainously"), "spontaneously"), - (UniCase("analyste"), "analyse"), - (UniCase("austrai"), "austria"), - (UniCase("childrenmrs"), "childrens"), - (UniCase("contraceptie"), "contraceptives"), - (UniCase("tradisional"), "traditional"), - (UniCase("perversley"), "perverse"), - (UniCase("subscirbers"), "subscribers"), - (UniCase("afficianados"), "aficionados"), - (UniCase("stealthray"), "stealthy"), - (UniCase("imexperience"), "inexperience"), - (UniCase("differental"), "differential"), - (UniCase("behavorial"), "behavioral"), - (UniCase("unconfortable"), "uncomfortable"), - (UniCase("immboile"), "immobile"), - (UniCase("pornograghy"), "pornography"), - (UniCase("simluation"), "simulation"), - (UniCase("blegian"), "belgian"), - (UniCase("mutialted"), "mutilated"), - (UniCase("analyticals"), "analytics"), - (UniCase("peciluar"), "peculiar"), - (UniCase("tramsformers"), "transformers"), - (UniCase("explaines"), "explains"), - (UniCase("mamalian"), "mammalian"), - (UniCase("inadvertenly"), "inadvertently"), - (UniCase("violetas"), "violates"), - (UniCase("banglidesh"), "bangladesh"), - (UniCase("repersenting"), "representing"), - (UniCase("neutralisation"), "neutralization"), - (UniCase("rhapsoy"), "rhapsody"), - (UniCase("shaprie"), "sharpie"), - (UniCase("monolothic"), "monolithic"), - (UniCase("shrivelled"), "shriveled"), - (UniCase("legitimise"), "legitimize"), - (UniCase("insturctors"), "instructors"), - (UniCase("tremendoulsy"), "tremendously"), - (UniCase("agonised"), "agonized"), - (UniCase("succesed"), "succeeds"), - (UniCase("confirmd"), "confirmed"), - (UniCase("thursters"), "thrusters"), - (UniCase("estiamte"), "estimate"), - (UniCase("gambolling"), "gamboling"), - (UniCase("downvoteers"), "downvoters"), - (UniCase("computationnal"), "computational"), - (UniCase("configurare"), "configure"), - (UniCase("evreytime"), "everytime"), - (UniCase("avatards"), "avatars"), - (UniCase("supermarktes"), "supermarkets"), - (UniCase("braodway"), "broadway"), - (UniCase("prespective"), "perspective"), - (UniCase("autocorect"), "autocorrect"), - (UniCase("fuelled"), "fueled"), - (UniCase("responsibillity"), "responsibility"), - (UniCase("alwasy"), "always"), - (UniCase("reagrds"), "regards"), - (UniCase("spiritis"), "spirits"), - (UniCase("disastrose"), "disastrous"), - (UniCase("influencie"), "influences"), - (UniCase("sitautions"), "situations"), - (UniCase("realtions"), "relations"), - (UniCase("dedikation"), "dedication"), - (UniCase("implementato"), "implementation"), - (UniCase("collectems"), "collects"), - (UniCase("resistansen"), "resistances"), - (UniCase("perferential"), "preferential"), - (UniCase("odourless"), "odorless"), - (UniCase("precussion"), "percussion"), - (UniCase("preadtors"), "predators"), - (UniCase("assingment"), "assignment"), - (UniCase("redunduncy"), "redundancy"), - (UniCase("hyopcrite"), "hypocrite"), - (UniCase("gagdets"), "gadgets"), - (UniCase("alledgedly"), "allegedly"), - (UniCase("unilatreally"), "unilaterally"), - (UniCase("peacefullly"), "peacefully"), - (UniCase("definitavely"), "definitively"), - (UniCase("methamatician"), "mathematician"), - (UniCase("unedicated"), "uneducated"), - (UniCase("scandivanian"), "scandinavian"), - (UniCase("preferibly"), "preferably"), - (UniCase("referenceing"), "referencing"), - (UniCase("snetries"), "sentries"), - (UniCase("singelplayer"), "singleplayer"), - (UniCase("nieghbor"), "neighbor"), - (UniCase("someoens"), "someones"), - (UniCase("atcualy"), "actualy"), - (UniCase("contuining"), "continuing"), - (UniCase("avaialble"), "available"), - (UniCase("speculatin"), "speculation"), - (UniCase("headquater"), "headquarter"), - (UniCase("reinitalize"), "reinitialize"), - (UniCase("randomises"), "randomizes"), - (UniCase("hullucinations"), "hallucinations"), - (UniCase("superviors"), "supervisors"), - (UniCase("mispell"), "misspell"), - (UniCase("judgemant"), "judgemental"), - (UniCase("appropirately"), "appropriately"), - (UniCase("capitilist"), "capitalist"), - (UniCase("blockeras"), "blockers"), - (UniCase("addoptive"), "adoptive"), - (UniCase("inconsistancy"), "inconsistency"), - (UniCase("asethetics"), "aesthetics"), - (UniCase("discontiuned"), "discontinued"), - (UniCase("casaulty"), "casualty"), - (UniCase("authoritate"), "authoritative"), - (UniCase("repsective"), "respective"), - (UniCase("arkasnas"), "arkansas"), - (UniCase("ommision"), "omission"), - (UniCase("departmnet"), "departments"), - (UniCase("dissonence"), "dissonance"), - (UniCase("contiuning"), "containing"), - (UniCase("reminicient"), "reminiscent"), - (UniCase("stromfront"), "stormfront"), - (UniCase("investigare"), "investigate"), - (UniCase("congresman"), "congressman"), - (UniCase("trustworhy"), "trustworthy"), - (UniCase("lionisation"), "lionization"), - (UniCase("vitaliy"), "vitality"), - (UniCase("extravigant"), "extravagant"), - (UniCase("constructifs"), "constructs"), - (UniCase("unempolyment"), "unemployment"), - (UniCase("continentul"), "continental"), - (UniCase("manouvers"), "maneuvers"), - (UniCase("constnatly"), "constantly"), - (UniCase("straightin"), "straighten"), - (UniCase("empirialism"), "imperialism"), - (UniCase("responcibly"), "responsibly"), - (UniCase("unusualy"), "unusually"), - (UniCase("reaserched"), "researched"), - (UniCase("espressino"), "espresso"), - (UniCase("establishmnet"), "establishments"), - (UniCase("spotifiy"), "spotify"), - (UniCase("blackhwaks"), "blackhawks"), - (UniCase("aminosity"), "animosity"), - (UniCase("silouhette"), "silhouette"), - (UniCase("deisgnated"), "designated"), - (UniCase("congratule"), "congratulate"), - (UniCase("tragicallly"), "tragically"), - (UniCase("revolutionairy"), "revolutionary"), - (UniCase("finaly"), "finally"), - (UniCase("vasalls"), "vassals"), - (UniCase("dimention"), "dimension"), - (UniCase("competitons"), "competitors"), - (UniCase("midfielers"), "midfielders"), - (UniCase("playaround"), "playground"), - (UniCase("sophistacated"), "sophisticated"), - (UniCase("evidencd"), "evidenced"), - (UniCase("embarressment"), "embarrassment"), - (UniCase("pyjama"), "pajama"), - (UniCase("aisian"), "asian"), - (UniCase("deficiensies"), "deficiencies"), - (UniCase("gltichy"), "glitchy"), - (UniCase("communciated"), "communicated"), - (UniCase("collegaues"), "colleagues"), - (UniCase("trasnferring"), "transferring"), - (UniCase("perpetuties"), "perpetuates"), - (UniCase("falvours"), "flavours"), - (UniCase("messagers"), "messages"), - (UniCase("somethihng"), "somethin"), - (UniCase("indiania"), "indiana"), - (UniCase("politicin"), "politician"), - (UniCase("compreso"), "compressor"), - (UniCase("implausable"), "implausible"), - (UniCase("squirrl"), "squirrel"), - (UniCase("anuglar"), "angular"), - (UniCase("sponsorhip"), "sponsorship"), - (UniCase("polymore"), "polymer"), - (UniCase("precrastination"), "procrastination"), - (UniCase("inbetwen"), "inbetween"), - (UniCase("exhibitin"), "exhibition"), - (UniCase("nickmane"), "nickname"), - (UniCase("representating"), "representation"), - (UniCase("philosipher"), "philosopher"), - (UniCase("noramls"), "normals"), - (UniCase("underwarter"), "underwater"), - (UniCase("connectivty"), "connectivity"), - (UniCase("labelling"), "labeling"), - (UniCase("recongised"), "recognised"), - (UniCase("clamoured"), "clamored"), - (UniCase("sodomised"), "sodomized"), - (UniCase("distirbutions"), "distributions"), - (UniCase("beatiful"), "beautiful"), - (UniCase("sheelpe"), "sheeple"), - (UniCase("fingertaps"), "fingertips"), - (UniCase("unconditionnal"), "unconditional"), - (UniCase("regulatons"), "regulations"), - (UniCase("capsulers"), "capsules"), - (UniCase("deliveres"), "delivers"), - (UniCase("irleand"), "ireland"), - (UniCase("suceed"), "succeed"), - (UniCase("knuckels"), "knuckles"), - (UniCase("inefficienct"), "inefficient"), - (UniCase("aesthitically"), "aesthetically"), - (UniCase("stigmatisation"), "stigmatization"), - (UniCase("zimbabew"), "zimbabwe"), - (UniCase("calculationg"), "calculating"), - (UniCase("carribbean"), "caribbean"), - (UniCase("withh"), "with"), - (UniCase("enterprsie"), "enterprises"), - (UniCase("additonal"), "additional"), - (UniCase("discribing"), "describing"), - (UniCase("vaklyrie"), "valkyrie"), - (UniCase("spotfiy"), "spotify"), - (UniCase("disagred"), "disagreed"), - (UniCase("popularises"), "popularizes"), - (UniCase("deifnitly"), "definitly"), - (UniCase("domecracy"), "democracy"), - (UniCase("magasine"), "magazine"), - (UniCase("altruisitc"), "altruistic"), - (UniCase("breastfeeing"), "breastfeeding"), - (UniCase("larington"), "arlington"), - (UniCase("blueburries"), "blueberries"), - (UniCase("fedreally"), "federally"), - (UniCase("accpetable"), "acceptable"), - (UniCase("temperatue"), "temperature"), - (UniCase("kongregation"), "congregation"), - (UniCase("complexy"), "complexity"), - (UniCase("similarlity"), "similarity"), - (UniCase("multipe"), "multiple"), - (UniCase("encompase"), "encompass"), - (UniCase("unnessecarily"), "unnecessarily"), - (UniCase("eurpoeans"), "europeans"), - (UniCase("breweres"), "brewers"), - (UniCase("amendmenters"), "amendments"), - (UniCase("suphisticated"), "sophisticated"), - (UniCase("jasmien"), "jasmine"), - (UniCase("defianlty"), "defiantly"), - (UniCase("horrenduous"), "horrendous"), - (UniCase("weightened"), "weighted"), - (UniCase("cababge"), "cabbage"), - (UniCase("thermometre"), "thermometer"), - (UniCase("vindicitve"), "vindictive"), - (UniCase("judegments"), "judgements"), - (UniCase("capitalsit"), "capitalists"), - (UniCase("definetly"), "definitely"), - (UniCase("monopols"), "monopolies"), - (UniCase("cirucmstances"), "circumstances"), - (UniCase("policitian"), "politician"), - (UniCase("monumentals"), "monuments"), - (UniCase("wavelenghts"), "wavelength"), - (UniCase("anonymousy"), "anonymously"), - (UniCase("clairty"), "clarity"), - (UniCase("athiest"), "atheist"), - (UniCase("cannabilism"), "cannibalism"), - (UniCase("contirbution"), "contribution"), - (UniCase("interractial"), "interracial"), - (UniCase("reduncancy"), "redundancy"), - (UniCase("sunscreeen"), "sunscreen"), - (UniCase("signular"), "singular"), - (UniCase("neglicence"), "negligence"), - (UniCase("physcis"), "physics"), - (UniCase("encompasess"), "encompasses"), - (UniCase("requierment"), "requirements"), - (UniCase("facilisi"), "facilities"), - (UniCase("sprintas"), "sprints"), - (UniCase("sarcasticlly"), "sarcastically"), - (UniCase("convincersi"), "convinces"), - (UniCase("semnatics"), "semantics"), - (UniCase("unrestrcited"), "unrestricted"), - (UniCase("converdation"), "conservation"), - (UniCase("metropolys"), "metropolis"), - (UniCase("romaing"), "roaming"), - (UniCase("protistants"), "protestants"), - (UniCase("analyes"), "analyse"), - (UniCase("presicely"), "precisely"), - (UniCase("insualted"), "insulated"), - (UniCase("incorparating"), "incorporating"), - (UniCase("unionises"), "unionizes"), - (UniCase("southamton"), "southampton"), - (UniCase("encounterd"), "encountered"), - (UniCase("promplty"), "promptly"), - (UniCase("confidentely"), "confidently"), - (UniCase("traversare"), "traverse"), - (UniCase("bioplar"), "bipolar"), - (UniCase("hypothecis"), "hypothesis"), - (UniCase("benevalent"), "benevolent"), - (UniCase("rythim"), "rhythm"), - (UniCase("hunman"), "human"), - (UniCase("imporvement"), "improvement"), - (UniCase("histarically"), "historically"), - (UniCase("forseeable"), "foreseeable"), - (UniCase("obejctives"), "objectives"), - (UniCase("mulitplied"), "multiplied"), - (UniCase("galvanises"), "galvanizes"), - (UniCase("nuetered"), "neutered"), - (UniCase("intercepticons"), "interceptions"), - (UniCase("medioce"), "mediocre"), - (UniCase("storise"), "stories"), - (UniCase("autocorrext"), "autocorrect"), - (UniCase("jamiaca"), "jamaica"), - (UniCase("possessin"), "possessions"), - (UniCase("pointeur"), "pointer"), - (UniCase("relatie"), "relative"), - (UniCase("morrsion"), "morrison"), - (UniCase("premines"), "premise"), - (UniCase("livley"), "lively"), - (UniCase("sensationnal"), "sensational"), - (UniCase("complimentery"), "complimentary"), - (UniCase("condensend"), "condensed"), - (UniCase("distrubances"), "disturbance"), - (UniCase("expolitative"), "exploitative"), - (UniCase("restruction"), "restriction"), - (UniCase("spectecular"), "spectacular"), - (UniCase("demonstartions"), "demonstrations"), - (UniCase("orelans"), "orleans"), - (UniCase("disadventages"), "disadvantages"), - (UniCase("omlette"), "omelette"), - (UniCase("somethiing"), "somethin"), - (UniCase("baynoet"), "bayonet"), - (UniCase("syllabel"), "syllable"), - (UniCase("trhusters"), "thrusters"), - (UniCase("cultrual"), "cultural"), - (UniCase("vitirol"), "vitriol"), - (UniCase("underpowred"), "underpowered"), - (UniCase("electronicas"), "electronics"), - (UniCase("cartdriges"), "cartridges"), - (UniCase("industrije"), "industries"), - (UniCase("functionning"), "functioning"), - (UniCase("proletariot"), "proletariat"), - (UniCase("forminable"), "formidable"), - (UniCase("consistenly"), "consistently"), - (UniCase("incestigator"), "investigator"), - (UniCase("misteryous"), "mysterious"), - (UniCase("paychiatrist"), "psychiatrist"), - (UniCase("realsim"), "realism"), - (UniCase("appraoch"), "approach"), - (UniCase("descrpition"), "descriptions"), - (UniCase("dramatisation"), "dramatization"), - (UniCase("sticthes"), "stitches"), - (UniCase("tribuanl"), "tribunal"), - (UniCase("accustommed"), "accustomed"), - (UniCase("conjucntion"), "conjunction"), - (UniCase("interpretaion"), "interpretation"), - (UniCase("geographia"), "geographical"), - (UniCase("expalined"), "explained"), - (UniCase("compatibel"), "compatible"), - (UniCase("controversey"), "controversy"), - (UniCase("yatch"), "yacht"), - (UniCase("relentlessy"), "relentlessly"), - (UniCase("furctose"), "fructose"), - (UniCase("mulitated"), "mutilated"), - (UniCase("intangable"), "intangible"), - (UniCase("intellectualise"), "intellectualize"), - (UniCase("collectivelly"), "collectively"), - (UniCase("infringeing"), "infringing"), - (UniCase("contempoary"), "contemporary"), - (UniCase("tablespooons"), "tablespoon"), - (UniCase("aggegrate"), "aggregate"), - (UniCase("contrubite"), "contributes"), - (UniCase("automoblies"), "automobile"), - (UniCase("overhtinking"), "overthinking"), - (UniCase("victoires"), "victories"), - (UniCase("specialis"), "specials"), - (UniCase("shcolars"), "scholars"), - (UniCase("mosture"), "moisture"), - (UniCase("accountas"), "accountants"), - (UniCase("initiatve"), "initiate"), - (UniCase("enthral"), "enthrall"), - (UniCase("sketpicism"), "skepticism"), - (UniCase("disillusionned"), "disillusioned"), - (UniCase("interrogato"), "interrogation"), - (UniCase("comdeic"), "comedic"), - (UniCase("switcheasy"), "switches"), - (UniCase("exept"), "except"), - (UniCase("prodecures"), "procedures"), - (UniCase("arguablly"), "arguably"), - (UniCase("legitimatley"), "legitimately"), - (UniCase("particapated"), "participated"), - (UniCase("summorized"), "summarized"), - (UniCase("scracth"), "scratch"), - (UniCase("dissipointed"), "dissapointed"), - (UniCase("deveolpment"), "developments"), - (UniCase("ostrasiced"), "ostracized"), - (UniCase("decembre"), "december"), - (UniCase("direclty"), "directly"), - (UniCase("manupulation"), "manipulation"), - (UniCase("latnern"), "lantern"), - (UniCase("monumentaal"), "monumental"), - (UniCase("sebastain"), "sebastian"), - (UniCase("justifible"), "justifiable"), - (UniCase("unintentinal"), "unintentional"), - (UniCase("literatire"), "literate"), - (UniCase("pscyhologists"), "psychologists"), - (UniCase("proposte"), "propose"), - (UniCase("unoticeable"), "unnoticeable"), - (UniCase("paralles"), "parallels"), - (UniCase("brewerey"), "brewery"), - (UniCase("cleanlyness"), "cleanliness"), - (UniCase("squrriel"), "squirrel"), - (UniCase("dishonouring"), "dishonoring"), - (UniCase("articifial"), "artificial"), - (UniCase("episonage"), "espionage"), - (UniCase("temparement"), "temperament"), - (UniCase("ahtleticism"), "athleticism"), - (UniCase("backpacs"), "backpacks"), - (UniCase("undoubtetly"), "undoubtedly"), - (UniCase("attackerats"), "attackers"), - (UniCase("nationalistisk"), "nationalists"), - (UniCase("worls"), "world"), - (UniCase("capusle"), "capsule"), - (UniCase("differneces"), "differences"), - (UniCase("manufactureds"), "manufactures"), - (UniCase("pakistian"), "pakistani"), - (UniCase("puchasing"), "purchasing"), - (UniCase("gardient"), "gradient"), - (UniCase("authorizaton"), "authorization"), - (UniCase("endlessy"), "endlessly"), - (UniCase("simualtions"), "simulations"), - (UniCase("performence"), "performance"), - (UniCase("abberivation"), "abbreviation"), - (UniCase("foresnic"), "forensic"), - (UniCase("enthusists"), "enthusiasts"), - (UniCase("crusier"), "cruiser"), - (UniCase("produktive"), "productive"), - (UniCase("edficient"), "deficient"), - (UniCase("russion"), "russian"), - (UniCase("autoattaks"), "autoattack"), - (UniCase("advertisters"), "advertisers"), - (UniCase("kidnappade"), "kidnapped"), - (UniCase("samckdown"), "smackdown"), - (UniCase("fundemantalists"), "fundamentalists"), - (UniCase("encorporated"), "incorporated"), - (UniCase("competitiors"), "competitors"), - (UniCase("abbrievations"), "abbreviation"), - (UniCase("vehementy"), "vehemently"), - (UniCase("courtsey"), "courtesy"), - (UniCase("substantiable"), "substantial"), - (UniCase("intenational"), "international"), - (UniCase("shledon"), "sheldon"), - (UniCase("syirans"), "syrians"), - (UniCase("intrepretations"), "interpretations"), - (UniCase("inagurated"), "inaugurated"), - (UniCase("gentelmen"), "gentlemen"), - (UniCase("inapproprietly"), "inappropriately"), - (UniCase("conspiraces"), "conspiracies"), - (UniCase("uncivilised"), "uncivilized"), - (UniCase("adressed"), "addressed"), - (UniCase("emphesizing"), "emphasizing"), - (UniCase("disillisioned"), "disillusioned"), - (UniCase("expodential"), "exponential"), - (UniCase("encyclopdia"), "encyclopedia"), - (UniCase("thsi"), "this"), - (UniCase("strat"), "start"), - (UniCase("ecoligical"), "ecological"), - (UniCase("qualifires"), "qualifiers"), - (UniCase("descrise"), "describes"), - (UniCase("amercians"), "americans"), - (UniCase("architecturial"), "architectural"), - (UniCase("metaphyscial"), "metaphysical"), - (UniCase("marginalised"), "marginalized"), - (UniCase("evangelikal"), "evangelical"), - (UniCase("frustartion"), "frustrations"), - (UniCase("misinterpretating"), "misinterpreting"), - (UniCase("negelcting"), "neglecting"), - (UniCase("donwgraded"), "downgraded"), - (UniCase("dichotomoy"), "dichotomy"), - (UniCase("cardianl"), "cardinal"), - (UniCase("deteriate"), "deteriorate"), - (UniCase("thoerist"), "theorist"), - (UniCase("progressin"), "progression"), - (UniCase("repsonsible"), "responsible"), - (UniCase("repersents"), "represents"), - (UniCase("posessions"), "possessions"), - (UniCase("depositos"), "deposits"), - (UniCase("installatin"), "installations"), - (UniCase("respoted"), "reposted"), - (UniCase("mysterieuse"), "mysteries"), - (UniCase("disgrunteled"), "disgruntled"), - (UniCase("kindapping"), "kidnapping"), - (UniCase("antoganist"), "antagonist"), - (UniCase("undoubtedy"), "undoubtedly"), - (UniCase("microphonies"), "microphones"), - (UniCase("breserk"), "berserk"), - (UniCase("chocolateers"), "chocolates"), - (UniCase("intervenue"), "intervene"), - (UniCase("tangenitally"), "tangentially"), - (UniCase("unconvensional"), "unconventional"), - (UniCase("veichles"), "vehicles"), - (UniCase("realisitcally"), "realistically"), - (UniCase("conseqeunces"), "consequence"), - (UniCase("patriatism"), "patriotism"), - (UniCase("aircaft"), "aircraft"), - (UniCase("anticiapte"), "anticipate"), - (UniCase("embargos"), "embargoes"), - (UniCase("undenaible"), "undeniable"), - (UniCase("compeditor"), "competitor"), - (UniCase("centipeddle"), "centipede"), - (UniCase("algorhitms"), "algorithms"), - (UniCase("nationalisitic"), "nationalistic"), - (UniCase("flourescent"), "fluorescent"), - (UniCase("miraculos"), "miraculous"), - (UniCase("potencially"), "potentially"), - (UniCase("startegy"), "strategy"), - (UniCase("interecting"), "interacting"), - (UniCase("enchancing"), "enchanting"), - (UniCase("spotifty"), "spotify"), - (UniCase("exhasuting"), "exhausting"), - (UniCase("hosteles"), "hostels"), - (UniCase("alphabt"), "alphabet"), - (UniCase("sunconsciously"), "subconsciously"), - (UniCase("differnetial"), "differential"), - (UniCase("attemt"), "attempt"), - (UniCase("messagepad"), "messaged"), - (UniCase("voluntairy"), "voluntarily"), - (UniCase("enourmous"), "enormous"), - (UniCase("simulato"), "simulation"), - (UniCase("libertania"), "libertarians"), - (UniCase("transitionning"), "transitioning"), - (UniCase("fwankenstein"), "frankenstein"), - (UniCase("raspberrry"), "raspberry"), - (UniCase("counteres"), "counters"), - (UniCase("methapor"), "metaphor"), - (UniCase("warrante"), "warranties"), - (UniCase("debufffs"), "debuffs"), - (UniCase("litihum"), "lithium"), - (UniCase("permises"), "premises"), - (UniCase("steroetype"), "stereotype"), - (UniCase("cancelas"), "cancels"), - (UniCase("limitativo"), "limitation"), - (UniCase("justificatons"), "justifications"), - (UniCase("raidance"), "radiance"), - (UniCase("disucssion"), "discussion"), - (UniCase("transkription"), "transcription"), - (UniCase("majoroty"), "majority"), - (UniCase("sanitise"), "sanitize"), - (UniCase("conceptial"), "conceptual"), - (UniCase("carreer"), "career"), - (UniCase("electrolyes"), "electrolytes"), - (UniCase("breathalyser"), "breathalyzer"), - (UniCase("clagary"), "calgary"), - (UniCase("duplicitas"), "duplicates"), - (UniCase("compresas"), "compress"), - (UniCase("ungrapeful"), "ungrateful"), - (UniCase("allainces"), "alliances"), - (UniCase("reveiws"), "reviews"), - (UniCase("sermonised"), "sermonized"), - (UniCase("paralzyed"), "paralyzed"), - (UniCase("expendible"), "expendable"), - (UniCase("synonomous"), "synonymous"), - (UniCase("metrices"), "metrics"), - (UniCase("personatus"), "personas"), - (UniCase("institucion"), "institution"), - (UniCase("lacklusture"), "lackluster"), - (UniCase("divintiy"), "divinity"), - (UniCase("ameythst"), "amethyst"), - (UniCase("furstration"), "frustration"), - (UniCase("profesions"), "profession"), - (UniCase("createn"), "creatine"), - (UniCase("motherboad"), "motherboard"), - (UniCase("enthisiasts"), "enthusiasts"), - (UniCase("econimists"), "economists"), - (UniCase("electircal"), "electrical"), - (UniCase("rewatchd"), "rewatched"), - (UniCase("hyrdaulic"), "hydraulic"), - (UniCase("predicessors"), "predecessors"), - (UniCase("telegrah"), "telegraph"), - (UniCase("vocabularly"), "vocabulary"), - (UniCase("embassay"), "embassy"), - (UniCase("counselers"), "counselors"), - (UniCase("ditactorship"), "dictatorship"), - (UniCase("killingest"), "killings"), - (UniCase("presumpton"), "presumption"), - (UniCase("relagation"), "relaxation"), - (UniCase("despensaries"), "dispensaries"), - (UniCase("neighboorhod"), "neighbourhood"), - (UniCase("rahpsody"), "rhapsody"), - (UniCase("gnawwed"), "gnawed"), - (UniCase("egotystical"), "egotistical"), - (UniCase("extractnow"), "extraction"), - (UniCase("antaganist"), "antagonist"), - (UniCase("unanimoulsy"), "unanimous"), - (UniCase("agricultual"), "agricultural"), - (UniCase("destiney"), "destiny"), - (UniCase("skepitcal"), "skeptical"), - (UniCase("barbarain"), "barbarian"), - (UniCase("coincidencal"), "coincidental"), - (UniCase("organiske"), "organise"), - (UniCase("volounteers"), "volunteers"), - (UniCase("infroms"), "informs"), - (UniCase("benchamrk"), "benchmark"), - (UniCase("matchmakeing"), "matchmaking"), - (UniCase("flexibiltiy"), "flexibility"), - (UniCase("argumentatie"), "argumentative"), - (UniCase("communicaiton"), "communication"), - (UniCase("forenisc"), "forensic"), - (UniCase("theisitc"), "theistic"), - (UniCase("symapthize"), "sympathize"), - (UniCase("fulfilment"), "fulfillment"), - (UniCase("strategems"), "strategies"), - (UniCase("substanses"), "substances"), - (UniCase("attmepted"), "attempted"), - (UniCase("jaguares"), "jaguars"), - (UniCase("simualted"), "simulated"), - (UniCase("quinessential"), "quintessential"), - (UniCase("ingredientes"), "ingredients"), - (UniCase("jounralism"), "journalism"), - (UniCase("sponteneous"), "spontaneous"), - (UniCase("articluated"), "articulated"), - (UniCase("indonasian"), "indonesian"), - (UniCase("fundirse"), "fundies"), - (UniCase("civilains"), "civilians"), - (UniCase("peaples"), "peoples"), - (UniCase("vetween"), "between"), - (UniCase("panthoen"), "pantheon"), - (UniCase("checkpoit"), "checkpoints"), - (UniCase("contridicted"), "contradicted"), - (UniCase("compatibily"), "compatibility"), - (UniCase("unjustifed"), "unjustified"), - (UniCase("hyprocisy"), "hypocrisy"), - (UniCase("claer"), "clear"), - (UniCase("backpedalling"), "backpedaling"), - (UniCase("reliabilty"), "reliability"), - (UniCase("juptier"), "jupiter"), - (UniCase("conversationg"), "conservation"), - (UniCase("execitioner"), "executioner"), - (UniCase("thoroughy"), "thoroughly"), - (UniCase("touchda"), "touchpad"), - (UniCase("connectivety"), "connectivity"), - (UniCase("addictis"), "addictions"), - (UniCase("euorpean"), "european"), - (UniCase("woudlnt"), "wouldnt"), - (UniCase("cylcops"), "cyclops"), - (UniCase("thunderbowl"), "thunderbolt"), - (UniCase("simultaneos"), "simultaneous"), - (UniCase("acceleratio"), "accelerator"), - (UniCase("apartheied"), "apartheid"), - (UniCase("stupidr"), "stupider"), - (UniCase("transferrring"), "transferring"), - (UniCase("agina"), "again"), - (UniCase("complicatied"), "complicate"), - (UniCase("contribuie"), "contribute"), - (UniCase("hypertorphy"), "hypertrophy"), - (UniCase("acceptence"), "acceptance"), - (UniCase("occured"), "occurred"), - (UniCase("bachleor"), "bachelor"), - (UniCase("engagaments"), "engagements"), - (UniCase("responsibel"), "responsibly"), - (UniCase("spacebr"), "spacebar"), - (UniCase("parrallell"), "parallel"), - (UniCase("snycing"), "syncing"), - (UniCase("overlapsing"), "overlapping"), - (UniCase("anticiaption"), "anticipation"), - (UniCase("psychedilic"), "psychedelic"), - (UniCase("assosiating"), "associating"), - (UniCase("concission"), "concession"), - (UniCase("symphatized"), "sympathize"), - (UniCase("subscrible"), "subscriber"), - (UniCase("accomadates"), "accommodates"), - (UniCase("anecdotice"), "anecdote"), - (UniCase("abreviated"), "abbreviated"), - (UniCase("intiminated"), "intimidated"), - (UniCase("automatted"), "automate"), - (UniCase("comprimised"), "compromised"), - (UniCase("modificato"), "modification"), - (UniCase("sympathiers"), "sympathizers"), - (UniCase("illumunati"), "illuminati"), - (UniCase("subsidizied"), "subsidized"), - (UniCase("reffered"), "referred"), - (UniCase("inproductive"), "unproductive"), - (UniCase("renaissanse"), "renaissance"), - (UniCase("prusuit"), "pursuit"), - (UniCase("chromosoom"), "chromosome"), - (UniCase("simplisitc"), "simplistic"), - (UniCase("constitutents"), "constitutes"), - (UniCase("heaviweight"), "heavyweight"), - (UniCase("instinctivly"), "instinctively"), - (UniCase("lebanesse"), "lebanese"), - (UniCase("anlaytics"), "analytics"), - (UniCase("privilegs"), "privileges"), - (UniCase("schizoprhenia"), "schizophrenia"), - (UniCase("veritiable"), "verifiable"), - (UniCase("ostencibly"), "ostensibly"), - (UniCase("religiones"), "religions"), - (UniCase("andd"), "and"), - (UniCase("misintrepret"), "misinterpret"), - (UniCase("mechanisation"), "mechanization"), - (UniCase("rhaposdy"), "rhapsody"), - (UniCase("syphon"), "siphon"), - (UniCase("comparitively"), "comparatively"), - (UniCase("nocture"), "nocturne"), - (UniCase("highschol"), "highschool"), - (UniCase("brunete"), "brunette"), - (UniCase("swtiched"), "switched"), - (UniCase("similiarly"), "similarly"), - (UniCase("unbelievablely"), "unbelievably"), - (UniCase("cleasner"), "cleanser"), - (UniCase("preveiw"), "preview"), - (UniCase("prediciment"), "predicament"), - (UniCase("alliviate"), "alleviate"), - (UniCase("supervisiors"), "supervisors"), - (UniCase("quarrelled"), "quarreled"), - (UniCase("collectieve"), "collective"), - (UniCase("misinterperted"), "misinterpreted"), - (UniCase("ppublisher"), "publisher"), - (UniCase("emtpiness"), "emptiness"), - (UniCase("spartanops"), "spartans"), - (UniCase("sponzored"), "sponsored"), - (UniCase("inexplicibly"), "inexplicably"), - (UniCase("superioris"), "superiors"), - (UniCase("examinerad"), "examined"), - (UniCase("widgetas"), "widgets"), - (UniCase("posthomous"), "posthumous"), - (UniCase("cyrstals"), "crystals"), - (UniCase("custumized"), "customized"), - (UniCase("mitres"), "miters"), - (UniCase("regulatorios"), "regulators"), - (UniCase("announcents"), "announces"), - (UniCase("decribes"), "describes"), - (UniCase("responsably"), "responsibly"), - (UniCase("intuitivley"), "intuitively"), - (UniCase("miracilously"), "miraculously"), - (UniCase("combinatios"), "combinations"), - (UniCase("pressurised"), "pressurized"), - (UniCase("ddogers"), "dodgers"), - (UniCase("plansewalkers"), "planeswalker"), - (UniCase("persuit"), "pursuit"), - (UniCase("repeatidly"), "repeatedly"), - (UniCase("demilitarising"), "demilitarizing"), - (UniCase("hwole"), "whole"), - (UniCase("professionalised"), "professionalized"), - (UniCase("pedestrianising"), "pedestrianizing"), - (UniCase("terminilogy"), "terminology"), - (UniCase("incongito"), "incognito"), - (UniCase("malyasia"), "malaysia"), - (UniCase("specualtions"), "speculation"), - (UniCase("chequebooks"), "checkbooks"), - (UniCase("anonimously"), "anonymously"), - (UniCase("suprisd"), "suprised"), - (UniCase("metaphyiscs"), "metaphysics"), - (UniCase("peacefuly"), "peacefully"), - (UniCase("interpet"), "interpret"), - (UniCase("schedual"), "schedule"), - (UniCase("siganture"), "signature"), - (UniCase("industrija"), "industrial"), - (UniCase("desintegrated"), "disintegrated"), - (UniCase("redneckers"), "rednecks"), - (UniCase("separatiste"), "separates"), - (UniCase("interperted"), "interpreted"), - (UniCase("legionis"), "legions"), - (UniCase("reconsiled"), "reconsider"), - (UniCase("downvotters"), "downvoters"), - (UniCase("noteriety"), "notoriety"), - (UniCase("hapen"), "happen"), - (UniCase("destinctions"), "destinations"), - (UniCase("embarrased"), "embarrassed"), - (UniCase("analogues"), "analogs"), - (UniCase("annoucnements"), "announcements"), - (UniCase("restorarion"), "restoration"), - (UniCase("eytmology"), "etymology"), - (UniCase("advertisment"), "advertisement"), - (UniCase("narcissisist"), "narcissist"), - (UniCase("naturually"), "naturally"), - (UniCase("chihauhua"), "chihuahua"), - (UniCase("backpackng"), "backpacking"), - (UniCase("molestato"), "molestation"), - (UniCase("acquisation"), "acquisition"), - (UniCase("inexperineced"), "inexperience"), - (UniCase("facsination"), "fascination"), - (UniCase("undergradate"), "undergraduate"), - (UniCase("conplications"), "complications"), - (UniCase("corrilation"), "correlation"), - (UniCase("commenty"), "commentary"), - (UniCase("rigeur"), "rigueur"), - (UniCase("swtizerland"), "switzerland"), - (UniCase("marshamllows"), "marshmallows"), - (UniCase("mauarder"), "marauder"), - (UniCase("soliders"), "soldiers"), - (UniCase("longitudonal"), "longitudinal"), - (UniCase("andorids"), "androids"), - (UniCase("bluebery"), "blueberry"), - (UniCase("underwoord"), "underworld"), - (UniCase("compatablity"), "compatibility"), - (UniCase("purchashing"), "purchasing"), - (UniCase("depencency"), "dependency"), - (UniCase("relfective"), "reflective"), - (UniCase("substitutents"), "substitutes"), - (UniCase("filterd"), "filtered"), - (UniCase("conservatie"), "conservatives"), - (UniCase("disresepcted"), "disrespected"), - (UniCase("propolsion"), "propulsion"), - (UniCase("compraison"), "comparisons"), - (UniCase("complicacion"), "complication"), - (UniCase("trakcers"), "trackers"), - (UniCase("chracter"), "character"), - (UniCase("tempuratures"), "temperatures"), - (UniCase("realiste"), "realise"), - (UniCase("balcklist"), "blacklist"), - (UniCase("participatie"), "participated"), - (UniCase("nightlcub"), "nightclub"), - (UniCase("artificailly"), "artificially"), - (UniCase("balanceada"), "balanced"), - (UniCase("palce"), "place"), - (UniCase("demcorats"), "democrats"), - (UniCase("ouput"), "output"), - (UniCase("catalyse"), "catalyze"), - (UniCase("seaches"), "searches"), - (UniCase("masturabtion"), "masturbation"), - (UniCase("conveinent"), "convenient"), - (UniCase("renderd"), "rendered"), - (UniCase("sufficit"), "sufficient"), - (UniCase("membranaphone"), "membranophone"), - (UniCase("overwhemling"), "overwhelming"), - (UniCase("vassales"), "vassals"), - (UniCase("beahviours"), "behaviours"), - (UniCase("beautyfull"), "beautiful"), - (UniCase("specificato"), "specification"), - (UniCase("cinemetography"), "cinematography"), - (UniCase("woodworkign"), "woodworking"), - (UniCase("intolorent"), "intolerant"), - (UniCase("persan"), "person"), - (UniCase("geograpy"), "geography"), - (UniCase("communiste"), "communities"), - (UniCase("musicallity"), "musically"), - (UniCase("conditionnal"), "conditional"), - (UniCase("posions"), "poisons"), - (UniCase("snadstorm"), "sandstorm"), - (UniCase("mentionnes"), "mentions"), - (UniCase("robotis"), "robotics"), - (UniCase("cooldwons"), "cooldowns"), - (UniCase("metorpolitan"), "metropolitan"), - (UniCase("idealistc"), "idealistic"), - (UniCase("brazilias"), "brazilians"), - (UniCase("ocassioned"), "occasioned"), - (UniCase("brabarian"), "barbarian"), - (UniCase("eahc"), "each"), - (UniCase("strugglebus"), "struggles"), - (UniCase("inquisitio"), "inquisitor"), - (UniCase("landspaces"), "landscapes"), - (UniCase("concret"), "concert"), - (UniCase("definations"), "definitions"), - (UniCase("scandalos"), "scandals"), - (UniCase("lieutanent"), "lieutenant"), - (UniCase("consecuences"), "consequences"), - (UniCase("liebrals"), "liberals"), - (UniCase("intercation"), "integration"), - (UniCase("inaccuraces"), "inaccuracies"), - (UniCase("contaire"), "containers"), - (UniCase("prevelant"), "prevalent"), - (UniCase("crulety"), "cruelty"), - (UniCase("addictes"), "addicts"), - (UniCase("indefinity"), "indefinitely"), - (UniCase("underminde"), "undermines"), - (UniCase("anaesthetic"), "anesthetic"), - (UniCase("lighitng"), "lighting"), - (UniCase("bougainvillaeas"), "bougainvilleas"), - (UniCase("republicants"), "republicans"), - (UniCase("charocal"), "charcoal"), - (UniCase("populair"), "popular"), - (UniCase("scirptures"), "scriptures"), - (UniCase("dysfucntion"), "dysfunction"), - (UniCase("infinit"), "infinite"), - (UniCase("modle"), "model"), - (UniCase("eloctrolytes"), "electrolytes"), - (UniCase("signles"), "singles"), - (UniCase("millimetres"), "millimeters"), - (UniCase("princesss"), "princesses"), - (UniCase("bitterseet"), "bittersweet"), - (UniCase("clitiros"), "clitoris"), - (UniCase("scandonavian"), "scandinavian"), - (UniCase("estimativo"), "estimation"), - (UniCase("apporpriately"), "appropriately"), - (UniCase("teleproting"), "teleporting"), - (UniCase("quantitize"), "quantities"), - (UniCase("downvottes"), "downvoters"), - (UniCase("underwheling"), "underwhelming"), - (UniCase("viatmin"), "vitamin"), - (UniCase("irresponisble"), "irresponsible"), - (UniCase("valuble"), "valuable"), - (UniCase("sadisitc"), "sadistic"), - (UniCase("genitalias"), "genitals"), - (UniCase("snowploughs"), "snowplow"), - (UniCase("abscence"), "absence"), - (UniCase("jusitfication"), "justifications"), - (UniCase("favourable"), "favorable"), - (UniCase("counsiling"), "counseling"), - (UniCase("inevitabile"), "inevitable"), - (UniCase("particualrly"), "particularly"), - (UniCase("bloodbonre"), "bloodborne"), - (UniCase("deisgned"), "designed"), - (UniCase("colelctive"), "collective"), - (UniCase("productivo"), "production"), - (UniCase("sensasionalist"), "sensationalist"), - (UniCase("extrapole"), "extrapolate"), - (UniCase("mobilising"), "mobilizing"), - (UniCase("remannt"), "remnant"), - (UniCase("tradtionally"), "traditionally"), - (UniCase("yearm"), "year"), - (UniCase("immunosupressant"), "immunosuppressant"), - (UniCase("nedlessly"), "endlessly"), - (UniCase("opiniones"), "opinions"), - (UniCase("fertiliser"), "fertilizer"), - (UniCase("markerplace"), "marketplace"), - (UniCase("earthquate"), "earthquake"), - (UniCase("brownis"), "brownies"), - (UniCase("expresscoin"), "expression"), - (UniCase("apologizeing"), "apologizing"), - (UniCase("competitavely"), "competitively"), - (UniCase("homogenise"), "homogenize"), - (UniCase("ballisitc"), "ballistic"), - (UniCase("jstu"), "just"), - (UniCase("wikileakers"), "wikileaks"), - (UniCase("viligant"), "vigilant"), - (UniCase("robocorp"), "robocop"), - (UniCase("performacne"), "performances"), - (UniCase("conclue"), "conclude"), - (UniCase("cahsier"), "cashier"), - (UniCase("passpost"), "passports"), - (UniCase("tacticaly"), "tactically"), - (UniCase("expendature"), "expenditure"), - (UniCase("permisssion"), "permissions"), - (UniCase("costumizations"), "customization"), - (UniCase("painfuly"), "painfully"), - (UniCase("expositivo"), "exposition"), - (UniCase("definietly"), "definitely"), - (UniCase("parilament"), "parliament"), - (UniCase("unqaulified"), "unqualified"), - (UniCase("compatablities"), "compatibilities"), - (UniCase("utilitatian"), "utilitarian"), - (UniCase("contributin"), "contribution"), - (UniCase("challange"), "challenge"), - (UniCase("underestemated"), "underestimated"), - (UniCase("messenging"), "messaging"), - (UniCase("dusbtep"), "dubstep"), - (UniCase("elimanates"), "eliminates"), - (UniCase("encyplopedia"), "encyclopedia"), - (UniCase("industructible"), "indestructible"), - (UniCase("weightligting"), "weightlifting"), - (UniCase("clincis"), "clinics"), - (UniCase("repblic"), "republic"), - (UniCase("continuent"), "contingent"), - (UniCase("evelutionary"), "evolutionary"), - (UniCase("caricaturize"), "caricature"), - (UniCase("respest"), "respects"), - (UniCase("unintelligant"), "unintelligent"), - (UniCase("cluprit"), "culprit"), - (UniCase("scandalising"), "scandalizing"), - (UniCase("princila"), "principals"), - (UniCase("policitally"), "politically"), - (UniCase("cleansiness"), "cleanliness"), - (UniCase("compolation"), "compilation"), - (UniCase("undeinable"), "undeniable"), - (UniCase("transplain"), "transplant"), - (UniCase("acknowldge"), "acknowledge"), - (UniCase("repostes"), "reposts"), - (UniCase("neglible"), "negligible"), - (UniCase("arpeture"), "aperture"), - (UniCase("assassinos"), "assassins"), - (UniCase("archetyps"), "archetypes"), - (UniCase("catastrohpe"), "catastrophe"), - (UniCase("accidens"), "accidents"), - (UniCase("expendatures"), "expenditures"), - (UniCase("metropollis"), "metropolis"), - (UniCase("compromisso"), "compromises"), - (UniCase("repricussions"), "repercussions"), - (UniCase("commmand"), "command"), - (UniCase("gaol"), "jail"), - (UniCase("quickets"), "quickest"), - (UniCase("appartments"), "apartments"), - (UniCase("idealisitic"), "idealistic"), - (UniCase("evidentally"), "evidently"), - (UniCase("deplacements"), "replacements"), - (UniCase("ambassabor"), "ambassador"), - (UniCase("experimentos"), "experiments"), - (UniCase("testasterone"), "testosterone"), - (UniCase("withdrawalls"), "withdrawals"), - (UniCase("carrotts"), "carrots"), - (UniCase("rightiousness"), "righteousness"), - (UniCase("accumelated"), "accumulated"), - (UniCase("accademic"), "academic"), - (UniCase("egotestical"), "egotistical"), - (UniCase("radicalised"), "radicalized"), - (UniCase("halarious"), "hilarious"), - (UniCase("colateral"), "collateral"), - (UniCase("predicitve"), "predictive"), - (UniCase("minneaoplis"), "minneapolis"), - (UniCase("subscriptons"), "subscriptions"), - (UniCase("compromiss"), "compromises"), - (UniCase("territoris"), "territories"), - (UniCase("circumcission"), "circumcision"), - (UniCase("menstural"), "menstrual"), - (UniCase("simultaneosly"), "simultaneously"), - (UniCase("dumptser"), "dumpster"), - (UniCase("hypocritus"), "hypocrites"), - (UniCase("imaginacion"), "imagination"), - (UniCase("despectively"), "respectively"), - (UniCase("prezidential"), "presidential"), - (UniCase("wishlsit"), "wishlist"), - (UniCase("sumbissive"), "submissive"), - (UniCase("protestato"), "protestant"), - (UniCase("lieutanant"), "lieutenant"), - (UniCase("independant"), "independent"), - (UniCase("sustainabillity"), "sustainability"), - (UniCase("psychedelicness"), "psychedelics"), - (UniCase("strengtheing"), "strengthening"), - (UniCase("fantasised"), "fantasized"), - (UniCase("archeaology"), "archaeology"), - (UniCase("pyschiatric"), "psychiatric"), - (UniCase("navigato"), "navigation"), - (UniCase("monolitich"), "monolithic"), - (UniCase("headshoots"), "headshot"), - (UniCase("developement"), "development"), - (UniCase("implentation"), "implementation"), - (UniCase("intimitade"), "intimidated"), - (UniCase("goegraphical"), "geographical"), - (UniCase("corporatie"), "corporate"), - (UniCase("chronichles"), "chronicles"), - (UniCase("excellance"), "excellence"), - (UniCase("unacceptible"), "unacceptable"), - (UniCase("indistingusihable"), "indistinguishable"), - (UniCase("automato"), "automation"), - (UniCase("respondis"), "responds"), - (UniCase("therapautic"), "therapeutic"), - (UniCase("underestimateing"), "underestimating"), - (UniCase("rectifiy"), "rectify"), - (UniCase("metaphoricial"), "metaphorical"), - (UniCase("esitmated"), "estimated"), - (UniCase("adovcates"), "advocates"), - (UniCase("distrotion"), "distortion"), - (UniCase("uncertainity"), "uncertainty"), - (UniCase("garuanteed"), "guaranteed"), - (UniCase("staggerwing"), "staggering"), - (UniCase("metropoliten"), "metropolitan"), - (UniCase("dogdammit"), "goddammit"), - (UniCase("arguement"), "argument"), - (UniCase("craweld"), "crawled"), - (UniCase("catastrope"), "catastrophe"), - (UniCase("paraphraze"), "paraphrase"), - (UniCase("unsurprizingly"), "unsurprisingly"), - (UniCase("reconnet"), "reconnect"), - (UniCase("discriminacion"), "discrimination"), - (UniCase("hotpsot"), "hotspot"), - (UniCase("speciales"), "specials"), - (UniCase("monolopy"), "monopoly"), - (UniCase("conqueor"), "conquer"), - (UniCase("formulaes"), "formulas"), - (UniCase("confedential"), "confidential"), - (UniCase("perfromers"), "performers"), - (UniCase("meterology"), "meteorology"), - (UniCase("culutrally"), "culturally"), - (UniCase("headachs"), "headaches"), - (UniCase("soudntrack"), "soundtrack"), - (UniCase("blackshits"), "blacksmith"), - (UniCase("institutionnal"), "institutional"), - (UniCase("califonria"), "californian"), - (UniCase("templeos"), "temples"), - (UniCase("statisitcal"), "statistical"), - (UniCase("governemntal"), "governmental"), - (UniCase("caricaturise"), "caricature"), - (UniCase("autority"), "authority"), - (UniCase("annihalated"), "annihilated"), - (UniCase("pruchased"), "purchased"), - (UniCase("environmet"), "environments"), - (UniCase("confrontativo"), "confrontation"), - (UniCase("interveneing"), "intervening"), - (UniCase("egalitatian"), "egalitarian"), - (UniCase("prosterity"), "prosperity"), - (UniCase("procedrual"), "procedural"), - (UniCase("nmae"), "name"), - (UniCase("cavlary"), "cavalry"), - (UniCase("calibratin"), "calibration"), - (UniCase("adorbale"), "adorable"), - (UniCase("acutality"), "actuality"), - (UniCase("effecient"), "efficient"), - (UniCase("currenices"), "currencies"), - (UniCase("proclomation"), "proclamation"), - (UniCase("indireclty"), "indirectly"), - (UniCase("equivelance"), "equivalence"), - (UniCase("uninteresed"), "uninterested"), - (UniCase("tesitmony"), "testimony"), - (UniCase("adecuate"), "adequate"), - (UniCase("befreind"), "befriend"), - (UniCase("dimensinal"), "dimensional"), - (UniCase("hellvua"), "helluva"), - (UniCase("gosples"), "gospels"), - (UniCase("territorrial"), "territorial"), - (UniCase("cutsences"), "cutscenes"), - (UniCase("acheivments"), "achievements"), - (UniCase("requries"), "requires"), - (UniCase("constrants"), "constraints"), - (UniCase("microtransactional"), "microtransactions"), - (UniCase("palestiniens"), "palestinians"), - (UniCase("superouman"), "superhuman"), - (UniCase("destroyd"), "destroyed"), - (UniCase("expressivos"), "expressions"), - (UniCase("condamned"), "condemned"), - (UniCase("interpreteert"), "interpreter"), - (UniCase("disastroso"), "disastrous"), - (UniCase("microtransacrions"), "microtransactions"), - (UniCase("privilegies"), "privilege"), - (UniCase("keybaord"), "keyboard"), - (UniCase("exectuable"), "executable"), - (UniCase("simeltaneous"), "simultaneous"), - (UniCase("pantomine"), "pantomime"), - (UniCase("transfored"), "transformed"), - (UniCase("corolloa"), "corolla"), - (UniCase("ugprades"), "upgrades"), - (UniCase("powderade"), "powdered"), - (UniCase("remodelled"), "remodeled"), - (UniCase("electromagnetc"), "electromagnetic"), - (UniCase("objectivy"), "objectivity"), - (UniCase("assasined"), "assassinated"), - (UniCase("caprenter"), "carpenter"), - (UniCase("councilos"), "councils"), - (UniCase("meditaiton"), "meditation"), - (UniCase("practives"), "practise"), - (UniCase("fertizilers"), "fertilizer"), - (UniCase("anaylsis"), "analysis"), - (UniCase("reveald"), "revealed"), - (UniCase("intellegently"), "intelligently"), - (UniCase("whsipering"), "whispering"), - (UniCase("entertainig"), "entertaining"), - (UniCase("exploitaion"), "exploitation"), - (UniCase("survivied"), "survived"), - (UniCase("journalistes"), "journalists"), - (UniCase("percantages"), "percentages"), - (UniCase("referene"), "referee"), - (UniCase("eyesahdow"), "eyeshadow"), - (UniCase("dipolma"), "diploma"), - (UniCase("compulsing"), "compulsion"), - (UniCase("enlightining"), "enlightening"), - (UniCase("contempory"), "contemporary"), - (UniCase("representationen"), "representations"), - (UniCase("inofficial"), "unofficial"), - (UniCase("minsitry"), "ministry"), - (UniCase("encyclopadia"), "encyclopedia"), - (UniCase("scandalises"), "scandalizes"), - (UniCase("licenced"), "licensed"), - (UniCase("saddends"), "saddens"), - (UniCase("radiocative"), "radioactive"), - (UniCase("psysiological"), "physiological"), - (UniCase("pantehon"), "pantheon"), - (UniCase("infrastrukture"), "infrastructure"), - (UniCase("inheretance"), "inheritance"), - (UniCase("konws"), "knows"), - (UniCase("dael"), "deal"), - (UniCase("factorising"), "factorizing"), - (UniCase("paradim"), "paradigm"), - (UniCase("electromegnetic"), "electromagnetic"), - (UniCase("formidabel"), "formidable"), - (UniCase("organes"), "organise"), - (UniCase("encrpyt"), "encrypt"), - (UniCase("corinthiens"), "corinthians"), - (UniCase("expensable"), "expendable"), - (UniCase("strechted"), "stretched"), - (UniCase("smaples"), "samples"), - (UniCase("tempels"), "temples"), - (UniCase("kindergarden"), "kindergarten"), - (UniCase("microwae"), "microwaves"), - (UniCase("classifides"), "classified"), - (UniCase("playtrhough"), "playthrough"), - (UniCase("premuim"), "premium"), - (UniCase("epliogue"), "epilogue"), - (UniCase("unfortunatly"), "unfortunately"), - (UniCase("releagtion"), "relegation"), - (UniCase("pitchforcks"), "pitchforks"), - (UniCase("jospeh"), "joseph"), - (UniCase("siblins"), "siblings"), - (UniCase("influencian"), "influencing"), - (UniCase("ninties"), "1990s"), - (UniCase("populairty"), "popularity"), - (UniCase("princeses"), "princess"), - (UniCase("perpitrator"), "perpetrator"), - (UniCase("weaselling"), "weaseling"), - (UniCase("initmate"), "intimate"), - (UniCase("circut"), "circuit"), - (UniCase("multipleies"), "multiples"), - (UniCase("commuincate"), "communicated"), - (UniCase("corinthins"), "corinthians"), - (UniCase("ammount"), "amount"), - (UniCase("experimantation"), "experimentation"), - (UniCase("foudn"), "found"), - (UniCase("authenticy"), "authenticity"), - (UniCase("possition"), "position"), - (UniCase("fluorish"), "flourish"), - (UniCase("patrairchy"), "patriarchy"), - (UniCase("mediveal"), "medieval"), - (UniCase("goilath"), "goliath"), - (UniCase("playtgroughs"), "playthroughs"), - (UniCase("fraternaty"), "fraternity"), - (UniCase("beautyfully"), "beautifully"), - (UniCase("biginning"), "beginning"), - (UniCase("hexidecimal"), "hexadecimal"), - (UniCase("deliberetly"), "deliberately"), - (UniCase("prohibitng"), "prohibiting"), - (UniCase("representetives"), "representatives"), - (UniCase("sacrifaces"), "sacrifices"), - (UniCase("resovle"), "resolve"), - (UniCase("rebuildt"), "rebuilt"), - (UniCase("unsusbcribed"), "unsubscribed"), - (UniCase("illegitmate"), "illegitimate"), - (UniCase("homoeopathic"), "homeopathic"), - (UniCase("transsexal"), "transsexual"), - (UniCase("familierize"), "familiarize"), - (UniCase("hallcuinations"), "hallucination"), - (UniCase("apologising"), "apologizing"), - (UniCase("condolonces"), "condolences"), - (UniCase("involunary"), "involuntary"), - (UniCase("discreddit"), "discredited"), - (UniCase("backrgound"), "backgrounds"), - (UniCase("propperly"), "properly"), - (UniCase("noticiably"), "noticeably"), - (UniCase("alotted"), "allotted"), - (UniCase("medicins"), "medicines"), - (UniCase("streaching"), "stretching"), - (UniCase("alternativley"), "alternatively"), - (UniCase("runing"), "running"), - (UniCase("definityl"), "definitly"), - (UniCase("canadias"), "canadians"), - (UniCase("pretendias"), "pretends"), - (UniCase("nieghborhoods"), "neighborhoods"), - (UniCase("retrobution"), "retribution"), - (UniCase("scandalosa"), "scandals"), - (UniCase("whant"), "want"), - (UniCase("bangladash"), "bangladesh"), - (UniCase("modificatons"), "modifications"), - (UniCase("emergencias"), "emergencies"), - (UniCase("lesbianest"), "lesbians"), - (UniCase("electrisity"), "electricity"), - (UniCase("verbalise"), "verbalize"), - (UniCase("accomadated"), "accommodated"), - (UniCase("represantatives"), "representatives"), - (UniCase("schizophrentic"), "schizophrenic"), - (UniCase("conculsion"), "conclusion"), - (UniCase("tolkein"), "tolkien"), - (UniCase("glorios"), "glorious"), - (UniCase("auctionrs"), "auctions"), - (UniCase("exersicing"), "exercising"), - (UniCase("fundamentalistas"), "fundamentalists"), - (UniCase("relatinoship"), "relationships"), - (UniCase("discrouage"), "discourages"), - (UniCase("connecties"), "connects"), - (UniCase("penguiness"), "penguins"), - (UniCase("expidentures"), "expenditures"), - (UniCase("reinitalized"), "reinitialized"), - (UniCase("hypocrties"), "hypocrites"), - (UniCase("institutionel"), "institutional"), - (UniCase("exhibtion"), "exhibition"), - (UniCase("moisterizing"), "moisturizing"), - (UniCase("schiziphrenic"), "schizophrenic"), - (UniCase("asteroides"), "asteroids"), - (UniCase("probabiliste"), "probabilities"), - (UniCase("intolorence"), "intolerance"), - (UniCase("positiong"), "positioning"), - (UniCase("hothsot"), "hotshot"), - (UniCase("squareds"), "squares"), - (UniCase("doccuments"), "documents"), - (UniCase("maintainig"), "maintaining"), - (UniCase("barsita"), "barista"), - (UniCase("encription"), "encryption"), - (UniCase("godspede"), "godspeed"), - (UniCase("equalise"), "equalize"), - (UniCase("encounteres"), "encounters"), - (UniCase("lightheated"), "lighthearted"), - (UniCase("programmmed"), "programme"), - (UniCase("amendmants"), "amendments"), - (UniCase("distributino"), "distributions"), - (UniCase("desgined"), "designed"), - (UniCase("comperhend"), "comprehend"), - (UniCase("initalese"), "initialese"), - (UniCase("simplifing"), "simplifying"), - (UniCase("differentitation"), "differentiation"), - (UniCase("beleifs"), "beliefs"), - (UniCase("promsicuous"), "promiscuous"), - (UniCase("incorparate"), "incorporate"), - (UniCase("atmoshpere"), "atmosphere"), - (UniCase("perfers"), "prefers"), - (UniCase("presentato"), "presentation"), - (UniCase("problemita"), "problematic"), - (UniCase("wonderwand"), "wonderland"), - (UniCase("superme"), "supreme"), - (UniCase("distributio"), "distributor"), - (UniCase("techiniques"), "techniques"), - (UniCase("prodecural"), "procedural"), - (UniCase("perpandicular"), "perpendicular"), - (UniCase("bankgok"), "bangkok"), - (UniCase("philospohical"), "philosophical"), - (UniCase("libitarianisn"), "libertarianism"), - (UniCase("manufacuters"), "manufactures"), - (UniCase("sympathyzers"), "sympathizers"), - (UniCase("infiltrerat"), "infiltrate"), - (UniCase("psycholigist"), "psychologist"), - (UniCase("deparmental"), "departmental"), - (UniCase("enlightended"), "enlightened"), - (UniCase("gravitaitonal"), "gravitational"), - (UniCase("unsustainble"), "unsustainable"), - (UniCase("effortlesly"), "effortlessly"), - (UniCase("catastrophie"), "catastrophe"), - (UniCase("evalutaion"), "evaluation"), - (UniCase("theroetically"), "theoretically"), - (UniCase("infiltrar"), "infiltrator"), - (UniCase("interveign"), "intervening"), - (UniCase("projecticles"), "projectiles"), - (UniCase("gloiath"), "goliath"), - (UniCase("methodoligy"), "methodology"), - (UniCase("sexaulized"), "sexualized"), - (UniCase("duailty"), "duality"), - (UniCase("symbolising"), "symbolizing"), - (UniCase("reserachers"), "researchers"), - (UniCase("electrocytes"), "electrolytes"), - (UniCase("batistia"), "batista"), - (UniCase("indonistan"), "indonesian"), - (UniCase("chronologicly"), "chronological"), - (UniCase("intolerence"), "intolerance"), - (UniCase("desorder"), "disorder"), - (UniCase("discresion"), "discretion"), - (UniCase("architectuur"), "architecture"), - (UniCase("maximising"), "maximizing"), - (UniCase("ficticious"), "fictitious"), - (UniCase("presumptuious"), "presumptuous"), - (UniCase("rewatchign"), "rewatching"), - (UniCase("somethiung"), "somethin"), - (UniCase("propulstion"), "propulsion"), - (UniCase("tentacels"), "tentacles"), - (UniCase("subconcsious"), "subconscious"), - (UniCase("moratlity"), "mortality"), - (UniCase("wendesdays"), "wednesdays"), - (UniCase("westernise"), "westernize"), - (UniCase("addional"), "additional"), - (UniCase("valentinas"), "valentines"), - (UniCase("schziophrenic"), "schizophrenic"), - (UniCase("alwyas"), "always"), - (UniCase("impliment"), "implement"), - (UniCase("petetion"), "petition"), - (UniCase("stancers"), "stances"), - (UniCase("interactons"), "interacts"), - (UniCase("accerelate"), "accelerated"), - (UniCase("deplyoment"), "deployment"), - (UniCase("symboles"), "symbols"), - (UniCase("terminatorn"), "termination"), - (UniCase("negociation"), "negotiation"), - (UniCase("starteld"), "startled"), - (UniCase("cerimonial"), "ceremonial"), - (UniCase("ulterioara"), "ulterior"), - (UniCase("indepenent"), "independent"), - (UniCase("expolding"), "exploding"), - (UniCase("efficieny"), "efficiency"), - (UniCase("foreignors"), "foreigners"), - (UniCase("unresponisve"), "unresponsive"), - (UniCase("brtually"), "brutally"), - (UniCase("agruments"), "arguments"), - (UniCase("mundande"), "mundane"), - (UniCase("pretensive"), "pretense"), - (UniCase("anglicised"), "anglicized"), - (UniCase("unavailble"), "unavailable"), - (UniCase("hoenstly"), "honestly"), - (UniCase("visibily"), "visibility"), - (UniCase("unacompanied"), "unaccompanied"), - (UniCase("murdererous"), "murderers"), - (UniCase("elementery"), "elementary"), - (UniCase("trasngendered"), "transgendered"), - (UniCase("literatute"), "literate"), - (UniCase("remenant"), "remnant"), - (UniCase("littlefinder"), "littlefinger"), - (UniCase("revelling"), "reveling"), - (UniCase("prugatory"), "purgatory"), - (UniCase("pharamcist"), "pharmacist"), - (UniCase("knowledgabe"), "knowledgable"), - (UniCase("nationalistische"), "nationalistic"), - (UniCase("procedurile"), "procedure"), - (UniCase("inconveniente"), "inconvenience"), - (UniCase("gigantisch"), "gigantic"), - (UniCase("armenina"), "armenian"), - (UniCase("compulstion"), "compulsion"), - (UniCase("authoritorian"), "authoritarian"), - (UniCase("saskatchewinian"), "saskatchewan"), - (UniCase("trasnported"), "transported"), - (UniCase("promiscuious"), "promiscuous"), - (UniCase("inaccuricies"), "inaccuracies"), - (UniCase("compramise"), "compromise"), - (UniCase("pepperment"), "peppermint"), - (UniCase("priveledges"), "privileges"), - (UniCase("accountabillity"), "accountability"), - (UniCase("unknowinly"), "unknowingly"), - (UniCase("accuratelly"), "accurately"), - (UniCase("counterbat"), "counteract"), - (UniCase("protostant"), "protestant"), - (UniCase("definitlly"), "definitly"), - (UniCase("unbeknowst"), "unbeknownst"), - (UniCase("explioting"), "exploiting"), - (UniCase("competenet"), "competence"), - (UniCase("perpendicualr"), "perpendicular"), - (UniCase("acquantiances"), "acquaintances"), - (UniCase("disadvantge"), "disadvantage"), - (UniCase("blackbery"), "blackberry"), - (UniCase("contraceptivo"), "contraception"), - (UniCase("conslutant"), "consultant"), - (UniCase("neighbrohood"), "neighborhoods"), - (UniCase("judasim"), "judaism"), - (UniCase("southampon"), "southampton"), - (UniCase("exterme"), "extreme"), - (UniCase("uncomfertably"), "uncomfortably"), - (UniCase("abnormalty"), "abnormally"), - (UniCase("sufficent"), "sufficient"), - (UniCase("criticisim"), "criticism"), - (UniCase("resapwn"), "respawn"), - (UniCase("phonemena"), "phenomena"), - (UniCase("ruslted"), "rustled"), - (UniCase("origintea"), "originate"), - (UniCase("produktions"), "productions"), - (UniCase("feasable"), "feasible"), - (UniCase("juggernuat"), "juggernaut"), - (UniCase("campagins"), "campaigns"), - (UniCase("alingment"), "alignment"), - (UniCase("unappropriate"), "inappropriate"), - (UniCase("ministerns"), "ministers"), - (UniCase("narcississtic"), "narcissistic"), - (UniCase("nurtitional"), "nutritional"), - (UniCase("mexicanese"), "mexicans"), - (UniCase("ocassionaly"), "occasionally"), - (UniCase("empathise"), "empathize"), - (UniCase("absolutly"), "absolutely"), - (UniCase("distribuiton"), "distributions"), - (UniCase("sketpic"), "skeptic"), - (UniCase("inefficiant"), "inefficient"), - (UniCase("escapse"), "escapes"), - (UniCase("napolen"), "napoleon"), - (UniCase("initalling"), "initialling"), - (UniCase("proteinas"), "proteins"), - (UniCase("pscyhotic"), "psychotic"), - (UniCase("contributo"), "contribution"), - (UniCase("penguines"), "penguins"), - (UniCase("fortitue"), "fortitude"), - (UniCase("allready"), "already"), - (UniCase("hurricances"), "hurricanes"), - (UniCase("consecuentes"), "consequences"), - (UniCase("experimentating"), "experimentation"), - (UniCase("audiobookas"), "audiobooks"), - (UniCase("honourable"), "honorable"), - (UniCase("generalbs"), "generals"), - (UniCase("achievemint"), "achievement"), - (UniCase("techinque"), "technique"), - (UniCase("questionne"), "questioned"), - (UniCase("triangels"), "triangles"), - (UniCase("simmilar"), "similar"), - (UniCase("esporst"), "esports"), - (UniCase("swearshirt"), "sweatshirt"), - (UniCase("electrocity"), "electricity"), - (UniCase("anectodes"), "anecdotes"), - (UniCase("sytrofoam"), "styrofoam"), - (UniCase("capitalizaiton"), "capitalization"), - (UniCase("suspicioso"), "suspicions"), - (UniCase("temepratures"), "temperatures"), - (UniCase("invaulable"), "invaluable"), - (UniCase("ideolagies"), "ideologies"), - (UniCase("thrusday"), "thursday"), - (UniCase("definitlely"), "definitly"), - (UniCase("sacraficed"), "sacrificed"), - (UniCase("trustowrthy"), "trustworthy"), - (UniCase("seperator"), "separator"), - (UniCase("controversal"), "controversial"), - (UniCase("scepticism"), "skepticism"), - (UniCase("skwyard"), "skyward"), - (UniCase("therapuetic"), "therapeutic"), - (UniCase("impossibley"), "impossibly"), - (UniCase("ecstacys"), "ecstasy"), - (UniCase("throught"), "thought"), - (UniCase("dramatisations"), "dramatizations"), - (UniCase("coordenated"), "coordinated"), - (UniCase("methaporical"), "metaphorical"), - (UniCase("voluntarilly"), "voluntarily"), - (UniCase("spontaenously"), "spontaneously"), - (UniCase("ocasionaly"), "occasionally"), - (UniCase("alievating"), "alienating"), - (UniCase("througout"), "throughout"), - (UniCase("withrdawal"), "withdrawals"), - (UniCase("aluminimum"), "aluminum"), - (UniCase("fascianted"), "fascinated"), - (UniCase("masturbae"), "masturbated"), - (UniCase("reproduciton"), "reproduction"), - (UniCase("bioligical"), "biological"), - (UniCase("lawernce"), "lawrence"), - (UniCase("existencial"), "existential"), - (UniCase("immidately"), "immediately"), - (UniCase("hyperoble"), "hyperbole"), - (UniCase("turltes"), "turtles"), - (UniCase("garflied"), "garfield"), - (UniCase("unusuable"), "unusable"), - (UniCase("electroman"), "electron"), - (UniCase("benovelent"), "benevolent"), - (UniCase("hinduisim"), "hinduism"), - (UniCase("simplificacion"), "simplification"), - (UniCase("asnwers"), "answers"), - (UniCase("boyfirends"), "boyfriends"), - (UniCase("nashvile"), "nashville"), - (UniCase("exerciseing"), "exercising"), - (UniCase("extemporises"), "extemporizes"), - (UniCase("forsane"), "forsaken"), - (UniCase("diea"), "idea"), - (UniCase("moisutrizing"), "moisturizing"), - (UniCase("unconsciouly"), "unconsciously"), - (UniCase("definstely"), "definately"), - (UniCase("christinaity"), "christianity"), - (UniCase("uncommited"), "uncommitted"), - (UniCase("independet"), "independent"), - (UniCase("destory"), "destroy"), - (UniCase("handwritting"), "handwriting"), - (UniCase("espinoage"), "espionage"), - (UniCase("paleolitic"), "paleolithic"), - (UniCase("preipheral"), "peripheral"), - (UniCase("dishevelled"), "disheveled"), - (UniCase("gernades"), "grenades"), - (UniCase("perputuates"), "perpetuates"), - (UniCase("suppresssor"), "suppressor"), - (UniCase("hertzs"), "hertz"), - (UniCase("russina"), "russian"), - (UniCase("electivre"), "elective"), - (UniCase("recgonise"), "recognise"), - (UniCase("responsibilties"), "responsibilities"), - (UniCase("miserabel"), "miserable"), - (UniCase("contraversy"), "controversy"), - (UniCase("amrenian"), "armenian"), - (UniCase("extrordinarily"), "extraordinarily"), - (UniCase("consern"), "concern"), - (UniCase("fundamnetal"), "fundamentals"), - (UniCase("configruation"), "configurations"), - (UniCase("misygonistic"), "misogynistic"), - (UniCase("agonstic"), "agnostic"), - (UniCase("borke"), "broke"), - (UniCase("republicanas"), "republicans"), - (UniCase("effectivelly"), "effectively"), - (UniCase("introducted"), "introduced"), - (UniCase("manifestas"), "manifests"), - (UniCase("acknoweldgement"), "acknowledgement"), - (UniCase("derogitory"), "derogatory"), - (UniCase("protectron"), "protection"), - (UniCase("safty"), "safety"), - (UniCase("unwirtten"), "unwritten"), - (UniCase("canrage"), "carnage"), - (UniCase("inseperable"), "inseparable"), - (UniCase("srirachra"), "sriracha"), - (UniCase("cheeots"), "cheetos"), - (UniCase("intellecutals"), "intellectuals"), - (UniCase("jeresys"), "jerseys"), - (UniCase("administored"), "administer"), - (UniCase("torrentting"), "torrenting"), - (UniCase("exagerrated"), "exaggerated"), - (UniCase("expanssion"), "expansions"), - (UniCase("contaminaton"), "contamination"), - (UniCase("dimaond"), "diamond"), - (UniCase("incidentaly"), "incidentally"), - (UniCase("sympathises"), "sympathizes"), - (UniCase("compatability"), "compatibility"), - (UniCase("busniessmen"), "businessmen"), - (UniCase("ordinarly"), "ordinary"), - (UniCase("schyzophrenic"), "schizophrenic"), - (UniCase("doomsdaily"), "doomsday"), - (UniCase("predesessor"), "predecessors"), - (UniCase("testomony"), "testimony"), - (UniCase("flordia"), "florida"), - (UniCase("internetors"), "internets"), - (UniCase("refelction"), "reflection"), - (UniCase("customizaton"), "customization"), - (UniCase("pinancle"), "pinnacle"), - (UniCase("performane"), "performances"), - (UniCase("definitelly"), "definitely"), - (UniCase("multiplyed"), "multiplied"), - (UniCase("stealthboy"), "stealthy"), - (UniCase("decribe"), "describe"), - (UniCase("physiqe"), "physique"), - (UniCase("inlcuding"), "including"), - (UniCase("commonweatlh"), "commonwealth"), - (UniCase("ridicilously"), "ridiculously"), - (UniCase("adaquetely"), "adequately"), - (UniCase("critisice"), "criticise"), - (UniCase("relatiation"), "retaliation"), - (UniCase("astronuats"), "astronauts"), - (UniCase("transformus"), "transforms"), - (UniCase("inspried"), "inspired"), - (UniCase("coordiantes"), "coordinates"), - (UniCase("expierence"), "experience"), - (UniCase("behoves"), "behooves"), - (UniCase("venegance"), "vengeance"), - (UniCase("sandiwches"), "sandwiches"), - (UniCase("itemising"), "itemizing"), - (UniCase("cacuasian"), "caucasian"), - (UniCase("octobear"), "october"), - (UniCase("invulnerble"), "invulnerable"), - (UniCase("philidalphia"), "philadelphia"), - (UniCase("eloquintly"), "eloquently"), - (UniCase("sargant"), "sergeant"), - (UniCase("partiel"), "particle"), - (UniCase("accidenty"), "accidently"), - (UniCase("shenanigens"), "shenanigans"), - (UniCase("consuments"), "consumes"), - (UniCase("couldnot"), "couldnt"), - (UniCase("demilitarise"), "demilitarize"), - (UniCase("linguitics"), "linguistic"), - (UniCase("techniqe"), "technique"), - (UniCase("hamburgaren"), "hamburger"), - (UniCase("abbrievation"), "abbreviation"), - (UniCase("participans"), "participants"), - (UniCase("comparission"), "comparisons"), - (UniCase("alternitives"), "alternatives"), - (UniCase("nautulis"), "nautilus"), - (UniCase("licencse"), "licence"), - (UniCase("reminsicent"), "reminiscent"), - (UniCase("cannobalism"), "cannibalism"), - (UniCase("adventrous"), "adventurous"), - (UniCase("guitarit"), "guitarist"), - (UniCase("oustider"), "outsider"), - (UniCase("specializate"), "specialize"), - (UniCase("synonynous"), "synonymous"), - (UniCase("specificaiton"), "specifications"), - (UniCase("submissies"), "submissive"), - (UniCase("cabients"), "cabinets"), - (UniCase("availabilty"), "availability"), - (UniCase("millenium"), "millennium"), - (UniCase("asterik"), "asterisk"), - (UniCase("frustraited"), "frustrated"), - (UniCase("forgotting"), "forgetting"), - (UniCase("representn"), "representing"), - (UniCase("belligirent"), "belligerent"), - (UniCase("penalised"), "penalized"), - (UniCase("challneger"), "challenger"), - (UniCase("mkae"), "make"), - (UniCase("liquidising"), "liquidizing"), - (UniCase("professionl"), "professionals"), - (UniCase("mulitple"), "multiple"), - (UniCase("recived"), "received"), - (UniCase("unresponsibe"), "unresponsive"), - (UniCase("bethedsa"), "bethesda"), - (UniCase("challengeing"), "challenging"), - (UniCase("inconsisteny"), "inconsistency"), - (UniCase("cancerus"), "cancers"), - (UniCase("loev"), "love"), - (UniCase("egyptain"), "egyptian"), - (UniCase("serbain"), "serbian"), - (UniCase("tournmanets"), "tournaments"), - (UniCase("preformance"), "performance"), - (UniCase("chroline"), "chlorine"), - (UniCase("corinthianos"), "corinthians"), - (UniCase("maletonin"), "melatonin"), - (UniCase("initalled"), "initialled"), - (UniCase("acheived"), "achieved"), - (UniCase("insiprational"), "inspirational"), - (UniCase("inctroduce"), "introduce"), - (UniCase("rightoues"), "righteous"), - (UniCase("assistents"), "assistants"), - (UniCase("spahgetti"), "spaghetti"), - (UniCase("introduktion"), "introduction"), - (UniCase("kontamination"), "contamination"), - (UniCase("bouldore"), "boulder"), - (UniCase("verticallity"), "vertically"), - (UniCase("trustwothy"), "trustworthy"), - (UniCase("definitin"), "definitions"), - (UniCase("suprizing"), "surprising"), - (UniCase("afganhistan"), "afghanistan"), - (UniCase("cashieer"), "cashier"), - (UniCase("sebrian"), "serbian"), - (UniCase("fullfilled"), "fulfilled"), - (UniCase("arispace"), "airspace"), - (UniCase("intimidiate"), "intimidate"), - (UniCase("underdong"), "underdog"), - (UniCase("administratiors"), "administrators"), - (UniCase("scoll"), "scroll"), - (UniCase("propertions"), "proportions"), - (UniCase("shoudlnt"), "shouldnt"), - (UniCase("bioligically"), "biologically"), - (UniCase("snadwiches"), "sandwiches"), - (UniCase("monopolly"), "monopoly"), - (UniCase("acutally"), "actually"), - (UniCase("mercineries"), "mercenaries"), - (UniCase("fundamentais"), "fundamentals"), - (UniCase("photograpphed"), "photographed"), - (UniCase("versitlity"), "versatility"), - (UniCase("battlefeild"), "battlefield"), - (UniCase("totalitaran"), "totalitarian"), - (UniCase("innvoation"), "innovation"), - (UniCase("efficency"), "efficiency"), - (UniCase("newcaste"), "newcastle"), - (UniCase("presenning"), "presenting"), - (UniCase("analysens"), "analyses"), - (UniCase("accumilate"), "accumulate"), - (UniCase("transformarem"), "transformer"), - (UniCase("extraterrestials"), "extraterrestrials"), - (UniCase("straightforeward"), "straightforward"), - (UniCase("settelment"), "settlement"), - (UniCase("knwoledgable"), "knowledgable"), - (UniCase("aggraveted"), "aggravated"), - (UniCase("crabine"), "carbine"), - (UniCase("reuasble"), "reusable"), - (UniCase("sucesses"), "successes"), - (UniCase("optimizacion"), "optimization"), - (UniCase("cheeseburguers"), "cheeseburgers"), - (UniCase("alternatie"), "alternatives"), - (UniCase("domesticted"), "domesticated"), - (UniCase("hedgehodge"), "hedgehog"), - (UniCase("incrediably"), "incredibly"), - (UniCase("amortises"), "amortizes"), - (UniCase("katemine"), "ketamine"), - (UniCase("marketting"), "marketing"), - (UniCase("imrpovements"), "improvements"), - (UniCase("grillig"), "grilling"), - (UniCase("appropriaton"), "appropriation"), - (UniCase("directorguy"), "directory"), - (UniCase("shenanegins"), "shenanigans"), - (UniCase("egyptains"), "egyptians"), - (UniCase("enviornments"), "environments"), - (UniCase("conglaturations"), "congratulations"), - (UniCase("lollipoopy"), "lollipop"), - (UniCase("repeast"), "repeats"), - (UniCase("mellinnium"), "millennium"), - (UniCase("regeneracion"), "regeneration"), - (UniCase("entrepeuner"), "entrepreneur"), - (UniCase("enthusiats"), "enthusiast"), - (UniCase("paliamentarian"), "parliamentarian"), - (UniCase("unsettleing"), "unsettling"), - (UniCase("motherboars"), "motherboards"), - (UniCase("accountat"), "accountants"), - (UniCase("propmted"), "prompted"), - (UniCase("concentrade"), "concentrated"), - (UniCase("canadains"), "canadians"), - (UniCase("psychopaat"), "psychopath"), - (UniCase("titainum"), "titanium"), - (UniCase("busrting"), "bursting"), - (UniCase("capitolization"), "capitalization"), - (UniCase("favouring"), "favoring"), - (UniCase("correctin"), "correction"), - (UniCase("unsubscrided"), "unsubscribed"), - (UniCase("handycapped"), "handicapped"), - (UniCase("tourisim"), "tourism"), - (UniCase("informarle"), "informal"), - (UniCase("ocraina"), "ocarina"), - (UniCase("labryinth"), "labyrinth"), - (UniCase("unresponsivness"), "unresponsive"), - (UniCase("refurbushed"), "refurbished"), - (UniCase("hopeleslly"), "hopelessly"), - (UniCase("migrantes"), "migrants"), - (UniCase("invitato"), "invitation"), - (UniCase("introdused"), "introduces"), - (UniCase("apporximately"), "approximately"), - (UniCase("australin"), "australians"), - (UniCase("narcissisitic"), "narcissistic"), - (UniCase("vechiles"), "vehicles"), - (UniCase("therien"), "therein"), - (UniCase("aetiology"), "etiology"), - (UniCase("balanceado"), "balanced"), - (UniCase("stremear"), "streamer"), - (UniCase("liekable"), "likeable"), - (UniCase("aborignial"), "aboriginal"), - (UniCase("horiztonal"), "horizontal"), - (UniCase("unproduktive"), "unproductive"), - (UniCase("metaphores"), "metaphors"), - (UniCase("boyfrients"), "boyfriends"), - (UniCase("inresting"), "inserting"), - (UniCase("remembee"), "remembered"), - (UniCase("hesistant"), "hesitant"), - (UniCase("manufacturors"), "manufacturers"), - (UniCase("clitories"), "clitoris"), - (UniCase("cellpading"), "cellpadding"), - (UniCase("robocoop"), "robocop"), - (UniCase("supressing"), "suppressing"), - (UniCase("interstelar"), "interstellar"), - (UniCase("prestegious"), "prestigious"), - (UniCase("entbook"), "netbook"), - (UniCase("diminishs"), "diminishes"), - (UniCase("ammended"), "amended"), - (UniCase("decalred"), "declared"), - (UniCase("polititians"), "politicians"), - (UniCase("retirase"), "retires"), - (UniCase("symptomps"), "symptoms"), - (UniCase("classrom"), "classroom"), - (UniCase("paraside"), "paradise"), - (UniCase("implicatia"), "implicit"), - (UniCase("ingenius"), "ingenious"), - (UniCase("cralwed"), "crawled"), - (UniCase("versatality"), "versatility"), - (UniCase("outskirst"), "outskirts"), - (UniCase("gaolers"), "jailers"), - (UniCase("introductiory"), "introductory"), - (UniCase("dermatologyst"), "dermatologist"), - (UniCase("nationalsits"), "nationalists"), - (UniCase("manufacutre"), "manufactures"), - (UniCase("structrual"), "structural"), - (UniCase("unconcsious"), "unconscious"), - (UniCase("portabel"), "portable"), - (UniCase("hellucinations"), "hallucinations"), - (UniCase("parallely"), "parallelly"), - (UniCase("manufacteurs"), "manufactures"), - (UniCase("uninstallled"), "uninstalled"), - (UniCase("mischevious"), "mischievous"), - (UniCase("bruning"), "burning"), - (UniCase("canceres"), "cancers"), - (UniCase("misogynisitc"), "misogynistic"), - (UniCase("expatriot"), "expatriate"), - (UniCase("constinually"), "continually"), - (UniCase("manipualtion"), "manipulation"), - (UniCase("assimilant"), "assimilate"), - (UniCase("instantaneoulsy"), "instantaneous"), - (UniCase("radicalising"), "radicalizing"), - (UniCase("continutiy"), "continuity"), - (UniCase("accessorising"), "accessorizing"), - (UniCase("contingient"), "contingent"), - (UniCase("costomization"), "customization"), - (UniCase("globaly"), "globally"), - (UniCase("roaylties"), "royalties"), - (UniCase("scaramento"), "sacramento"), - (UniCase("requried"), "required"), - (UniCase("archeaologists"), "archeologists"), - (UniCase("academicaly"), "academically"), - (UniCase("congrigation"), "congregation"), - (UniCase("neverhteless"), "nevertheless"), - (UniCase("sensitivty"), "sensitivity"), - (UniCase("tramendously"), "tremendously"), - (UniCase("homogeneized"), "homogenized"), - (UniCase("conceted"), "concede"), - (UniCase("offence"), "offense"), - (UniCase("mdifielders"), "midfielders"), - (UniCase("manuevers"), "maneuvers"), - (UniCase("cyandie"), "cyanide"), - (UniCase("independets"), "independents"), - (UniCase("immideately"), "immediately"), - (UniCase("acknowiedged"), "acknowledged"), - (UniCase("swithcing"), "switching"), - (UniCase("interfears"), "interferes"), - (UniCase("perfroms"), "performs"), - (UniCase("invalidade"), "invalidate"), - (UniCase("happenend"), "happened"), - (UniCase("babysittter"), "babysitter"), - (UniCase("circularise"), "circularize"), - (UniCase("contingincy"), "contingency"), - (UniCase("thumbmails"), "thumbnails"), - (UniCase("abosrption"), "absorption"), - (UniCase("hyponsis"), "hypnosis"), - (UniCase("chocolatie"), "chocolates"), - (UniCase("counsellng"), "counselling"), - (UniCase("virutally"), "virtually"), - (UniCase("demoloshed"), "demolished"), - (UniCase("capitlaism"), "capitalism"), - (UniCase("anihilation"), "annihilation"), - (UniCase("presidencey"), "presidency"), - (UniCase("neighbourbood"), "neighbourhood"), - (UniCase("trampolene"), "trampoline"), - (UniCase("captialism"), "capitalism"), - (UniCase("customises"), "customizes"), - (UniCase("intellecutal"), "intellectual"), - (UniCase("chrisitanity"), "christianity"), - (UniCase("beleive"), "believe"), - (UniCase("electroyltes"), "electrolytes"), - (UniCase("succesfully"), "successfully"), - (UniCase("apostels"), "apostles"), - (UniCase("chimeny"), "chimney"), - (UniCase("conservies"), "conserve"), - (UniCase("recided"), "resided"), - (UniCase("proportionalty"), "proportionally"), - (UniCase("unfavourable"), "unfavorable"), - (UniCase("conceptualises"), "conceptualizes"), - (UniCase("suspiciois"), "suspicions"), - (UniCase("musculair"), "muscular"), - (UniCase("illegitimt"), "illegitimate"), - (UniCase("ostrocized"), "ostracized"), - (UniCase("fertilzier"), "fertilizer"), - (UniCase("patriachry"), "patriarchy"), - (UniCase("colleciton"), "collection"), - (UniCase("confidentuality"), "confidential"), - (UniCase("disgrunteld"), "disgruntled"), - (UniCase("falshes"), "flashes"), - (UniCase("fondamentalists"), "fundamentalists"), - (UniCase("dependends"), "depended"), - (UniCase("transaltes"), "translates"), - (UniCase("concesions"), "concession"), - (UniCase("countercat"), "counteract"), - (UniCase("mastubration"), "masturbation"), - (UniCase("resistable"), "resistible"), - (UniCase("vizualization"), "visualization"), - (UniCase("lighthning"), "lightening"), - (UniCase("alternetly"), "alternately"), - (UniCase("youngents"), "youngest"), - (UniCase("cancuks"), "canucks"), - (UniCase("convienently"), "conveniently"), - (UniCase("businesman"), "businessman"), - (UniCase("gradification"), "gratification"), - (UniCase("grpahical"), "graphical"), - (UniCase("capsulse"), "capsules"), - (UniCase("nieghborhood"), "neighborhood"), - (UniCase("portfoilo"), "portfolio"), - (UniCase("symetrical"), "symmetrical"), - (UniCase("circumstansial"), "circumstantial"), - (UniCase("performancetest"), "performances"), - (UniCase("slowy"), "slowly"), - (UniCase("contientous"), "contentious"), - (UniCase("stretchs"), "stretches"), - (UniCase("picthfork"), "pitchfork"), - (UniCase("believs"), "believes"), - (UniCase("achiveing"), "achieving"), - (UniCase("alledge"), "allege"), - (UniCase("oversimplifaction"), "oversimplification"), - (UniCase("unfamilliar"), "unfamiliar"), - (UniCase("boundaires"), "boundaries"), - (UniCase("documentare"), "documentaries"), - (UniCase("organim"), "organism"), - (UniCase("aeroplanes"), "airplanes"), - (UniCase("unsucessful"), "unsuccessful"), - (UniCase("existance"), "existence"), - (UniCase("copengagen"), "copenhagen"), - (UniCase("lifestlye"), "lifestyle"), - (UniCase("microcentres"), "microcenter"), - (UniCase("concenting"), "connecting"), - (UniCase("governemnts"), "governments"), - (UniCase("destributors"), "distributors"), - (UniCase("suggeste"), "suggestive"), - (UniCase("psycothic"), "psychotic"), - (UniCase("prosecutie"), "prosecuted"), - (UniCase("colonozation"), "colonization"), - (UniCase("unenployment"), "unemployment"), - (UniCase("exchanching"), "exchanging"), - (UniCase("credintials"), "credentials"), - (UniCase("kittiens"), "kitties"), - (UniCase("launchign"), "launching"), - (UniCase("convine"), "convince"), - (UniCase("sastifying"), "satisfying"), - (UniCase("maylasia"), "malaysia"), - (UniCase("ocassionally"), "occasionally"), - (UniCase("gltiched"), "glitched"), - (UniCase("parachutte"), "parachute"), - (UniCase("tempreatures"), "temperatures"), - (UniCase("expressley"), "expressly"), - (UniCase("nostalgica"), "nostalgia"), - (UniCase("contextualising"), "contextualizing"), - (UniCase("miniscue"), "miniscule"), - (UniCase("fisionable"), "fissionable"), - (UniCase("intergal"), "integral"), - (UniCase("birdamn"), "birdman"), - (UniCase("positionne"), "positioned"), - (UniCase("supremacits"), "supremacist"), - (UniCase("individuati"), "individuality"), - (UniCase("enviroments"), "environments"), - (UniCase("impactes"), "impacts"), - (UniCase("dependencie"), "dependence"), - (UniCase("frightenend"), "frightened"), - (UniCase("commemerative"), "commemorative"), - (UniCase("vulgarisation"), "vulgarization"), - (UniCase("abdomnial"), "abdominal"), - (UniCase("eliminaton"), "elimination"), - (UniCase("obersvers"), "observers"), - (UniCase("whisltes"), "whistles"), - (UniCase("philosphies"), "philosophies"), - (UniCase("twon"), "town"), - (UniCase("arithmitic"), "arithmetic"), - (UniCase("interruptors"), "interrupts"), - (UniCase("metabolise"), "metabolize"), - (UniCase("referencs"), "references"), - (UniCase("vertabim"), "verbatim"), - (UniCase("advantadges"), "advantages"), - (UniCase("carmtan"), "cartman"), - (UniCase("hienous"), "heinous"), - (UniCase("informatiei"), "informative"), - (UniCase("hurrycanes"), "hurricanes"), - (UniCase("cencus"), "census"), - (UniCase("equitorial"), "equatorial"), - (UniCase("urkaine"), "ukraine"), - (UniCase("benedicat"), "benedict"), - (UniCase("leveller"), "leveler"), - (UniCase("contorller"), "controllers"), - (UniCase("sixtin"), "sistine"), - (UniCase("visualisations"), "visualizations"), - (UniCase("abanonded"), "abandoned"), - (UniCase("pericing"), "piercing"), - (UniCase("audbile"), "audible"), - (UniCase("squishey"), "squishy"), - (UniCase("desginated"), "designated"), - (UniCase("propserity"), "prosperity"), - (UniCase("drfiting"), "drifting"), - (UniCase("headahces"), "headaches"), - (UniCase("responisbly"), "responsibly"), - (UniCase("delibirate"), "deliberate"), - (UniCase("criticiszing"), "criticising"), - (UniCase("supplamented"), "supplemented"), - (UniCase("crutchs"), "crutches"), - (UniCase("motherbaord"), "motherboard"), - (UniCase("fullfiling"), "fulfilling"), - (UniCase("glichtes"), "glitches"), - (UniCase("carange"), "carnage"), - (UniCase("irriversible"), "irreversible"), - (UniCase("championshp"), "championship"), - (UniCase("neighbourghs"), "neighbours"), - (UniCase("enchantmets"), "enchantments"), - (UniCase("armstrog"), "armstrong"), - (UniCase("californinan"), "californian"), - (UniCase("webistes"), "websites"), - (UniCase("propagandised"), "propagandized"), - (UniCase("indefinetely"), "indefinitely"), - (UniCase("counterpats"), "counterparts"), - (UniCase("imigrated"), "emigrated"), - (UniCase("peronal"), "personal"), - (UniCase("concurrant"), "concurrent"), - (UniCase("complimation"), "complication"), - (UniCase("legitimetly"), "legitimately"), - (UniCase("familes"), "families"), - (UniCase("maintenace"), "maintenance"), - (UniCase("consturcted"), "constructed"), - (UniCase("confussion"), "confession"), - (UniCase("sandalls"), "sandals"), - (UniCase("excellant"), "excellent"), - (UniCase("vunlerability"), "vulnerability"), - (UniCase("associaties"), "associates"), - (UniCase("bulgariska"), "bulgaria"), - (UniCase("complety"), "completely"), - (UniCase("schizophrena"), "schizophrenia"), - (UniCase("equivalance"), "equivalence"), - (UniCase("firefighers"), "firefighters"), - (UniCase("instructons"), "instructors"), - (UniCase("hdinsight"), "hindsight"), - (UniCase("legitemately"), "legitimately"), - (UniCase("repleacable"), "replaceable"), - (UniCase("groudnbreaking"), "groundbreaking"), - (UniCase("foetal"), "fetal"), - (UniCase("gunstinger"), "gunslinger"), - (UniCase("minipulating"), "manipulating"), - (UniCase("natioanlists"), "nationalists"), - (UniCase("arbitraion"), "arbitration"), - (UniCase("endeavours"), "endeavors"), - (UniCase("ghettoised"), "ghettoized"), - (UniCase("excerises"), "exercises"), - (UniCase("retailation"), "retaliation"), - (UniCase("immobilises"), "immobilizes"), - (UniCase("appearence"), "appearance"), - (UniCase("corregated"), "correlated"), - (UniCase("frustrato"), "frustration"), - (UniCase("satisfcation"), "satisfaction"), - (UniCase("subconscous"), "subconscious"), - (UniCase("arrestos"), "arrests"), - (UniCase("termiantor"), "terminator"), - (UniCase("vegaterians"), "vegetarians"), - (UniCase("instruktion"), "instruction"), - (UniCase("improvished"), "improvised"), - (UniCase("materialised"), "materialized"), - (UniCase("brainwahsed"), "brainwashed"), - (UniCase("lispticks"), "lipsticks"), - (UniCase("unaviodable"), "unavoidable"), - (UniCase("provincie"), "province"), - (UniCase("whisperd"), "whispered"), - (UniCase("commisioned"), "commissioned"), - (UniCase("netwroking"), "networking"), - (UniCase("marshmalllows"), "marshmallows"), - (UniCase("nationalisations"), "nationalizations"), - (UniCase("prostituion"), "prostitution"), - (UniCase("mulitverse"), "multiverse"), - (UniCase("antisipate"), "anticipate"), - (UniCase("adventuous"), "adventurous"), - (UniCase("connetations"), "connotations"), - (UniCase("teenages"), "teenagers"), - (UniCase("exorbatent"), "exorbitant"), - (UniCase("scrpits"), "scripts"), - (UniCase("appreicated"), "appreciated"), - (UniCase("schoalrs"), "scholars"), - (UniCase("socioligical"), "sociological"), - (UniCase("conservato"), "conservation"), - (UniCase("hypnotising"), "hypnotizing"), - (UniCase("satirised"), "satirized"), - (UniCase("mosntrosity"), "monstrosity"), - (UniCase("undersetimated"), "underestimated"), - (UniCase("fransiscans"), "franciscans"), - (UniCase("cutscence"), "cutscene"), - (UniCase("adressable"), "addressable"), - (UniCase("deparment"), "department"), - (UniCase("victorina"), "victorian"), - (UniCase("pensle"), "pencil"), - (UniCase("dominatin"), "domination"), - (UniCase("transporder"), "transporter"), - (UniCase("litigato"), "litigation"), - (UniCase("balcksmith"), "blacksmith"), - (UniCase("ploarized"), "polarized"), - (UniCase("athleticm"), "athleticism"), - (UniCase("substitutie"), "substitutes"), - (UniCase("superpowereds"), "superpowers"), - (UniCase("unprecendeted"), "unprecedented"), - (UniCase("armoured"), "armored"), - (UniCase("juggernout"), "juggernaut"), - (UniCase("successully"), "successfully"), - (UniCase("serialising"), "serializing"), - (UniCase("orthopaedic"), "orthopedic"), - (UniCase("psychodelics"), "psychedelics"), - (UniCase("proteciton"), "protections"), - (UniCase("ptichforks"), "pitchforks"), - (UniCase("whsiper"), "whisper"), - (UniCase("resemblace"), "resemble"), - (UniCase("zinoists"), "zionists"), - (UniCase("transforme"), "transfer"), - (UniCase("sapphirre"), "sapphire"), - (UniCase("muder"), "murder"), - (UniCase("specality"), "specialty"), - (UniCase("estiamted"), "estimated"), - (UniCase("confirmacion"), "confirmation"), - (UniCase("stpo"), "stop"), - (UniCase("architectureal"), "architectural"), - (UniCase("fulfulling"), "fulfilling"), - (UniCase("stormfornt"), "stormfront"), - (UniCase("retalier"), "retailer"), - (UniCase("happenned"), "happened"), - (UniCase("undenyable"), "undeniable"), - (UniCase("religeous"), "religious"), - (UniCase("kickstater"), "kickstarter"), - (UniCase("instrumetal"), "instrumental"), - (UniCase("sturggling"), "struggling"), - (UniCase("centralises"), "centralizes"), - (UniCase("balsphemy"), "blasphemy"), - (UniCase("separatley"), "separately"), - (UniCase("resistas"), "resists"), - (UniCase("terorrism"), "terrorism"), - (UniCase("horizonts"), "horizons"), - (UniCase("functionaliy"), "functionally"), - (UniCase("desomnd"), "desmond"), - (UniCase("disqualifed"), "disqualified"), - (UniCase("effictiveness"), "effectiveness"), - (UniCase("touchscren"), "touchscreen"), - (UniCase("exersizing"), "exercising"), - (UniCase("authorites"), "authorities"), - (UniCase("existenial"), "existential"), - (UniCase("nromandy"), "normandy"), - (UniCase("belived"), "believed"), - (UniCase("iresistibly"), "irresistibly"), - (UniCase("specializeds"), "specializes"), - (UniCase("mediaeval"), "medieval"), - (UniCase("complilations"), "complications"), - (UniCase("obvilion"), "oblivion"), - (UniCase("insuspecting"), "unsuspecting"), - (UniCase("predective"), "predictive"), - (UniCase("preservativo"), "preservation"), - (UniCase("whitsling"), "whistling"), - (UniCase("mudering"), "murdering"), - (UniCase("delcining"), "declining"), - (UniCase("contstruction"), "construction"), - (UniCase("approprietly"), "appropriately"), - (UniCase("torrenters"), "torrents"), - (UniCase("frequensies"), "frequencies"), - (UniCase("faggotts"), "faggots"), - (UniCase("triolgy"), "trilogy"), - (UniCase("tunnelled"), "tunneled"), - (UniCase("idenfity"), "identify"), - (UniCase("compresors"), "compressor"), - (UniCase("irrevirsible"), "irreversible"), - (UniCase("superheo"), "superhero"), - (UniCase("coutnerparts"), "counterparts"), - (UniCase("compilacion"), "compilation"), - (UniCase("neutralising"), "neutralizing"), - (UniCase("hydropile"), "hydrophile"), - (UniCase("mundance"), "mundane"), - (UniCase("propogation"), "propagation"), - (UniCase("villification"), "vilification"), - (UniCase("notebok"), "notebook"), - (UniCase("invicibility"), "invisibility"), - (UniCase("argumentas"), "arguments"), - (UniCase("transfering"), "transferring"), - (UniCase("mutliplication"), "multiplication"), - (UniCase("garriosn"), "garrison"), - (UniCase("internts"), "interns"), - (UniCase("forskaen"), "forsaken"), - (UniCase("misinterpert"), "misinterpret"), - (UniCase("considerarte"), "considerate"), - (UniCase("asychronous"), "asynchronous"), - (UniCase("discriminare"), "discriminate"), - (UniCase("begginng"), "begging"), - (UniCase("indains"), "indians"), - (UniCase("reactionnary"), "reactionary"), - (UniCase("behtesda"), "bethesda"), - (UniCase("illimunati"), "illuminati"), - (UniCase("medicatons"), "medications"), - (UniCase("formitable"), "formidable"), - (UniCase("ellitot"), "elliott"), - (UniCase("resemblence"), "resemblance"), - (UniCase("interceptin"), "interception"), - (UniCase("inspriation"), "inspiration"), - (UniCase("substace"), "substance"), - (UniCase("contense"), "contenders"), - (UniCase("boyant"), "buoyant"), - (UniCase("arangement"), "arrangement"), - (UniCase("maintianing"), "maintaining"), - (UniCase("journalistische"), "journalistic"), - (UniCase("deivant"), "deviant"), - (UniCase("tenacitiy"), "tenacity"), - (UniCase("libertarainism"), "libertarianism"), - (UniCase("somethinks"), "somethings"), - (UniCase("transaccion"), "transaction"), - (UniCase("overdirve"), "overdrive"), - (UniCase("atleats"), "atleast"), - (UniCase("redundent"), "redundant"), - (UniCase("creepig"), "creeping"), - (UniCase("compatibilty"), "compatibility"), - (UniCase("administed"), "administered"), - (UniCase("photograhic"), "photographic"), - (UniCase("dionsaur"), "dinosaur"), - (UniCase("monstre"), "monster"), - (UniCase("contemplare"), "contemplate"), - (UniCase("illustraties"), "illustrate"), - (UniCase("tangientally"), "tangentially"), - (UniCase("assasinate"), "assassinate"), - (UniCase("palythrough"), "playthrough"), - (UniCase("degrated"), "degrade"), - (UniCase("nutritiuos"), "nutritious"), - (UniCase("adresing"), "addressing"), - (UniCase("denominar"), "denominator"), - (UniCase("permissiable"), "permissible"), - (UniCase("cesspoool"), "cesspool"), - (UniCase("pancaks"), "pancakes"), - (UniCase("americanss"), "americas"), - (UniCase("alternar"), "alternator"), - (UniCase("psychoanalysing"), "psychoanalyzing"), - (UniCase("monolouge"), "monologue"), - (UniCase("accommidate"), "accommodate"), - (UniCase("goblings"), "goblins"), - (UniCase("gaols"), "jails"), - (UniCase("certanity"), "certainty"), - (UniCase("compenents"), "components"), - (UniCase("portuguise"), "portuguese"), - (UniCase("randonmess"), "randomness"), - (UniCase("competiting"), "competition"), - (UniCase("superstitiosi"), "superstitious"), - (UniCase("publusher"), "publisher"), - (UniCase("interchangeabley"), "interchangeably"), - (UniCase("stupidfree"), "stupider"), - (UniCase("statistcal"), "statistical"), - (UniCase("hoepfully"), "hopefully"), - (UniCase("immortalisy"), "immortals"), - (UniCase("exponentiel"), "exponential"), - (UniCase("connecticuit"), "connecticut"), - (UniCase("oversetimating"), "overestimating"), - (UniCase("journied"), "journeyed"), - (UniCase("interste"), "interstate"), - (UniCase("stabilises"), "stabilizes"), - (UniCase("tranditions"), "transitions"), - (UniCase("attackeras"), "attackers"), - (UniCase("commitmet"), "commitments"), - (UniCase("consultaion"), "consultation"), - (UniCase("quarantied"), "quarantine"), - (UniCase("perfomers"), "performers"), - (UniCase("assocaites"), "associates"), - (UniCase("inadequite"), "inadequate"), - (UniCase("pernamently"), "permanently"), - (UniCase("braodband"), "broadband"), - (UniCase("delpoyment"), "deployment"), - (UniCase("caclulate"), "calculate"), - (UniCase("analyitcs"), "analytics"), - (UniCase("govemrent"), "goverment"), - (UniCase("prostitutie"), "prostitute"), - (UniCase("lonileness"), "loneliness"), - (UniCase("miscarraige"), "miscarriage"), - (UniCase("unbalenced"), "unbalanced"), - (UniCase("commemmorate"), "commemorate"), - (UniCase("hypocricy"), "hypocrisy"), - (UniCase("peformed"), "performed"), - (UniCase("delibitating"), "debilitating"), - (UniCase("southanpton"), "southampton"), - (UniCase("underwhemling"), "underwhelming"), - (UniCase("competitio"), "competitor"), - (UniCase("destablized"), "destabilized"), - (UniCase("bastardises"), "bastardizes"), - (UniCase("neckboards"), "neckbeards"), - (UniCase("homecomeing"), "homecoming"), - (UniCase("authenticaiton"), "authentication"), - (UniCase("perclude"), "preclude"), - (UniCase("practicess"), "practise"), - (UniCase("grilfriends"), "girlfriends"), - (UniCase("ethincity"), "ethnicity"), - (UniCase("sparkel"), "sparkle"), - (UniCase("legalisation"), "legalization"), - (UniCase("colelctors"), "collectors"), - (UniCase("sensationalim"), "sensationalism"), - (UniCase("notwhithstanding"), "notwithstanding"), - (UniCase("amensia"), "amnesia"), - (UniCase("adatper"), "adapter"), - (UniCase("explenation"), "explanation"), - (UniCase("disrispecting"), "disrespecting"), - (UniCase("privilegde"), "privileges"), - (UniCase("nationalisim"), "nationalism"), - (UniCase("restircted"), "restricted"), - (UniCase("boyfirend"), "boyfriend"), - (UniCase("celebrato"), "celebration"), - (UniCase("assasination"), "assassination"), - (UniCase("tortillia"), "tortilla"), - (UniCase("categoricaly"), "categorically"), - (UniCase("interrogacion"), "interrogation"), - (UniCase("propserous"), "prosperous"), - (UniCase("odour"), "odor"), - (UniCase("transportarte"), "transporter"), - (UniCase("portabilty"), "portability"), - (UniCase("algortihms"), "algorithms"), - (UniCase("astronautes"), "astronauts"), - (UniCase("investigaiton"), "investigations"), - (UniCase("hypnotised"), "hypnotized"), - (UniCase("implementaciones"), "implementations"), - (UniCase("grammaticaly"), "grammatically"), - (UniCase("exauhsted"), "exhausted"), - (UniCase("trafic"), "traffic"), - (UniCase("dictats"), "dictates"), - (UniCase("philiphines"), "philippines"), - (UniCase("floridia"), "florida"), - (UniCase("civilications"), "civilizations"), - (UniCase("sensure"), "censure"), - (UniCase("mutatin"), "mutation"), - (UniCase("eulogises"), "eulogizes"), - (UniCase("directorios"), "directors"), - (UniCase("exlcamation"), "exclamation"), - (UniCase("campagin"), "campaign"), - (UniCase("currenctly"), "currency"), - (UniCase("complimenary"), "complimentary"), - (UniCase("abreviate"), "abbreviate"), - (UniCase("tempset"), "tempest"), - (UniCase("inadvertendly"), "inadvertently"), - (UniCase("improviserad"), "improvised"), - (UniCase("periwinkie"), "periwinkle"), - (UniCase("deamenor"), "demeanor"), - (UniCase("microscrope"), "microscope"), - (UniCase("deciption"), "depiction"), - (UniCase("ruidmentary"), "rudimentary"), - (UniCase("anonmyously"), "anonymously"), - (UniCase("constitucional"), "constitutional"), - (UniCase("deafult"), "default"), - (UniCase("prematurily"), "prematurely"), - (UniCase("frankenstines"), "frankenstein"), - (UniCase("colonianism"), "colonialism"), - (UniCase("hapening"), "happening"), - (UniCase("substantually"), "substantially"), - (UniCase("antagonisitic"), "antagonistic"), - (UniCase("twelth"), "twelfth"), - (UniCase("whereever"), "wherever"), - (UniCase("powerded"), "powdered"), - (UniCase("misunderstading"), "misunderstanding"), - (UniCase("integracion"), "integration"), - (UniCase("nutritionnal"), "nutritional"), - (UniCase("serveillance"), "surveillance"), - (UniCase("yeild"), "yield"), - (UniCase("dissapoonted"), "dissapointed"), - (UniCase("relfecting"), "reflecting"), - (UniCase("circumsicion"), "circumcision"), - (UniCase("arthirtis"), "arthritis"), - (UniCase("protestans"), "protests"), - (UniCase("trainwreak"), "trainwreck"), - (UniCase("approrpiation"), "appropriation"), - (UniCase("condescenion"), "condescension"), - (UniCase("distrabution"), "distribution"), - (UniCase("cynisicm"), "cynicism"), - (UniCase("eachohter"), "eachother"), - (UniCase("medatite"), "meditate"), - (UniCase("utilised"), "utilized"), - (UniCase("culprint"), "culprit"), - (UniCase("appoitnments"), "appointments"), - (UniCase("whipsering"), "whispering"), - (UniCase("maintainance"), "maintenance"), - (UniCase("termendous"), "tremendous"), - (UniCase("civilizaton"), "civilization"), - (UniCase("broadcasing"), "broadcasting"), - (UniCase("cartells"), "cartels"), - (UniCase("minneosta"), "minnesota"), - (UniCase("fanaticus"), "fanatics"), - (UniCase("councills"), "councils"), - (UniCase("pumkin"), "pumpkin"), - (UniCase("unsubscripe"), "unsubscribe"), - (UniCase("corsspost"), "crosspost"), - (UniCase("underglo"), "undergo"), - (UniCase("descipable"), "despicable"), - (UniCase("filmmakare"), "filmmakers"), - (UniCase("vociemail"), "voicemail"), - (UniCase("patrios"), "patriots"), - (UniCase("buddhit"), "buddhist"), - (UniCase("miletsones"), "milestones"), - (UniCase("misunderstsnding"), "misunderstandings"), - (UniCase("stationair"), "stationary"), - (UniCase("circkets"), "crickets"), - (UniCase("compalation"), "compilation"), - (UniCase("precurosr"), "precursor"), - (UniCase("enthisiast"), "enthusiast"), - (UniCase("symbolises"), "symbolizes"), - (UniCase("transitin"), "transitions"), - (UniCase("appication"), "application"), - (UniCase("squadroon"), "squadron"), - (UniCase("persistante"), "persistent"), - (UniCase("eslewhere"), "elsewhere"), - (UniCase("pryamids"), "pyramids"), - (UniCase("pretendas"), "pretends"), - (UniCase("uncersored"), "uncensored"), - (UniCase("pinoeer"), "pioneer"), - (UniCase("individuels"), "individuals"), - (UniCase("electroate"), "electorate"), - (UniCase("vegatarian"), "vegetarian"), - (UniCase("continuasse"), "continues"), - (UniCase("supposebly"), "supposedly"), - (UniCase("franches"), "franchise"), - (UniCase("momment"), "moment"), - (UniCase("inexeprienced"), "inexperience"), - (UniCase("customised"), "customized"), - (UniCase("essentail"), "essential"), - (UniCase("internation"), "international"), - (UniCase("romanain"), "romanian"), - (UniCase("estimatin"), "estimation"), - (UniCase("forcefuly"), "forcefully"), - (UniCase("alignemnt"), "alignment"), - (UniCase("verfication"), "verification"), - (UniCase("prohobited"), "prohibited"), - (UniCase("strengthn"), "strengthen"), - (UniCase("succouring"), "succoring"), - (UniCase("graident"), "gradient"), - (UniCase("technicalty"), "technicality"), - (UniCase("surviver"), "survivor"), - (UniCase("qualifieds"), "qualifies"), - (UniCase("instabiliy"), "instability"), - (UniCase("confessino"), "confessions"), - (UniCase("entreprenaurs"), "entrepreneurs"), - (UniCase("imperialsim"), "imperialism"), - (UniCase("sargeant"), "sergeant"), - (UniCase("strategiske"), "strategies"), - (UniCase("mangetic"), "magnetic"), - (UniCase("healthyest"), "healthiest"), - (UniCase("knowladgable"), "knowledgable"), - (UniCase("assymetric"), "asymmetric"), - (UniCase("calculater"), "calculator"), - (UniCase("dynamicallly"), "dynamically"), - (UniCase("omniscienct"), "omniscient"), - (UniCase("overlanded"), "overloaded"), - (UniCase("conqure"), "conquer"), - (UniCase("formualte"), "formulate"), - (UniCase("rectangluar"), "rectangular"), - (UniCase("gardai"), "gardaí"), - (UniCase("dickisch"), "dickish"), - (UniCase("passivelly"), "passively"), - (UniCase("congratualtions"), "congratulations"), - (UniCase("raidoactive"), "radioactive"), - (UniCase("hundread"), "hundred"), - (UniCase("slaugther"), "slaughter"), - (UniCase("trickyer"), "trickery"), - (UniCase("restrictivo"), "restriction"), - (UniCase("architecutre"), "architecture"), - (UniCase("supposidly"), "supposedly"), - (UniCase("packadge"), "packaged"), - (UniCase("mechansim"), "mechanism"), - (UniCase("decriminalisation"), "decriminalization"), - (UniCase("mathimatical"), "mathematical"), - (UniCase("regularising"), "regularizing"), - (UniCase("syllabe"), "syllable"), - (UniCase("literatue"), "literate"), - (UniCase("purpolsion"), "propulsion"), - (UniCase("varient"), "variant"), - (UniCase("hybrides"), "hybrids"), - (UniCase("transcendentational"), "transcendental"), - (UniCase("mileu"), "milieu"), - (UniCase("reworkd"), "reworked"), - (UniCase("constallation"), "constellation"), - (UniCase("fellowhsip"), "fellowship"), - (UniCase("auxillary"), "auxiliary"), - (UniCase("instalaltion"), "installations"), - (UniCase("guaridan"), "guardian"), - (UniCase("fourten"), "fourteen"), - (UniCase("pulverises"), "pulverizes"), - (UniCase("definilty"), "definitly"), - (UniCase("humanised"), "humanized"), - (UniCase("complexitiy"), "complexity"), - (UniCase("assistante"), "assistance"), - (UniCase("californien"), "californian"), - (UniCase("enthusisast"), "enthusiasts"), - (UniCase("disingenuious"), "disingenuous"), - (UniCase("enviornmental"), "environmental"), - (UniCase("objectivley"), "objectively"), - (UniCase("horrendos"), "horrendous"), - (UniCase("intorduced"), "introduced"), - (UniCase("geomerty"), "geometry"), - (UniCase("aproximately"), "approximately"), - (UniCase("haemophilia"), "hemophilia"), - (UniCase("chocolae"), "chocolates"), - (UniCase("reliabillity"), "reliability"), - (UniCase("consoltation"), "consultation"), - (UniCase("analysisto"), "analysts"), - (UniCase("demoralise"), "demoralize"), - (UniCase("continueous"), "continuous"), - (UniCase("subsquent"), "subsequent"), - (UniCase("passvies"), "passives"), - (UniCase("contagiosum"), "contagious"), - (UniCase("paltinum"), "platinum"), - (UniCase("contection"), "contention"), - (UniCase("universitets"), "universities"), - (UniCase("meagthread"), "megathread"), - (UniCase("unsucesfuly"), "unsuccessfully"), - (UniCase("surounded"), "surrounded"), - (UniCase("overyhped"), "overhyped"), - (UniCase("fundimentalists"), "fundamentalists"), - (UniCase("sitrring"), "stirring"), - (UniCase("pornogrophy"), "pornography"), - (UniCase("collectoin"), "collections"), - (UniCase("magnitudine"), "magnitude"), - (UniCase("vulernabilities"), "vulnerabilities"), - (UniCase("patriarchia"), "patriarchal"), - (UniCase("underminging"), "undermining"), - (UniCase("repearable"), "repeatable"), - (UniCase("perforamnce"), "performances"), - (UniCase("happend"), "happened"), - (UniCase("brillant"), "brilliant"), - (UniCase("pregnencies"), "pregnancies"), - (UniCase("manuales"), "manuals"), - (UniCase("contingeny"), "contingency"), - (UniCase("perputrator"), "perpetrator"), - (UniCase("chormosome"), "chromosome"), - (UniCase("philosiphies"), "philosophies"), - (UniCase("malfuncting"), "malfunction"), - (UniCase("missionairy"), "missionary"), - (UniCase("youself"), "yourself"), - (UniCase("politicanti"), "politician"), - (UniCase("disover"), "discover"), - (UniCase("insipring"), "inspiring"), - (UniCase("substantitve"), "substantive"), - (UniCase("rightfullly"), "rightfully"), - (UniCase("signifiy"), "signify"), - (UniCase("liberae"), "liberate"), - (UniCase("exploititive"), "exploitative"), - (UniCase("implikation"), "implication"), - (UniCase("neuroligical"), "neurological"), - (UniCase("refershed"), "refreshed"), - (UniCase("monumentos"), "monuments"), - (UniCase("susecptible"), "susceptible"), - (UniCase("randomise"), "randomize"), - (UniCase("glithces"), "glitches"), - (UniCase("organsie"), "organise"), - (UniCase("interent"), "internet"), - (UniCase("contreversial"), "controversial"), - (UniCase("lighthearthed"), "lighthearted"), - (UniCase("adquired"), "acquired"), - (UniCase("clevelry"), "cleverly"), - (UniCase("fantasmically"), "fantastically"), - (UniCase("absuers"), "abusers"), - (UniCase("bastino"), "bastion"), - (UniCase("retardating"), "retardation"), - (UniCase("prematurley"), "prematurely"), - (UniCase("terribley"), "terribly"), - (UniCase("diagnosies"), "diagnosis"), - (UniCase("downvoteds"), "downvoters"), - (UniCase("protestantisk"), "protestants"), - (UniCase("somethins"), "somethings"), - (UniCase("toppingest"), "toppings"), - (UniCase("conservacion"), "conservation"), - (UniCase("reinforcemt"), "reinforcement"), - (UniCase("alterating"), "alteration"), - (UniCase("denegerate"), "degenerate"), - (UniCase("supsiciously"), "suspiciously"), - (UniCase("credibillity"), "credibility"), - (UniCase("manufacure"), "manufacture"), - (UniCase("actualoy"), "actualy"), - (UniCase("intentionly"), "intentional"), - (UniCase("spontanous"), "spontaneous"), - (UniCase("astronatus"), "astronauts"), - (UniCase("competive"), "competitive"), - (UniCase("inevitabley"), "inevitably"), - (UniCase("graudation"), "graduation"), - (UniCase("derpivation"), "deprivation"), - (UniCase("cringeworty"), "cringeworthy"), - (UniCase("apostrohpe"), "apostrophe"), - (UniCase("compresores"), "compressor"), - (UniCase("executabe"), "executable"), - (UniCase("misunderstaning"), "misunderstanding"), - (UniCase("compromizing"), "compromising"), - (UniCase("incognition"), "incognito"), - (UniCase("generalizare"), "generalize"), - (UniCase("bankrupcty"), "bankruptcy"), - (UniCase("montanya"), "montana"), - (UniCase("commiting"), "committing"), - (UniCase("unappropriately"), "inappropriately"), - (UniCase("cheeseus"), "cheeses"), - (UniCase("reatiler"), "retailer"), - (UniCase("employeers"), "employees"), - (UniCase("wordlview"), "worldview"), - (UniCase("doulbelift"), "doublelift"), - (UniCase("misunderstnading"), "misunderstandings"), - (UniCase("phatnom"), "phantom"), - (UniCase("unqiuely"), "uniquely"), - (UniCase("surrepetitious"), "surreptitious"), - (UniCase("mechancially"), "mechanically"), - (UniCase("phsyical"), "physical"), - (UniCase("specrtal"), "spectral"), - (UniCase("dealerhsip"), "dealerships"), - (UniCase("competiters"), "competitors"), - (UniCase("guantamano"), "guantanamo"), - (UniCase("criminalul"), "criminally"), - (UniCase("identificaiton"), "identification"), - (UniCase("paragraphes"), "paragraphs"), - (UniCase("agnostisism"), "agnosticism"), - (UniCase("descibed"), "described"), - (UniCase("scoripon"), "scorpion"), - (UniCase("lingeire"), "lingerie"), - (UniCase("manufacturedd"), "manufactured"), - (UniCase("demobilising"), "demobilizing"), - (UniCase("charismatisch"), "charismatic"), - (UniCase("acident"), "accident"), - (UniCase("philosohpically"), "philosophically"), - (UniCase("nowe"), "now"), - (UniCase("insistance"), "insistence"), - (UniCase("concentratin"), "concentration"), - (UniCase("liek"), "like"), - (UniCase("endoctrination"), "indoctrination"), - (UniCase("unfirendly"), "unfriendly"), - (UniCase("misreably"), "miserably"), - (UniCase("homosexuales"), "homosexuals"), - (UniCase("influenser"), "influences"), - (UniCase("reicarnation"), "reincarnation"), - (UniCase("scandinavion"), "scandinavian"), - (UniCase("ukrianians"), "ukrainians"), - (UniCase("backdooor"), "backdoor"), - (UniCase("perfecty"), "perfectly"), - (UniCase("metaphorial"), "metaphorical"), - (UniCase("cricling"), "circling"), - (UniCase("metabloism"), "metabolism"), - (UniCase("slippes"), "slippers"), - (UniCase("kidnergarten"), "kindergarten"), - (UniCase("mobilised"), "mobilized"), - (UniCase("confrontacional"), "confrontational"), - (UniCase("dimesnional"), "dimensional"), - (UniCase("comparsion"), "comparison"), - (UniCase("msytical"), "mystical"), - (UniCase("moderatey"), "moderately"), - (UniCase("intrigured"), "intrigue"), - (UniCase("realtable"), "relatable"), - (UniCase("negotiatin"), "negotiations"), - (UniCase("transferd"), "transferred"), - (UniCase("renetkon"), "renekton"), - (UniCase("certificaiton"), "certification"), - (UniCase("uncompatible"), "incompatible"), - (UniCase("renaiscance"), "renaissance"), - (UniCase("austrailans"), "australians"), - (UniCase("exercies"), "exercise"), - (UniCase("vitamines"), "vitamins"), - (UniCase("copyrigted"), "copyrighted"), - (UniCase("applicato"), "application"), - (UniCase("frankensite"), "frankenstein"), - (UniCase("filesytems"), "filesystem"), - (UniCase("superios"), "superiors"), - (UniCase("latitudine"), "latitude"), - (UniCase("unexpectidly"), "unexpectedly"), - (UniCase("behvaiour"), "behaviour"), - (UniCase("earplus"), "earplugs"), - (UniCase("veiwpoints"), "viewpoints"), - (UniCase("throaths"), "throats"), - (UniCase("vewiership"), "viewership"), - (UniCase("compensative"), "compensate"), - (UniCase("agred"), "agreed"), - (UniCase("magnificant"), "magnificent"), - (UniCase("conciously"), "consciously"), - (UniCase("govenrments"), "governments"), - (UniCase("signitories"), "signatories"), - (UniCase("benghai"), "benghazi"), - (UniCase("atlesat"), "atleast"), - (UniCase("heistate"), "hesitate"), - (UniCase("swizterland"), "switzerland"), - (UniCase("seahakws"), "seahawks"), - (UniCase("skandinavian"), "scandinavian"), - (UniCase("backtacking"), "backpacking"), - (UniCase("casaulity"), "causality"), - (UniCase("fesitvals"), "festivals"), - (UniCase("mecernaries"), "mercenaries"), - (UniCase("galsgow"), "glasgow"), - (UniCase("tiome"), "time"), - (UniCase("propriatary"), "proprietary"), - (UniCase("libertaryans"), "libertarians"), - (UniCase("declareation"), "declaration"), - (UniCase("requred"), "required"), - (UniCase("temptating"), "temptation"), - (UniCase("contanimated"), "contaminated"), - (UniCase("efficent"), "efficient"), - (UniCase("westernerns"), "westerners"), - (UniCase("possibiliy"), "possibility"), - (UniCase("swithced"), "switched"), - (UniCase("tranlsation"), "translation"), - (UniCase("splaton"), "splatoon"), - (UniCase("heriocs"), "heroics"), - (UniCase("acomplishments"), "accomplishments"), - (UniCase("memorialises"), "memorializes"), - (UniCase("mailny"), "mainly"), - (UniCase("suspiciuosly"), "suspiciously"), - (UniCase("unauthorised"), "unauthorized"), - (UniCase("apprentince"), "apprentice"), - (UniCase("statuts"), "statutes"), - (UniCase("cholestrol"), "cholesterol"), - (UniCase("involintary"), "involuntary"), - (UniCase("deadlfits"), "deadlifts"), - (UniCase("inexpectedly"), "unexpectedly"), - (UniCase("striekrs"), "strikers"), - (UniCase("stabilizare"), "stabilize"), - (UniCase("vicitms"), "victims"), - (UniCase("unforetunately"), "unfortunately"), - (UniCase("simulaties"), "simulate"), - (UniCase("mediaction"), "medications"), - (UniCase("ectsasy"), "ecstasy"), - (UniCase("lipstics"), "lipsticks"), - (UniCase("goverance"), "governance"), - (UniCase("recommendors"), "recommends"), - (UniCase("methematician"), "mathematician"), - (UniCase("immedietly"), "immediately"), - (UniCase("carboyhdrates"), "carbohydrates"), - (UniCase("borderlans"), "borderlands"), - (UniCase("enivronmentally"), "environmentally"), - (UniCase("partisain"), "partisan"), - (UniCase("misrepresentaiton"), "misrepresentation"), - (UniCase("masteires"), "masteries"), - (UniCase("scandalised"), "scandalized"), - (UniCase("aftermaket"), "aftermarket"), - (UniCase("conquerring"), "conquering"), - (UniCase("purpotedly"), "purportedly"), - (UniCase("insepctor"), "inspector"), - (UniCase("fascinatin"), "fascination"), - (UniCase("situationals"), "situations"), - (UniCase("individuel"), "individual"), - (UniCase("priveleges"), "privileges"), - (UniCase("referig"), "refering"), - (UniCase("perhpas"), "perhaps"), - (UniCase("briliant"), "brilliant"), - (UniCase("encomapsses"), "encompasses"), - (UniCase("canonised"), "canonized"), - (UniCase("noteable"), "notable"), - (UniCase("brednan"), "brendan"), - (UniCase("capabality"), "capability"), - (UniCase("guantanamero"), "guantanamo"), - (UniCase("libertarianisim"), "libertarianism"), - (UniCase("undertakeing"), "undertaking"), - (UniCase("praticle"), "particle"), - (UniCase("americains"), "americas"), - (UniCase("startegies"), "strategies"), - (UniCase("propertion"), "proportion"), - (UniCase("yorkshrie"), "yorkshire"), - (UniCase("enclsoure"), "enclosure"), - (UniCase("outragious"), "outrageous"), - (UniCase("misundersood"), "misunderstood"), - (UniCase("techeis"), "techies"), - (UniCase("misconcpetion"), "misconceptions"), - (UniCase("constructo"), "construction"), - (UniCase("necessitive"), "necessities"), - (UniCase("commonwelath"), "commonwealth"), - (UniCase("reflectie"), "reflective"), - (UniCase("therefour"), "therefor"), - (UniCase("administratieve"), "administrative"), - (UniCase("prevailaing"), "prevailing"), - (UniCase("comapnions"), "companions"), - (UniCase("wavelenghth"), "wavelength"), - (UniCase("benghazzi"), "benghazi"), - (UniCase("contenplating"), "contemplating"), - (UniCase("archatypes"), "archetypes"), - (UniCase("standerdized"), "standardized"), - (UniCase("interrumping"), "interrupting"), - (UniCase("sympatheic"), "sympathetic"), - (UniCase("explaintory"), "explanatory"), - (UniCase("trasngender"), "transgender"), - (UniCase("drummless"), "drumless"), - (UniCase("drinkes"), "drinkers"), - (UniCase("strategiclly"), "strategically"), - (UniCase("acquinated"), "acquainted"), - (UniCase("intolorant"), "intolerant"), - (UniCase("massace"), "massacre"), - (UniCase("toursit"), "tourist"), - (UniCase("jursidictions"), "jurisdictions"), - (UniCase("torublesome"), "troublesome"), - (UniCase("offical"), "official"), - (UniCase("protecs"), "protects"), - (UniCase("exceutioner"), "executioner"), - (UniCase("constitutinal"), "constitutional"), - (UniCase("cementary"), "cemetery"), - (UniCase("uncontrollablely"), "uncontrollably"), - (UniCase("masturbateing"), "masturbating"), - (UniCase("assassinted"), "assassinated"), - (UniCase("significat"), "significant"), - (UniCase("circumsiced"), "circumcised"), - (UniCase("guiness"), "guinness"), - (UniCase("initalise"), "initialise"), - (UniCase("shitstrom"), "shitstorm"), - (UniCase("inaccurasies"), "inaccuracies"), - (UniCase("liberalnim"), "liberalism"), - (UniCase("abbreviatin"), "abbreviation"), - (UniCase("mobilise"), "mobilize"), - (UniCase("modulair"), "modular"), - (UniCase("photograper"), "photographer"), - (UniCase("inevitablity"), "inevitably"), - (UniCase("carismatic"), "charismatic"), - (UniCase("expresison"), "expressions"), - (UniCase("electricain"), "electrician"), - (UniCase("plantes"), "planets"), - (UniCase("vaporising"), "vaporizing"), - (UniCase("valentinos"), "valentines"), - (UniCase("impules"), "impulse"), - (UniCase("principl"), "principals"), - (UniCase("transcrit"), "transcript"), - (UniCase("differentate"), "differentiate"), - (UniCase("therefoer"), "therefor"), - (UniCase("consultato"), "consultation"), - (UniCase("kilometros"), "kilometers"), - (UniCase("detailled"), "detailed"), - (UniCase("passagers"), "passages"), - (UniCase("academicese"), "academics"), - (UniCase("misinterpted"), "misinterpret"), - (UniCase("homogeneos"), "homogeneous"), - (UniCase("maybellene"), "maybelline"), - (UniCase("hutnsman"), "huntsman"), - (UniCase("parcelled"), "parceled"), - (UniCase("sensibilisiert"), "sensibilities"), - (UniCase("derogatery"), "derogatory"), - (UniCase("promenently"), "prominently"), - (UniCase("miltiant"), "militant"), - (UniCase("formaly"), "formally"), - (UniCase("accomdate"), "accommodate"), - (UniCase("valuabe"), "valuable"), - (UniCase("ethnicitiy"), "ethnicity"), - (UniCase("disgustus"), "disgusts"), - (UniCase("britian"), "britain"), - (UniCase("chilvary"), "chivalry"), - (UniCase("resignement"), "resignment"), - (UniCase("develompent"), "developments"), - (UniCase("diagnositic"), "diagnostic"), - (UniCase("chocolet"), "chocolates"), - (UniCase("finalise"), "finalize"), - (UniCase("metephorical"), "metaphorical"), - (UniCase("hannibl"), "hannibal"), - (UniCase("represention"), "representing"), - (UniCase("metropolitaine"), "metropolitan"), - (UniCase("moulder"), "molder"), - (UniCase("compilcations"), "complication"), - (UniCase("paladinos"), "paladins"), - (UniCase("oversimplificiation"), "oversimplification"), - (UniCase("overlordess"), "overlords"), - (UniCase("sacromento"), "sacramento"), - (UniCase("spreadsheats"), "spreadsheets"), - (UniCase("multicoloured"), "multicolored"), - (UniCase("degraged"), "degrade"), - (UniCase("pretences"), "pretenses"), - (UniCase("hipocritical"), "hypocritical"), - (UniCase("misspelt"), "misspelled"), - (UniCase("normany"), "normandy"), - (UniCase("bedevilled"), "bedeviled"), - (UniCase("manefestation"), "manifestation"), - (UniCase("facilitait"), "facilitate"), - (UniCase("uncatalogued"), "uncataloged"), - (UniCase("vendettta"), "vendetta"), - (UniCase("discolours"), "discolors"), - (UniCase("mathimatics"), "mathematics"), - (UniCase("trustworthyness"), "trustworthiness"), - (UniCase("professionalise"), "professionalize"), - (UniCase("backpedalled"), "backpedaled"), - (UniCase("complusory"), "compulsory"), - (UniCase("exoitcs"), "exotics"), - (UniCase("exposito"), "exposition"), - (UniCase("digitised"), "digitized"), - (UniCase("evangelised"), "evangelized"), - (UniCase("inspektion"), "inspection"), - (UniCase("releive"), "relieve"), - (UniCase("veritgo"), "vertigo"), - (UniCase("fictionalises"), "fictionalizes"), - (UniCase("passionais"), "passions"), - (UniCase("formallized"), "formalized"), - (UniCase("rationalle"), "rationale"), - (UniCase("dissapears"), "disappears"), - (UniCase("satsifactory"), "satisfactory"), - (UniCase("manufactuters"), "manufactures"), - (UniCase("surrenderd"), "surrendered"), - (UniCase("asissts"), "assists"), - (UniCase("boradcast"), "broadcast"), - (UniCase("dismantaled"), "dismantled"), - (UniCase("wigdets"), "widgets"), - (UniCase("indicaters"), "indicates"), - (UniCase("intervieuw"), "interviews"), - (UniCase("breaktrhough"), "breakthrough"), - (UniCase("bicylces"), "bicycles"), - (UniCase("prepetrator"), "perpetrator"), - (UniCase("heriarchy"), "hierarchy"), - (UniCase("responsibil"), "responsibly"), - (UniCase("specialised"), "specialized"), - (UniCase("neurosceince"), "neuroscience"), - (UniCase("pscyhopaths"), "psychopaths"), - (UniCase("dicksih"), "dickish"), - (UniCase("stirkers"), "strikers"), - (UniCase("techician"), "technician"), - (UniCase("alternatvely"), "alternately"), - (UniCase("civiliaztion"), "civilizations"), - (UniCase("handicape"), "handicapped"), - (UniCase("mutlinationals"), "multinational"), - (UniCase("ocassional"), "occasional"), - (UniCase("superstituous"), "superstitious"), - (UniCase("masturbaited"), "masturbated"), - (UniCase("godafther"), "godfather"), - (UniCase("participatin"), "participation"), - (UniCase("legitimaly"), "legitimacy"), - (UniCase("physicts"), "physicist"), - (UniCase("utpoian"), "utopian"), - (UniCase("oversue"), "overuse"), - (UniCase("valnetines"), "valentines"), - (UniCase("ususally"), "usually"), - (UniCase("contextuel"), "contextual"), - (UniCase("concieved"), "conceived"), - (UniCase("colonialisim"), "colonialism"), - (UniCase("punihsment"), "punishments"), - (UniCase("negotiatie"), "negotiated"), - (UniCase("witnesess"), "witnesses"), - (UniCase("circumvrent"), "circumvent"), - (UniCase("diagnotics"), "diagnostic"), - (UniCase("asethetically"), "aesthetically"), - (UniCase("nkwo"), "know"), - (UniCase("consolato"), "consolation"), - (UniCase("creamic"), "ceramic"), - (UniCase("accusition"), "accusation"), - (UniCase("egotistcal"), "egotistical"), - (UniCase("substanta"), "substantial"), - (UniCase("participatd"), "participant"), - (UniCase("disadvatange"), "disadvantage"), - (UniCase("neruological"), "neurological"), - (UniCase("neglegance"), "negligence"), - (UniCase("disturbace"), "disturbance"), - (UniCase("exoticos"), "exotics"), - (UniCase("orginazations"), "organizations"), - (UniCase("similaraties"), "similarities"), - (UniCase("depedencies"), "dependencies"), - (UniCase("descriptivos"), "descriptions"), - (UniCase("siezures"), "seizures"), - (UniCase("outrageuosly"), "outrageously"), - (UniCase("corrosponds"), "corresponds"), - (UniCase("convincted"), "convince"), - (UniCase("mould"), "mold"), - (UniCase("plethroa"), "plethora"), - (UniCase("gatherig"), "gatherings"), - (UniCase("motivatinal"), "motivational"), - (UniCase("conneticut"), "connecticut"), - (UniCase("guarentee"), "guarantee"), - (UniCase("tranform"), "transform"), - (UniCase("preferance"), "preference"), - (UniCase("advertis"), "adverts"), - (UniCase("maniuplation"), "manipulation"), - (UniCase("skirmiches"), "skirmish"), - (UniCase("tempurature"), "temperature"), - (UniCase("exlporers"), "explorers"), - (UniCase("halfitme"), "halftime"), - (UniCase("metaphisical"), "metaphysical"), - (UniCase("equilibriam"), "equilibrium"), - (UniCase("moelcules"), "molecules"), - (UniCase("alogrithms"), "algorithms"), - (UniCase("donwvote"), "downvote"), - (UniCase("criticised"), "criticized"), - (UniCase("uninstallng"), "uninstalling"), - (UniCase("artifacs"), "artifacts"), - (UniCase("masterbation"), "masturbation"), - (UniCase("interstela"), "interstellar"), - (UniCase("outragerous"), "outrageous"), - (UniCase("organisate"), "organise"), - (UniCase("belssings"), "blessings"), - (UniCase("advertisiers"), "advertisers"), - (UniCase("unconscous"), "unconscious"), - (UniCase("supramacist"), "supremacist"), - (UniCase("sepulchre"), "sepulcher"), - (UniCase("gurantee"), "guarantee"), - (UniCase("gurading"), "guarding"), - (UniCase("thoeries"), "theories"), - (UniCase("circumstantional"), "circumstantial"), - (UniCase("fullfilment"), "fulfillment"), - (UniCase("positivy"), "positivity"), - (UniCase("singlers"), "singles"), - (UniCase("recogise"), "recognise"), - (UniCase("consumerisim"), "consumerism"), - (UniCase("fertilise"), "fertilize"), - (UniCase("spectracal"), "spectral"), - (UniCase("powerlifitng"), "powerlifting"), - (UniCase("aspiratons"), "aspirations"), - (UniCase("complext"), "complexity"), - (UniCase("lousiville"), "louisville"), - (UniCase("vengence"), "vengeance"), - (UniCase("determenism"), "determinism"), - (UniCase("unintensional"), "unintentional"), - (UniCase("falshed"), "flashed"), - (UniCase("distinquish"), "distinguish"), - (UniCase("philtre"), "filter"), - (UniCase("pased"), "passed"), - (UniCase("cancelling"), "canceling"), - (UniCase("murderd"), "murdered"), - (UniCase("negociating"), "negotiating"), - (UniCase("honoured"), "honored"), - (UniCase("wathever"), "whatever"), - (UniCase("willfullly"), "willfully"), - (UniCase("certificats"), "certificates"), - (UniCase("counsilling"), "counselling"), - (UniCase("troubelshoot"), "troubleshoot"), - (UniCase("degradato"), "degradation"), - (UniCase("unbolievable"), "unbelievable"), - (UniCase("gryphons"), "griffins"), - (UniCase("simultaenous"), "simultaneous"), - (UniCase("demogrpahics"), "demographics"), - (UniCase("somethimng"), "somethin"), - (UniCase("microtransactioms"), "microtransactions"), - (UniCase("industrijske"), "industries"), - (UniCase("arresst"), "arrests"), - (UniCase("misinterprit"), "misinterpreting"), - (UniCase("relaibly"), "reliably"), - (UniCase("margaritte"), "margaret"), - (UniCase("tyrannised"), "tyrannized"), - (UniCase("brodaway"), "broadway"), - (UniCase("lisence"), "license"), - (UniCase("disaterous"), "disastrous"), - (UniCase("neuronas"), "neurons"), - (UniCase("racaus"), "raucous"), - (UniCase("responisbility"), "responsibility"), - (UniCase("inbalance"), "imbalance"), - (UniCase("capacators"), "capacitors"), - (UniCase("timestmap"), "timestamp"), - (UniCase("understannd"), "understands"), - (UniCase("colonialsm"), "colonialism"), - (UniCase("audcaity"), "audacity"), - (UniCase("indianas"), "indians"), - (UniCase("charactarize"), "characterize"), - (UniCase("ingrediants"), "ingredients"), - (UniCase("bodyheight"), "bodyweight"), - (UniCase("unlcoks"), "unlocks"), - (UniCase("vigilantie"), "vigilante"), - (UniCase("objectificaiton"), "objectification"), - (UniCase("brutalise"), "brutalize"), - (UniCase("responcibility"), "responsibility"), - (UniCase("photogrpah"), "photographs"), - (UniCase("shletered"), "sheltered"), - (UniCase("toruneys"), "tourneys"), - (UniCase("forasken"), "forsaken"), - (UniCase("fulfiled"), "fulfilled"), - (UniCase("jamacia"), "jamaica"), - (UniCase("freckels"), "freckles"), - (UniCase("instrucitons"), "instruction"), - (UniCase("enterpirses"), "enterprises"), - (UniCase("stimulatie"), "stimulated"), - (UniCase("recpetionist"), "receptionist"), - (UniCase("monolithisch"), "monolithic"), - (UniCase("philadelpia"), "philadelphia"), - (UniCase("equivalet"), "equivalents"), - (UniCase("antiboitics"), "antibiotics"), - (UniCase("intamite"), "intimate"), - (UniCase("similiarty"), "similarity"), - (UniCase("januray"), "january"), - (UniCase("portuguesse"), "portuguese"), - (UniCase("intestents"), "intestines"), - (UniCase("vicintiy"), "vicinity"), - (UniCase("unnistall"), "uninstall"), - (UniCase("tournemant"), "tournament"), - (UniCase("syphoning"), "siphoning"), - (UniCase("dependandt"), "dependant"), - (UniCase("sympathise"), "sympathize"), - (UniCase("enlightented"), "enlightened"), - (UniCase("virgings"), "virgins"), - (UniCase("revisiones"), "revisions"), - (UniCase("tramuatized"), "traumatized"), - (UniCase("stockplie"), "stockpile"), - (UniCase("anaylse"), "analyse"), - (UniCase("dramatised"), "dramatized"), - (UniCase("reactionair"), "reactionary"), - (UniCase("sqaures"), "squares"), - (UniCase("tanenhill"), "tannehill"), - (UniCase("insecurites"), "insecurities"), - (UniCase("elimentary"), "elementary"), - (UniCase("zoinists"), "zionists"), - (UniCase("cancles"), "cancels"), - (UniCase("silohuette"), "silhouette"), - (UniCase("subtltey"), "subtlety"), - (UniCase("professonial"), "professionals"), - (UniCase("unnecesary"), "unnecessary"), - (UniCase("exelent"), "excellent"), - (UniCase("compilant"), "compliant"), - (UniCase("prescriped"), "prescribed"), - (UniCase("commitd"), "commited"), - (UniCase("playthroughers"), "playthroughs"), - (UniCase("distribustion"), "distributions"), - (UniCase("narcississts"), "narcissist"), - (UniCase("interfeer"), "interfere"), - (UniCase("colourized"), "colorized"), - (UniCase("materialising"), "materializing"), - (UniCase("scoprion"), "scorpion"), - (UniCase("archetecture"), "architecture"), - (UniCase("paychiatrists"), "psychiatrists"), - (UniCase("carciature"), "caricature"), - (UniCase("dispensaires"), "dispensaries"), - (UniCase("denominationals"), "denominations"), - (UniCase("successsion"), "succession"), - (UniCase("uninstaling"), "uninstalling"), - (UniCase("stationd"), "stationed"), - (UniCase("herculeus"), "hercules"), - (UniCase("misinterprating"), "misinterpreting"), - (UniCase("profilic"), "prolific"), - (UniCase("interwebbs"), "interwebs"), - (UniCase("outnunbered"), "outnumbered"), - (UniCase("celebartion"), "celebrations"), - (UniCase("complusion"), "compulsion"), - (UniCase("immortalise"), "immortalize"), - (UniCase("schizophrania"), "schizophrenia"), - (UniCase("selfishess"), "selfishness"), - (UniCase("odours"), "odors"), - (UniCase("expirementation"), "experimentation"), - (UniCase("insultas"), "insults"), - (UniCase("exarcebated"), "exacerbated"), - (UniCase("grilfriend"), "girlfriend"), - (UniCase("capatilization"), "capitalization"), - (UniCase("rationalisations"), "rationalizations"), - (UniCase("gignatic"), "gigantic"), - (UniCase("dissobediant"), "disobedient"), - (UniCase("gaoled"), "jailed"), - (UniCase("shakepseare"), "shakespeare"), - (UniCase("infeccious"), "infectious"), - (UniCase("entertwined"), "entertained"), - (UniCase("emphatising"), "emphasizing"), - (UniCase("splatooon"), "splatoon"), - (UniCase("disgarees"), "disagrees"), - (UniCase("unresponse"), "unresponsive"), - (UniCase("investigstion"), "investigations"), - (UniCase("unusabe"), "unusable"), - (UniCase("manufactuerer"), "manufacturer"), - (UniCase("scnadinavia"), "scandinavia"), - (UniCase("chornicles"), "chronicles"), - (UniCase("simpelst"), "simplest"), - (UniCase("incomprihensible"), "incomprehensible"), - (UniCase("serioulsy"), "seriously"), - (UniCase("disgustingy"), "disgustingly"), - (UniCase("thermodynanics"), "thermodynamics"), - (UniCase("contrubute"), "contribute"), - (UniCase("iranain"), "iranian"), - (UniCase("sensationella"), "sensational"), - (UniCase("battelfront"), "battlefront"), - (UniCase("adventuers"), "adventures"), - (UniCase("spreadsheeet"), "spreadsheets"), - (UniCase("caffinee"), "caffeine"), - (UniCase("santiation"), "sanitation"), - (UniCase("demograhic"), "demographic"), - (UniCase("unexpectadely"), "unexpectedly"), - (UniCase("pedophilie"), "pedophile"), - (UniCase("metophorical"), "metaphorical"), - (UniCase("unsustainible"), "unsustainable"), - (UniCase("cutsceen"), "cutscene"), - (UniCase("voluntears"), "volunteers"), - (UniCase("referneces"), "references"), - (UniCase("duting"), "during"), - (UniCase("curroption"), "corruption"), - (UniCase("ampilfy"), "amplify"), - (UniCase("predicatble"), "predictable"), - (UniCase("correspend"), "correspond"), - (UniCase("modelled"), "modeled"), - (UniCase("premeire"), "premiere"), - (UniCase("illustratin"), "illustrations"), - (UniCase("surroundes"), "surrounds"), - (UniCase("ligthly"), "lightly"), - (UniCase("expliotation"), "exploitation"), - (UniCase("systematise"), "systematize"), - (UniCase("unempolyed"), "unemployed"), - (UniCase("signalised"), "signalized"), - (UniCase("pyrmaids"), "pyramids"), - (UniCase("lasagnia"), "lasagna"), - (UniCase("separatedly"), "separately"), - (UniCase("enthicity"), "ethnicity"), - (UniCase("inclanation"), "inclination"), - (UniCase("imcompatible"), "incompatible"), - (UniCase("begginig"), "begging"), - (UniCase("gynaecologist"), "gynecologist"), - (UniCase("prometheius"), "prometheus"), - (UniCase("uninamous"), "unanimous"), - (UniCase("argentia"), "argentina"), - (UniCase("deficientcy"), "deficiency"), - (UniCase("entartaining"), "entertaining"), - (UniCase("libertatianism"), "libertarianism"), - (UniCase("prerequisets"), "prerequisite"), - (UniCase("distrubution"), "distribution"), - (UniCase("governmeant"), "governmental"), - (UniCase("exectuioners"), "executioner"), - (UniCase("exagerates"), "exaggerates"), - (UniCase("horishima"), "hiroshima"), - (UniCase("successeurs"), "successes"), - (UniCase("reflektion"), "reflection"), - (UniCase("outsourcad"), "outsourced"), - (UniCase("accumulted"), "accumulated"), - (UniCase("stirker"), "striker"), - (UniCase("blugaria"), "bulgaria"), - (UniCase("particualr"), "particular"), - (UniCase("impersonationg"), "impersonating"), - (UniCase("installatron"), "installation"), - (UniCase("availble"), "available"), - (UniCase("interveing"), "intervening"), - (UniCase("applicatins"), "applicants"), - (UniCase("preiod"), "period"), - (UniCase("christines"), "christians"), - (UniCase("lightnig"), "lightning"), - (UniCase("dumbfouned"), "dumbfounded"), - (UniCase("musicaly"), "musically"), - (UniCase("systematises"), "systematizes"), - (UniCase("summurized"), "summarized"), - (UniCase("occassions"), "occasions"), - (UniCase("ceritfication"), "certifications"), - (UniCase("collectivo"), "collection"), - (UniCase("preceived"), "perceived"), - (UniCase("subjudgation"), "subjugation"), - (UniCase("pedophilla"), "pedophilia"), - (UniCase("refreshd"), "refreshed"), - (UniCase("continuious"), "continuous"), - (UniCase("regiems"), "regimes"), - (UniCase("nuerological"), "neurological"), - (UniCase("invaldiate"), "invalidates"), - (UniCase("pathfindir"), "pathfinder"), - (UniCase("shrapenl"), "shrapnel"), - (UniCase("imrpoved"), "improved"), - (UniCase("metabolitic"), "metabolic"), - (UniCase("empirial"), "empirical"), - (UniCase("suprising"), "surprising"), - (UniCase("accordeon"), "accordion"), - (UniCase("quailfiers"), "qualifiers"), - (UniCase("presrciption"), "prescriptions"), - (UniCase("residental"), "residential"), - (UniCase("statuets"), "statutes"), - (UniCase("courtrom"), "courtroom"), - (UniCase("larrry"), "larry"), - (UniCase("melboure"), "melbourne"), - (UniCase("underpowed"), "underpowered"), - (UniCase("longevitity"), "longevity"), - (UniCase("refuelled"), "refueled"), - (UniCase("politicing"), "politician"), - (UniCase("pregnance"), "pregnancies"), - (UniCase("concidered"), "considered"), - (UniCase("ofcrouse"), "ofcourse"), - (UniCase("shenanigangs"), "shenanigans"), - (UniCase("rationalise"), "rationalize"), - (UniCase("fundamentalistiske"), "fundamentalists"), - (UniCase("concernt"), "concert"), - (UniCase("decsending"), "descending"), - (UniCase("rewirte"), "rewrite"), - (UniCase("popularisation"), "popularization"), - (UniCase("inventiones"), "inventions"), - (UniCase("constructiin"), "constructing"), - (UniCase("deficienies"), "deficiencies"), - (UniCase("distinctie"), "distinctive"), - (UniCase("adminstrator"), "administrator"), - (UniCase("conflics"), "conflicts"), - (UniCase("pensinula"), "peninsula"), - (UniCase("confernece"), "conferences"), - (UniCase("electromagntic"), "electromagnetic"), - (UniCase("reptils"), "reptiles"), - (UniCase("rhapsodises"), "rhapsodizes"), - (UniCase("lacklustre"), "lackluster"), - (UniCase("performas"), "performs"), - (UniCase("penisula"), "peninsula"), - (UniCase("americants"), "americas"), - (UniCase("integrarla"), "integral"), - (UniCase("patriotisk"), "patriots"), - (UniCase("comprehention"), "comprehension"), - (UniCase("christiantiy"), "christianity"), - (UniCase("singify"), "signify"), - (UniCase("oppresssing"), "oppressing"), - (UniCase("modellers"), "modelers"), - (UniCase("adminstration"), "administration"), - (UniCase("guantamamo"), "guantanamo"), - (UniCase("organizatons"), "organizations"), - (UniCase("incomfortably"), "uncomfortably"), - (UniCase("verifyable"), "verifiable"), - (UniCase("romanna"), "romanian"), - (UniCase("illuminadi"), "illuminati"), - (UniCase("enlightenend"), "enlightened"), - (UniCase("legitimite"), "legitimate"), - (UniCase("christainity"), "christianity"), - (UniCase("supscription"), "subscription"), - (UniCase("shareholdes"), "shareholders"), - (UniCase("neccesary"), "necessary"), - (UniCase("professionnal"), "professional"), - (UniCase("ingorant"), "ignorant"), - (UniCase("coordonates"), "coordinates"), - (UniCase("assassiante"), "assassinate"), - (UniCase("percantile"), "percentile"), - (UniCase("exclussive"), "exclusives"), - (UniCase("amibguity"), "ambiguity"), - (UniCase("representive"), "representative"), - (UniCase("transmisison"), "transmission"), - (UniCase("knigths"), "knights"), - (UniCase("pretinent"), "pertinent"), - (UniCase("unfailry"), "unfairly"), - (UniCase("ensconsed"), "ensconced"), - (UniCase("immobiliser"), "immobilizer"), - (UniCase("specifiyng"), "specifying"), - (UniCase("sluaghtered"), "slaughtered"), - (UniCase("participacion"), "participation"), - (UniCase("republician"), "republican"), - (UniCase("febraury"), "february"), - (UniCase("psychologits"), "psychologists"), - (UniCase("calback"), "callback"), - (UniCase("harrassment"), "harassment"), - (UniCase("predecated"), "predicated"), - (UniCase("significanlty"), "significantly"), - (UniCase("inferioare"), "inferior"), - (UniCase("counsle"), "counsel"), - (UniCase("subsidiezed"), "subsidized"), - (UniCase("imperislist"), "imperialist"), - (UniCase("compramises"), "compromises"), - (UniCase("recuriter"), "recruiter"), - (UniCase("idealise"), "idealize"), - (UniCase("incentiveise"), "incentives"), - (UniCase("peninsulla"), "peninsula"), - (UniCase("umbelievable"), "unbelievable"), - (UniCase("inconcistent"), "inconsistent"), - (UniCase("everets"), "everest"), - (UniCase("tringale"), "triangle"), - (UniCase("finacee"), "fiancee"), - (UniCase("cumbersone"), "cumbersome"), - (UniCase("recontructed"), "reconstructed"), - (UniCase("hystericly"), "hysterical"), - (UniCase("arugment"), "argument"), - (UniCase("metabolises"), "metabolizes"), - (UniCase("sympathsizer"), "sympathizers"), - (UniCase("coordinare"), "coordinate"), - (UniCase("reclutant"), "reluctant"), - (UniCase("concieted"), "conceited"), - (UniCase("cumulitive"), "cumulative"), - (UniCase("negativitiy"), "negativity"), - (UniCase("furuther"), "further"), - (UniCase("emprisoned"), "imprisoned"), - (UniCase("distribusion"), "distributions"), - (UniCase("repaird"), "repaired"), - (UniCase("stornegst"), "strongest"), - (UniCase("particularises"), "particularizes"), - (UniCase("lightwieght"), "lightweight"), - (UniCase("unequalled"), "unequaled"), - (UniCase("optimisitic"), "optimistic"), - (UniCase("infectuous"), "infectious"), - (UniCase("polygammy"), "polygamy"), - (UniCase("coincedentally"), "coincidentally"), - (UniCase("progressionists"), "progressions"), - (UniCase("beween"), "between"), - (UniCase("sasuages"), "sausages"), - (UniCase("carnagie-mellon"), "carnegie-mellon"), - (UniCase("stabilise"), "stabilize"), - (UniCase("friendhsip"), "friendship"), - (UniCase("manifestacion"), "manifestation"), - (UniCase("particiapte"), "participate"), - (UniCase("cockatils"), "cocktails"), - (UniCase("disgracful"), "disgraceful"), - (UniCase("gravitatiei"), "gravitate"), - (UniCase("adolencence"), "adolescence"), - (UniCase("sanitising"), "sanitizing"), - (UniCase("strawbery"), "strawberry"), - (UniCase("serialises"), "serializes"), - (UniCase("provisonal"), "provisional"), - (UniCase("oblitarated"), "obliterated"), - (UniCase("turretts"), "turrets"), - (UniCase("considerarle"), "considerable"), - (UniCase("thermomenter"), "thermometer"), - (UniCase("instering"), "inserting"), - (UniCase("suprize"), "surprise"), - (UniCase("apperciation"), "appreciation"), - (UniCase("definatrly"), "definately"), - (UniCase("phramacy"), "pharmacy"), - (UniCase("unplaybale"), "unplayable"), - (UniCase("collumn"), "column"), - (UniCase("kncokback"), "knockback"), - (UniCase("avialable"), "available"), - (UniCase("internetbs"), "internets"), - (UniCase("enligthened"), "enlightened"), - (UniCase("undercling"), "underlying"), - (UniCase("bourgeios"), "bourgeois"), - (UniCase("reaveled"), "revealed"), - (UniCase("cigaretts"), "cigarettes"), - (UniCase("transmisson"), "transmission"), - (UniCase("staggerring"), "staggering"), - (UniCase("homophoboes"), "homophobe"), - (UniCase("somehting"), "something"), - (UniCase("capitilize"), "capitalize"), - (UniCase("excluse"), "excludes"), - (UniCase("barceloneta"), "barcelona"), - (UniCase("hamburges"), "hamburgers"), - (UniCase("undernieth"), "underneath"), - (UniCase("continuare"), "continue"), - (UniCase("coordonation"), "coordination"), - (UniCase("melbounre"), "melbourne"), - (UniCase("distil"), "distill"), - (UniCase("cpoy"), "coy"), - (UniCase("ejacluation"), "ejaculation"), - (UniCase("espreso"), "espresso"), - (UniCase("undeniabely"), "undeniably"), - (UniCase("dardenelles"), "dardanelles"), - (UniCase("piglrim"), "pilgrim"), - (UniCase("uplifitng"), "uplifting"), - (UniCase("exaggareted"), "exaggerate"), - (UniCase("contaminatie"), "contaminated"), - (UniCase("begnals"), "bengals"), - (UniCase("therefo"), "thereof"), - (UniCase("assassian"), "assassin"), - (UniCase("characteristcs"), "characteristics"), - (UniCase("inaccurrate"), "inaccurate"), - (UniCase("detials"), "details"), - (UniCase("cananbis"), "cannabis"), - (UniCase("continiuty"), "continuity"), - (UniCase("renaissence"), "renaissance"), - (UniCase("anecdotelly"), "anecdotally"), - (UniCase("aluminium"), "aluminum"), - (UniCase("categoriei"), "categorize"), - (UniCase("washingtion"), "washington"), - (UniCase("motivaiton"), "motivations"), - (UniCase("rebllions"), "rebellions"), - (UniCase("civilizatoin"), "civilizations"), - (UniCase("popularise"), "popularize"), - (UniCase("convertirme"), "converter"), - (UniCase("bonnano"), "bonanno"), - (UniCase("missionaris"), "missionaries"), - (UniCase("refelctions"), "reflections"), - (UniCase("conspericies"), "conspiracies"), - (UniCase("intesnity"), "intensity"), - (UniCase("comeptitions"), "competitions"), - (UniCase("unfortunantly"), "unfortunately"), - (UniCase("handledy"), "handedly"), - (UniCase("specialt"), "specialist"), - (UniCase("intial"), "initial"), - (UniCase("monstrocity"), "monstrosity"), - (UniCase("distribitor"), "distributor"), - (UniCase("medevial"), "medieval"), - (UniCase("gaolbird"), "jailbird"), - (UniCase("contribuito"), "contribution"), - (UniCase("flitered"), "filtered"), - (UniCase("butthoel"), "butthole"), - (UniCase("electic"), "electric"), - (UniCase("mechancis"), "mechanics"), - (UniCase("pencilling"), "penciling"), - (UniCase("disptach"), "dispatch"), - (UniCase("pithcers"), "pitchers"), - (UniCase("implausbile"), "implausible"), - (UniCase("wishpered"), "whispered"), - (UniCase("psychidelic"), "psychedelic"), - (UniCase("retirever"), "retriever"), - (UniCase("euphoriac"), "euphoric"), - (UniCase("noticeablely"), "noticeably"), - (UniCase("organites"), "organise"), - (UniCase("fourteeen"), "fourteen"), - (UniCase("accomplises"), "accomplishes"), - (UniCase("synonymes"), "synonyms"), - (UniCase("narcisissim"), "narcissism"), - (UniCase("parterns"), "partners"), - (UniCase("fullscren"), "fullscreen"), - (UniCase("importes"), "imports"), - (UniCase("retailate"), "retaliate"), - (UniCase("coefficienct"), "coefficient"), - (UniCase("americanus"), "americans"), - (UniCase("empries"), "empires"), - (UniCase("devastaded"), "devastated"), - (UniCase("additionaly"), "additionally"), - (UniCase("activistas"), "activists"), - (UniCase("diveristy"), "diversity"), - (UniCase("practise"), "practice"), - (UniCase("diversifiy"), "diversify"), - (UniCase("guanatanmo"), "guantanamo"), - (UniCase("enhanse"), "enhances"), - (UniCase("directsong"), "directions"), - (UniCase("dispersa"), "dispensary"), - (UniCase("dispoves"), "dispose"), - (UniCase("packade"), "packaged"), - (UniCase("manifestors"), "manifests"), - (UniCase("exorbatant"), "exorbitant"), - (UniCase("registy"), "registry"), - (UniCase("sharipe"), "sharpie"), - (UniCase("agricultral"), "agricultural"), - (UniCase("boradcasting"), "broadcasting"), - (UniCase("whitsle"), "whistle"), - (UniCase("irresistable"), "irresistible"), - (UniCase("invesitgators"), "investigators"), - (UniCase("engineed"), "engineered"), - (UniCase("puhsups"), "pushups"), - (UniCase("organizacional"), "organizational"), - (UniCase("privaleged"), "privileged"), - (UniCase("perspectief"), "perspective"), - (UniCase("moisturisers"), "moisturizers"), - (UniCase("immoblie"), "immobile"), - (UniCase("guilio"), "giulio"), - (UniCase("notoroius"), "notorious"), - (UniCase("withhelding"), "withholding"), - (UniCase("propietary"), "proprietary"), - (UniCase("sepreate"), "seperate"), - (UniCase("snodwen"), "snowden"), - (UniCase("mamal"), "mammal"), - (UniCase("frankenstain"), "frankenstein"), - (UniCase("electormagnetic"), "electromagnetic"), - (UniCase("objectivication"), "objectification"), - (UniCase("wille"), "will"), - (UniCase("developmentwise"), "developments"), - (UniCase("siezed"), "seized"), - (UniCase("possibley"), "possibly"), - (UniCase("weigthed"), "weighted"), - (UniCase("trustworthly"), "trustworthy"), - (UniCase("indicitive"), "indicative"), - (UniCase("caloires"), "calories"), - (UniCase("sandlas"), "sandals"), - (UniCase("conlcusions"), "conclusions"), - (UniCase("unfortuate"), "unfortunate"), - (UniCase("commans"), "commands"), - (UniCase("overwhem"), "overwhelm"), - (UniCase("formost"), "foremost"), - (UniCase("bureaucrash"), "bureaucrats"), - (UniCase("interpersonnal"), "interpersonal"), - (UniCase("destryoed"), "destroyed"), - (UniCase("consistens"), "consists"), - (UniCase("belifes"), "beliefs"), - (UniCase("proficiancy"), "proficiency"), - (UniCase("expresions"), "expression"), - (UniCase("outrageosly"), "outrageously"), - (UniCase("chorline"), "chlorine"), - (UniCase("feministisk"), "feminists"), - (UniCase("aestethics"), "aesthetics"), - (UniCase("homoeopathy"), "homeopathy"), - (UniCase("roboticus"), "robotics"), - (UniCase("brillaintly"), "brilliantly"), - (UniCase("tkae"), "take"), - (UniCase("perseverence"), "perseverance"), - (UniCase("internationaal"), "international"), - (UniCase("enrols"), "enrolls"), - (UniCase("penssylvania"), "pennsylvania"), - (UniCase("unconventianal"), "unconventional"), - (UniCase("trotilla"), "tortilla"), - (UniCase("palythroughs"), "playthroughs"), - (UniCase("particel"), "particle"), - (UniCase("servantes"), "servants"), - (UniCase("masturpiece"), "masterpiece"), - (UniCase("containts"), "contains"), - (UniCase("luicfer"), "lucifer"), - (UniCase("oralces"), "oracles"), - (UniCase("complier"), "compiler"), - (UniCase("antibiodic"), "antibiotic"), - (UniCase("enterpreneur"), "entrepreneurs"), - (UniCase("staduims"), "stadiums"), - (UniCase("playwrite"), "playwright"), - (UniCase("girlfrinds"), "girlfriends"), - (UniCase("publicaly"), "publicly"), - (UniCase("midfeilder"), "midfielder"), - (UniCase("palestinains"), "palestinians"), - (UniCase("pryamid"), "pyramid"), - (UniCase("surroundins"), "surrounds"), - (UniCase("receeding"), "receding"), - (UniCase("reorganises"), "reorganizes"), - (UniCase("audioboost"), "audiobooks"), - (UniCase("penatly"), "penalty"), - (UniCase("enthusiat"), "enthusiast"), - (UniCase("compramising"), "compromising"), - (UniCase("unsubstantiative"), "unsubstantiated"), - (UniCase("acedemically"), "academically"), - (UniCase("destryoing"), "destroying"), - (UniCase("extruciating"), "excruciating"), - (UniCase("unrnaked"), "unranked"), - (UniCase("contracs"), "contracts"), - (UniCase("preferabely"), "preferable"), - (UniCase("physqiue"), "physique"), - (UniCase("algortihm"), "algorithm"), - (UniCase("sponteneously"), "spontaneously"), - (UniCase("striaghten"), "straighten"), - (UniCase("specifikation"), "specification"), - (UniCase("alcehmist"), "alchemist"), - (UniCase("refelct"), "reflect"), - (UniCase("recocnised"), "recognised"), - (UniCase("similary"), "similarly"), - (UniCase("alternador"), "alternator"), - (UniCase("agrument"), "argument"), - (UniCase("appoitnment"), "appointments"), - (UniCase("phemonenon"), "phenomenon"), - (UniCase("curcumcision"), "circumcision"), - (UniCase("exerciese"), "exercises"), - (UniCase("complitation"), "complication"), - (UniCase("disresepctful"), "disrespectful"), - (UniCase("masturdate"), "masturbate"), - (UniCase("fascistes"), "fascists"), - (UniCase("overreactiong"), "overreacting"), - (UniCase("indispensible"), "indispensable"), - (UniCase("commitus"), "commits"), - (UniCase("braceletts"), "bracelets"), - (UniCase("explodeds"), "explodes"), - (UniCase("occour"), "occur"), - (UniCase("descendats"), "descendants"), - (UniCase("playstlye"), "playstyle"), - (UniCase("unbreakabke"), "unbreakable"), - (UniCase("definety"), "definetly"), - (UniCase("preliferation"), "proliferation"), - (UniCase("chemisty"), "chemistry"), - (UniCase("mindcrak"), "mindcrack"), - (UniCase("inumerable"), "enumerable"), - (UniCase("annualised"), "annualized"), - (UniCase("ministy"), "ministry"), - (UniCase("retardathon"), "retardation"), - (UniCase("detatched"), "detached"), - (UniCase("thikns"), "thinks"), - (UniCase("iwll"), "will"), - (UniCase("minimilast"), "minimalist"), - (UniCase("prostitites"), "prostitutes"), - (UniCase("futurustic"), "futuristic"), - (UniCase("relavence"), "relevance"), - (UniCase("osbidian"), "obsidian"), - (UniCase("solemnising"), "solemnizing"), - (UniCase("gunlsinger"), "gunslinger"), - (UniCase("alternitive"), "alternative"), - (UniCase("centeres"), "centers"), - (UniCase("dinasour"), "dinosaur"), - (UniCase("offensivley"), "offensively"), - (UniCase("fanslaughter"), "manslaughter"), - (UniCase("undeniabley"), "undeniably"), - (UniCase("recoginze"), "recognize"), - (UniCase("definitve"), "definite"), - (UniCase("disappearnce"), "disappearance"), - (UniCase("preferrably"), "preferably"), - (UniCase("illegallity"), "illegally"), - (UniCase("hygienne"), "hygiene"), - (UniCase("complimate"), "complicate"), - (UniCase("superioara"), "superior"), - (UniCase("aicraft"), "aircraft"), - (UniCase("derviatives"), "derivatives"), - (UniCase("portgual"), "portugal"), - (UniCase("dealershp"), "dealerships"), - (UniCase("arbitralily"), "arbitrarily"), - (UniCase("hypothess"), "hypotheses"), - (UniCase("enigneer"), "engineer"), - (UniCase("postdam"), "potsdam"), - (UniCase("smae"), "same"), - (UniCase("comfortbly"), "comfortably"), - (UniCase("lannesters"), "lannisters"), - (UniCase("critices"), "critics"), - (UniCase("transmissons"), "transmissions"), - (UniCase("deficieny"), "deficiency"), - (UniCase("barbarisch"), "barbaric"), - (UniCase("descentants"), "descendants"), - (UniCase("marginalises"), "marginalizes"), - (UniCase("ingenuitiy"), "ingenuity"), - (UniCase("hallunications"), "hallucinations"), - (UniCase("disadvandage"), "disadvantaged"), - (UniCase("churchers"), "churches"), - (UniCase("reconstrucion"), "reconstruction"), - (UniCase("distiction"), "distinction"), - (UniCase("permenently"), "permanently"), - (UniCase("poisonus"), "poisons"), - (UniCase("intiutively"), "intuitively"), - (UniCase("respiratoy"), "respiratory"), - (UniCase("connecitcut"), "connecticut"), - (UniCase("unionise"), "unionize"), - (UniCase("speciaal"), "special"), - (UniCase("excercise"), "exercise"), - (UniCase("traditionel"), "traditional"), - (UniCase("ancestory"), "ancestry"), - (UniCase("cambrige"), "cambridge"), - (UniCase("implementaion"), "implementation"), - (UniCase("unhelathy"), "unhealthy"), - (UniCase("endandering"), "endangering"), - (UniCase("consciouly"), "consciously"), - (UniCase("includng"), "including"), - (UniCase("innerstellar"), "interstellar"), - (UniCase("outsourceing"), "outsourcing"), - (UniCase("contemperary"), "contemporary"), - (UniCase("stealthify"), "stealthy"), - (UniCase("hemishperes"), "hemisphere"), - (UniCase("accreditted"), "accredited"), - (UniCase("documentry"), "documentary"), - (UniCase("rehabilitaton"), "rehabilitation"), - (UniCase("februray"), "february"), - (UniCase("organices"), "organise"), - (UniCase("cashire"), "cashier"), - (UniCase("gratuituous"), "gratuitous"), - (UniCase("complusions"), "compulsion"), - (UniCase("videogaem"), "videogame"), - (UniCase("prequles"), "prequels"), - (UniCase("perputually"), "perpetually"), - (UniCase("eloquentely"), "eloquently"), - (UniCase("speically"), "specially"), - (UniCase("disallusioned"), "disillusioned"), - (UniCase("reluctanly"), "reluctantly"), - (UniCase("airpost"), "airports"), - (UniCase("strengh"), "strength"), - (UniCase("beleiver"), "believer"), - (UniCase("interpretares"), "interpreter"), - (UniCase("sacntuary"), "sanctuary"), - (UniCase("blaim"), "blame"), - (UniCase("inconstitutional"), "unconstitutional"), - (UniCase("demoninator"), "denominator"), - (UniCase("summore"), "summoner"), - (UniCase("ukrainin"), "ukrainian"), - (UniCase("adaptacion"), "adaptation"), - (UniCase("artistc"), "artistic"), - (UniCase("zelaous"), "zealous"), - (UniCase("triange"), "triangle"), - (UniCase("shenadigans"), "shenanigans"), - (UniCase("manipulitive"), "manipulative"), - (UniCase("satrudays"), "saturdays"), - (UniCase("definateky"), "definately"), - (UniCase("bleutooth"), "bluetooth"), - (UniCase("linguisics"), "linguistics"), - (UniCase("compalined"), "complained"), - (UniCase("ecstasty"), "ecstasy"), - (UniCase("parenthisis"), "parenthesis"), - (UniCase("suppresssion"), "suppression"), - (UniCase("exemple"), "example"), - (UniCase("involvment"), "involvement"), - (UniCase("invesitgative"), "investigative"), - (UniCase("besteality"), "bestiality"), - (UniCase("delaership"), "dealership"), - (UniCase("godesses"), "goddesses"), - (UniCase("flatterende"), "flattered"), - (UniCase("accademy"), "academy"), - (UniCase("patriotas"), "patriots"), - (UniCase("personsa"), "personas"), - (UniCase("hailfax"), "halifax"), - (UniCase("dismante"), "dismantle"), - (UniCase("preisdents"), "presidents"), - (UniCase("authenticty"), "authenticity"), - (UniCase("lengthes"), "lengths"), - (UniCase("inqusitior"), "inquisitor"), - (UniCase("plauthroughs"), "playthroughs"), - (UniCase("democratas"), "democrats"), - (UniCase("compensatie"), "compensate"), - (UniCase("argumentos"), "arguments"), - (UniCase("contirbuted"), "contributed"), - (UniCase("diganosis"), "diagnosis"), - (UniCase("classificaiton"), "classification"), - (UniCase("dispensiries"), "dispensaries"), - (UniCase("herucles"), "hercules"), - (UniCase("narcissit"), "narcissist"), - (UniCase("starins"), "strains"), - (UniCase("curcial"), "crucial"), - (UniCase("becuasse"), "becuase"), - (UniCase("recrutier"), "recruiter"), - (UniCase("phsyiology"), "physiology"), - (UniCase("broadwalk"), "boardwalk"), - (UniCase("sideral"), "sidereal"), - (UniCase("rewarching"), "rewatching"), - (UniCase("imminet"), "imminent"), - (UniCase("battelships"), "battleship"), - (UniCase("sponatenously"), "spontaneously"), - (UniCase("legnedary"), "legendary"), - (UniCase("uploades"), "uploads"), - (UniCase("constituye"), "constitute"), - (UniCase("hannbial"), "hannibal"), - (UniCase("prevalente"), "prevalence"), - (UniCase("dotrmund"), "dortmund"), - (UniCase("defensivly"), "defensively"), - (UniCase("pretencious"), "pretentious"), - (UniCase("thnakyou"), "thankyou"), - (UniCase("terminatior"), "terminator"), - (UniCase("counterfited"), "counterfeit"), - (UniCase("appart"), "apart"), - (UniCase("exhaustn"), "exhaustion"), - (UniCase("spects"), "aspects"), - (UniCase("exceedigly"), "exceedingly"), - (UniCase("defetead"), "defeated"), - (UniCase("microtramsactions"), "microtransactions"), - (UniCase("comminucation"), "communications"), - (UniCase("internations"), "interactions"), - (UniCase("collaris"), "collars"), - (UniCase("minerial"), "mineral"), - (UniCase("vaylkrie"), "valkyrie"), - (UniCase("refernces"), "references"), - (UniCase("marrage"), "marriage"), - (UniCase("identifierad"), "identified"), - (UniCase("obsucrity"), "obscurity"), - (UniCase("patientens"), "patients"), - (UniCase("knowledgebly"), "knowledgable"), - (UniCase("adequit"), "adequate"), - (UniCase("moderatorin"), "moderation"), - (UniCase("zealoths"), "zealots"), - (UniCase("recpetors"), "receptors"), - (UniCase("xeonblade"), "xenoblade"), - (UniCase("intruduces"), "introduces"), - (UniCase("islamistisk"), "islamists"), - (UniCase("calrity"), "clarity"), - (UniCase("encolsure"), "enclosure"), - (UniCase("imperialsm"), "imperialism"), - (UniCase("vaporise"), "vaporize"), - (UniCase("immobilising"), "immobilizing"), - (UniCase("eitquette"), "etiquette"), - (UniCase("clannand"), "clannad"), - (UniCase("shittown"), "shitton"), - (UniCase("outplayd"), "outplayed"), - (UniCase("corparation"), "corporation"), - (UniCase("hearthsone"), "hearthstone"), - (UniCase("falseley"), "falsely"), - (UniCase("assistendo"), "assisted"), - (UniCase("committe"), "committee"), - (UniCase("somehtings"), "somethings"), - (UniCase("neighbourliness"), "neighborliness"), - (UniCase("sanitazion"), "sanitation"), - (UniCase("pensioen"), "pension"), - (UniCase("acculumated"), "accumulated"), - (UniCase("counsellling"), "counselling"), - (UniCase("prescirption"), "prescriptions"), - (UniCase("misinterpretions"), "misinterpreting"), - (UniCase("throast"), "throats"), - (UniCase("centigramme"), "centigram"), - (UniCase("communiaction"), "communications"), - (UniCase("elicided"), "elicited"), - (UniCase("hemingwavy"), "hemingway"), - (UniCase("hieroglphs"), "hieroglyphs"), - (UniCase("counries"), "countries"), - (UniCase("segementation"), "segmentation"), - (UniCase("avnegers"), "avengers"), - (UniCase("circulaton"), "circulation"), - (UniCase("uncomfrotable"), "uncomfortable"), - (UniCase("mathemathics"), "mathematics"), - (UniCase("saskatchawan"), "saskatchewan"), - (UniCase("discrepany"), "discrepancy"), - (UniCase("bulgara"), "bulgaria"), - (UniCase("transsexuella"), "transsexual"), - (UniCase("hieght"), "height"), - (UniCase("occassionally"), "occasionally"), - (UniCase("distirbution"), "distribution"), - (UniCase("switzlerand"), "switzerland"), - (UniCase("intenst"), "intents"), - (UniCase("peodphilia"), "pedophilia"), - (UniCase("waterlemon"), "watermelon"), - (UniCase("unexpectetly"), "unexpectedly"), - (UniCase("concelaed"), "concealed"), - (UniCase("prestigios"), "prestigious"), - (UniCase("alegbra"), "algebra"), - (UniCase("boradband"), "broadband"), - (UniCase("columnas"), "columns"), - (UniCase("labled"), "labelled"), - (UniCase("valkiyre"), "valkyrie"), - (UniCase("opposties"), "opposites"), - (UniCase("understandble"), "understandable"), - (UniCase("conprehension"), "comprehension"), - (UniCase("brigthen"), "brighten"), - (UniCase("invalidas"), "invalidates"), - (UniCase("impulsivley"), "impulsive"), - (UniCase("cambrigde"), "cambridge"), - (UniCase("conjuncion"), "conjunction"), - (UniCase("prefarable"), "preferable"), - (UniCase("minsiters"), "ministers"), - (UniCase("aeriel"), "aerial"), - (UniCase("spiritualty"), "spirituality"), - (UniCase("preventors"), "prevents"), - (UniCase("playthrouh"), "playthrough"), - (UniCase("trespessing"), "trespassing"), - (UniCase("illinoians"), "illinois"), - (UniCase("demographs"), "demographics"), - (UniCase("littlefiger"), "littlefinger"), - (UniCase("triggereing"), "triggering"), - (UniCase("pratice"), "practice"), - (UniCase("questionsign"), "questioning"), - (UniCase("benificial"), "beneficial"), - (UniCase("artisitc"), "artistic"), - (UniCase("indistructible"), "indestructible"), - (UniCase("distrubed"), "disturbed"), - (UniCase("tottehnam"), "tottenham"), - (UniCase("navigatore"), "navigate"), - (UniCase("toothbruch"), "toothbrush"), - (UniCase("doign"), "doing"), - (UniCase("understadn"), "understands"), - (UniCase("illionis"), "illinois"), - (UniCase("leuitenant"), "lieutenant"), - (UniCase("catherdal"), "cathedral"), - (UniCase("dictionaires"), "dictionaries"), - (UniCase("appropiration"), "appropriation"), - (UniCase("collectos"), "collectors"), - (UniCase("philedelphia"), "philadelphia"), - (UniCase("curisoity"), "curiosity"), - (UniCase("highlightning"), "highlighting"), - (UniCase("satisy"), "satisfy"), - (UniCase("discontinuted"), "discontinued"), - (UniCase("pursuades"), "persuades"), - (UniCase("australlian"), "australian"), - (UniCase("capsuls"), "capsules"), - (UniCase("planeswaller"), "planeswalker"), - (UniCase("multipled"), "multiplied"), - (UniCase("pebblers"), "pebbles"), - (UniCase("defendents"), "defendants"), - (UniCase("congratualted"), "congratulate"), - (UniCase("churchs"), "churches"), - (UniCase("transmisisons"), "transmissions"), - (UniCase("distinctin"), "distinctions"), - (UniCase("unasnwered"), "unanswered"), - (UniCase("refersher"), "refresher"), - (UniCase("repentence"), "repentance"), - (UniCase("consoldiate"), "consolidate"), - (UniCase("penitum"), "pentium"), - (UniCase("cheeseburgie"), "cheeseburger"), - (UniCase("theromdynamics"), "thermodynamics"), - (UniCase("exclusivety"), "exclusivity"), - (UniCase("competatively"), "competitively"), - (UniCase("vocalisation"), "vocalization"), - (UniCase("infinet"), "infinite"), - (UniCase("freindship"), "friendship"), - (UniCase("gouvener"), "governor"), - (UniCase("fractalis"), "fractals"), - (UniCase("undermineing"), "undermining"), - (UniCase("nusaince"), "nuisance"), - (UniCase("romanticise"), "romanticize"), - (UniCase("homosexul"), "homosexuals"), - (UniCase("discreto"), "discretion"), - (UniCase("contanimation"), "contamination"), - (UniCase("romanitcally"), "romantically"), - (UniCase("sedentarity"), "sedentary"), - (UniCase("cemetaries"), "cemeteries"), - (UniCase("canditates"), "candidates"), - (UniCase("indimidation"), "intimidation"), - (UniCase("infomation"), "information"), - (UniCase("misundarstanding"), "misunderstandings"), - (UniCase("consecuence"), "consequence"), - (UniCase("inevidably"), "inevitably"), - (UniCase("democratisch"), "democratic"), - (UniCase("charactarized"), "characterized"), - (UniCase("orchestraded"), "orchestrated"), - (UniCase("convergens"), "converse"), - (UniCase("cafetera"), "cafeteria"), - (UniCase("interiour"), "interior"), - (UniCase("professores"), "professors"), - (UniCase("agricuture"), "agriculture"), - (UniCase("bordelrands"), "borderlands"), - (UniCase("neurton"), "neutron"), - (UniCase("constructur"), "constructor"), - (UniCase("cutscences"), "cutscene"), - (UniCase("conveluted"), "convoluted"), - (UniCase("renedered"), "rende"), - (UniCase("announcemnet"), "announcements"), - (UniCase("sizebale"), "sizeable"), - (UniCase("soverignity"), "sovereignty"), - (UniCase("thermomter"), "thermometer"), - (UniCase("cardiovasuclar"), "cardiovascular"), - (UniCase("paramter"), "parameter"), - (UniCase("chidlbirth"), "childbirth"), - (UniCase("beliebable"), "believable"), - (UniCase("faceplam"), "facepalm"), - (UniCase("privilaged"), "privileged"), - (UniCase("vietnamnese"), "vietnamese"), - (UniCase("desparate"), "desperate"), - (UniCase("substitutos"), "substitutes"), - (UniCase("dependencias"), "dependencies"), - (UniCase("aretmis"), "artemis"), - (UniCase("psychedlic"), "psychedelic"), - (UniCase("federacion"), "federation"), - (UniCase("mythraic"), "mithraic"), - (UniCase("convervatism"), "conservatism"), - (UniCase("sastifies"), "satisfies"), - (UniCase("compede"), "competed"), - (UniCase("alphabeat"), "alphabet"), - (UniCase("sumbarines"), "submarines"), - (UniCase("themselfes"), "themselves"), - (UniCase("culutral"), "cultural"), - (UniCase("undiserable"), "undesirable"), - (UniCase("blueberrry"), "blueberry"), - (UniCase("prejuduced"), "prejudiced"), - (UniCase("syrcause"), "syracuse"), - (UniCase("templarius"), "templars"), - (UniCase("girefing"), "griefing"), - (UniCase("sacrifie"), "sacrifice"), - (UniCase("painkills"), "painkillers"), - (UniCase("penduluum"), "pendulum"), - (UniCase("dermitologist"), "dermatologist"), - (UniCase("infinitly"), "infinity"), - (UniCase("gentlemn"), "gentlemen"), - (UniCase("tredning"), "trending"), - (UniCase("aforementioend"), "aforementioned"), - (UniCase("thermodinamics"), "thermodynamics"), - (UniCase("metropolitin"), "metropolitan"), - (UniCase("jepoardy"), "jeopardy"), - (UniCase("cataylst"), "catalyst"), - (UniCase("medoicre"), "mediocre"), - (UniCase("continunes"), "continents"), - (UniCase("nostaliga"), "nostalgia"), - (UniCase("accommadate"), "accommodate"), - (UniCase("yaers"), "years"), - (UniCase("simaltaneous"), "simultaneous"), - (UniCase("assesement"), "assessment"), - (UniCase("misogynisitic"), "misogynistic"), - (UniCase("stauration"), "saturation"), - (UniCase("reinassance"), "renaissance"), - (UniCase("broady"), "broadly"), - (UniCase("santcuary"), "sanctuary"), - (UniCase("verbaitm"), "verbatim"), - (UniCase("singatures"), "signatures"), - (UniCase("constriants"), "constraints"), - (UniCase("exceptionnal"), "exceptional"), - (UniCase("positivley"), "positively"), - (UniCase("expressief"), "expressive"), - (UniCase("compase"), "compares"), - (UniCase("struggels"), "struggles"), - (UniCase("essentialy"), "essentially"), - (UniCase("ellingotn"), "ellington"), - (UniCase("reasercher"), "researcher"), - (UniCase("tupperwears"), "tupperware"), - (UniCase("springfeld"), "springfield"), - (UniCase("deprivition"), "deprivation"), - (UniCase("unoffical"), "unofficial"), - (UniCase("presuaded"), "persuaded"), - (UniCase("transgenger"), "transgender"), - (UniCase("donwload"), "download"), - (UniCase("responsebilities"), "responsibilities"), - (UniCase("exibition"), "exhibition"), - (UniCase("protecte"), "protective"), - (UniCase("towrad"), "toward"), - (UniCase("probabilaty"), "probability"), - (UniCase("excerising"), "exercising"), - (UniCase("chatolics"), "catholics"), - (UniCase("homosexuais"), "homosexuals"), - (UniCase("indoctrinatin"), "indoctrination"), - (UniCase("modivational"), "motivational"), - (UniCase("constitutie"), "constitutes"), - (UniCase("referenece"), "reference"), - (UniCase("localises"), "localizes"), - (UniCase("customise"), "customize"), - (UniCase("destroyr"), "destroyers"), - (UniCase("morriosn"), "morrison"), - (UniCase("cruciaal"), "crucial"), - (UniCase("exeggerating"), "exaggerating"), - (UniCase("woudlve"), "wouldve"), - (UniCase("economisit"), "economists"), - (UniCase("suprisingly"), "surprisingly"), - (UniCase("vegetatians"), "vegetarians"), - (UniCase("pretentios"), "pretentious"), - (UniCase("gaurding"), "guarding"), - (UniCase("confliting"), "conflating"), - (UniCase("pshycopaths"), "psychopaths"), - (UniCase("yorksher"), "yorkshire"), - (UniCase("presumebly"), "presumably"), - (UniCase("abudance"), "abundance"), - (UniCase("existet"), "existent"), - (UniCase("spesifically"), "specifically"), - (UniCase("creaeted"), "created"), - (UniCase("regularisation"), "regularization"), - (UniCase("hypethetical"), "hypothetical"), - (UniCase("disricts"), "districts"), - (UniCase("behaviours"), "behaviors"), - (UniCase("anulled"), "annulled"), - (UniCase("interstellaire"), "interstellar"), - (UniCase("politicien"), "politician"), - (UniCase("wrnagler"), "wrangler"), - (UniCase("pronunciacion"), "pronunciation"), - (UniCase("immortalised"), "immortalized"), - (UniCase("phyisque"), "physique"), - (UniCase("anectotally"), "anecdotally"), - (UniCase("interpretor"), "interpreter"), - (UniCase("substantialy"), "substantially"), - (UniCase("stalekrs"), "stalkers"), - (UniCase("despies"), "despise"), - (UniCase("organisationnels"), "organisations"), - (UniCase("appriecate"), "appreciates"), - (UniCase("celsuis"), "celsius"), - (UniCase("nightmeres"), "nightmares"), - (UniCase("mannarisms"), "mannerisms"), - (UniCase("bollcoks"), "bollocks"), - (UniCase("rela"), "real"), - (UniCase("reporduction"), "reproduction"), - (UniCase("midfiedlers"), "midfielders"), - (UniCase("controll"), "control"), - (UniCase("representitives"), "representatives"), - (UniCase("whisperered"), "whispered"), - (UniCase("changable"), "changeable"), - (UniCase("overnurfed"), "overturned"), - (UniCase("narcisst"), "narcissist"), - (UniCase("vigourous"), "vigorous"), - (UniCase("pathces"), "patches"), - (UniCase("functiong"), "functioning"), - (UniCase("plausibel"), "plausible"), - (UniCase("directionnal"), "directional"), - (UniCase("preventin"), "prevention"), - (UniCase("happilly"), "happily"), - (UniCase("ridiculouness"), "ridiculousness"), - (UniCase("partiot"), "patriot"), - (UniCase("dsytopian"), "dystopian"), - (UniCase("unfamilair"), "unfamiliar"), - (UniCase("disgrateful"), "disgraceful"), - (UniCase("cyclistes"), "cyclists"), - (UniCase("contenplate"), "contemplate"), - (UniCase("thougths"), "thoughts"), - (UniCase("compeditively"), "competitively"), - (UniCase("marvelling"), "marveling"), - (UniCase("psyhic"), "psychic"), - (UniCase("paltforms"), "platforms"), - (UniCase("controlles"), "controls"), - (UniCase("organisations"), "organizations"), - (UniCase("acedamia"), "academia"), - (UniCase("enlargments"), "enlargements"), - (UniCase("gauntlents"), "gauntlet"), - (UniCase("sensetionalism"), "sensationalism"), - (UniCase("doubleiift"), "doublelift"), - (UniCase("salying"), "slaying"), - (UniCase("reinitalization"), "reinitialization"), - (UniCase("unsetlling"), "unsettling"), - (UniCase("considereis"), "considers"), - (UniCase("disagremeent"), "disagreements"), - (UniCase("aboslutes"), "absolutes"), - (UniCase("adressing"), "addressing"), - (UniCase("bemusemnt"), "bemusement"), - (UniCase("coform"), "conform"), - (UniCase("tabelspoons"), "tablespoons"), - (UniCase("speciman"), "specimen"), - (UniCase("stringet"), "stringent"), - (UniCase("politicion"), "politician"), - (UniCase("monstros"), "monstrous"), - (UniCase("instructios"), "instructors"), - (UniCase("predjuiced"), "prejudiced"), - (UniCase("monolite"), "monolithic"), - (UniCase("adultrey"), "adultery"), - (UniCase("powersehll"), "powershell"), - (UniCase("indpendent"), "independent"), - (UniCase("hedgehorg"), "hedgehog"), - (UniCase("indefinately"), "indefinitely"), - (UniCase("pesticids"), "pesticides"), - (UniCase("shifitng"), "shifting"), - (UniCase("disturping"), "disrupting"), - (UniCase("dependenta"), "dependant"), - (UniCase("distortron"), "distortion"), - (UniCase("ambuigity"), "ambiguity"), - (UniCase("progressers"), "progresses"), - (UniCase("unchallengable"), "unchallengeable"), - (UniCase("constituient"), "constitute"), - (UniCase("descendends"), "descended"), - (UniCase("nagivate"), "navigate"), - (UniCase("swiflty"), "swiftly"), - (UniCase("griaffe"), "giraffe"), - (UniCase("immediatley"), "immediately"), - (UniCase("competation"), "computation"), - (UniCase("preposterious"), "preposterous"), - (UniCase("undesireable"), "undesirable"), - (UniCase("revelution"), "revelation"), - (UniCase("tequilia"), "tequila"), - (UniCase("politicisation"), "politicization"), - (UniCase("indivudual"), "individual"), - (UniCase("expentitures"), "expenditures"), - (UniCase("patriarcial"), "patriarchal"), - (UniCase("dependancey"), "dependency"), - (UniCase("aeriels"), "aerials"), - (UniCase("sophosticated"), "sophisticated"), - (UniCase("howver"), "however"), - (UniCase("proprotional"), "proportional"), - (UniCase("inevitible"), "inevitable"), - (UniCase("sufficiant"), "sufficient"), - (UniCase("attritubes"), "attributes"), - (UniCase("reinstaling"), "reinstalling"), - (UniCase("obvoius"), "obvious"), - (UniCase("forntline"), "frontline"), - (UniCase("crosshiar"), "crosshair"), - (UniCase("rightfuly"), "rightfully"), - (UniCase("thubmnails"), "thumbnails"), - (UniCase("analyseres"), "analyses"), - (UniCase("antennaes"), "antennas"), - (UniCase("sensitiviy"), "sensitivity"), - (UniCase("alogrithm"), "algorithm"), - (UniCase("artice"), "article"), - (UniCase("jerusaleum"), "jerusalem"), - (UniCase("reconnoitres"), "reconnoiters"), - (UniCase("invalidades"), "invalidates"), - (UniCase("overclocled"), "overclocked"), - (UniCase("masculenity"), "masculinity"), - (UniCase("compareble"), "comparable"), - (UniCase("disticntly"), "distinctly"), - (UniCase("successing"), "succession"), - (UniCase("photoshope"), "photoshopped"), - (UniCase("efficiantly"), "efficiently"), - (UniCase("enevlopes"), "envelopes"), - (UniCase("travestry"), "travesty"), - (UniCase("ultimatuum"), "ultimatum"), - (UniCase("caramelise"), "caramelize"), - (UniCase("approximitely"), "approximately"), - (UniCase("castleos"), "castles"), - (UniCase("scrolld"), "scrolled"), - (UniCase("prepetuate"), "perpetuate"), - (UniCase("energises"), "energizes"), - (UniCase("centipeed"), "centipede"), - (UniCase("preformers"), "performers"), - (UniCase("cricketts"), "crickets"), - (UniCase("fantasazing"), "fantasizing"), - (UniCase("symmety"), "symmetry"), - (UniCase("illustrato"), "illustration"), - (UniCase("entreprenure"), "entrepreneurs"), - (UniCase("defination"), "definition"), - (UniCase("premits"), "permits"), - (UniCase("emulatin"), "emulation"), - (UniCase("intereactions"), "intersections"), - (UniCase("barabrians"), "barbarians"), - (UniCase("forgivenss"), "forgiveness"), - (UniCase("thoughout"), "throughout"), - (UniCase("contentino"), "contention"), - (UniCase("nessecary"), "necessary"), - (UniCase("empahsize"), "emphasize"), - (UniCase("lifestel"), "lifesteal"), - (UniCase("versatille"), "versatile"), - (UniCase("swastikka"), "swastika"), - (UniCase("rescuecd"), "rescued"), - (UniCase("accomplishemnt"), "accomplishment"), - (UniCase("artificiel"), "artificial"), - (UniCase("conspirancy"), "conspiracy"), - (UniCase("pharmacueticals"), "pharmaceutical"), - (UniCase("miniaturisation"), "miniaturization"), - (UniCase("privelige"), "privilege"), - (UniCase("cumbursome"), "cumbersome"), - (UniCase("supsicious"), "suspicious"), - (UniCase("authorotative"), "authoritative"), - (UniCase("severly"), "severely"), - (UniCase("overhooked"), "overlooked"), - (UniCase("northeat"), "northeast"), - (UniCase("infilitrate"), "infiltrate"), - (UniCase("ceremonije"), "ceremonies"), - (UniCase("rebuplicans"), "republicans"), - (UniCase("orginasation"), "organisation"), - (UniCase("reminescent"), "reminiscent"), - (UniCase("internest"), "internets"), - (UniCase("applicates"), "applicants"), - (UniCase("accomodate"), "accommodate"), - (UniCase("anaylsts"), "analysts"), - (UniCase("controlers"), "controls"), - (UniCase("transparecy"), "transparency"), - (UniCase("dictionare"), "dictionaries"), - (UniCase("psychaitrists"), "psychiatrists"), - (UniCase("psychoanalysed"), "psychoanalyzed"), - (UniCase("persaude"), "persuade"), - (UniCase("pshycologists"), "psychologists"), - (UniCase("durring"), "during"), - (UniCase("laughabley"), "laughably"), - (UniCase("anthropoly"), "anthropology"), - (UniCase("originall"), "original"), - (UniCase("homelesness"), "homelessness"), - (UniCase("cemetary"), "cemetery"), - (UniCase("adequetely"), "adequately"), - (UniCase("traliers"), "trailers"), - (UniCase("unsubscried"), "unsubscribed"), - (UniCase("tlaking"), "talking"), - (UniCase("olmypics"), "olympics"), - (UniCase("anonymousny"), "anonymously"), - (UniCase("terrotorial"), "territorial"), - (UniCase("clairfying"), "clarifying"), - (UniCase("threatended"), "threatened"), - (UniCase("techincians"), "technicians"), - (UniCase("theives"), "thieves"), - (UniCase("pattersn"), "patterson"), - (UniCase("correlacion"), "correlation"), - (UniCase("homepoathy"), "homeopathy"), - (UniCase("infestaton"), "infestation"), - (UniCase("contigents"), "continents"), - (UniCase("arised"), "arose"), - (UniCase("cheesse"), "cheeses"), - (UniCase("tramautic"), "traumatic"), - (UniCase("sociopatch"), "sociopaths"), - (UniCase("culiminating"), "culminating"), - (UniCase("transisioned"), "transitioned"), - (UniCase("distribue"), "distributed"), - (UniCase("publishor"), "publisher"), - (UniCase("jagaurs"), "jaguars"), - (UniCase("afficionado"), "aficionado"), - (UniCase("wordlwide"), "worldwide"), - (UniCase("kubirck"), "kubrick"), - (UniCase("decentralising"), "decentralizing"), - (UniCase("hourgalss"), "hourglass"), - (UniCase("instituion"), "institution"), - (UniCase("continuining"), "continuing"), - (UniCase("buddhsim"), "buddhism"), - (UniCase("natioanlistic"), "nationalistic"), - (UniCase("californica"), "california"), - (UniCase("insectiverous"), "insectivorous"), - (UniCase("aggregious"), "egregious"), - (UniCase("arbitrarilly"), "arbitrarily"), - (UniCase("cardboad"), "cardboard"), - (UniCase("surveilence"), "surveillance"), - (UniCase("proove"), "prove"), - (UniCase("powerlifing"), "powerlifting"), - (UniCase("specialied"), "specialized"), - (UniCase("caclulator"), "calculator"), - (UniCase("outrageuos"), "outrageous"), - (UniCase("battlestsr"), "battlestar"), - (UniCase("declase"), "declares"), - (UniCase("unsubscirbed"), "unsubscribed"), - (UniCase("goddman"), "goddamn"), - (UniCase("governened"), "governed"), - (UniCase("alowed"), "allowed"), - (UniCase("xenophoblic"), "xenophobic"), - (UniCase("pateint"), "patient"), - (UniCase("competiton"), "competition"), - (UniCase("deliberatley"), "deliberately"), - (UniCase("resgination"), "resignation"), - (UniCase("unplayabe"), "unplayable"), - (UniCase("misognyist"), "misogynist"), - (UniCase("phsyicists"), "physicists"), - (UniCase("devasteted"), "devastated"), - (UniCase("disciprine"), "discipline"), - (UniCase("eigtheen"), "eighteen"), - (UniCase("disturbante"), "disturbance"), - (UniCase("braodly"), "broadly"), - (UniCase("phylosophically"), "philosophically"), - (UniCase("fingertops"), "fingertips"), - (UniCase("authenticor"), "authenticator"), - (UniCase("contribuent"), "contribute"), - (UniCase("forgiener"), "foreigner"), - (UniCase("programmmer"), "programme"), - (UniCase("fanservie"), "fanservice"), - (UniCase("officiallly"), "officially"), - (UniCase("survivabiltiy"), "survivability"), - (UniCase("aircarft"), "aircraft"), - (UniCase("severley"), "severely"), - (UniCase("reaveling"), "revealing"), - (UniCase("mothebroard"), "motherboards"), - (UniCase("perpetraron"), "perpetrator"), - (UniCase("divinitiy"), "divinity"), - (UniCase("complicatin"), "complicit"), - (UniCase("senitments"), "sentiments"), - (UniCase("confids"), "confides"), - (UniCase("imaginaton"), "imagination"), - (UniCase("denationalises"), "denationalizes"), - (UniCase("initalizable"), "initializable"), - (UniCase("informatief"), "informative"), - (UniCase("therapeudic"), "therapeutic"), - (UniCase("acknowlegding"), "acknowledging"), - (UniCase("specifed"), "specified"), - (UniCase("interferce"), "interferes"), - (UniCase("soliditary"), "solidarity"), - (UniCase("afircans"), "africans"), - (UniCase("observare"), "observer"), - (UniCase("indefinetly"), "indefinitely"), - (UniCase("proporting"), "proportion"), - (UniCase("occurrencies"), "occurrences"), - (UniCase("continiously"), "continuously"), - (UniCase("motherborads"), "motherboards"), - (UniCase("basnhee"), "banshee"), - (UniCase("unintuive"), "unintuitive"), - (UniCase("ultimae"), "ultimate"), - (UniCase("westernese"), "westerners"), - (UniCase("prarie"), "prairie"), - (UniCase("perpetraters"), "perpetrators"), - (UniCase("entrepreners"), "entrepreneurs"), - (UniCase("calcular"), "calculator"), - (UniCase("dicovering"), "discovering"), - (UniCase("mastermined"), "mastermind"), - (UniCase("unrestrictred"), "unrestricted"), - (UniCase("adquires"), "acquires"), - (UniCase("earlies"), "earliest"), - (UniCase("rapsberry"), "raspberry"), - (UniCase("internetus"), "internets"), - (UniCase("exhuasted"), "exhausted"), - (UniCase("aninteresting"), "uninteresting"), - (UniCase("distingush"), "distinguish"), - (UniCase("congretation"), "congregation"), - (UniCase("classsic"), "classics"), - (UniCase("interioare"), "interior"), - (UniCase("supernatrual"), "supernatural"), - (UniCase("millionarie"), "millionaire"), - (UniCase("pilgrimmage"), "pilgrimage"), - (UniCase("marvelled"), "marveled"), - (UniCase("ukraininans"), "ukrainians"), - (UniCase("manifestaion"), "manifestation"), - (UniCase("matterss"), "mattress"), - (UniCase("simplicitly"), "simplicity"), - (UniCase("realisations"), "realizations"), - (UniCase("republians"), "republicans"), - (UniCase("meditaciones"), "medications"), - (UniCase("characterisitc"), "characteristics"), - (UniCase("metagaem"), "metagame"), - (UniCase("eachtoher"), "eachother"), - (UniCase("commentaar"), "commentary"), - (UniCase("incramental"), "incremental"), - (UniCase("legenday"), "legendary"), - (UniCase("interrogativo"), "interrogation"), - (UniCase("psycholigists"), "psychologists"), - (UniCase("driveris"), "drivers"), - (UniCase("massachucetts"), "massachusetts"), - (UniCase("prerogotive"), "prerogative"), - (UniCase("destinction"), "destination"), - (UniCase("statment"), "statement"), - (UniCase("remignton"), "remington"), - (UniCase("legimitacy"), "legitimacy"), - (UniCase("conciderations"), "considerations"), - (UniCase("planteary"), "planetary"), - (UniCase("repetion"), "repetition"), - (UniCase("becouse"), "because"), - (UniCase("comfortablely"), "comfortably"), - (UniCase("secretley"), "secretly"), - (UniCase("popularily"), "popularity"), - (UniCase("humourless"), "humorless"), - (UniCase("scritpures"), "scriptures"), - (UniCase("respondendo"), "responded"), - (UniCase("preceeds"), "precedes"), - (UniCase("baptise"), "baptize"), - (UniCase("entorpy"), "entropy"), - (UniCase("pyschopaths"), "psychopaths"), - (UniCase("privaticed"), "privatized"), - (UniCase("technicion"), "technician"), - (UniCase("drifitng"), "drifting"), - (UniCase("sacrastically"), "sarcastically"), - (UniCase("photochopped"), "photoshopped"), - (UniCase("striaght"), "straight"), - (UniCase("bachelour"), "bachelor"), - (UniCase("capicator"), "capacitor"), - (UniCase("nagivation"), "navigation"), - (UniCase("sensationalisim"), "sensationalism"), - (UniCase("orthodx"), "orthodox"), - (UniCase("unvierses"), "universes"), - (UniCase("restructed"), "restricted"), - (UniCase("demolision"), "demolition"), - (UniCase("exahust"), "exhaust"), - (UniCase("trainig"), "training"), - (UniCase("glodfish"), "goldfish"), - (UniCase("paragraps"), "paragraphs"), - (UniCase("staoshi"), "satoshi"), - (UniCase("insturments"), "instruments"), - (UniCase("sountrack"), "soundtrack"), - (UniCase("underwolrd"), "underworld"), - (UniCase("hoildays"), "holidays"), - (UniCase("sporstmanship"), "sportsmanship"), - (UniCase("vicotrious"), "victorious"), - (UniCase("concentrant"), "concentrate"), - (UniCase("bretheren"), "brethren"), - (UniCase("phenomenonal"), "phenomenal"), - (UniCase("worhsiping"), "worshiping"), - (UniCase("cambodican"), "cambodia"), - (UniCase("moderateurs"), "moderates"), - (UniCase("illinios"), "illinois"), - (UniCase("grafitti"), "graffiti"), - (UniCase("constitude"), "constitute"), - (UniCase("complaing"), "complaining"), - (UniCase("bombardeado"), "bombarded"), - (UniCase("attemtped"), "attempted"), - (UniCase("decendents"), "descendants"), - (UniCase("propertiary"), "proprietary"), - (UniCase("extrapalate"), "extrapolate"), - (UniCase("alternatieve"), "alternative"), - (UniCase("mechaniclly"), "mechanically"), - (UniCase("squirrelled"), "squirreled"), - (UniCase("forsenic"), "forensic"), - (UniCase("infridging"), "infringing"), - (UniCase("explotacion"), "exploration"), - (UniCase("spectraply"), "spectral"), - (UniCase("complians"), "complains"), - (UniCase("inhabitans"), "inhabitants"), - (UniCase("archaology"), "archeology"), - (UniCase("catholocism"), "catholicism"), - (UniCase("sympathisers"), "sympathizers"), - (UniCase("guiseppe"), "giuseppe"), - (UniCase("inclinacion"), "inclination"), - (UniCase("monatge"), "montage"), - (UniCase("diganosed"), "diagnosed"), - (UniCase("lollipoop"), "lollipop"), - (UniCase("perpatuated"), "perpetuated"), - (UniCase("traditition"), "tradition"), - (UniCase("inequailty"), "inequality"), - (UniCase("ampethamines"), "amphetamines"), - (UniCase("reaponsibility"), "responsibility"), - (UniCase("succesion"), "succession"), - (UniCase("rebuliding"), "rebuilding"), - (UniCase("pedestiran"), "pedestrian"), - (UniCase("rollercoaser"), "rollercoaster"), - (UniCase("misinterpet"), "misinterpret"), - (UniCase("undetecable"), "undetectable"), - (UniCase("oportunity"), "opportunity"), - (UniCase("confidenly"), "confidently"), - (UniCase("componts"), "compost"), - (UniCase("affectionnate"), "affectionate"), - (UniCase("expereince"), "experience"), - (UniCase("countires"), "countries"), - (UniCase("guradian"), "guardian"), - (UniCase("coefficiant"), "coefficient"), - (UniCase("analysises"), "analyses"), - (UniCase("committment"), "commitment"), - (UniCase("percision"), "precision"), - (UniCase("respecatble"), "respectable"), - (UniCase("transformis"), "transforms"), - (UniCase("formual"), "formula"), - (UniCase("honour"), "honor"), - (UniCase("receptionest"), "receptionist"), - (UniCase("containting"), "containing"), - (UniCase("suspicioun"), "suspicion"), - (UniCase("synonamous"), "synonymous"), - (UniCase("contaiminate"), "contaminate"), - (UniCase("adverticement"), "advertisement"), - (UniCase("frequenzies"), "frequencies"), - (UniCase("girlfrined"), "girlfriends"), - (UniCase("desensitised"), "desensitized"), - (UniCase("simpley"), "simply"), - (UniCase("platofrms"), "platforms"), - (UniCase("compotition"), "composition"), - (UniCase("cliamtes"), "climates"), - (UniCase("goalkeepr"), "goalkeeper"), - (UniCase("paradiggum"), "paradigm"), - (UniCase("externalisations"), "externalizations"), - (UniCase("heighest"), "heights"), - (UniCase("guatamalan"), "guatemalan"), - (UniCase("squrtile"), "squirtle"), - (UniCase("malyasian"), "malaysian"), - (UniCase("unoriginial"), "unoriginal"), - (UniCase("sterilise"), "sterilize"), - (UniCase("scannig"), "scanning"), - (UniCase("replayes"), "replays"), - (UniCase("commiteed"), "commited"), - (UniCase("intrewebs"), "interwebs"), - (UniCase("pedophils"), "pedophiles"), - (UniCase("mechanisims"), "mechanism"), - (UniCase("entreprenur"), "entrepreneur"), - (UniCase("outputed"), "outputted"), - (UniCase("penetratin"), "penetration"), - (UniCase("initalizers"), "initializers"), - (UniCase("socialogical"), "sociological"), - (UniCase("investigatio"), "investigator"), - (UniCase("arbitary"), "arbitrary"), - (UniCase("sycther"), "scyther"), - (UniCase("manufatured"), "manufactured"), - (UniCase("synopsies"), "synopsis"), - (UniCase("increadible"), "incredible"), - (UniCase("expalins"), "explains"), - (UniCase("ideologice"), "ideologies"), - (UniCase("challengur"), "challenger"), - (UniCase("inequallity"), "inequality"), - (UniCase("reitrement"), "retirement"), - (UniCase("interseciton"), "intersections"), - (UniCase("malasyian"), "malaysian"), - (UniCase("unisntalling"), "uninstalling"), - (UniCase("ironicly"), "ironically"), - (UniCase("enforcees"), "enforces"), - (UniCase("cheeseburgs"), "cheeseburgers"), - (UniCase("constracts"), "constructs"), - (UniCase("tyrrany"), "tyranny"), - (UniCase("barrackus"), "barracks"), - (UniCase("editorialised"), "editorialized"), - (UniCase("mircowave"), "microwave"), - (UniCase("explusions"), "explosions"), - (UniCase("becomming"), "becoming"), - (UniCase("diagonstic"), "diagnostic"), - (UniCase("cermaic"), "ceramic"), - (UniCase("camrbidge"), "cambridge"), - (UniCase("intsrumental"), "instrumental"), - (UniCase("persumed"), "presumed"), - (UniCase("hatchign"), "hatching"), - (UniCase("synthesises"), "synthesizes"), - (UniCase("comprossor"), "compressor"), - (UniCase("singals"), "signals"), - (UniCase("nationalesl"), "nationals"), - (UniCase("relaxating"), "relaxation"), - (UniCase("consequneces"), "consequence"), - (UniCase("unlcean"), "unclean"), - (UniCase("gravitationnal"), "gravitational"), - (UniCase("parliamentiary"), "parliamentary"), - (UniCase("coordinats"), "coordinates"), - (UniCase("downstar"), "downstairs"), - (UniCase("requeim"), "requiem"), - (UniCase("vinicity"), "vicinity"), - (UniCase("finnsih"), "finnish"), - (UniCase("perspecitves"), "perspectives"), - (UniCase("unfortuneatly"), "unfortunately"), - (UniCase("torchligt"), "torchlight"), - (UniCase("vitmain"), "vitamin"), - (UniCase("unrepetant"), "unrepentant"), - (UniCase("humanitarien"), "humanitarian"), - (UniCase("lunaticos"), "lunatics"), - (UniCase("antiquaited"), "antiquated"), - (UniCase("authorises"), "authorizes"), - (UniCase("surroundign"), "surroundings"), - (UniCase("prohibiton"), "prohibition"), - (UniCase("beaurocratic"), "bureaucratic"), - (UniCase("pronouciation"), "pronunciation"), - (UniCase("masternind"), "mastermind"), - (UniCase("downviting"), "downvoting"), - (UniCase("flutterspy"), "fluttershy"), - (UniCase("messanger"), "messenger"), - (UniCase("ubiqutious"), "ubiquitous"), - (UniCase("movespeeed"), "movespeed"), - (UniCase("portalis"), "portals"), - (UniCase("specialops"), "specials"), - (UniCase("mongoles"), "mongols"), - (UniCase("santorm"), "santorum"), - (UniCase("persective"), "respective"), - (UniCase("plagiarises"), "plagiarizes"), - (UniCase("celebrasion"), "celebrations"), - (UniCase("programms"), "programs"), - (UniCase("apprecited"), "appreciated"), - (UniCase("crucibel"), "crucible"), - (UniCase("paramedicos"), "paramedics"), - (UniCase("addresed"), "addressed"), - (UniCase("comapres"), "compares"), - (UniCase("spirituallity"), "spiritually"), - (UniCase("factorise"), "factorize"), - (UniCase("grahpics"), "graphics"), - (UniCase("punishmet"), "punishments"), - (UniCase("clasically"), "classically"), - (UniCase("matchamking"), "matchmaking"), - (UniCase("alimunium"), "aluminium"), - (UniCase("interpertation"), "interpretation"), - (UniCase("midfiled"), "midfield"), - (UniCase("oppertunities"), "opportunities"), - (UniCase("convuluted"), "convoluted"), - (UniCase("concsience"), "conscience"), - (UniCase("earthqauke"), "earthquake"), - (UniCase("exacberated"), "exacerbated"), - (UniCase("widgest"), "widgets"), - (UniCase("meditationg"), "meditating"), - (UniCase("overhooking"), "overlooking"), - (UniCase("addressess"), "addresses"), - (UniCase("replusive"), "repulsive"), - (UniCase("disnegage"), "disengage"), - (UniCase("corcodile"), "crocodile"), - (UniCase("evolutionarilly"), "evolutionary"), - (UniCase("interactue"), "interacted"), - (UniCase("snowboaring"), "snowboarding"), - (UniCase("invunlerable"), "invulnerable"), - (UniCase("miltary"), "military"), - (UniCase("falmethrower"), "flamethrower"), - (UniCase("cahsiers"), "cashiers"), - (UniCase("vulgarises"), "vulgarizes"), - (UniCase("photogrophers"), "photographers"), - (UniCase("presidental"), "presidential"), - (UniCase("threadd"), "threaded"), - (UniCase("muscial"), "musical"), - (UniCase("protectoras"), "protectors"), - (UniCase("misunderdtanding"), "misunderstandings"), - (UniCase("atain"), "attain"), - (UniCase("succsess"), "success"), - (UniCase("scriptores"), "scriptures"), - (UniCase("mandrian"), "mandarin"), - (UniCase("progresss"), "progresses"), - (UniCase("bluebrints"), "blueprints"), - (UniCase("proprietery"), "proprietary"), - (UniCase("elepahnts"), "elephants"), - (UniCase("dedicacion"), "dedication"), - (UniCase("terorrists"), "terrorists"), - (UniCase("anniversry"), "anniversary"), - (UniCase("snythetic"), "synthetic"), - (UniCase("hostiliy"), "hostility"), - (UniCase("harrasment"), "harassment"), - (UniCase("suppressin"), "suppression"), - (UniCase("ocasion"), "occasion"), - (UniCase("unbreakabie"), "unbreakable"), - (UniCase("uranuim"), "uranium"), - (UniCase("vairable"), "variable"), - (UniCase("skeletos"), "skeletons"), - (UniCase("juggeranut"), "juggernaut"), - (UniCase("constructeds"), "constructs"), - (UniCase("esctasy"), "ecstasy"), - (UniCase("demobilises"), "demobilizes"), - (UniCase("insistince"), "insistence"), - (UniCase("finacial"), "financial"), - (UniCase("desensitzed"), "desensitized"), - (UniCase("wellingtion"), "wellington"), - (UniCase("muscician"), "musician"), - (UniCase("ingeunity"), "ingenuity"), - (UniCase("progressionwise"), "progressions"), - (UniCase("tryannical"), "tyrannical"), - (UniCase("chocloates"), "chocolates"), - (UniCase("antagonistc"), "antagonistic"), - (UniCase("spagehtti"), "spaghetti"), - (UniCase("carbonised"), "carbonized"), - (UniCase("aggresions"), "aggression"), - (UniCase("precedance"), "precedence"), - (UniCase("fundementally"), "fundamentally"), - (UniCase("aproval"), "approval"), - (UniCase("minerales"), "minerals"), - (UniCase("margianlly"), "marginally"), - (UniCase("critisicsm"), "criticisms"), - (UniCase("diplomatisch"), "diplomatic"), - (UniCase("virginas"), "virgins"), - (UniCase("cambodai"), "cambodia"), - (UniCase("privalege"), "privilege"), - (UniCase("humidiy"), "humidity"), - (UniCase("palaeolithic"), "paleolithic"), - (UniCase("chivlary"), "chivalry"), - (UniCase("alligned"), "aligned"), - (UniCase("interlectually"), "intellectually"), - (UniCase("apologiste"), "apologise"), - (UniCase("unbeliveable"), "unbelievable"), - (UniCase("krpytonite"), "kryptonite"), - (UniCase("scince"), "science"), - (UniCase("restaurantes"), "restaurants"), - (UniCase("pshycologist"), "psychologist"), - (UniCase("secuirty"), "security"), - (UniCase("mobilisation"), "mobilization"), - (UniCase("necromanser"), "necromancer"), - (UniCase("simplifiing"), "simplifying"), - (UniCase("palceholder"), "placeholder"), - (UniCase("yementite"), "yemenite"), - (UniCase("monumentul"), "monumental"), - (UniCase("visualising"), "visualizing"), - (UniCase("anitbiotic"), "antibiotic"), - (UniCase("interchangeablity"), "interchangeably"), - (UniCase("internationalise"), "internationalize"), - (UniCase("standardised"), "standardized"), - (UniCase("mindlessely"), "mindlessly"), - (UniCase("misfortunte"), "misfortune"), - (UniCase("clyamore"), "claymore"), - (UniCase("rationallity"), "rationally"), - (UniCase("requeriment"), "requirement"), - (UniCase("mariyln"), "marilyn"), - (UniCase("prestigue"), "prestige"), - (UniCase("assualts"), "assaults"), - (UniCase("horrifing"), "horrifying"), - (UniCase("simulteanously"), "simultaneously"), - (UniCase("introversa"), "introverts"), - (UniCase("improbabile"), "improbable"), - (UniCase("sadning"), "sanding"), - (UniCase("sociopatas"), "sociopaths"), - (UniCase("recrod"), "record"), - (UniCase("percepted"), "perceived"), - (UniCase("gradiating"), "graduating"), - (UniCase("contextl"), "contextual"), - (UniCase("condomes"), "condoms"), - (UniCase("apparenlty"), "apparently"), - (UniCase("gauarana"), "guaraná"), - (UniCase("embezelled"), "embezzled"), - (UniCase("expiers"), "expires"), - (UniCase("morrisound"), "morrison"), - (UniCase("conenctors"), "connectors"), - (UniCase("negociations"), "negotiations"), - (UniCase("inconsecuential"), "inconsequential"), - (UniCase("innovacion"), "innovation"), - (UniCase("stravation"), "starvation"), - (UniCase("observered"), "observed"), - (UniCase("anonmyous"), "anonymous"), - (UniCase("necromaner"), "necromancer"), - (UniCase("corinthias"), "corinthians"), - (UniCase("outsorucing"), "outsourcing"), - (UniCase("dishonours"), "dishonors"), - (UniCase("mathemeticians"), "mathematicians"), - (UniCase("pronoune"), "pronounced"), - (UniCase("trasnformed"), "transformed"), - (UniCase("indugle"), "indulge"), - (UniCase("drotmund"), "dortmund"), - (UniCase("chambres"), "chambers"), - (UniCase("perpetrador"), "perpetrator"), - (UniCase("handbok"), "handbook"), - (UniCase("persceptive"), "perspectives"), - (UniCase("hathcing"), "hatching"), - (UniCase("transpareny"), "transparency"), - (UniCase("overwhemlingly"), "overwhelmingly"), - (UniCase("incompatabile"), "incompatible"), - (UniCase("assimliate"), "assimilate"), - (UniCase("contaigous"), "contagious"), - (UniCase("subsittute"), "substitutes"), - (UniCase("referrs"), "refers"), - (UniCase("defamating"), "defamation"), - (UniCase("prehaps"), "perhaps"), - (UniCase("theologial"), "theological"), - (UniCase("anesthetia"), "anesthesia"), - (UniCase("accreditied"), "accredited"), - (UniCase("eclispe"), "eclipse"), - (UniCase("covenental"), "covenant"), - (UniCase("classificato"), "classification"), - (UniCase("hydropilic"), "hydrophilic"), - (UniCase("thereotically"), "theoretically"), - (UniCase("romanticised"), "romanticized"), - (UniCase("glimspe"), "glimpse"), - (UniCase("plaigarism"), "plagiarism"), - (UniCase("purposefuly"), "purposefully"), - (UniCase("alternitavely"), "alternatively"), - (UniCase("bacehlor"), "bachelor"), - (UniCase("acrlyic"), "acrylic"), - (UniCase("exaggeratting"), "exaggerating"), - (UniCase("misunderstanting"), "misunderstandings"), - (UniCase("chromozome"), "chromosome"), - (UniCase("fashiond"), "fashioned"), - (UniCase("overhwelm"), "overwhelm"), - (UniCase("invulnurable"), "invulnerable"), - (UniCase("resloved"), "resolved"), - (UniCase("flatteur"), "flatter"), - (UniCase("possibillity"), "possibility"), - (UniCase("interpretaiton"), "interpretations"), - (UniCase("interviwer"), "interviewer"), - (UniCase("democratising"), "democratizing"), - (UniCase("undertoker"), "undertaker"), - (UniCase("commercail"), "commercials"), - (UniCase("substancial"), "substantial"), - (UniCase("aribtration"), "arbitration"), - (UniCase("scandlas"), "scandals"), - (UniCase("exceprt"), "excerpt"), - (UniCase("emmision"), "emission"), - (UniCase("competitivly"), "competitively"), - (UniCase("unsubscrbed"), "unsubscribed"), - (UniCase("whipsered"), "whispered"), - (UniCase("degenerare"), "degenerate"), - (UniCase("freindlies"), "friendlies"), - (UniCase("scholarhsips"), "scholarships"), - (UniCase("electrictian"), "electrician"), - (UniCase("emphesizes"), "emphasizes"), - (UniCase("transportng"), "transporting"), - (UniCase("herculees"), "hercules"), - (UniCase("inpsect"), "inspect"), - (UniCase("impuslive"), "impulsive"), - (UniCase("furance"), "furnace"), - (UniCase("theraupetic"), "therapeutic"), - (UniCase("specifiying"), "specifying"), - (UniCase("equivolent"), "equivalent"), - (UniCase("springfiled"), "springfield"), - (UniCase("thirlling"), "thrilling"), - (UniCase("demilitarises"), "demilitarizes"), - (UniCase("fomed"), "formed"), - (UniCase("proceesing"), "proceeding"), - (UniCase("isalmic"), "islamic"), - (UniCase("internalising"), "internalizing"), - (UniCase("hurriance"), "hurricane"), - (UniCase("athesitic"), "atheistic"), - (UniCase("patronised"), "patronized"), - (UniCase("jeopardising"), "jeopardizing"), - (UniCase("resinged"), "resigned"), - (UniCase("impluses"), "impulses"), - (UniCase("represet"), "represents"), - (UniCase("initiales"), "initials"), - (UniCase("corrupcion"), "corruption"), - (UniCase("rehabilitatin"), "rehabilitation"), - (UniCase("welathiest"), "wealthiest"), - (UniCase("vitrual"), "virtual"), - (UniCase("subcatagories"), "subcategories"), - (UniCase("simaltaneously"), "simultaneously"), - (UniCase("pepperocini"), "pepperoni"), - (UniCase("wathcmen"), "watchmen"), - (UniCase("somwhere"), "somewhere"), - (UniCase("sepulchure"), "sepulchre"), - (UniCase("calcualte"), "calculate"), - (UniCase("initaition"), "initiation"), - (UniCase("scrutinity"), "scrutiny"), - (UniCase("comparitve"), "comparative"), - (UniCase("affrimative"), "affirmative"), - (UniCase("transaltions"), "translations"), - (UniCase("invurnerable"), "invulnerable"), - (UniCase("organziations"), "organizations"), - (UniCase("casette"), "cassette"), - (UniCase("prostitition"), "prostitution"), - (UniCase("tyre"), "tire"), - (UniCase("quarintine"), "quarantine"), - (UniCase("baclony"), "balcony"), - (UniCase("investions"), "inventions"), - (UniCase("achivement"), "achievement"), - (UniCase("definitivo"), "definition"), - (UniCase("disproportianately"), "disproportionately"), - (UniCase("ethnaol"), "ethanol"), - (UniCase("proportians"), "proportions"), - (UniCase("masturbe"), "masturbate"), - (UniCase("antagonised"), "antagonized"), - (UniCase("campains"), "campaigns"), - (UniCase("benedickt"), "benedict"), - (UniCase("redeemeed"), "redeemed"), - (UniCase("cheronbyl"), "chernobyl"), - (UniCase("sympathiser"), "sympathizer"), - (UniCase("sweatshits"), "sweatshirt"), - (UniCase("disicplines"), "disciplines"), - (UniCase("plantium"), "platinum"), - (UniCase("unfortunetely"), "unfortunately"), - (UniCase("profressions"), "progressions"), - (UniCase("spiralling"), "spiraling"), - (UniCase("accrediated"), "accredited"), - (UniCase("dishonesy"), "dishonesty"), - (UniCase("comptuers"), "computers"), - (UniCase("carachter"), "character"), - (UniCase("assemblying"), "assembling"), - (UniCase("programes"), "programs"), - (UniCase("paraprhasing"), "paraphrasing"), - (UniCase("underware"), "underwear"), - (UniCase("gamemdoe"), "gamemode"), - (UniCase("sentires"), "sentries"), - (UniCase("politiicans"), "politician"), - (UniCase("evidende"), "evidenced"), - (UniCase("despoited"), "deposited"), - (UniCase("rockerfeller"), "rockefeller"), - (UniCase("mechinisms"), "mechanisms"), - (UniCase("sanlder"), "sandler"), - (UniCase("intimide"), "intimidate"), - (UniCase("scandivania"), "scandinavian"), - (UniCase("procrastibating"), "procrastinating"), - (UniCase("electoraat"), "electorate"), - (UniCase("occasionly"), "occasional"), - (UniCase("hallicunations"), "hallucinations"), - (UniCase("perliminary"), "preliminary"), - (UniCase("mastubrate"), "masturbated"), - (UniCase("autocorret"), "autocorrect"), - (UniCase("intrinisc"), "intrinsic"), - (UniCase("fasicsm"), "fascism"), - (UniCase("estination"), "estimation"), - (UniCase("provincies"), "province"), - (UniCase("concludendo"), "concluded"), - (UniCase("antibiotcs"), "antibiotics"), - (UniCase("traines"), "trainers"), - (UniCase("appenines"), "apennines"), - (UniCase("modeller"), "modeler"), - (UniCase("devided"), "divided"), - (UniCase("recipees"), "recipes"), - (UniCase("indianaoplis"), "indianapolis"), - (UniCase("insurgencey"), "insurgency"), - (UniCase("roundabounts"), "roundabout"), - (UniCase("aniversary"), "anniversary"), - (UniCase("misogyinsts"), "misogynist"), - (UniCase("transmissable"), "transmissible"), - (UniCase("perihperals"), "peripherals"), - (UniCase("condemming"), "condemning"), - (UniCase("inadequet"), "inadequate"), - (UniCase("mariens"), "marines"), - (UniCase("proportionella"), "proportionally"), - (UniCase("throughtput"), "throughput"), - (UniCase("functionailty"), "functionality"), - (UniCase("mkea"), "make"), - (UniCase("professorin"), "profession"), - (UniCase("repalys"), "replays"), - (UniCase("sriraca"), "sriracha"), - (UniCase("pretence"), "pretense"), - (UniCase("malariya"), "malaria"), - (UniCase("landscspe"), "landscapes"), - (UniCase("introspeccion"), "introspection"), - (UniCase("extrimists"), "extremists"), - (UniCase("butterry"), "buttery"), - (UniCase("factorys"), "factors"), - (UniCase("prediceted"), "predicated"), - (UniCase("cluases"), "clauses"), - (UniCase("homewoners"), "homeowners"), - (UniCase("unihabited"), "uninhabited"), - (UniCase("butcherd"), "butchered"), - (UniCase("supervsior"), "supervisors"), - (UniCase("partols"), "patrols"), - (UniCase("dentistes"), "dentists"), - (UniCase("manuever"), "maneuver"), - (UniCase("conceed"), "concede"), - (UniCase("parternships"), "partnership"), - (UniCase("intercontinential"), "intercontinental"), - (UniCase("battlefiend"), "battlefield"), - (UniCase("whcih"), "which"), - (UniCase("generalizng"), "generalizing"), - (UniCase("extremiste"), "extremes"), - (UniCase("slaugterhouses"), "slaughterhouses"), - (UniCase("goegraphy"), "geography"), - (UniCase("celestail"), "celestial"), - (UniCase("brewrey"), "brewery"), - (UniCase("declinining"), "declining"), - (UniCase("promiscous"), "promiscuous"), - (UniCase("consicousness"), "consciousness"), - (UniCase("acceptible"), "acceptable"), - (UniCase("streamear"), "streamer"), - (UniCase("africain"), "african"), - (UniCase("distribuito"), "distribution"), - (UniCase("sacrifises"), "sacrifices"), - (UniCase("supervisin"), "supervision"), - (UniCase("demonstrats"), "demonstrates"), - (UniCase("combins"), "combines"), - (UniCase("dislcaimer"), "disclaimer"), - (UniCase("synonmyous"), "synonymous"), - (UniCase("exhaustin"), "exhaustion"), - (UniCase("emminent"), "eminent"), - (UniCase("alienet"), "alienate"), - (UniCase("relavent"), "relevant"), - (UniCase("investmens"), "investments"), - (UniCase("deafults"), "defaults"), - (UniCase("absolvte"), "absolve"), - (UniCase("counterract"), "counterpart"), - (UniCase("execptional"), "exceptional"), - (UniCase("astronaught"), "astronaut"), - (UniCase("afterthougth"), "afterthought"), - (UniCase("dangerousely"), "dangerously"), - (UniCase("funcitoning"), "functioning"), - (UniCase("ressurrection"), "resurrection"), - (UniCase("pedestrianisation"), "pedestrianization"), - (UniCase("hypothesus"), "hypotheses"), - (UniCase("adjustible"), "adjustable"), - (UniCase("uniquley"), "uniquely"), - (UniCase("torubleshoot"), "troubleshoot"), - (UniCase("excellenet"), "excellence"), - (UniCase("substitudes"), "substitutes"), - (UniCase("insentivises"), "insensitive"), - (UniCase("implementatino"), "implementations"), - (UniCase("privelages"), "privileges"), - (UniCase("cannibalisim"), "cannibalism"), - (UniCase("mansalughter"), "manslaughter"), - (UniCase("clickear"), "clicker"), - (UniCase("champoinship"), "championship"), - (UniCase("qualificato"), "qualification"), - (UniCase("hererosexual"), "heterosexual"), - (UniCase("fetishs"), "fetishes"), - (UniCase("professionalising"), "professionalizing"), - (UniCase("preferabley"), "preferably"), - (UniCase("versitality"), "versatility"), - (UniCase("italianos"), "italians"), - (UniCase("conceptos"), "concepts"), - (UniCase("iresistible"), "irresistible"), - (UniCase("masturbacion"), "masturbation"), - (UniCase("amerliorate"), "ameliorate"), - (UniCase("thereian"), "therein"), - (UniCase("austrija"), "austria"), - (UniCase("socailize"), "socialize"), - (UniCase("baksetball"), "basketball"), - (UniCase("naturalising"), "naturalizing"), - (UniCase("disgustos"), "disgusts"), - (UniCase("commercialy"), "commercially"), - (UniCase("registraion"), "registration"), - (UniCase("feromone"), "pheromone"), - (UniCase("squirrtle"), "squirrel"), - (UniCase("alcoholis"), "alcoholics"), - (UniCase("sacrifise"), "sacrifices"), - (UniCase("auhtenticate"), "authenticate"), - (UniCase("tendencije"), "tendencies"), - (UniCase("machiens"), "machines"), - (UniCase("distinguise"), "distinguished"), - (UniCase("assassinatd"), "assassinated"), - (UniCase("connectiong"), "connecting"), - (UniCase("verticaly"), "vertically"), - (UniCase("disinteresed"), "disinterested"), - (UniCase("reinitalizes"), "reinitializes"), - (UniCase("precautios"), "precautions"), - (UniCase("correlato"), "correlation"), - (UniCase("indifferance"), "indifference"), - (UniCase("terminato"), "termination"), - (UniCase("searchs"), "searches"), - (UniCase("accidentky"), "accidently"), - (UniCase("sedereal"), "sidereal"), - (UniCase("illumianti"), "illuminati"), - (UniCase("sensationalizm"), "sensationalism"), - (UniCase("certaintity"), "certainty"), - (UniCase("picther"), "pitcher"), - (UniCase("warrenties"), "warranties"), - (UniCase("alchimest"), "alchemist"), - (UniCase("paediatrician"), "pediatrician"), - (UniCase("althetics"), "athletics"), - (UniCase("incrediby"), "incredibly"), - (UniCase("cooridnated"), "coordinated"), - (UniCase("shfiting"), "shifting"), - (UniCase("ascneding"), "ascending"), - (UniCase("tablesppons"), "tablespoons"), - (UniCase("hydorgen"), "hydrogen"), - (UniCase("anarchim"), "anarchism"), - (UniCase("incorretly"), "incorrectly"), - (UniCase("philosphy"), "philosophy"), - (UniCase("extremests"), "extremists"), - (UniCase("hopsital"), "hospital"), - (UniCase("conveyered"), "conveyed"), - (UniCase("artefacts"), "artifacts"), - (UniCase("unatteneded"), "unattended"), - (UniCase("weigths"), "weights"), - (UniCase("transmiter"), "transmitter"), - (UniCase("shaprly"), "sharply"), - (UniCase("homeonwer"), "homeowner"), - (UniCase("professionalisim"), "professionalism"), - (UniCase("oxidises"), "oxidizes"), - (UniCase("demogrpahic"), "demographic"), - (UniCase("illegitamte"), "illegitimate"), - (UniCase("exeggeration"), "exaggeration"), - (UniCase("supermarkerts"), "supermarkets"), - (UniCase("rhapsodised"), "rhapsodized"), - (UniCase("tihkn"), "think"), - (UniCase("diphtongs"), "diphthongs"), - (UniCase("condidtions"), "conditions"), - (UniCase("nasueous"), "nauseous"), - (UniCase("limitato"), "limitation"), - (UniCase("immobilzer"), "immobile"), - (UniCase("fecthed"), "fetched"), - (UniCase("analysees"), "analyses"), - (UniCase("transmitor"), "transistor"), - (UniCase("desktopos"), "desktops"), - (UniCase("ethnicaly"), "ethnically"), - (UniCase("detrimentul"), "detrimental"), - (UniCase("insomina"), "insomnia"), - (UniCase("sinse"), "sines"), - (UniCase("acknolwedge"), "acknowledge"), - (UniCase("purchaseing"), "purchasing"), - (UniCase("revovles"), "revolves"), - (UniCase("pateintly"), "patiently"), - (UniCase("eceonomy"), "economy"), - (UniCase("bruiseres"), "bruisers"), - (UniCase("retroactivly"), "retroactively"), - (UniCase("persuated"), "persuade"), - (UniCase("sentinet"), "sentient"), - (UniCase("altho"), "although"), - (UniCase("fundemantalist"), "fundamentalist"), - (UniCase("exeedingly"), "exceedingly"), - (UniCase("tentalce"), "tentacle"), - (UniCase("disrputing"), "disrupting"), - (UniCase("priesthod"), "priesthood"), - (UniCase("assignemnt"), "assignment"), - (UniCase("plethoria"), "plethora"), - (UniCase("cuztomization"), "customization"), - (UniCase("playtrhoughs"), "playthroughs"), - (UniCase("activisits"), "activist"), - (UniCase("championsship"), "championships"), - (UniCase("fomr"), "from"), - (UniCase("nieghbour"), "neighbour"), - (UniCase("disastros"), "disastrous"), - (UniCase("constently"), "constantly"), - (UniCase("dyshporia"), "dysphoria"), - (UniCase("misunderstandigs"), "misunderstandings"), - (UniCase("underhwelming"), "underwhelming"), - (UniCase("assisnate"), "assassinate"), - (UniCase("coutnering"), "countering"), - (UniCase("interperter"), "interpreter"), - (UniCase("tremendos"), "tremendous"), - (UniCase("decriminalises"), "decriminalizes"), - (UniCase("goldamn"), "goldman"), - (UniCase("accessorised"), "accessorized"), - (UniCase("connonations"), "connotations"), - (UniCase("wathcing"), "watching"), - (UniCase("neckneards"), "neckbeards"), - (UniCase("indiffernce"), "indifference"), - (UniCase("apparant"), "apparent"), - (UniCase("mechanicle"), "mechanical"), - (UniCase("affirmitave"), "affirmative"), - (UniCase("festivle"), "festive"), - (UniCase("intergation"), "integration"), - (UniCase("webstie"), "website"), - (UniCase("interestigly"), "interestingly"), - (UniCase("somene"), "someone"), - (UniCase("paitience"), "patience"), - (UniCase("prinicpals"), "principals"), - (UniCase("outraegously"), "outrageously"), - (UniCase("excerised"), "exercised"), - (UniCase("dissopointed"), "dissapointed"), - (UniCase("catholicisim"), "catholicism"), - (UniCase("collaterial"), "collateral"), - (UniCase("distribuem"), "distribute"), - (UniCase("compinsation"), "compensation"), - (UniCase("applaued"), "applaud"), - (UniCase("narcassism"), "narcissism"), - (UniCase("archaeological"), "archeological"), - (UniCase("tylenool"), "tylenol"), - (UniCase("butterlfies"), "butterflies"), - (UniCase("maneveurs"), "maneuvers"), - (UniCase("arithmethic"), "arithmetic"), - (UniCase("desgustingly"), "disgustingly"), - (UniCase("technologicaly"), "technologically"), - (UniCase("inflamable"), "inflatable"), - (UniCase("cavilling"), "caviling"), - (UniCase("spilnter"), "splinter"), - (UniCase("extraordinaly"), "extraordinary"), - (UniCase("weaknesess"), "weaknesses"), - (UniCase("contextura"), "contextual"), - (UniCase("trubines"), "turbines"), - (UniCase("dyas"), "dryas"), - (UniCase("ploretariat"), "proletariat"), - (UniCase("cleanisng"), "cleansing"), - (UniCase("swaetshirt"), "sweatshirt"), - (UniCase("expertos"), "experts"), - (UniCase("phenonema"), "phenomena"), - (UniCase("incomfortable"), "uncomfortable"), - (UniCase("denisty"), "density"), - (UniCase("cataline"), "catiline"), - (UniCase("attractes"), "attracts"), - (UniCase("feministas"), "feminists"), - (UniCase("aggresssion"), "aggression"), - (UniCase("secularisation"), "secularization"), - (UniCase("bitocins"), "bitcoins"), - (UniCase("territores"), "territories"), - (UniCase("socializare"), "socialize"), - (UniCase("fundametal"), "fundamental"), - (UniCase("inquizitor"), "inquisitor"), - (UniCase("prosepct"), "prospect"), - (UniCase("soveregin"), "sovereign"), - (UniCase("commonwelth"), "commonwealth"), - (UniCase("sharpenning"), "sharpening"), - (UniCase("configurate"), "configure"), - (UniCase("cartrdige"), "cartridge"), - (UniCase("metropos"), "metropolis"), - (UniCase("significante"), "significance"), - (UniCase("cooridnator"), "coordinator"), - (UniCase("transcluent"), "translucent"), - (UniCase("desensitisation"), "desensitization"), - (UniCase("iritable"), "irritable"), - (UniCase("plagiarising"), "plagiarizing"), - (UniCase("constanly"), "constantly"), - (UniCase("obstrucion"), "obstruction"), - (UniCase("underwrold"), "underworld"), - (UniCase("alternatve"), "alternate"), - (UniCase("gaurenteed"), "guaranteed"), - (UniCase("retuns"), "returns"), - (UniCase("melieux"), "milieux"), - (UniCase("charasteristic"), "characteristics"), - (UniCase("recrusion"), "recursion"), - (UniCase("pharamceuticals"), "pharmaceutical"), - (UniCase("esle"), "else"), - (UniCase("epihpany"), "epiphany"), - (UniCase("trianlge"), "triangle"), - (UniCase("proclaming"), "proclaiming"), - (UniCase("blasphemey"), "blasphemy"), - (UniCase("carolling"), "caroling"), - (UniCase("reluctently"), "reluctantly"), - (UniCase("dispensarie"), "dispenser"), - (UniCase("unkowningly"), "unknowingly"), - (UniCase("favourtie"), "favourite"), - (UniCase("redistribucion"), "redistribution"), - (UniCase("vicitmized"), "victimized"), - (UniCase("popluations"), "populations"), - (UniCase("princepals"), "principals"), - (UniCase("assassians"), "assassin"), - (UniCase("skpetics"), "skeptics"), - (UniCase("interersting"), "interpreting"), - (UniCase("complicato"), "complication"), - (UniCase("theistc"), "theistic"), - (UniCase("hypertrohy"), "hypertrophy"), - (UniCase("prohibites"), "prohibits"), - (UniCase("intrerupted"), "interrupted"), - (UniCase("obstancles"), "obstacles"), - (UniCase("roestta"), "rosetta"), - (UniCase("infrastracture"), "infrastructure"), - (UniCase("chernoybl"), "chernobyl"), - (UniCase("antibioitic"), "antibiotic"), - (UniCase("vegetarianas"), "vegetarians"), - (UniCase("obvoiusly"), "obviously"), - (UniCase("bethseda"), "bethesda"), - (UniCase("persectued"), "persecuted"), - (UniCase("struggleing"), "struggling"), - (UniCase("facsists"), "fascists"), - (UniCase("insepctions"), "inspections"), - (UniCase("experement"), "experiment"), - (UniCase("sulphide"), "sulfide"), - (UniCase("instals"), "installs"), - (UniCase("experimentaion"), "experimentation"), - (UniCase("rentres"), "renters"), - (UniCase("imbalences"), "imbalances"), - (UniCase("downloadbale"), "downloadable"), - (UniCase("arithmetric"), "arithmetic"), - (UniCase("requriements"), "requirements"), - (UniCase("pseudonyn"), "pseudonym"), - (UniCase("sulphurous"), "sulfurous"), - (UniCase("pushpus"), "pushups"), - (UniCase("adventurious"), "adventurous"), - (UniCase("disappeard"), "disappeared"), - (UniCase("grpahically"), "graphically"), - (UniCase("kroeans"), "koreans"), - (UniCase("avacodos"), "avocados"), - (UniCase("advertisy"), "adversity"), - (UniCase("toursity"), "touristy"), - (UniCase("mouldering"), "moldering"), - (UniCase("impossiblity"), "impossibly"), - (UniCase("downvore"), "downvoters"), - (UniCase("diffrent"), "different"), - (UniCase("euclidian"), "euclidean"), - (UniCase("depressieve"), "depressive"), - (UniCase("boyfried"), "boyfriend"), - (UniCase("demolution"), "demolition"), - (UniCase("previwes"), "previews"), - (UniCase("microtransactios"), "microtransactions"), - (UniCase("refreshr"), "refresher"), - (UniCase("sprinklered"), "sprinkled"), - (UniCase("architypes"), "archetypes"), - (UniCase("juggernat"), "juggernaut"), - (UniCase("midtwon"), "midtown"), - (UniCase("comapny"), "company"), - (UniCase("perdict"), "predict"), - (UniCase("statuse"), "statutes"), - (UniCase("segregaded"), "segregated"), - (UniCase("ciruclar"), "circular"), - (UniCase("jouranlists"), "journalists"), - (UniCase("physcopathic"), "psychopathic"), - (UniCase("sterilisers"), "sterilizers"), - (UniCase("nostaglic"), "nostalgic"), - (UniCase("dissatisfed"), "dissatisfied"), - (UniCase("xenohpobic"), "xenophobic"), - (UniCase("candour"), "candor"), - (UniCase("integirty"), "integrity"), - (UniCase("geneticlly"), "genetically"), - (UniCase("shperical"), "spherical"), - (UniCase("bitocin"), "bitcoin"), - (UniCase("deliviered"), "delivered"), - (UniCase("relevation"), "revelation"), - (UniCase("disapeared"), "disappeared"), - (UniCase("absolutisme"), "absolutes"), - (UniCase("batsita"), "batista"), - (UniCase("generalizaing"), "generalizing"), - (UniCase("avaliable"), "available"), - (UniCase("legendaris"), "legendaries"), - (UniCase("immitate"), "imitate"), - (UniCase("trasncripts"), "transcripts"), - (UniCase("enthrals"), "enthralls"), - (UniCase("billboars"), "billboards"), - (UniCase("kindgoms"), "kingdoms"), - (UniCase("registed"), "registered"), - (UniCase("modificaiton"), "modification"), - (UniCase("supsend"), "suspend"), - (UniCase("nrivana"), "nirvana"), - (UniCase("invloves"), "involves"), - (UniCase("complicare"), "complicate"), - (UniCase("pervailing"), "prevailing"), - (UniCase("restrictes"), "restricts"), - (UniCase("battelship"), "battleship"), - (UniCase("redundany"), "redundancy"), - (UniCase("pretendendo"), "pretended"), - (UniCase("somethinmg"), "somethings"), - (UniCase("initalness"), "initialness"), - (UniCase("imporper"), "improper"), - (UniCase("shperes"), "spheres"), - (UniCase("mechanicsms"), "mechanisms"), - (UniCase("socialiss"), "socialists"), - (UniCase("autogrpah"), "autograph"), - (UniCase("transformered"), "transformed"), - (UniCase("regluar"), "regular"), - (UniCase("airbrone"), "airborne"), - (UniCase("calibraiton"), "calibration"), - (UniCase("imperialisim"), "imperialism"), - (UniCase("paralelly"), "parallelly"), - (UniCase("apolegetic"), "apologetic"), - (UniCase("ubiquitious"), "ubiquitous"), - (UniCase("presentors"), "presents"), - (UniCase("transferrs"), "transfers"), - (UniCase("pebblets"), "pebbles"), - (UniCase("receptionsist"), "receptionist"), - (UniCase("companis"), "companions"), - (UniCase("unconciousness"), "unconsciousness"), - (UniCase("wiht"), "with"), - (UniCase("influense"), "influences"), - (UniCase("intercorse"), "intercourse"), - (UniCase("paraiste"), "parasite"), - (UniCase("protectrons"), "protections"), - (UniCase("alcohal"), "alcohol"), - (UniCase("practisioner"), "practitioner"), - (UniCase("lithuim"), "lithium"), - (UniCase("monogmay"), "monogamy"), - (UniCase("buisnessman"), "businessman"), - (UniCase("oridnary"), "ordinary"), - (UniCase("programas"), "programs"), - (UniCase("concernig"), "concerning"), - (UniCase("cthluhu"), "cthulhu"), - (UniCase("apocaplyse"), "apocalypse"), - (UniCase("profesisonal"), "professionals"), - (UniCase("curtian"), "curtain"), - (UniCase("appareances"), "appearances"), - (UniCase("strucutres"), "structures"), - (UniCase("refernece"), "reference"), - (UniCase("pastural"), "pastoral"), - (UniCase("poreclain"), "porcelain"), - (UniCase("depcitions"), "depictions"), - (UniCase("climateers"), "climates"), - (UniCase("crusiing"), "cruising"), - (UniCase("conquerers"), "conquerors"), - (UniCase("contradiciton"), "contradiction"), - (UniCase("parralel"), "parallel"), - (UniCase("serviceble"), "serviceable"), - (UniCase("aledged"), "alleged"), - (UniCase("documentarse"), "documentaries"), - (UniCase("subredddits"), "subreddits"), - (UniCase("geometricians"), "geometers"), - (UniCase("adreanline"), "adrenaline"), - (UniCase("jounralist"), "journalist"), - (UniCase("intimidant"), "intimidate"), - (UniCase("ampehtamine"), "amphetamine"), - (UniCase("juggarnaut"), "juggernaut"), - (UniCase("determinisitc"), "deterministic"), - (UniCase("rectanlge"), "rectangle"), - (UniCase("generalisation"), "generalization"), - (UniCase("sympathien"), "sympathize"), - (UniCase("chiansaw"), "chainsaw"), - (UniCase("unrepentent"), "unrepentant"), - (UniCase("segergation"), "segregation"), - (UniCase("amercias"), "americas"), - (UniCase("unfortuantely"), "unfortunately"), - (UniCase("collpases"), "collapses"), - (UniCase("flavoursome"), "flavorsome"), - (UniCase("decress"), "decrees"), - (UniCase("subscribir"), "subscriber"), - (UniCase("crytopgraphic"), "cryptographic"), - (UniCase("watiers"), "waiters"), - (UniCase("htis"), "this"), - (UniCase("immedeatly"), "immediately"), - (UniCase("pasteurisation"), "pasteurization"), - (UniCase("prosecuter"), "prosecutor"), - (UniCase("incidentes"), "incidents"), - (UniCase("ellipsical"), "elliptical"), - (UniCase("impusles"), "impulses"), - (UniCase("definettly"), "definately"), - (UniCase("angluar"), "angular"), - (UniCase("decomposits"), "decomposes"), - (UniCase("resolvemos"), "resolves"), - (UniCase("chlesea"), "chelsea"), - (UniCase("htaching"), "hatching"), - (UniCase("newslatter"), "newsletter"), - (UniCase("overlaoded"), "overloaded"), - (UniCase("agravate"), "aggravate"), - (UniCase("cringeworhy"), "cringeworthy"), - (UniCase("interrups"), "interrupts"), - (UniCase("illuminatti"), "illuminati"), - (UniCase("rivarly"), "rivalry"), - (UniCase("seflishness"), "selfishness"), - (UniCase("corrolated"), "correlated"), - (UniCase("fundamentalista"), "fundamentals"), - (UniCase("fingerpints"), "fingertips"), - (UniCase("paladines"), "paladins"), - (UniCase("fraternisation"), "fraternization"), - (UniCase("definotely"), "definately"), - (UniCase("predecessores"), "predecessors"), - (UniCase("persucuted"), "persecuted"), - (UniCase("advirtisement"), "advertisement"), - (UniCase("catholisicm"), "catholicism"), - (UniCase("contestat"), "contestants"), - (UniCase("intoxicted"), "intoxicated"), - (UniCase("enligthening"), "enlightening"), - (UniCase("casltes"), "castles"), - (UniCase("secceeded"), "seceded"), - (UniCase("emphazises"), "emphasizes"), - (UniCase("blacksmitch"), "blacksmith"), - (UniCase("pacifit"), "pacifist"), - (UniCase("demonstartes"), "demonstrates"), - (UniCase("incomptetent"), "incompetent"), - (UniCase("automoblie"), "automobile"), - (UniCase("sourth"), "south"), - (UniCase("consumbales"), "consumables"), - (UniCase("referundum"), "referendum"), - (UniCase("ostrazised"), "ostracized"), - (UniCase("fragmanted"), "fragment"), - (UniCase("guardianes"), "guardians"), - (UniCase("troubelshooting"), "troubleshooting"), - (UniCase("stryofoam"), "styrofoam"), - (UniCase("lubircant"), "lubricant"), - (UniCase("missils"), "missiles"), - (UniCase("anticipatin"), "anticipation"), - (UniCase("respondas"), "responds"), - (UniCase("cerbreus"), "cerberus"), - (UniCase("governmential"), "governmental"), - (UniCase("ermington"), "remington"), - (UniCase("volunatrily"), "voluntarily"), - (UniCase("apartmens"), "apartments"), - (UniCase("condamnation"), "condemnation"), - (UniCase("apperantly"), "apparently"), - (UniCase("proficienct"), "proficient"), - (UniCase("squeakey"), "squeaky"), - (UniCase("unlikey"), "unlikely"), - (UniCase("decisiones"), "decisions"), - (UniCase("firmwear"), "firmware"), - (UniCase("economiclly"), "economically"), - (UniCase("barrells"), "barrels"), - (UniCase("comarde"), "comrade"), - (UniCase("primative"), "primitive"), - (UniCase("desicive"), "decisive"), - (UniCase("inacuraccies"), "inaccuracies"), - (UniCase("compulsorary"), "compulsory"), - (UniCase("shortining"), "shortening"), - (UniCase("recommondation"), "recommendation"), - (UniCase("mormonisim"), "mormonism"), - (UniCase("physcedelic"), "psychedelic"), - (UniCase("compositae"), "composite"), - (UniCase("adroable"), "adorable"), - (UniCase("selfeshness"), "selfishness"), - (UniCase("kingergarten"), "kindergarten"), - (UniCase("spellign"), "spelling"), - (UniCase("incremently"), "incremental"), - (UniCase("consolacion"), "consolation"), - (UniCase("spontaneoulsy"), "spontaneously"), - (UniCase("acknowlege"), "acknowledge"), - (UniCase("highschoool"), "highschool"), - (UniCase("nationalisties"), "nationalists"), - (UniCase("omnipitent"), "omnipotent"), - (UniCase("producting"), "production"), - (UniCase("programmeurs"), "programmer"), - (UniCase("conspiracys"), "conspiracies"), - (UniCase("phenemonal"), "phenomenal"), - (UniCase("perferences"), "preferences"), - (UniCase("eqaulity"), "equality"), - (UniCase("doublelit"), "doublelift"), - (UniCase("fucntional"), "functional"), - (UniCase("pointes"), "pointers"), - (UniCase("respektive"), "respective"), - (UniCase("candidats"), "candidates"), - (UniCase("physicis"), "physicians"), - (UniCase("jounralists"), "journalists"), - (UniCase("terminaron"), "terminator"), - (UniCase("coencidental"), "coincidental"), - (UniCase("courtrooom"), "courtroom"), - (UniCase("maltesian"), "maltese"), - (UniCase("marxisim"), "marxism"), - (UniCase("applicatons"), "applications"), - (UniCase("illumaniti"), "illuminati"), - (UniCase("destoryers"), "destroyers"), - (UniCase("inexpierenced"), "inexperienced"), - (UniCase("entreperure"), "entrepreneur"), - (UniCase("masturbaton"), "masturbation"), - (UniCase("cousines"), "cousins"), - (UniCase("corrosponding"), "corresponding"), - (UniCase("univerity"), "university"), - (UniCase("tyrranies"), "tyrannies"), - (UniCase("procedes"), "proceeds"), - (UniCase("haethen"), "heathen"), - (UniCase("strucutred"), "structured"), - (UniCase("fromerly"), "formerly"), - (UniCase("horizontallly"), "horizontally"), - (UniCase("infulences"), "influences"), - (UniCase("insurgance"), "insurgency"), - (UniCase("pestecides"), "pesticides"), - (UniCase("performens"), "performers"), - (UniCase("immersve"), "immerse"), - (UniCase("amercia"), "america"), - (UniCase("soundtraks"), "soundtracks"), - (UniCase("socialistes"), "socialists"), - (UniCase("pomotion"), "promotion"), - (UniCase("maked"), "marked"), - (UniCase("hesitstion"), "hesitation"), - (UniCase("edbiles"), "edibles"), - (UniCase("involentary"), "involuntary"), - (UniCase("cringeworthey"), "cringeworthy"), - (UniCase("designes"), "designs"), - (UniCase("desigining"), "designing"), - (UniCase("imrpove"), "improve"), - (UniCase("misspellled"), "misspelled"), - (UniCase("satisifed"), "satisfied"), - (UniCase("apprecitae"), "appreciates"), - (UniCase("silenty"), "silently"), - (UniCase("teeangers"), "teenagers"), - (UniCase("exhuastion"), "exhaustion"), - (UniCase("distirbuting"), "distributing"), - (UniCase("collecties"), "collects"), - (UniCase("superviosr"), "supervisors"), - (UniCase("edibels"), "edibles"), - (UniCase("shareholds"), "shareholders"), - (UniCase("parterned"), "partnered"), - (UniCase("portugues"), "portuguese"), - (UniCase("puritannical"), "puritanical"), - (UniCase("cielings"), "ceilings"), - (UniCase("pruposefully"), "purposefully"), - (UniCase("inexperiece"), "inexperience"), - (UniCase("stangant"), "stagnant"), - (UniCase("singpaore"), "singapore"), - (UniCase("institutionalisation"), "institutionalization"), - (UniCase("simulatore"), "simulate"), - (UniCase("monopilies"), "monopolies"), - (UniCase("wich"), "which"), - (UniCase("supporteurs"), "supporters"), - (UniCase("ocasional"), "occasional"), - (UniCase("develpoment"), "developments"), - (UniCase("comparte"), "compare"), - (UniCase("mininterpret"), "misinterpret"), - (UniCase("princesess"), "princesses"), - (UniCase("journalisitic"), "journalistic"), - (UniCase("companines"), "companions"), - (UniCase("integratie"), "integrated"), - (UniCase("argumentate"), "argumentative"), - (UniCase("misinterprate"), "misinterpret"), - (UniCase("demoninations"), "denominations"), - (UniCase("systamatic"), "systematic"), - (UniCase("extactly"), "exactly"), - (UniCase("competitve"), "competitive"), - (UniCase("objectivas"), "objectives"), - (UniCase("reigment"), "regiment"), - (UniCase("interaktion"), "interaction"), - (UniCase("keyboad"), "keyboard"), - (UniCase("refriderator"), "refrigerator"), - (UniCase("doublellift"), "doublelift"), - (UniCase("oposite"), "opposite"), - (UniCase("holocasut"), "holocaust"), - (UniCase("dishcarged"), "discharged"), - (UniCase("voluntered"), "volunteered"), - (UniCase("birthdaymas"), "birthdays"), - (UniCase("glorifierad"), "glorified"), - (UniCase("organizarem"), "organizer"), - (UniCase("unexperience"), "inexperience"), - (UniCase("realisticlly"), "realistically"), - (UniCase("fesiable"), "feasible"), - (UniCase("illnesess"), "illnesses"), - (UniCase("minimises"), "minimizes"), - (UniCase("hollywoood"), "hollywood"), - (UniCase("outisder"), "outsider"), - (UniCase("instabilty"), "instability"), - (UniCase("distribtuion"), "distributions"), - (UniCase("imporving"), "improving"), - (UniCase("overpowred"), "overpowered"), - (UniCase("currenlty"), "currently"), - (UniCase("scripturae"), "scriptures"), - (UniCase("gyspies"), "gypsies"), - (UniCase("platimun"), "platinum"), - (UniCase("stresss"), "stresses"), - (UniCase("anthromorphization"), "anthropomorphization"), - (UniCase("scholership"), "scholarship"), - (UniCase("colourfully"), "colorfully"), - (UniCase("parlaimentary"), "parliamentary"), - (UniCase("bcak"), "back"), - (UniCase("technicolour"), "technicolor"), - (UniCase("whislist"), "wishlist"), - (UniCase("proactivley"), "proactive"), - (UniCase("extint"), "extinct"), - (UniCase("disciplened"), "disciplined"), - (UniCase("objectivitiy"), "objectivity"), - (UniCase("repostd"), "reposted"), - (UniCase("diagnositcs"), "diagnostic"), - (UniCase("immortaly"), "immortality"), - (UniCase("manifacturers"), "manufacturers"), - (UniCase("realistc"), "realistic"), - (UniCase("colloqiual"), "colloquial"), - (UniCase("circumcison"), "circumcision"), - (UniCase("prevolence"), "prevalence"), - (UniCase("caterpilars"), "caterpillars"), - (UniCase("idealisation"), "idealization"), - (UniCase("spritual"), "spiritual"), - (UniCase("conceivablely"), "conceivably"), - (UniCase("contiunity"), "continuity"), - (UniCase("persecucion"), "persecution"), - (UniCase("gauntelt"), "gauntlet"), - (UniCase("intimidades"), "intimidated"), - (UniCase("complexety"), "complexity"), - (UniCase("alleigances"), "allegiance"), - (UniCase("cognizent"), "cognizant"), - (UniCase("packge"), "package"), - (UniCase("comptability"), "compatibility"), - (UniCase("differentiatiors"), "differentiation"), - (UniCase("indoctronated"), "indoctrinated"), - (UniCase("abandomnent"), "abandonment"), - (UniCase("relatation"), "relaxation"), - (UniCase("achiavable"), "achievable"), - (UniCase("incorperated"), "incorporated"), - (UniCase("qaulifications"), "qualification"), - (UniCase("acknowldegement"), "acknowledgement"), - (UniCase("photograhy"), "photography"), - (UniCase("sheilded"), "shielded"), - (UniCase("contreversy"), "controversy"), - (UniCase("intimidative"), "intimidate"), - (UniCase("repeteadly"), "repeatedly"), - (UniCase("inbetweeen"), "inbetween"), - (UniCase("simulatons"), "simulations"), - (UniCase("democracize"), "democracies"), - (UniCase("cinematograpy"), "cinematography"), - (UniCase("necessitites"), "necessities"), - (UniCase("invincil"), "invincible"), - (UniCase("hispter"), "hipster"), - (UniCase("ressits"), "resists"), - (UniCase("irritato"), "irritation"), - (UniCase("phenomonal"), "phenomenal"), - (UniCase("rememebr"), "remember"), - (UniCase("poignat"), "poignant"), - (UniCase("explicatie"), "explicit"), - (UniCase("adhevise"), "adhesive"), - (UniCase("contriction"), "contraction"), - (UniCase("substitite"), "substitute"), - (UniCase("hospitalzed"), "hospitalized"), - (UniCase("generatos"), "generators"), - (UniCase("dystpoian"), "dystopian"), - (UniCase("suposing"), "supposing"), - (UniCase("statictics"), "statistics"), - (UniCase("reiceved"), "recieved"), - (UniCase("subscirbed"), "subscribed"), - (UniCase("visiblly"), "visibly"), - (UniCase("charactor"), "character"), - (UniCase("concreet"), "concrete"), - (UniCase("respiratiory"), "respiratory"), - (UniCase("commandbox"), "commando"), - (UniCase("gunniess"), "guinness"), - (UniCase("boudler"), "boulder"), - (UniCase("westminser"), "westminster"), - (UniCase("turkisch"), "turkish"), - (UniCase("imrpovement"), "improvement"), - (UniCase("garfiled"), "garfield"), - (UniCase("collabore"), "collaborate"), - (UniCase("linguisitc"), "linguistics"), - (UniCase("benefitical"), "beneficial"), - (UniCase("donwgrade"), "downgrade"), - (UniCase("organizaed"), "organize"), - (UniCase("childerns"), "childrens"), - (UniCase("essentailly"), "essentially"), - (UniCase("cringewhorty"), "cringeworthy"), - (UniCase("consentrates"), "concentrates"), - (UniCase("sytle"), "style"), - (UniCase("expeced"), "expected"), - (UniCase("epiloge"), "epilogue"), - (UniCase("sypmathize"), "sympathize"), - (UniCase("unsubstantianted"), "unsubstantiated"), - (UniCase("huanted"), "haunted"), - (UniCase("arbitarily"), "arbitrarily"), - (UniCase("allegely"), "allegedly"), - (UniCase("victorieuse"), "victories"), - (UniCase("vasslas"), "vassals"), - (UniCase("ofcoures"), "ofcourse"), - (UniCase("plateua"), "plateau"), - (UniCase("verbalises"), "verbalizes"), - (UniCase("worshipper"), "worshiper"), - (UniCase("crytsal"), "crystal"), - (UniCase("ludricous"), "ludicrous"), - (UniCase("reevaulated"), "reevaluate"), - (UniCase("patrcik"), "patrick"), - (UniCase("incrementarla"), "incremental"), - (UniCase("wroet"), "wrote"), - (UniCase("lighlty"), "lightly"), - (UniCase("spectrail"), "spectral"), - (UniCase("harvestgain"), "harvesting"), - (UniCase("amphetimines"), "amphetamines"), - (UniCase("determinining"), "determining"), - (UniCase("dymanically"), "dynamically"), - (UniCase("debateable"), "debatable"), - (UniCase("concentrace"), "concentrate"), - (UniCase("inflatabe"), "inflatable"), - (UniCase("eligable"), "eligible"), - (UniCase("punishs"), "punishes"), - (UniCase("spendour"), "splendour"), - (UniCase("professionnals"), "professionals"), - (UniCase("exculdes"), "excludes"), - (UniCase("pedantisch"), "pedantic"), - (UniCase("artmeis"), "artemis"), - (UniCase("successfuly"), "successfully"), - (UniCase("physioligy"), "physiology"), - (UniCase("dinosuar"), "dinosaur"), - (UniCase("exclusie"), "exclusives"), - (UniCase("shitstom"), "shitstorm"), - (UniCase("limitating"), "limitation"), - (UniCase("millenialism"), "millennialism"), - (UniCase("deductiable"), "deductible"), - (UniCase("strenous"), "strenuous"), - (UniCase("buidlings"), "buildings"), - (UniCase("chronoligical"), "chronological"), - (UniCase("consequencies"), "consequence"), - (UniCase("spectre"), "specter"), - (UniCase("dissagreement"), "disagreement"), - (UniCase("businesse"), "businessmen"), - (UniCase("uncomitted"), "uncommitted"), - (UniCase("corinthinans"), "corinthians"), - (UniCase("democrates"), "democrats"), - (UniCase("spreadsheat"), "spreadsheet"), - (UniCase("partsian"), "partisan"), - (UniCase("practial"), "practical"), - (UniCase("brewerks"), "brewers"), - (UniCase("grpahic"), "graphic"), - (UniCase("storelines"), "storylines"), - (UniCase("mutatiohn"), "mutation"), - (UniCase("thorttling"), "throttling"), - (UniCase("insturment"), "instrument"), - (UniCase("ionise"), "ionize"), - (UniCase("devloved"), "devolved"), - (UniCase("shreak"), "shriek"), - (UniCase("ect"), "etc"), - (UniCase("continuons"), "continuous"), - (UniCase("aethists"), "atheists"), - (UniCase("sphereos"), "spheres"), - (UniCase("orientato"), "orientation"), - (UniCase("contenst"), "contents"), - (UniCase("rabbitos"), "rabbits"), - (UniCase("shakespeer"), "shakespeare"), - (UniCase("balckjack"), "blackjack"), - (UniCase("friendzies"), "friendlies"), - (UniCase("rectangulaire"), "rectangular"), - (UniCase("exorbirant"), "exorbitant"), - (UniCase("fragmenot"), "fragment"), - (UniCase("subtitels"), "subtitles"), - (UniCase("arrangerad"), "arranged"), - (UniCase("attemts"), "attempts"), - (UniCase("simplistes"), "simplest"), - (UniCase("perpetue"), "perpetuate"), - (UniCase("incarciration"), "incarceration"), - (UniCase("unconvencional"), "unconventional"), - (UniCase("unprofessionel"), "unprofessional"), - (UniCase("hedeghog"), "hedgehog"), - (UniCase("useing"), "using"), - (UniCase("caluses"), "clauses"), - (UniCase("extention"), "extension"), - (UniCase("exchnages"), "exchanges"), - (UniCase("pensino"), "pension"), - (UniCase("proponants"), "proponents"), - (UniCase("parmenas"), "parmesan"), - (UniCase("italianess"), "italians"), - (UniCase("differentiantion"), "differentiation"), - (UniCase("seziure"), "seizure"), - (UniCase("dravadian"), "dravidian"), - (UniCase("intimidade"), "intimidated"), - (UniCase("corretly"), "correctly"), - (UniCase("nationalisitc"), "nationalistic"), - (UniCase("overwealmed"), "overwhelmed"), - (UniCase("irrationallly"), "irrationally"), - (UniCase("cudgelling"), "cudgeling"), - (UniCase("excpetional"), "exceptional"), - (UniCase("decentralise"), "decentralize"), - (UniCase("pasteurise"), "pasteurize"), - (UniCase("alternativets"), "alternatives"), - (UniCase("insrugency"), "insurgency"), - (UniCase("numerious"), "numerous"), - (UniCase("extremers"), "extremes"), - (UniCase("impeckable"), "impeccable"), - (UniCase("recepient"), "recipient"), - (UniCase("docrtine"), "doctrine"), - (UniCase("explotiative"), "exploitative"), - (UniCase("centuty"), "century"), - (UniCase("reknown"), "renown"), - (UniCase("invertendo"), "inverted"), - (UniCase("deminsion"), "dimension"), - (UniCase("vulnurable"), "vulnerable"), - (UniCase("roganism"), "organism"), - (UniCase("developres"), "develops"), - (UniCase("politiness"), "politeness"), - (UniCase("mediocrety"), "mediocrity"), - (UniCase("thne"), "then"), - (UniCase("generatie"), "generate"), - (UniCase("guardains"), "guardians"), - (UniCase("propeties"), "properties"), - (UniCase("distrubutors"), "distributors"), - (UniCase("chtulhu"), "cthulhu"), - (UniCase("definaty"), "definately"), - (UniCase("discoved"), "discovered"), - (UniCase("districs"), "districts"), - (UniCase("procedger"), "procedure"), - (UniCase("categroized"), "categorized"), - (UniCase("accomplishements"), "accomplishments"), - (UniCase("statuer"), "stature"), - (UniCase("inresponsible"), "irresponsible"), - (UniCase("battailon"), "battalion"), - (UniCase("phenemenon"), "phenomenon"), - (UniCase("pathfidner"), "pathfinder"), - (UniCase("peninsual"), "peninsula"), - (UniCase("misdomeanor"), "misdemeanor"), - (UniCase("mathemetics"), "mathematics"), - (UniCase("celisus"), "celsius"), - (UniCase("substansive"), "substantive"), - (UniCase("formuals"), "formulas"), - (UniCase("beleagured"), "beleaguered"), - (UniCase("confrimed"), "confirmed"), - (UniCase("accomodated"), "accommodated"), - (UniCase("wellignton"), "wellington"), - (UniCase("waggon"), "wagon"), - (UniCase("investiagtion"), "investigation"), - (UniCase("refuelling"), "refueling"), - (UniCase("seniores"), "seniors"), - (UniCase("intrepreted"), "interpreted"), - (UniCase("disenginuous"), "disingenuous"), - (UniCase("trasnport"), "transport"), - (UniCase("redistribuito"), "redistribution"), - (UniCase("manipluate"), "manipulate"), - (UniCase("comaprable"), "comparable"), - (UniCase("playthtough"), "playthrough"), - (UniCase("officaly"), "officially"), - (UniCase("ecomonical"), "economical"), - (UniCase("capaciters"), "capacitors"), - (UniCase("apostrophies"), "apostrophe"), - (UniCase("seguoys"), "segues"), - (UniCase("recompence"), "recompense"), - (UniCase("disuptes"), "disputes"), - (UniCase("comparetive"), "comparative"), - (UniCase("caucasain"), "caucasian"), - (UniCase("areospace"), "aerospace"), - (UniCase("preferental"), "preferential"), - (UniCase("extensie"), "extensive"), - (UniCase("fountan"), "fountain"), - (UniCase("battlescar"), "battlestar"), - (UniCase("comissioner"), "commissioner"), - (UniCase("helikopter"), "helicopter"), - (UniCase("miracoulus"), "miraculous"), - (UniCase("hinudism"), "hinduism"), - (UniCase("negotiatiing"), "negotiating"), - (UniCase("reformerad"), "reformed"), - (UniCase("gunsligner"), "gunslinger"), - (UniCase("transicional"), "transitional"), - (UniCase("reciding"), "residing"), - (UniCase("mathwes"), "mathews"), - (UniCase("ligthers"), "lighters"), - (UniCase("qualificaton"), "qualification"), - (UniCase("rhythem"), "rhythm"), - (UniCase("algoritmos"), "algorithms"), - (UniCase("elcipse"), "eclipse"), - (UniCase("innoculated"), "inoculated"), - (UniCase("manufactores"), "manufactures"), - (UniCase("mosquitto"), "mosquito"), - (UniCase("superivsor"), "supervisors"), - (UniCase("thunderbots"), "thunderbolt"), - (UniCase("quereis"), "queries"), - (UniCase("cutsceens"), "cutscenes"), - (UniCase("simpathizers"), "sympathizers"), - (UniCase("rephrasse"), "rephrase"), - (UniCase("flexbile"), "flexible"), - (UniCase("occasionnal"), "occasional"), - (UniCase("plastis"), "plastics"), - (UniCase("consolitated"), "consolidate"), - (UniCase("storeis"), "stories"), - (UniCase("processs"), "processes"), - (UniCase("materialsm"), "materialism"), - (UniCase("prophacy"), "prophecy"), - (UniCase("efficeint"), "efficient"), - (UniCase("exauhsting"), "exhausting"), - (UniCase("opthalmologist"), "ophthalmologist"), - (UniCase("shineing"), "shining"), - (UniCase("perfomance"), "performance"), - (UniCase("microtransacitons"), "microtransactions"), - (UniCase("cuatiously"), "cautiously"), - (UniCase("constuction"), "construction"), - (UniCase("staidum"), "stadium"), - (UniCase("continuuing"), "continuing"), - (UniCase("parises"), "praises"), - (UniCase("producerats"), "producers"), - (UniCase("witn"), "with"), - (UniCase("vulnerabile"), "vulnerable"), - (UniCase("corresponsing"), "corresponding"), - (UniCase("louisivlle"), "louisville"), - (UniCase("offred"), "offered"), - (UniCase("feministers"), "feminists"), - (UniCase("unbelievibly"), "unbelievably"), - (UniCase("hyperbel"), "hyperbole"), - (UniCase("progressoin"), "progressions"), - (UniCase("persepctives"), "perspectives"), - (UniCase("unneccesarily"), "unnecessarily"), - (UniCase("achievemnts"), "achievements"), - (UniCase("determinisic"), "deterministic"), - (UniCase("disclipined"), "disciplined"), - (UniCase("borderlanders"), "borderlands"), - (UniCase("litterally"), "literally"), - (UniCase("ingrediets"), "ingredient"), - (UniCase("lighnting"), "lightning"), - (UniCase("indisputibly"), "indisputably"), - (UniCase("infrastructre"), "infrastructure"), - (UniCase("unorganised"), "unorganized"), - (UniCase("subjectivelly"), "subjectively"), - (UniCase("divideneds"), "dividend"), - (UniCase("vegetarion"), "vegetarian"), - (UniCase("categoriezed"), "categorized"), - (UniCase("mininalist"), "minimalist"), - (UniCase("asthetic"), "aesthetic"), - (UniCase("contaminato"), "contamination"), - (UniCase("memorialised"), "memorialized"), - (UniCase("meatbals"), "meatballs"), - (UniCase("bangledash"), "bangladesh"), - (UniCase("lifestiles"), "lifestyles"), - (UniCase("inconveniance"), "inconvenience"), - (UniCase("miluwakee"), "milwaukee"), - (UniCase("exceedinly"), "exceedingly"), - (UniCase("signalise"), "signalize"), - (UniCase("microtransations"), "microtransactions"), - (UniCase("accepterad"), "accepted"), - (UniCase("fraudulant"), "fraudulent"), - (UniCase("formalhaut"), "fomalhaut"), - (UniCase("intruiged"), "intrigued"), - (UniCase("frequeny"), "frequency"), - (UniCase("managebale"), "manageable"), - (UniCase("mascarra"), "mascara"), - (UniCase("enviornmentalist"), "environmentalist"), - (UniCase("reciever"), "receiver"), - (UniCase("heavilly"), "heavily"), - (UniCase("happenes"), "happens"), - (UniCase("synthesiser"), "synthesizer"), - (UniCase("distrubutor"), "distributor"), - (UniCase("probablies"), "probable"), - (UniCase("adolence"), "adolescent"), - (UniCase("succedes"), "succeeds"), - (UniCase("paranoa"), "paranoia"), - (UniCase("extravagina"), "extravagant"), - (UniCase("personilized"), "personalized"), - (UniCase("accelarated"), "accelerated"), - (UniCase("propaganada"), "propaganda"), - (UniCase("predescesor"), "predecessors"), - (UniCase("mathematicion"), "mathematician"), - (UniCase("cheeseburgare"), "cheeseburger"), - (UniCase("austira"), "austria"), - (UniCase("subscribber"), "subscriber"), - (UniCase("infiltre"), "infiltrate"), - (UniCase("randomising"), "randomizing"), - (UniCase("straigthen"), "straighten"), - (UniCase("requierments"), "requirements"), - (UniCase("perceded"), "preceded"), - (UniCase("nationalit"), "nationalist"), - (UniCase("existane"), "existance"), - (UniCase("satisfaccion"), "satisfaction"), - (UniCase("densly"), "densely"), - (UniCase("donwloaded"), "downloaded"), - (UniCase("materialisimo"), "materialism"), - (UniCase("technologicially"), "technologically"), - (UniCase("distration"), "distortion"), - (UniCase("eyasr"), "years"), - (UniCase("phenemona"), "phenomena"), - (UniCase("conversare"), "converse"), - (UniCase("invloved"), "involved"), - (UniCase("forntpage"), "frontpage"), - (UniCase("compednium"), "compendium"), - (UniCase("teamfighs"), "teamfights"), - (UniCase("indicatiors"), "indicators"), - (UniCase("revelutionary"), "revolutionary"), - (UniCase("constituite"), "constitute"), - (UniCase("pornograhpy"), "pornography"), - (UniCase("colours"), "colors"), - (UniCase("authorised"), "authorized"), - (UniCase("isdefinitely"), "indefinitely"), - (UniCase("discograhy"), "discography"), - (UniCase("pennslyvania"), "pennsylvania"), - (UniCase("fundemental"), "fundamental"), - (UniCase("monarcy"), "monarchy"), - (UniCase("resoultion"), "resolution"), - (UniCase("environmnet"), "environments"), - (UniCase("cursade"), "crusade"), - (UniCase("refelctive"), "reflective"), - (UniCase("specialice"), "specialize"), - (UniCase("yorkshie"), "yorkshire"), - (UniCase("laboured"), "labored"), - (UniCase("exclusiveity"), "exclusivity"), - (UniCase("uncontrollaby"), "uncontrollably"), - (UniCase("shcizophrenic"), "schizophrenic"), - (UniCase("palesitnians"), "palestinians"), - (UniCase("circulationg"), "circulating"), - (UniCase("interpretare"), "interpreter"), - (UniCase("prototpye"), "prototype"), - (UniCase("requiers"), "requires"), - (UniCase("represantative"), "representative"), - (UniCase("reneagde"), "renegade"), - (UniCase("infiltratred"), "infiltrate"), - (UniCase("testicel"), "testicle"), - (UniCase("moistutizer"), "moisturizer"), - (UniCase("fallatious"), "fallacious"), - (UniCase("hapmshire"), "hampshire"), - (UniCase("verbalised"), "verbalized"), - (UniCase("pedohpilia"), "pedophilia"), - (UniCase("seventen"), "seventeen"), - (UniCase("mordibly"), "morbidly"), - (UniCase("extemely"), "extremely"), - (UniCase("massivley"), "massively"), - (UniCase("dysfunciton"), "dysfunction"), - (UniCase("exlcusivity"), "exclusivity"), - (UniCase("incompetentence"), "incompetence"), - (UniCase("mothreboard"), "motherboards"), - (UniCase("earthquacks"), "earthquakes"), - (UniCase("broacasted"), "broadcast"), - (UniCase("precausion"), "precaution"), - (UniCase("cruicble"), "crucible"), - (UniCase("cheslea"), "chelsea"), - (UniCase("pharmicist"), "pharmacist"), - (UniCase("misdameanor"), "misdemeanor"), - (UniCase("incoherrent"), "incoherent"), - (UniCase("loreplay"), "roleplay"), - (UniCase("inexperiecned"), "inexperience"), - (UniCase("perpertator"), "perpetrators"), - (UniCase("commisison"), "commissions"), - (UniCase("ineffizient"), "inefficient"), - (UniCase("explenations"), "explanations"), - (UniCase("sattelite"), "satellite"), - (UniCase("investigstions"), "investigations"), - (UniCase("defintion"), "definition"), - (UniCase("afforadble"), "affordable"), - (UniCase("ejacualtions"), "ejaculation"), - (UniCase("shirely"), "shirley"), - (UniCase("treatis"), "treaties"), - (UniCase("cataloguing"), "cataloging"), - (UniCase("theocracry"), "theocracy"), - (UniCase("hydropobic"), "hydrophobic"), - (UniCase("illistration"), "illustration"), - (UniCase("straightforwad"), "straightforward"), - (UniCase("parasitter"), "parasite"), - (UniCase("endeavoured"), "endeavored"), - (UniCase("stricty"), "strictly"), - (UniCase("alternater"), "alternator"), - (UniCase("positiviy"), "positivity"), - (UniCase("encyclepedia"), "encyclopedia"), - (UniCase("proselytise"), "proselytize"), - (UniCase("dictaters"), "dictates"), - (UniCase("supermare"), "supermarket"), - (UniCase("improsoned"), "imprisoned"), - (UniCase("trianwreck"), "trainwreck"), - (UniCase("bitcion"), "bitcoin"), - (UniCase("proportionallly"), "proportionally"), - (UniCase("denomenation"), "denomination"), - (UniCase("semseters"), "semesters"), - (UniCase("manuver"), "maneuver"), - (UniCase("rebuplic"), "republic"), - (UniCase("teh"), "the"), - (UniCase("feminint"), "femininity"), - (UniCase("retireds"), "retires"), - (UniCase("circimcised"), "circumcised"), - (UniCase("traditionaly"), "traditionally"), - (UniCase("acclimatising"), "acclimatizing"), - (UniCase("accelarate"), "accelerate"), - (UniCase("assistanse"), "assistants"), - (UniCase("convaluted"), "convoluted"), - (UniCase("narcissim"), "narcissism"), - (UniCase("expensie"), "expense"), - (UniCase("hosthot"), "hotshot"), - (UniCase("caost"), "coast"), - (UniCase("residule"), "residue"), - (UniCase("oublisher"), "publisher"), - (UniCase("psychologysts"), "psychologists"), - (UniCase("suspisions"), "suspicions"), - (UniCase("specailist"), "specialist"), - (UniCase("integratron"), "integration"), - (UniCase("emphazising"), "emphasizing"), - (UniCase("prosperety"), "prosperity"), - (UniCase("advantagious"), "advantageous"), - (UniCase("scandinavan"), "scandinavian"), - (UniCase("docrtines"), "doctrines"), - (UniCase("controversary"), "controversy"), - (UniCase("caricate"), "caricature"), - (UniCase("boyfreind"), "boyfriend"), - (UniCase("aspergerers"), "aspergers"), - (UniCase("herclues"), "hercules"), - (UniCase("capitolist"), "capitalist"), - (UniCase("pricinpals"), "principals"), - (UniCase("mindlessy"), "mindlessly"), - (UniCase("customzied"), "customized"), - (UniCase("sandales"), "sandals"), - (UniCase("absense"), "absence"), - (UniCase("multiplikation"), "multiplication"), - (UniCase("photogropher"), "photographer"), - (UniCase("traumitized"), "traumatized"), - (UniCase("infiltrater"), "infiltrator"), - (UniCase("caluclated"), "calculated"), - (UniCase("backpakcs"), "backpacks"), - (UniCase("comparsions"), "comparisons"), - (UniCase("procrastinaton"), "procrastination"), - (UniCase("explanaiton"), "explanations"), - (UniCase("equilavents"), "equivalents"), - (UniCase("carbohidrates"), "carbohydrates"), - (UniCase("overwhelmigly"), "overwhelmingly"), - (UniCase("supplament"), "supplement"), - (UniCase("ansalization"), "nasalization"), - (UniCase("consitution"), "constitution"), - (UniCase("obersvations"), "observations"), - (UniCase("carefull"), "careful"), - (UniCase("parisitic"), "parasitic"), - (UniCase("introvertie"), "introverted"), - (UniCase("threefor"), "therefor"), - (UniCase("threatining"), "threatening"), - (UniCase("intelligient"), "intelligent"), - (UniCase("adolescant"), "adolescent"), - (UniCase("responsbile"), "responsible"), - (UniCase("disruptin"), "disruption"), - (UniCase("frankenstine"), "frankenstein"), - (UniCase("hegdehog"), "hedgehog"), - (UniCase("teloportation"), "teleportation"), - (UniCase("passionatley"), "passionately"), - (UniCase("nefarios"), "nefarious"), - (UniCase("terminales"), "terminals"), - (UniCase("threatend"), "threatened"), - (UniCase("ipubrofen"), "ibuprofen"), - (UniCase("africaness"), "africans"), - (UniCase("espianoge"), "espionage"), - (UniCase("wishpers"), "whispers"), - (UniCase("buhddism"), "buddhism"), - (UniCase("affliated"), "affiliated"), - (UniCase("caffeinne"), "caffeine"), - (UniCase("accidantly"), "accidently"), - (UniCase("phillipse"), "phillies"), - (UniCase("resturaunts"), "restaurants"), - (UniCase("monopolice"), "monopolies"), - (UniCase("perpenticular"), "perpendicular"), - (UniCase("necromacer"), "necromancer"), - (UniCase("cannibalised"), "cannibalized"), - (UniCase("concervative"), "conservative"), - (UniCase("liberalizm"), "liberalism"), - (UniCase("foreingers"), "foreigners"), - (UniCase("dividened"), "dividend"), - (UniCase("infiltratie"), "infiltrate"), - (UniCase("govermenet"), "goverment"), - (UniCase("emabrassing"), "embarassing"), - (UniCase("reposotory"), "repository"), - (UniCase("scenarious"), "scenarios"), - (UniCase("pateints"), "patients"), - (UniCase("tomatos"), "tomatoes"), - (UniCase("ridicilous"), "ridiculous"), - (UniCase("amoung"), "among"), - (UniCase("futurisitic"), "futuristic"), - (UniCase("terminarla"), "terminal"), - (UniCase("cannibaljim"), "cannibalism"), - (UniCase("demonstraties"), "demonstrate"), - (UniCase("galvanising"), "galvanizing"), - (UniCase("uncontitutional"), "unconstitutional"), - (UniCase("ressurection"), "resurrection"), - (UniCase("amphetmaine"), "amphetamines"), - (UniCase("balconny"), "balcony"), - (UniCase("behaivors"), "behaviors"), - (UniCase("bankrupcy"), "bankruptcy"), - (UniCase("lithuana"), "lithuania"), - (UniCase("unsubscrible"), "unsubscribed"), - (UniCase("fundamentalismos"), "fundamentalists"), - (UniCase("dynsaty"), "dynasty"), - (UniCase("establising"), "establishing"), - (UniCase("cancellato"), "cancellation"), - (UniCase("jewelled"), "jeweled"), - (UniCase("mecahnisms"), "mechanisms"), - (UniCase("expropiation"), "expropriation"), - (UniCase("ahtiest"), "athiest"), - (UniCase("terratories"), "territories"), - (UniCase("substanse"), "substances"), - (UniCase("perputrators"), "perpetrators"), - (UniCase("surley"), "surly"), - (UniCase("enterpreuners"), "entrepreneurs"), - (UniCase("permanentely"), "permanently"), - (UniCase("cologen"), "cologne"), - (UniCase("savouring"), "savoring"), - (UniCase("vegetarianos"), "vegetarians"), - (UniCase("positivs"), "positives"), - (UniCase("motnage"), "montage"), - (UniCase("southernerns"), "southerners"), - (UniCase("indoensian"), "indonesian"), - (UniCase("technologial"), "technological"), - (UniCase("dictionairy"), "dictionary"), - (UniCase("agregates"), "aggregates"), - (UniCase("legendariske"), "legendaries"), - (UniCase("domisticated"), "domesticated"), - (UniCase("prosecuters"), "prosecutors"), - (UniCase("degradead"), "degraded"), - (UniCase("inapporpriately"), "inappropriately"), - (UniCase("quailfy"), "qualify"), - (UniCase("interacte"), "interactive"), - (UniCase("nigthlife"), "nightlife"), - (UniCase("periphiral"), "peripheral"), - (UniCase("shtiless"), "shitless"), - (UniCase("reniassance"), "renaissance"), - (UniCase("intriniscally"), "intrinsically"), - (UniCase("succeds"), "succeeds"), - (UniCase("recommeded"), "recommended"), - (UniCase("bueraucracy"), "bureaucracy"), - (UniCase("accelerato"), "acceleration"), - (UniCase("immidiately"), "immediately"), - (UniCase("thunderbot"), "thunderbolt"), - (UniCase("initaitives"), "initiatives"), - (UniCase("tequlia"), "tequila"), - (UniCase("polutes"), "pollutes"), - (UniCase("facitilies"), "facilities"), - (UniCase("asperges"), "aspergers"), - (UniCase("coordinacion"), "coordination"), - (UniCase("concsious"), "conscious"), - (UniCase("freesytle"), "freestyle"), - (UniCase("squirrelius"), "squirrels"), - (UniCase("democratisation"), "democratization"), - (UniCase("wreckign"), "wrecking"), - (UniCase("wahtever"), "whatever"), - (UniCase("miscellanous"), "miscellaneous"), - (UniCase("nightmarket"), "nightmare"), - (UniCase("intimitate"), "intimidate"), - (UniCase("sympethetic"), "sympathetic"), - (UniCase("regretts"), "regrets"), - (UniCase("politican"), "politician"), - (UniCase("instituto"), "institution"), - (UniCase("uncensord"), "uncensored"), - (UniCase("infograhic"), "infographic"), - (UniCase("signfiy"), "signify"), - (UniCase("containig"), "containing"), - (UniCase("realoding"), "reloading"), - (UniCase("naturens"), "natures"), - (UniCase("discogrophy"), "discography"), - (UniCase("prominenty"), "prominently"), - (UniCase("trafficed"), "trafficked"), - (UniCase("reclami"), "reclaim"), - (UniCase("mushrooom"), "mushroom"), - (UniCase("encylopedia"), "encyclopedia"), - (UniCase("cropses"), "corpses"), - (UniCase("wolrdview"), "worldview"), - (UniCase("mysogynist"), "misogynist"), - (UniCase("posessed"), "possessed"), - (UniCase("disproportiate"), "disproportionate"), - (UniCase("micrpohone"), "microphones"), - (UniCase("upgarde"), "upgrade"), - (UniCase("scarificed"), "sacrificed"), - (UniCase("asiprin"), "aspirin"), - (UniCase("disappiont"), "disappoint"), - (UniCase("subcouncious"), "subconscious"), - (UniCase("bullest"), "bullets"), - (UniCase("personalites"), "personalities"), - (UniCase("savannh"), "savannah"), - (UniCase("vibratoare"), "vibrator"), - (UniCase("specialzes"), "specializes"), - (UniCase("intutively"), "intuitively"), - (UniCase("simplivity"), "simplicity"), - (UniCase("preisthood"), "priesthood"), - (UniCase("asethetic"), "aesthetic"), - (UniCase("infinitley"), "infinitely"), - (UniCase("disaapoint"), "disappoint"), - (UniCase("counsellors"), "counselors"), - (UniCase("exaggeratin"), "exaggeration"), - (UniCase("incentivies"), "incentives"), - (UniCase("moulders"), "molders"), - (UniCase("anaylses"), "analyses"), - (UniCase("apostrephe"), "apostrophe"), - (UniCase("unvulnerable"), "invulnerable"), - (UniCase("inappropriatelly"), "inappropriately"), - (UniCase("overlooming"), "overlooking"), - (UniCase("counseil"), "counsel"), - (UniCase("guniness"), "guinness"), - (UniCase("supervisores"), "supervisors"), - (UniCase("brusseles"), "brussels"), - (UniCase("abritrarily"), "arbitrarily"), - (UniCase("terriroties"), "territories"), - (UniCase("enceclopedia"), "encyclopedia"), - (UniCase("tantalising"), "tantalizing"), - (UniCase("bloodbrone"), "bloodborne"), - (UniCase("advatange"), "advantage"), - (UniCase("plausibe"), "plausible"), - (UniCase("univesity"), "university"), - (UniCase("snippes"), "snippets"), - (UniCase("programmar"), "programmer"), - (UniCase("agressvie"), "agressive"), - (UniCase("galcier"), "glacier"), - (UniCase("gigaybte"), "gigabyte"), - (UniCase("enviormental"), "environmental"), - (UniCase("hypocrytical"), "hypocritical"), - (UniCase("whtielist"), "whitelist"), - (UniCase("sunscren"), "sunscreen"), - (UniCase("enterprenuers"), "entrepreneurs"), - (UniCase("hydropobe"), "hydrophobe"), - (UniCase("brocoli"), "broccoli"), - (UniCase("downvotr"), "downvoters"), - (UniCase("effordlessly"), "effortlessly"), - (UniCase("penerator"), "penetrator"), - (UniCase("playright"), "playwright"), - (UniCase("percente"), "percentile"), - (UniCase("natrually"), "naturally"), - (UniCase("aluminim"), "aluminium"), - (UniCase("narcississt"), "narcissist"), - (UniCase("physisict"), "physicist"), - (UniCase("coincedental"), "coincidental"), - (UniCase("refelcted"), "reflected"), - (UniCase("correspondece"), "correspondence"), - (UniCase("conservanti"), "conservation"), - (UniCase("shleters"), "shelters"), - (UniCase("soveriegn"), "sovereign"), - (UniCase("reaserchers"), "researchers"), - (UniCase("fundamentalistiska"), "fundamentalists"), - (UniCase("binominal"), "binomial"), - (UniCase("portoguese"), "portuguese"), - (UniCase("demilitarisation"), "demilitarization"), - (UniCase("catepillar"), "caterpillar"), - (UniCase("steathly"), "stealthy"), - (UniCase("neutralise"), "neutralize"), - (UniCase("elementay"), "elementary"), - (UniCase("watchign"), "watching"), - (UniCase("unprone"), "unproven"), - (UniCase("trudnle"), "trundle"), - (UniCase("intertwinded"), "intertwined"), - (UniCase("subsricption"), "subscriptions"), - (UniCase("eyebals"), "eyeballs"), - (UniCase("wholeheartely"), "wholeheartedly"), - (UniCase("juggernaunt"), "juggernaut"), - (UniCase("remarkablly"), "remarkably"), - (UniCase("swaers"), "swears"), - (UniCase("presidencial"), "presidential"), - (UniCase("trasnmitted"), "transmitted"), - (UniCase("accumule"), "accumulate"), - (UniCase("catalysing"), "catalyzing"), - (UniCase("mutliply"), "multiply"), - (UniCase("headquaters"), "headquarters"), - (UniCase("sanctiond"), "sanctioned"), - (UniCase("incgonito"), "incognito"), - (UniCase("magnifine"), "magnificent"), - (UniCase("protagonits"), "protagonists"), - (UniCase("cartrigde"), "cartridge"), - (UniCase("conclussive"), "conclusive"), - (UniCase("casulaties"), "casualties"), - (UniCase("necesary"), "necessary"), - (UniCase("delegatie"), "delegate"), - (UniCase("palestein"), "palestine"), - (UniCase("distingquished"), "distinguished"), - (UniCase("pornograpy"), "pornography"), - (UniCase("reconnaisance"), "reconnaissance"), - (UniCase("rationalizating"), "rationalization"), - (UniCase("mirrord"), "mirrored"), - (UniCase("physicits"), "physicist"), - (UniCase("originially"), "originally"), - (UniCase("reversable"), "reversible"), - (UniCase("benefitial"), "beneficial"), - (UniCase("undoubtadly"), "undoubtedly"), - (UniCase("gospells"), "gospels"), - (UniCase("senisble"), "sensible"), - (UniCase("photograps"), "photographs"), - (UniCase("proftiable"), "profitable"), - (UniCase("erroenous"), "erroneous"), - (UniCase("spontaneos"), "spontaneous"), - (UniCase("westbroook"), "westbrook"), - (UniCase("literarly"), "literary"), - (UniCase("continously"), "continuously"), - (UniCase("conferene"), "conferences"), - (UniCase("realtive"), "relative"), - (UniCase("transplat"), "transplant"), - (UniCase("unnecessarilly"), "unnecessarily"), - (UniCase("publikation"), "publication"), - (UniCase("compliations"), "compilation"), - (UniCase("convertirea"), "converter"), - (UniCase("allopone"), "allophone"), - (UniCase("absolutelys"), "absolutes"), - (UniCase("simulatie"), "simulate"), - (UniCase("forsekin"), "foreskin"), - (UniCase("coputer"), "computer"), - (UniCase("traumetized"), "traumatized"), - (UniCase("socttish"), "scottish"), - (UniCase("uncomfertable"), "uncomfortable"), - (UniCase("pittaburgh"), "pittsburgh"), - (UniCase("philosohpical"), "philosophical"), - (UniCase("perverst"), "pervert"), - (UniCase("definltely"), "definately"), - (UniCase("orgainzer"), "organizer"), - (UniCase("inadaquete"), "inadequate"), - (UniCase("compteting"), "completing"), - (UniCase("forhead"), "forehead"), - (UniCase("mysteriosly"), "mysteriously"), - (UniCase("competion"), "competition"), - (UniCase("disrepsect"), "disrespect"), - (UniCase("manipulationg"), "manipulating"), - (UniCase("commericals"), "commercials"), - (UniCase("kentucy"), "kentucky"), - (UniCase("sensibilites"), "sensibilities"), - (UniCase("inherintly"), "inherently"), - (UniCase("bubblews"), "bubbles"), - (UniCase("platfotmer"), "platformer"), - (UniCase("treausres"), "treasures"), - (UniCase("violatin"), "violation"), - (UniCase("mosnters"), "monsters"), - (UniCase("clarinettists"), "clarinetists"), - (UniCase("hyperbollic"), "hyperbolic"), - (UniCase("proficientcy"), "proficiency"), - (UniCase("netural"), "neutral"), - (UniCase("govormental"), "governmental"), - (UniCase("destinationhash"), "destinations"), - (UniCase("claculator"), "calculator"), - (UniCase("sometinh"), "somethin"), - (UniCase("ventelation"), "ventilation"), - (UniCase("horizontaly"), "horizontally"), - (UniCase("playthrougs"), "playthroughs"), - (UniCase("referenses"), "referees"), - (UniCase("dissapoited"), "dissapointed"), - (UniCase("vell"), "well"), - (UniCase("experimantal"), "experimental"), - (UniCase("communicatie"), "communicate"), - (UniCase("hystericaly"), "hysterically"), - (UniCase("percious"), "precious"), - (UniCase("obamination"), "abomination"), - (UniCase("conceps"), "concepts"), - (UniCase("insturcted"), "instructed"), - (UniCase("unhealthly"), "unhealthy"), - (UniCase("attractin"), "attraction"), - (UniCase("donig"), "doing"), - (UniCase("proceededs"), "proceeds"), - (UniCase("roganisms"), "organisms"), - (UniCase("frustrants"), "frustrates"), - (UniCase("reviewtrue"), "reviewer"), - (UniCase("auttoatack"), "autoattack"), - (UniCase("panthen"), "pantheon"), - (UniCase("unwarrented"), "unwarranted"), - (UniCase("termanator"), "terminator"), - (UniCase("alcoholsim"), "alcoholism"), - (UniCase("candidiate"), "candidate"), - (UniCase("vulnarable"), "vulnerable"), - (UniCase("therepeutic"), "therapeutic"), - (UniCase("magneisum"), "magnesium"), - (UniCase("comradets"), "comrades"), - (UniCase("prestes"), "presets"), - (UniCase("additivley"), "additive"), - (UniCase("expolsions"), "explosions"), - (UniCase("relapes"), "relapse"), - (UniCase("percetnage"), "percentages"), - (UniCase("percenatge"), "percentages"), - (UniCase("baptsim"), "baptism"), - (UniCase("clifthanger"), "cliffhanger"), - (UniCase("impossiblly"), "impossibly"), - (UniCase("legitemate"), "legitimate"), - (UniCase("triology"), "trilogy"), - (UniCase("contineous"), "continuous"), - (UniCase("objectivst"), "objectives"), - (UniCase("tremondously"), "tremendously"), - (UniCase("cheesebruger"), "cheeseburgers"), - (UniCase("accessorises"), "accessorizes"), - (UniCase("condolencies"), "condolences"), - (UniCase("narssicistic"), "narcissistic"), - (UniCase("decipting"), "depicting"), - (UniCase("righetous"), "righteous"), - (UniCase("andorid"), "android"), - (UniCase("capicators"), "capacitors"), - (UniCase("demographis"), "demographics"), - (UniCase("incompitent"), "incompetent"), - (UniCase("barvery"), "bravery"), - (UniCase("noth"), "north"), - (UniCase("calcualtor"), "calculator"), - (UniCase("bachleors"), "bachelors"), - (UniCase("crigneworthy"), "cringeworthy"), - (UniCase("acadamy"), "academy"), - (UniCase("staright"), "straight"), - (UniCase("accordian"), "accordion"), - (UniCase("transisioning"), "transitioning"), - (UniCase("pattened"), "patented"), - (UniCase("xenobalde"), "xenoblade"), - (UniCase("exclusivley"), "exclusively"), - (UniCase("existant"), "existent"), - (UniCase("personnell"), "personnel"), - (UniCase("stubmled"), "stumbled"), - (UniCase("fedorahs"), "fedoras"), - (UniCase("inexperince"), "inexperience"), - (UniCase("millilitres"), "milliliters"), - (UniCase("simposn"), "simpson"), - (UniCase("varities"), "varieties"), - (UniCase("pepperin"), "pepperoni"), - (UniCase("tast"), "taste"), - (UniCase("cultrually"), "culturally"), - (UniCase("orthopaedics"), "orthopedics"), - (UniCase("denominatior"), "denominator"), - (UniCase("compeittion"), "competitions"), - (UniCase("neighbour"), "neighbor"), - (UniCase("straightner"), "straighten"), - (UniCase("contradices"), "contradicts"), - (UniCase("immunisation"), "immunization"), - (UniCase("unrealitic"), "unrealistic"), - (UniCase("gaurantees"), "guarantees"), - (UniCase("thryoid"), "thyroid"), - (UniCase("advantageus"), "advantageous"), - (UniCase("infilitration"), "infiltration"), - (UniCase("veganisim"), "veganism"), - (UniCase("conservativo"), "conservation"), - (UniCase("procotol"), "protocol"), - (UniCase("daulity"), "duality"), - (UniCase("voilating"), "violating"), - (UniCase("uncontrollablly"), "uncontrollably"), - (UniCase("algorithsm"), "algorithms"), - (UniCase("reponsible"), "responsible"), - (UniCase("photoshoppade"), "photoshopped"), - (UniCase("chromose"), "chromosome"), - (UniCase("receving"), "receiving"), - (UniCase("vernecular"), "vernacular"), - (UniCase("experimintation"), "experimentation"), - (UniCase("cincinnasti"), "cincinnati"), - (UniCase("tailgatting"), "tailgating"), - (UniCase("efficienctly"), "efficiency"), - (UniCase("bordeom"), "boredom"), - (UniCase("empolyees"), "employees"), - (UniCase("expressview"), "expressive"), - (UniCase("trasnphobic"), "transphobic"), - (UniCase("perfeclty"), "perfectly"), - (UniCase("predominantely"), "predominantly"), - (UniCase("quartlery"), "quarterly"), - (UniCase("metropolies"), "metropolis"), - (UniCase("gunsiinger"), "gunslinger"), - (UniCase("affiars"), "affairs"), - (UniCase("apolegetics"), "apologetics"), - (UniCase("frightining"), "frightening"), - (UniCase("fanatsy"), "fantasy"), - (UniCase("bandwagoon"), "bandwagon"), - (UniCase("responsibile"), "responsible"), - (UniCase("trendig"), "trending"), - (UniCase("spitirually"), "spiritually"), - (UniCase("destrucive"), "destructive"), - (UniCase("forgeiners"), "foreigners"), - (UniCase("outsoursing"), "outsourcing"), - (UniCase("mercentile"), "mercantile"), - (UniCase("completley"), "completely"), - (UniCase("dirvers"), "drivers"), - (UniCase("ariborne"), "airborne"), - (UniCase("massachuestts"), "massachusetts"), - (UniCase("enviormentally"), "environmentally"), - (UniCase("intelligenly"), "intelligently"), - (UniCase("capitas"), "capitals"), - (UniCase("pressureing"), "pressuring"), - (UniCase("adviced"), "advised"), - (UniCase("unicors"), "unicorns"), - (UniCase("experieces"), "experiences"), - (UniCase("recommened"), "recommend"), - (UniCase("claymer"), "claymore"), - (UniCase("pretection"), "protection"), - (UniCase("buddisht"), "buddhist"), - (UniCase("oestrogen"), "estrogen"), - (UniCase("obliteraded"), "obliterated"), - (UniCase("mounment"), "monument"), - (UniCase("straitforward"), "straightforward"), - (UniCase("argentinia"), "argentina"), - (UniCase("uncousciously"), "unconsciously"), - (UniCase("whietlist"), "whitelist"), - (UniCase("househols"), "households"), - (UniCase("incpetion"), "inception"), - (UniCase("qauntum"), "quantum"), - (UniCase("ambiguitiy"), "ambiguity"), - (UniCase("importd"), "imported"), - (UniCase("geneology"), "genealogy"), - (UniCase("implemetnation"), "implementations"), - (UniCase("designet"), "designated"), - (UniCase("logsitics"), "logistics"), - (UniCase("membrances"), "membrane"), - (UniCase("contingancy"), "contingency"), - (UniCase("daugthers"), "daughters"), - (UniCase("indigneous"), "indigenous"), - (UniCase("restrainted"), "restrained"), - (UniCase("metropolitcan"), "metropolitan"), - (UniCase("sqaudron"), "squadron"), - (UniCase("demonstras"), "demonstrates"), - (UniCase("senzationalism"), "sensationalism"), - (UniCase("dispecable"), "despicable"), - (UniCase("procelain"), "porcelain"), - (UniCase("accomadation"), "accommodation"), - (UniCase("relativitly"), "relativity"), - (UniCase("insepction"), "inspection"), - (UniCase("interesction"), "intersection"), - (UniCase("inadeqaute"), "inadequate"), - (UniCase("transeat"), "translates"), - (UniCase("tiolets"), "toilets"), - (UniCase("assassinats"), "assassins"), - (UniCase("umberlla"), "umbrella"), - (UniCase("mercanaries"), "mercenaries"), - (UniCase("misconecption"), "misconceptions"), - (UniCase("nucelar"), "nuclear"), - (UniCase("originaly"), "originally"), - (UniCase("tocuhdown"), "touchdown"), - (UniCase("destorys"), "destroys"), - (UniCase("edoema"), "edema"), - (UniCase("mecernary"), "mercenary"), - (UniCase("countercut"), "counteract"), - (UniCase("traitorus"), "traitors"), - (UniCase("propagandise"), "propagandize"), - (UniCase("singsog"), "singsong"), - (UniCase("theather"), "theater"), - (UniCase("polarisation"), "polarization"), - (UniCase("transpalnt"), "transplants"), - (UniCase("formalises"), "formalizes"), - (UniCase("photographes"), "photographs"), - (UniCase("waitres"), "waiters"), - (UniCase("explicetly"), "explicitly"), - (UniCase("certificato"), "certification"), - (UniCase("immortales"), "immortals"), - (UniCase("frankinstein"), "frankenstein"), - (UniCase("customizible"), "customizable"), - (UniCase("sigantures"), "signatures"), - (UniCase("zepplien"), "zeppelin"), - (UniCase("soemthings"), "somethings"), - (UniCase("moult"), "molt"), - (UniCase("impossibile"), "impossible"), - (UniCase("headquatered"), "headquartered"), - (UniCase("republicians"), "republicans"), - (UniCase("concentartion"), "concentrations"), - (UniCase("mysterous"), "mysterious"), - (UniCase("sentris"), "sentries"), - (UniCase("goitres"), "goiters"), - (UniCase("shrinked"), "shrunk"), - (UniCase("spirituella"), "spiritually"), - (UniCase("volonteering"), "volunteering"), - (UniCase("transformase"), "transforms"), - (UniCase("refrigerater"), "refrigerator"), - (UniCase("extraterrestial"), "extraterrestrial"), - (UniCase("autoattak"), "autoattack"), - (UniCase("explonation"), "exploration"), - (UniCase("transportarme"), "transporter"), - (UniCase("octohedron"), "octahedron"), - (UniCase("imperitive"), "imperative"), - (UniCase("sepulchres"), "sepulchers"), - (UniCase("termendously"), "tremendously"), - (UniCase("approximatley"), "approximately"), - (UniCase("externalises"), "externalizes"), - (UniCase("unvierse"), "universe"), - (UniCase("consumbale"), "consumables"), - (UniCase("projektile"), "projectile"), - (UniCase("exclusivas"), "exclusives"), - (UniCase("artificiella"), "artificial"), - (UniCase("evloves"), "evolves"), - (UniCase("wildreness"), "wilderness"), - (UniCase("utopain"), "utopian"), - (UniCase("availaible"), "available"), - (UniCase("deneirs"), "deniers"), - (UniCase("depictin"), "depictions"), - (UniCase("reprehenisble"), "reprehensible"), - (UniCase("sympithizers"), "sympathizers"), - (UniCase("pertended"), "pretended"), - (UniCase("dispensare"), "dispenser"), - (UniCase("definance"), "defiance"), - (UniCase("airpsace"), "airspace"), - (UniCase("disabeld"), "disabled"), - (UniCase("thermodymamics"), "thermodynamics"), - (UniCase("deposites"), "deposits"), - (UniCase("scrutiney"), "scrutiny"), - (UniCase("illusiones"), "illusions"), - (UniCase("comedias"), "comedians"), - (UniCase("thoerem"), "theorem"), - (UniCase("shotuout"), "shoutout"), - (UniCase("realtivity"), "relativity"), - (UniCase("soildly"), "solidly"), - (UniCase("generalise"), "generalize"), - (UniCase("ininterested"), "uninterested"), - (UniCase("envolutionary"), "evolutionary"), - (UniCase("latitudie"), "latitude"), - (UniCase("tuesdsay"), "tuesdays"), - (UniCase("boslter"), "bolster"), - (UniCase("cancres"), "cancers"), - (UniCase("banhsee"), "banshee"), - (UniCase("escalatin"), "escalation"), - (UniCase("asutrian"), "austrian"), - (UniCase("protaginists"), "protagonists"), - (UniCase("activaste"), "activates"), - (UniCase("arbritary"), "arbitrary"), - (UniCase("succour"), "succor"), - (UniCase("hydratin"), "hydration"), - (UniCase("isntalls"), "installs"), - (UniCase("containered"), "contained"), - (UniCase("buthcered"), "butchered"), - (UniCase("gonewidl"), "gonewild"), - (UniCase("flavourings"), "flavorings"), - (UniCase("surreptiously"), "surreptitiously"), - (UniCase("zealotus"), "zealots"), - (UniCase("formelly"), "formerly"), - (UniCase("helathcare"), "healthcare"), - (UniCase("paramadics"), "paramedics"), - (UniCase("announcemet"), "announcements"), - (UniCase("subjectief"), "subjective"), - (UniCase("athenean"), "athenian"), - (UniCase("mataphysical"), "metaphysical"), - (UniCase("humilitaing"), "humiliating"), - (UniCase("shenanighans"), "shenanigans"), - (UniCase("manipluating"), "manipulating"), - (UniCase("beteshda"), "bethesda"), - (UniCase("pronography"), "pornography"), - (UniCase("interferire"), "interfere"), - (UniCase("cervial"), "cervical"), - (UniCase("knwos"), "knows"), - (UniCase("carthographer"), "cartographer"), - (UniCase("fluroide"), "fluoride"), - (UniCase("neurologia"), "neurological"), - (UniCase("torandoes"), "tornadoes"), - (UniCase("cleanies"), "cleanse"), - (UniCase("pronounched"), "pronounced"), - (UniCase("undecideable"), "undecidable"), - (UniCase("inticrate"), "intricate"), - (UniCase("injustics"), "injustices"), - (UniCase("implamenting"), "implementing"), - (UniCase("exponantially"), "exponentially"), - (UniCase("cardbaord"), "cardboard"), - (UniCase("reproducting"), "reproduction"), - (UniCase("officailly"), "officially"), - (UniCase("containmemt"), "containment"), - (UniCase("togheter"), "together"), - (UniCase("demolation"), "demolition"), - (UniCase("beeing"), "being"), - (UniCase("funciton"), "function"), - (UniCase("concentraing"), "concentrating"), - (UniCase("excrusiating"), "excruciating"), - (UniCase("snivelled"), "sniveled"), - (UniCase("summarising"), "summarizing"), - (UniCase("algoritm"), "algorithm"), - (UniCase("rictatorship"), "dictatorship"), - (UniCase("observarse"), "observers"), - (UniCase("fianite"), "finite"), - (UniCase("thudnerbolt"), "thunderbolt"), - (UniCase("undenyably"), "undeniably"), - (UniCase("behavoural"), "behavioral"), - (UniCase("corspes"), "corpses"), - (UniCase("misogonist"), "misogynist"), - (UniCase("utilizacion"), "utilization"), - (UniCase("injusticas"), "injustices"), - (UniCase("underwaer"), "underwear"), - (UniCase("friendzowned"), "friendzoned"), - (UniCase("montaban"), "montana"), - (UniCase("pervious"), "previous"), - (UniCase("ganerate"), "generate"), - (UniCase("prosperious"), "prosperous"), - (UniCase("talsiman"), "talisman"), - (UniCase("traumatise"), "traumatize"), - (UniCase("milennia"), "millennia"), - (UniCase("adventerous"), "adventures"), - (UniCase("techincian"), "technician"), - (UniCase("anicent"), "ancient"), - (UniCase("organziational"), "organizational"), - (UniCase("archtiects"), "architects"), - (UniCase("paralysing"), "paralyzing"), - (UniCase("councidental"), "coincidental"), - (UniCase("aqcuainted"), "acquainted"), - (UniCase("charactaristic"), "characteristic"), - (UniCase("patryarchy"), "patriarchy"), - (UniCase("highalnder"), "highlander"), - (UniCase("excpetions"), "exceptions"), - (UniCase("throttleing"), "throttling"), - (UniCase("windosr"), "windsor"), - (UniCase("unsibstantiated"), "unsubstantiated"), - (UniCase("fluctuaties"), "fluctuate"), - (UniCase("excalmation"), "exclamation"), - (UniCase("restrcting"), "restarting"), - (UniCase("nostalgija"), "nostalgia"), - (UniCase("chameloen"), "chameleon"), - (UniCase("calculatoare"), "calculator"), - (UniCase("campaiging"), "campaigning"), - (UniCase("inahbitants"), "inhabitants"), - (UniCase("spiritualiy"), "spiritually"), - (UniCase("answeres"), "answers"), - (UniCase("mysoganistic"), "misogynistic"), - (UniCase("practises"), "practices"), - (UniCase("interprating"), "interpreting"), - (UniCase("mininos"), "minions"), - (UniCase("catastrohpic"), "catastrophic"), - (UniCase("transfrom"), "transform"), - (UniCase("conservaton"), "conservation"), - (UniCase("deperecation"), "deprecation"), - (UniCase("executionar"), "executioner"), - (UniCase("caridnals"), "cardinals"), - (UniCase("feminie"), "feminine"), - (UniCase("foetid"), "fetid"), - (UniCase("statisticly"), "statistical"), - (UniCase("proletariet"), "proletariat"), - (UniCase("unawnsered"), "unanswered"), - (UniCase("snowballls"), "snowballs"), - (UniCase("sentimentalise"), "sentimentalize"), - (UniCase("knowlegde"), "knowledge"), - (UniCase("pregressively"), "progressively"), - (UniCase("illumintati"), "illuminati"), - (UniCase("geneological"), "genealogical"), - (UniCase("everwhere"), "everywhere"), - (UniCase("liqiuds"), "liquids"), - (UniCase("interpretier"), "interpreter"), - (UniCase("jackonsville"), "jacksonville"), - (UniCase("sparlking"), "sparkling"), - (UniCase("emphatizes"), "emphasizes"), - (UniCase("phsycologically"), "psychologically"), - (UniCase("wendsay"), "wednesday"), - (UniCase("recognise"), "recognize"), - (UniCase("ploygamy"), "polygamy"), - (UniCase("commercie"), "commerce"), - (UniCase("pscyhological"), "psychological"), - (UniCase("inventarlo"), "inventor"), - (UniCase("pscyhedelic"), "psychedelic"), - (UniCase("abstenance"), "abstinence"), - (UniCase("dementieva"), "dementia"), - (UniCase("respository"), "repository"), - (UniCase("caluclate"), "calculate"), - (UniCase("stereotpying"), "stereotyping"), - (UniCase("compitance"), "compliance"), - (UniCase("absrobs"), "absorbs"), - (UniCase("ocurrence"), "occurrence"), - (UniCase("satistactory"), "satisfactory"), - (UniCase("neighouring"), "neighboring"), - (UniCase("reprtoire"), "repertoire"), - (UniCase("preamde"), "premade"), - (UniCase("dispensories"), "dispensaries"), - (UniCase("consultate"), "consultant"), - (UniCase("sustainible"), "sustainable"), - (UniCase("nautiuls"), "nautilus"), - (UniCase("appretiate"), "appreciate"), - (UniCase("disgustigly"), "disgustingly"), - (UniCase("stereotpye"), "stereotypes"), - (UniCase("portuguease"), "portuguese"), - (UniCase("manufactuered"), "manufactured"), - (UniCase("battlefornt"), "battlefront"), - (UniCase("revovler"), "revolver"), - (UniCase("intergration"), "integration"), - (UniCase("endoresments"), "endorsement"), - (UniCase("hurricance"), "hurricane"), - (UniCase("phenomon"), "phenomenon"), - (UniCase("withold"), "withhold"), - (UniCase("spreadhseets"), "spreadsheets"), - (UniCase("perdators"), "predators"), - (UniCase("reccomending"), "recommending"), - (UniCase("stimulans"), "stimulants"), - (UniCase("perparation"), "preparation"), - (UniCase("pandorra"), "pandora"), - (UniCase("athesits"), "atheists"), - (UniCase("monumentus"), "monuments"), - (UniCase("complicaitons"), "complication"), - (UniCase("convenietly"), "conveniently"), - (UniCase("narcissm"), "narcissism"), - (UniCase("underyling"), "underlying"), - (UniCase("tendancy"), "tendency"), - (UniCase("acquantaince"), "acquaintance"), - (UniCase("guatamala"), "guatemala"), - (UniCase("ventilacion"), "ventilation"), - (UniCase("lithuiana"), "lithuania"), - (UniCase("firts"), "flirts"), - (UniCase("islamisist"), "islamist"), - (UniCase("deomcracies"), "democracies"), - (UniCase("mirgaine"), "migraine"), - (UniCase("summenors"), "summoners"), - (UniCase("eyars"), "years"), - (UniCase("manipulted"), "manipulated"), - (UniCase("misinterperet"), "misinterpret"), - (UniCase("enlsave"), "enslave"), - (UniCase("correctionals"), "corrections"), - (UniCase("denseley"), "densely"), - (UniCase("fabricus"), "fabrics"), - (UniCase("masterpice"), "masterpiece"), - (UniCase("vanadlism"), "vandalism"), - (UniCase("shoulndt"), "shouldnt"), - (UniCase("relfect"), "reflect"), - (UniCase("diablical"), "diabolical"), - (UniCase("vibratie"), "vibrate"), - (UniCase("disatvantage"), "disadvantage"), - (UniCase("differances"), "differences"), - (UniCase("quartery"), "quarterly"), - (UniCase("physcologists"), "psychologists"), - (UniCase("interviewie"), "interviewer"), - (UniCase("influencial"), "influential"), - (UniCase("druming"), "drumming"), - (UniCase("empited"), "emptied"), - (UniCase("contribues"), "contributes"), - (UniCase("roylaties"), "royalties"), - (UniCase("departue"), "departure"), - (UniCase("liberalim"), "liberalism"), - (UniCase("psychopathes"), "psychopaths"), - (UniCase("judgamental"), "judgemental"), - (UniCase("staurdays"), "saturdays"), - (UniCase("indoneisa"), "indonesia"), - (UniCase("socilaized"), "socialized"), - (UniCase("sumbissions"), "submissions"), - (UniCase("introductie"), "introduce"), - (UniCase("forgiviness"), "forgiveness"), - (UniCase("spectaulars"), "spectaculars"), - (UniCase("iunior"), "junior"), - (UniCase("jouranlistic"), "journalistic"), - (UniCase("accompained"), "accompanied"), - (UniCase("troleld"), "trolled"), - (UniCase("encoutnered"), "encountered"), - (UniCase("protals"), "portals"), - (UniCase("segrigated"), "segregated"), - (UniCase("localising"), "localizing"), - (UniCase("acknowladges"), "acknowledges"), - (UniCase("assempling"), "assembling"), - (UniCase("compresssor"), "compressor"), - (UniCase("assasinated"), "assassinated"), - (UniCase("adolencent"), "adolescent"), - (UniCase("metabilism"), "metabolism"), - (UniCase("deficiet"), "deficient"), - (UniCase("sinagpore"), "singapore"), - (UniCase("accelerade"), "accelerated"), - (UniCase("religioners"), "religions"), - (UniCase("indiginous"), "indigenous"), - (UniCase("motivacional"), "motivational"), - (UniCase("sasy"), "says"), - (UniCase("dynamicdns"), "dynamics"), - (UniCase("commmemorated"), "commemorated"), - (UniCase("appraoches"), "approaches"), - (UniCase("artifically"), "artificially"), - (UniCase("chartiable"), "charitable"), - (UniCase("characterised"), "characterized"), - (UniCase("trivialising"), "trivializing"), - (UniCase("brilliany"), "brilliantly"), - (UniCase("kunckles"), "knuckles"), - (UniCase("unsuccessul"), "unsuccessful"), - (UniCase("georiga"), "georgia"), - (UniCase("emphasising"), "emphasizing"), - (UniCase("oilgarchy"), "oligarchy"), - (UniCase("apologistas"), "apologists"), - (UniCase("bathrooom"), "bathroom"), - (UniCase("idealisim"), "idealism"), - (UniCase("extensiones"), "extensions"), - (UniCase("correspondig"), "corresponding"), - (UniCase("micorphones"), "microphones"), - (UniCase("vaulable"), "valuable"), - (UniCase("cabniets"), "cabinets"), - (UniCase("vegetarin"), "vegetarians"), - (UniCase("astonoshing"), "astonishing"), - (UniCase("friendboned"), "friendzoned"), - (UniCase("determinacion"), "determination"), - (UniCase("religiosly"), "religiously"), - (UniCase("califorina"), "california"), - (UniCase("curisers"), "cruisers"), - (UniCase("perpatrated"), "perpetrated"), - (UniCase("internationl"), "international"), - (UniCase("cerbures"), "cerberus"), - (UniCase("breserker"), "berserker"), - (UniCase("blueberris"), "blueberries"), - (UniCase("instinctivley"), "instinctively"), - (UniCase("circumsition"), "circumcision"), - (UniCase("definatelty"), "definately"), - (UniCase("unintellegent"), "unintelligent"), - (UniCase("flexibilty"), "flexibility"), - (UniCase("samuria"), "samurai"), - (UniCase("autistc"), "autistic"), - (UniCase("perimetr"), "perimeter"), - (UniCase("creationsts"), "creationists"), - (UniCase("inadeguate"), "inadequate"), - (UniCase("olmypic"), "olympic"), - (UniCase("plagairism"), "plagiarism"), - (UniCase("neighborhoood"), "neighborhoods"), - (UniCase("orginasations"), "organisations"), - (UniCase("crticised"), "criticised"), - (UniCase("bracelettes"), "bracelets"), - (UniCase("volumne"), "volume"), - (UniCase("hydrualic"), "hydraulic"), - (UniCase("remembed"), "remembered"), - (UniCase("auxilliaries"), "auxiliaries"), - (UniCase("reitres"), "retires"), - (UniCase("prooved"), "proved"), - (UniCase("indianapols"), "indianapolis"), - (UniCase("crystallise"), "crystallize"), - (UniCase("independetn"), "independents"), - (UniCase("negotiatied"), "negotiate"), - (UniCase("philosophics"), "philosophies"), - (UniCase("consilidated"), "consolidated"), - (UniCase("concusssion"), "concussions"), - (UniCase("faboulus"), "fabulous"), - (UniCase("prosectuors"), "prosecutors"), - (UniCase("exclsuives"), "exclusives"), - (UniCase("dysfuncitonal"), "dysfunctional"), - (UniCase("surpress"), "suppress"), - (UniCase("obilterated"), "obliterated"), - (UniCase("favours"), "favors"), - (UniCase("bronocs"), "broncos"), - (UniCase("neckbeardest"), "neckbeards"), - (UniCase("prescients"), "presidents"), - (UniCase("translatio"), "translator"), - (UniCase("congresssman"), "congressman"), - (UniCase("mathematicly"), "mathematical"), - (UniCase("obliverated"), "obliterated"), - (UniCase("interresing"), "interfering"), - (UniCase("uncontrollabley"), "uncontrollably"), - (UniCase("foreshadowning"), "foreshadowing"), - (UniCase("exinct"), "extinct"), - (UniCase("precice"), "precise"), - (UniCase("mechanicallly"), "mechanically"), - (UniCase("despirately"), "desperately"), - (UniCase("maintenaince"), "maintenance"), - (UniCase("fundamentalisme"), "fundamentals"), - (UniCase("streamos"), "streams"), - (UniCase("chinmey"), "chimney"), - (UniCase("solidariety"), "solidarity"), - (UniCase("asshates"), "asshats"), - (UniCase("udnercut"), "undercut"), - (UniCase("percentille"), "percentile"), - (UniCase("profitabillity"), "profitability"), - (UniCase("reciporcated"), "reciprocate"), - (UniCase("demobilise"), "demobilize"), - (UniCase("thanksgivng"), "thanksgiving"), - (UniCase("somethinfg"), "somethings"), - (UniCase("deafeted"), "defeated"), - (UniCase("regocnition"), "recognition"), - (UniCase("actication"), "activation"), - (UniCase("subscribtions"), "subscriptions"), - (UniCase("rationalisation"), "rationalization"), - (UniCase("psychopants"), "psychopaths"), - (UniCase("chihuahau"), "chihuahua"), - (UniCase("stragety"), "strategy"), - (UniCase("stabliize"), "stabilize"), - (UniCase("contracr"), "contractor"), - (UniCase("comtpon"), "compton"), - (UniCase("satsifies"), "satisfies"), - (UniCase("investigatin"), "investigation"), - (UniCase("functionable"), "functional"), - (UniCase("signfies"), "signifies"), - (UniCase("catostrophic"), "catastrophic"), - (UniCase("sentimant"), "sentimental"), - (UniCase("lobbysits"), "lobbyists"), - (UniCase("participati"), "participant"), - (UniCase("homosexuallity"), "homosexuality"), - (UniCase("trinekts"), "trinkets"), - (UniCase("investigativos"), "investigations"), - (UniCase("leftits"), "leftist"), - (UniCase("initalisms"), "initialisms"), - (UniCase("meagtron"), "megatron"), - (UniCase("squirle"), "squirrel"), - (UniCase("pitchfords"), "pitchforks"), - (UniCase("illustraitor"), "illustrator"), - (UniCase("unrealsitic"), "unrealistic"), - (UniCase("accdiently"), "accidently"), - (UniCase("parmsean"), "parmesan"), - (UniCase("varaibles"), "variables"), - (UniCase("reliablely"), "reliably"), - (UniCase("facsist"), "fascist"), - (UniCase("excells"), "excels"), - (UniCase("neuterd"), "neutered"), - (UniCase("parenthises"), "parenthesis"), - (UniCase("impelments"), "implements"), - (UniCase("investegators"), "investigators"), - (UniCase("trhilling"), "thrilling"), - (UniCase("introversi"), "introverts"), - (UniCase("defintaly"), "defiantly"), - (UniCase("rehabilitaion"), "rehabilitation"), - (UniCase("standardising"), "standardizing"), - (UniCase("fermintation"), "fermentation"), - (UniCase("mexicanas"), "mexicans"), - (UniCase("coutnerpoint"), "counterpoint"), - (UniCase("anectode"), "anecdote"), - (UniCase("nationalits"), "nationalist"), - (UniCase("validitiy"), "validity"), - (UniCase("minitaure"), "miniature"), - (UniCase("rezurrection"), "resurrection"), - (UniCase("stabilizier"), "stabilize"), - (UniCase("observating"), "observation"), - (UniCase("clasical"), "classical"), - (UniCase("alrington"), "arlington"), - (UniCase("dumbbellls"), "dumbbells"), - (UniCase("corrospondence"), "correspondence"), - (UniCase("exceptin"), "exceptions"), - (UniCase("habsbourg"), "habsburg"), - (UniCase("energise"), "energize"), - (UniCase("cosmeticas"), "cosmetics"), - (UniCase("controveries"), "controversies"), - (UniCase("recreationnal"), "recreational"), - (UniCase("labour"), "labor"), - (UniCase("theatregoer"), "theatergoer"), - (UniCase("twpo"), "two"), - (UniCase("converstaions"), "conversations"), - (UniCase("radicalise"), "radicalize"), - (UniCase("falesly"), "falsely"), - (UniCase("liberato"), "liberation"), - (UniCase("intentas"), "intents"), - (UniCase("scinece"), "science"), - (UniCase("enveloppes"), "envelope"), - (UniCase("touristey"), "touristy"), - (UniCase("polarises"), "polarizes"), - (UniCase("ukrainains"), "ukrainians"), - (UniCase("moistorizing"), "moisturizing"), - (UniCase("familiarising"), "familiarizing"), - (UniCase("ligthhouse"), "lighthouse"), - (UniCase("challanging"), "challenging"), - (UniCase("winsdor"), "windsor"), - (UniCase("carribean"), "caribbean"), - (UniCase("thriteen"), "thirteen"), - (UniCase("commentars"), "commenters"), - (UniCase("converastions"), "conservation"), - (UniCase("provintial"), "provincial"), - (UniCase("installeer"), "installer"), - (UniCase("cooporative"), "cooperative"), - (UniCase("overclicking"), "overclocking"), - (UniCase("flacons"), "falcons"), - (UniCase("faslely"), "falsely"), - (UniCase("heroe"), "hero"), - (UniCase("sacreligious"), "sacrilegious"), - (UniCase("bulagria"), "bulgaria"), - (UniCase("contradicitng"), "contradicting"), - (UniCase("fulfillling"), "fulfilling"), - (UniCase("superposer"), "superpowers"), - (UniCase("inidans"), "indians"), - (UniCase("outmanoeuvres"), "outmaneuvers"), - (UniCase("sarcastc"), "sarcastic"), - (UniCase("friendzonned"), "friendzoned"), - (UniCase("undercunt"), "undercut"), - (UniCase("expentancy"), "expectancy"), - (UniCase("synonymns"), "synonyms"), - (UniCase("buildins"), "buildings"), - (UniCase("personaes"), "personas"), - (UniCase("conservitive"), "conservative"), - (UniCase("specialites"), "specializes"), - (UniCase("crusdaers"), "crusaders"), - (UniCase("inconsequentual"), "inconsequential"), - (UniCase("fabriacted"), "fabricated"), - (UniCase("capasitors"), "capacitors"), - (UniCase("jailbrake"), "jailbreak"), - (UniCase("lible"), "libel"), - (UniCase("recgonizable"), "recognizable"), - (UniCase("prominant"), "prominent"), - (UniCase("entaglements"), "entanglements"), - (UniCase("acknowleged"), "acknowledge"), - (UniCase("idealsim"), "idealism"), - (UniCase("specias"), "specials"), - (UniCase("cashires"), "cashiers"), - (UniCase("hinderence"), "hindrance"), - (UniCase("ashpalt"), "asphalt"), - (UniCase("obesssion"), "obsession"), - (UniCase("videogams"), "videogames"), - (UniCase("deficiencey"), "deficiency"), - (UniCase("appraochable"), "approachable"), - (UniCase("neruoscience"), "neuroscience"), - (UniCase("occurences"), "occurrences"), - (UniCase("enginnering"), "engineering"), - (UniCase("comeptitors"), "competitors"), - (UniCase("entrepreneuer"), "entrepreneurs"), - (UniCase("polishuset"), "polishes"), - (UniCase("favoured"), "favored"), - (UniCase("stressade"), "stressed"), - (UniCase("systematising"), "systematizing"), - (UniCase("depicitons"), "depictions"), - (UniCase("pronouced"), "pronounced"), - (UniCase("conceivibly"), "conceivably"), - (UniCase("mushroooms"), "mushroom"), - (UniCase("surounds"), "surrounds"), - (UniCase("publisehr"), "publisher"), - (UniCase("fougth"), "fought"), - (UniCase("battalin"), "battalion"), - (UniCase("molestare"), "molester"), - (UniCase("showede"), "showered"), - (UniCase("cautionsly"), "cautiously"), - (UniCase("grantie"), "granite"), - (UniCase("tocuhpad"), "touchpad"), - (UniCase("mypsace"), "myspace"), - (UniCase("wohle"), "whole"), - (UniCase("incarantion"), "incarnation"), - (UniCase("callisthenics"), "calisthenics"), - (UniCase("governmently"), "governmental"), - (UniCase("mutialtion"), "mutilation"), - (UniCase("leaglization"), "legalization"), - (UniCase("tranpshobic"), "transphobic"), - (UniCase("masturbsted"), "masturbated"), - (UniCase("tjpanishad"), "upanishad"), - (UniCase("deadpoool"), "deadpool"), - (UniCase("empathethic"), "empathetic"), - (UniCase("incorpore"), "incorporate"), - (UniCase("interesring"), "interfering"), - (UniCase("uretrha"), "urethra"), - (UniCase("cannibalizm"), "cannibalism"), - (UniCase("positiond"), "positioned"), - (UniCase("vistors"), "visitors"), - (UniCase("sacrificies"), "sacrifice"), - (UniCase("benghzai"), "benghazi"), - (UniCase("goalkepeer"), "goalkeeper"), - (UniCase("rectange"), "rectangle"), - (UniCase("transfomers"), "transforms"), - (UniCase("coyotees"), "coyotes"), - (UniCase("volatily"), "volatility"), - (UniCase("porcelan"), "porcelain"), - (UniCase("esitmates"), "estimates"), - (UniCase("attemtps"), "attempts"), - (UniCase("custamizable"), "customizable"), - (UniCase("hopelessy"), "hopelessly"), - (UniCase("satisfiction"), "satisfaction"), - (UniCase("competetor"), "competitor"), - (UniCase("unanswerd"), "unanswered"), - (UniCase("newcastel"), "newcastle"), - (UniCase("aggravanti"), "aggravating"), - (UniCase("protaginist"), "protagonist"), - (UniCase("burriots"), "burritos"), - (UniCase("pestacides"), "pesticides"), - (UniCase("vectores"), "vectors"), - (UniCase("inaccruate"), "inaccurate"), - (UniCase("pengiuns"), "penguins"), - (UniCase("trasnmitter"), "transmitter"), - (UniCase("chocolatte"), "chocolates"), - (UniCase("contaminted"), "contaminated"), - (UniCase("corinthinas"), "corinthians"), - (UniCase("perpetrar"), "perpetrator"), - (UniCase("repetetion"), "repetition"), - (UniCase("secertary"), "secretary"), - (UniCase("insiginficant"), "insignificant"), - (UniCase("repetation"), "repetition"), - (UniCase("emperical"), "empirical"), - (UniCase("gullbile"), "gullible"), - (UniCase("solidairty"), "solidarity"), - (UniCase("juipter"), "jupiter"), - (UniCase("intellectualising"), "intellectualizing"), - (UniCase("markede"), "marketed"), - (UniCase("affixiation"), "affiliation"), - (UniCase("selectivos"), "selections"), - (UniCase("misterious"), "mysterious"), - (UniCase("manifestus"), "manifests"), - (UniCase("passagens"), "passages"), - (UniCase("superstitiuos"), "superstitious"), - (UniCase("nucular"), "nuclear"), - (UniCase("moleculaire"), "molecular"), - (UniCase("anecdatally"), "anecdotally"), - (UniCase("malfucntions"), "malfunction"), - (UniCase("causacian"), "caucasian"), - (UniCase("reviewr"), "reviewer"), - (UniCase("residencial"), "residential"), - (UniCase("receptores"), "receptors"), - (UniCase("transiten"), "transient"), - (UniCase("contradictons"), "contradicts"), - (UniCase("eearly"), "early"), - (UniCase("intuitivelly"), "intuitively"), - (UniCase("authenticiy"), "authenticity"), - (UniCase("trivialised"), "trivialized"), - (UniCase("deducatble"), "deductible"), - (UniCase("bastardise"), "bastardize"), - (UniCase("exlated"), "exalted"), - (UniCase("dispair"), "despair"), - (UniCase("aramgeddon"), "armageddon"), - (UniCase("baulking"), "balking"), - (UniCase("personalie"), "personalized"), - (UniCase("neolitic"), "neolithic"), - (UniCase("toruisty"), "touristy"), - (UniCase("misinterpretated"), "misinterpreted"), - (UniCase("recongition"), "recognition"), - (UniCase("gourmelt"), "gourmet"), - (UniCase("misunderatanding"), "misunderstandings"), - (UniCase("pticher"), "pitcher"), - (UniCase("miscommuniation"), "miscommunication"), - (UniCase("minimium"), "minimum"), - (UniCase("platformie"), "platformer"), - (UniCase("legalizacion"), "legalization"), - (UniCase("impanelled"), "impaneled"), - (UniCase("netowrk"), "network"), - (UniCase("interlectuals"), "intellectuals"), - (UniCase("cambpell"), "campbell"), - (UniCase("scartched"), "scratched"), - (UniCase("terminalis"), "terminals"), - (UniCase("nonsence"), "nonsense"), - (UniCase("negligiable"), "negligible"), - (UniCase("annuled"), "annulled"), - (UniCase("explaning"), "explaining"), - (UniCase("interruping"), "interrupting"), - (UniCase("idealogies"), "ideologies"), - (UniCase("masuclinity"), "masculinity"), - (UniCase("descenting"), "descending"), - (UniCase("placehoder"), "placeholder"), - (UniCase("infrignement"), "infringement"), - (UniCase("stupiditiy"), "stupidity"), - (UniCase("experianced"), "experienced"), - (UniCase("infinitiy"), "infinity"), - (UniCase("continuarlo"), "continual"), - (UniCase("swtiching"), "switching"), - (UniCase("architechts"), "architect"), - (UniCase("dispencers"), "dispenser"), - (UniCase("ebcuase"), "becuase"), - (UniCase("enamelling"), "enameling"), - (UniCase("sceintist"), "scientist"), - (UniCase("combatibility"), "compatibility"), - (UniCase("funcitons"), "functions"), - (UniCase("surrouned"), "surround"), - (UniCase("computerised"), "computerized"), - (UniCase("contractin"), "contraction"), - (UniCase("briagde"), "brigade"), - (UniCase("merchendise"), "merchandise"), - (UniCase("consenusal"), "consensual"), - (UniCase("infulenced"), "influenced"), - (UniCase("discrimianted"), "discriminated"), - (UniCase("perdictable"), "predictable"), - (UniCase("realises"), "realizes"), - (UniCase("interersted"), "interpreted"), - (UniCase("univerisites"), "universities"), - (UniCase("eyebrowns"), "eyebrows"), - (UniCase("illuminista"), "illuminati"), - (UniCase("fullset"), "fullest"), - (UniCase("paranioa"), "paranoia"), - (UniCase("suprimacist"), "supremacist"), - (UniCase("monstorus"), "monstrous"), - (UniCase("demonstratin"), "demonstration"), - (UniCase("audioboooks"), "audiobook"), - (UniCase("zionistes"), "zionists"), - (UniCase("irelevent"), "irrelevant"), - (UniCase("fabricas"), "fabrics"), - (UniCase("inhabitents"), "inhabitants"), - (UniCase("addittions"), "addictions"), - (UniCase("gravitacional"), "gravitational"), - (UniCase("covnersation"), "conservation"), - (UniCase("metaphyiscal"), "metaphysical"), - (UniCase("amercian"), "american"), - (UniCase("pinteret"), "pinterest"), - (UniCase("developrs"), "develops"), - (UniCase("traileras"), "trailers"), - (UniCase("orientaion"), "orientation"), - (UniCase("cupborad"), "cupboard"), - (UniCase("empahsizes"), "emphasizes"), - (UniCase("custcene"), "cutscene"), - (UniCase("terristrial"), "territorial"), - (UniCase("correnti"), "correcting"), - (UniCase("absolument"), "absolute"), - (UniCase("exludes"), "excludes"), - (UniCase("breathalysing"), "breathalyzing"), - (UniCase("crosair"), "corsair"), - (UniCase("remarkes"), "remarks"), - (UniCase("experimentes"), "experiments"), - (UniCase("filpped"), "flipped"), - (UniCase("industrialise"), "industrialize"), - (UniCase("reseraching"), "researching"), - (UniCase("restorating"), "restoration"), - (UniCase("pacakge"), "package"), - (UniCase("exhalted"), "exalted"), - (UniCase("carniverous"), "carnivorous"), - (UniCase("bedore"), "before"), - (UniCase("renweables"), "renewables"), - (UniCase("touristly"), "touristy"), - (UniCase("insluts"), "insults"), - (UniCase("consicence"), "conscience"), - (UniCase("oarcles"), "oracles"), - (UniCase("friednship"), "friendships"), - (UniCase("patriatchy"), "patriarchy"), - (UniCase("deutchsland"), "deutschland"), - (UniCase("equivlaent"), "equivalents"), - (UniCase("dispositon"), "disposition"), - (UniCase("infiltrarte"), "infiltrate"), - (UniCase("trandgender"), "transgender"), - (UniCase("mucuous"), "mucous"), - (UniCase("guaduloupe"), "guadalupe"), - (UniCase("conservite"), "conserve"), - (UniCase("asapragus"), "asparagus"), - (UniCase("protocolos"), "protocols"), - (UniCase("ariplanes"), "airplanes"), - (UniCase("extensivley"), "extensively"), - (UniCase("referemce"), "reference"), - (UniCase("contradics"), "contradicts"), - (UniCase("apporximate"), "approximate"), - (UniCase("tirbunal"), "tribunal"), - (UniCase("condenmation"), "condemnation"), - (UniCase("combinig"), "combining"), - (UniCase("vitories"), "victories"), - (UniCase("exsited"), "existed"), - (UniCase("complimente"), "complement"), - (UniCase("invulverable"), "invulnerable"), - (UniCase("promotted"), "promoted"), - (UniCase("protocal"), "protocol"), - (UniCase("relazation"), "relaxation"), - (UniCase("practisioners"), "practitioners"), - (UniCase("distincte"), "distinctive"), - (UniCase("geniuss"), "geniuses"), - (UniCase("administartion"), "administration"), - (UniCase("incompatibile"), "incompatible"), - (UniCase("weaknessses"), "weaknesses"), - (UniCase("colubmia"), "columbia"), - (UniCase("socioeconimc"), "socioeconomic"), - (UniCase("acknwoledge"), "acknowledges"), - (UniCase("conenction"), "connection"), - (UniCase("lighthours"), "lighthouse"), - (UniCase("fruitin"), "fruition"), - (UniCase("inaccessble"), "inaccessible"), - (UniCase("advisorys"), "advisors"), - (UniCase("fashoined"), "fashioned"), - (UniCase("calibraton"), "calibration"), - (UniCase("protestat"), "protestant"), - (UniCase("sacrificie"), "sacrificed"), - (UniCase("teleportaton"), "teleportation"), - (UniCase("disporportionate"), "disproportionate"), - (UniCase("unconsiderate"), "inconsiderate"), - (UniCase("compinsating"), "compensating"), - (UniCase("furutistic"), "futuristic"), - (UniCase("creativley"), "creatively"), - (UniCase("womaniser"), "womanizer"), - (UniCase("invinceble"), "invincible"), - (UniCase("corsiar"), "corsair"), - (UniCase("sensationable"), "sensational"), - (UniCase("asnwering"), "answering"), - (UniCase("subcatagory"), "subcategory"), - (UniCase("jennins"), "jennings"), - (UniCase("discolouring"), "discoloring"), - (UniCase("apocalpyse"), "apocalypse"), - (UniCase("dissertaion"), "dissertation"), - (UniCase("breathalyse"), "breathalyze"), - (UniCase("microvaxes"), "microwaves"), - (UniCase("knoweldgable"), "knowledgable"), - (UniCase("demenstration"), "demonstration"), - (UniCase("caculater"), "calculator"), - (UniCase("subjectivley"), "subjectively"), - (UniCase("environemnts"), "environments"), - (UniCase("simulatneously"), "simultaneously"), - (UniCase("introducion"), "introduction"), - (UniCase("euphorica"), "euphoria"), - (UniCase("intracite"), "intricate"), - (UniCase("panelled"), "paneled"), - (UniCase("vientamese"), "vietnamese"), - (UniCase("exectuive"), "executive"), - (UniCase("alumnium"), "aluminum"), - (UniCase("reaplugs"), "earplugs"), - (UniCase("electrolye"), "electrolytes"), - (UniCase("authoroties"), "authorities"), - (UniCase("austrailan"), "australian"), - (UniCase("paradies"), "paradise"), - (UniCase("indonesion"), "indonesian"), - (UniCase("unsubscribbed"), "unsubscribe"), - (UniCase("ultimatelly"), "ultimately"), - (UniCase("forigener"), "foreigner"), - (UniCase("mediocrisy"), "mediocrity"), - (UniCase("pandoria"), "pandora"), - (UniCase("complets"), "completes"), - (UniCase("contradictary"), "contradictory"), - (UniCase("delfation"), "deflation"), - (UniCase("conditionner"), "conditioner"), - (UniCase("psychaitrist"), "psychiatrist"), - (UniCase("unsolocited"), "unsolicited"), - (UniCase("progresion"), "progression"), - (UniCase("disporportionately"), "disproportionately"), - (UniCase("immortaliy"), "immortality"), - (UniCase("interchangeble"), "interchangeable"), - (UniCase("toppins"), "toppings"), - (UniCase("invertibrates"), "invertebrates"), - (UniCase("apocalpytic"), "apocalyptic"), - (UniCase("athetlic"), "athletic"), - (UniCase("repeates"), "repeats"), - (UniCase("faciltiy"), "facility"), - (UniCase("combinining"), "combining"), - (UniCase("acquanitances"), "acquaintance"), - (UniCase("owrk"), "work"), - (UniCase("distribitors"), "distributors"), - (UniCase("employeur"), "employer"), - (UniCase("journalisitc"), "journalistic"), - (UniCase("ventalation"), "ventilation"), - (UniCase("squarley"), "squarely"), - (UniCase("especialy"), "especially"), - (UniCase("janaury"), "january"), - (UniCase("beuatifully"), "beautifully"), - (UniCase("commishioner"), "commissioner"), - (UniCase("persecutted"), "persecuted"), - (UniCase("exploiding"), "exploiting"), - (UniCase("commandpod"), "commando"), - (UniCase("undeinably"), "undeniably"), - (UniCase("jewllery"), "jewellery"), - (UniCase("fliters"), "filters"), - (UniCase("reinitalises"), "reinitialises"), - (UniCase("bullerproof"), "bulletproof"), - (UniCase("soundtrakk"), "soundtrack"), - (UniCase("foundary"), "foundry"), - (UniCase("etmyology"), "etymology"), - (UniCase("intertained"), "intertwined"), - (UniCase("collapes"), "collapse"), - (UniCase("extraordinair"), "extraordinary"), - (UniCase("enameld"), "enameled"), - (UniCase("exlcuding"), "excluding"), - (UniCase("transcations"), "transactions"), - (UniCase("hipothetical"), "hypothetical"), - (UniCase("unemployemnt"), "unemployment"), - (UniCase("healthire"), "healthier"), - (UniCase("characterisitics"), "characteristics"), - (UniCase("manufacturier"), "manufacturer"), - (UniCase("suposes"), "supposes"), - (UniCase("rumuors"), "rumours"), - (UniCase("palaeontologists"), "paleontologists"), - (UniCase("desctiptions"), "descriptions"), - (UniCase("inlcine"), "incline"), - (UniCase("earthquaks"), "earthquakes"), - (UniCase("stereotpyes"), "stereotypes"), - (UniCase("litature"), "literature"), - (UniCase("specialzied"), "specialized"), - (UniCase("confirmas"), "confirms"), - (UniCase("independance"), "independence"), - (UniCase("graudally"), "gradually"), - (UniCase("foreksin"), "foreskin"), - (UniCase("expereincing"), "experiencing"), - (UniCase("regularlos"), "regulars"), - (UniCase("essentiels"), "essentials"), - (UniCase("integreted"), "integrated"), - (UniCase("dabilitating"), "debilitating"), - (UniCase("lenoard"), "leonard"), - (UniCase("responsibities"), "responsibilities"), - (UniCase("homophopic"), "homophobic"), - (UniCase("desentisized"), "desensitized"), - (UniCase("tremendeous"), "tremendous"), - (UniCase("delpoying"), "deploying"), - (UniCase("syncronization"), "synchronization"), - (UniCase("exhuast"), "exhaust"), - (UniCase("bangkock"), "bangkok"), - (UniCase("inpsire"), "inspire"), - (UniCase("comeptitively"), "competitively"), - (UniCase("deffined"), "defined"), - (UniCase("compresser"), "compressor"), - (UniCase("principaly"), "principality"), - (UniCase("appriciated"), "appreciated"), - (UniCase("dynastry"), "dynasty"), - (UniCase("portrayls"), "portrays"), - (UniCase("relaise"), "realise"), - (UniCase("composities"), "composite"), - (UniCase("perminently"), "permanently"), - (UniCase("stagnat"), "stagnant"), - (UniCase("prostite"), "prostitute"), - (UniCase("disproportionaltely"), "disproportionately"), - (UniCase("commodites"), "commodities"), - (UniCase("sylablles"), "syllables"), - (UniCase("govrement"), "goverment"), - (UniCase("recgonition"), "recognition"), - (UniCase("translyvania"), "transylvania"), - (UniCase("morphein"), "morphine"), - (UniCase("initiatie"), "initiatives"), - (UniCase("individul"), "individual"), - (UniCase("particularised"), "particularized"), - (UniCase("imperialims"), "imperialism"), - (UniCase("allergey"), "allergy"), - (UniCase("wednesdsy"), "wednesdays"), - (UniCase("shittoon"), "shitton"), - (UniCase("emphisized"), "emphasized"), - (UniCase("southernest"), "southerners"), - (UniCase("patriarcal"), "patriarchal"), - (UniCase("condesend"), "condensed"), - (UniCase("immedeately"), "immediately"), - (UniCase("merhcant"), "merchant"), - (UniCase("loepard"), "leopard"), - (UniCase("fortuantely"), "fortunately"), - (UniCase("peppermit"), "peppermint"), - (UniCase("centre"), "center"), - (UniCase("qaulifiers"), "qualifiers"), - (UniCase("reknowned"), "renowned"), - (UniCase("activaters"), "activates"), - (UniCase("ancilliary"), "ancillary"), - (UniCase("tantalisingly"), "tantalizingly"), - (UniCase("toruney"), "tourney"), - (UniCase("contenants"), "continents"), - (UniCase("apporaching"), "approaching"), - (UniCase("toritllas"), "tortillas"), - (UniCase("fundamentalismo"), "fundamentals"), - (UniCase("exculde"), "exclude"), - (UniCase("bowdlerises"), "bowdlerizes"), - (UniCase("undertoe"), "undertones"), - (UniCase("grammaticaal"), "grammatical"), - (UniCase("buddah"), "buddha"), - (UniCase("symhpony"), "symphony"), - (UniCase("registerd"), "registered"), - (UniCase("intellectualls"), "intellectuals"), - (UniCase("intersecton"), "intersection"), - (UniCase("centrase"), "centres"), - (UniCase("documentory"), "documentary"), - (UniCase("gaoler"), "jailer"), - (UniCase("initialising"), "initializing"), - (UniCase("simplificaiton"), "simplification"), - (UniCase("publlisher"), "publisher"), - (UniCase("maximazing"), "maximizing"), - (UniCase("archetypus"), "archetypes"), - (UniCase("vendeta"), "vendetta"), - (UniCase("sparklie"), "sparkle"), - (UniCase("gautnlet"), "gauntlet"), - (UniCase("configurato"), "configuration"), - (UniCase("distatesful"), "distasteful"), - (UniCase("romanticaly"), "romantically"), - (UniCase("addresable"), "addressable"), - (UniCase("denomintor"), "denominator"), - (UniCase("israleis"), "israelis"), - (UniCase("dynamiclly"), "dynamically"), - (UniCase("suprass"), "surpass"), - (UniCase("reptition"), "repetition"), - (UniCase("srriacha"), "sriracha"), - (UniCase("perference"), "preference"), - (UniCase("typcially"), "typically"), - (UniCase("sensacionalist"), "sensationalist"), - (UniCase("sandviches"), "sandwiches"), - (UniCase("apologised"), "apologized"), - (UniCase("virbation"), "vibration"), - (UniCase("medicinens"), "medicines"), - (UniCase("sufficently"), "sufficiently"), - (UniCase("acquited"), "acquitted"), - (UniCase("cesspol"), "cesspool"), - (UniCase("barbarina"), "barbarian"), - (UniCase("savoured"), "savored"), - (UniCase("pakistanais"), "pakistani"), - (UniCase("vesseles"), "vessels"), - (UniCase("warrantly"), "warranty"), - (UniCase("incentivare"), "incentive"), - (UniCase("unvelievably"), "unbelievably"), - (UniCase("squsihy"), "squishy"), - (UniCase("buddist"), "buddhist"), - (UniCase("acclimatises"), "acclimatizes"), - (UniCase("interfers"), "interferes"), - (UniCase("demonstrativos"), "demonstrations"), - (UniCase("throughtout"), "throughout"), - (UniCase("demosntrating"), "demonstrating"), - (UniCase("amphetemines"), "amphetamines"), - (UniCase("barracs"), "barracks"), - (UniCase("persecusion"), "persecution"), - (UniCase("indifferente"), "indifference"), - (UniCase("obversations"), "observations"), - (UniCase("insipres"), "inspires"), - (UniCase("accomodation"), "accommodation"), - (UniCase("skillshoot"), "skillshots"), - (UniCase("passionatly"), "passionately"), - (UniCase("reinfornced"), "reinforced"), - (UniCase("neighbourood"), "neighbourhood"), - (UniCase("clerification"), "clarification"), - (UniCase("pacakged"), "packaged"), - (UniCase("teampseak"), "teamspeak"), - (UniCase("contianers"), "containers"), - (UniCase("millioniares"), "millionaires"), - (UniCase("mencaing"), "menacing"), - (UniCase("balanse"), "balances"), - (UniCase("rememberes"), "remembers"), - (UniCase("acedemic"), "academic"), - (UniCase("antarctida"), "antarctica"), - (UniCase("curcible"), "crucible"), - (UniCase("interro"), "interior"), - (UniCase("masturbathe"), "masturbated"), - (UniCase("affiliction"), "affiliation"), - (UniCase("attemting"), "attempting"), - (UniCase("converst"), "converts"), - (UniCase("corinthains"), "corinthians"), - (UniCase("unjustifyed"), "unjustified"), - (UniCase("inexpencive"), "inexpensive"), - (UniCase("regresso"), "regression"), - (UniCase("maintians"), "maintains"), - (UniCase("compairson"), "comparison"), - (UniCase("referemdum"), "referendum"), - (UniCase("anounced"), "announced"), - (UniCase("babysittting"), "babysitting"), - (UniCase("introveted"), "introverted"), - (UniCase("apparantely"), "apparently"), - (UniCase("investigater"), "investigator"), - (UniCase("preferes"), "prefers"), - (UniCase("complainging"), "complaining"), - (UniCase("supermarkedet"), "supermarket"), - (UniCase("effectionate"), "affectionate"), - (UniCase("invonvenient"), "inconvenient"), - (UniCase("militarised"), "militarized"), - (UniCase("transistion"), "transition"), - (UniCase("costumization"), "customization"), - (UniCase("settlment"), "settlement"), - (UniCase("responsile"), "responsive"), - (UniCase("fantazise"), "fantasize"), - (UniCase("rectangualr"), "rectangular"), - (UniCase("practicarlo"), "practical"), - (UniCase("norhtwest"), "northwest"), - (UniCase("boycottting"), "boycotting"), - (UniCase("conqeuring"), "conquering"), - (UniCase("initiatin"), "initiation"), - (UniCase("freedos"), "freedoms"), - (UniCase("chirstmas"), "christmas"), - (UniCase("brightn"), "brighten"), - (UniCase("skywalkr"), "skywalker"), - (UniCase("stickes"), "stickers"), - (UniCase("uncomftorably"), "uncomfortably"), - (UniCase("demonstartion"), "demonstration"), - (UniCase("counterpaly"), "counterplay"), - (UniCase("ther"), "there"), - (UniCase("awesoneness"), "awesomeness"), - (UniCase("artillerly"), "artillery"), - (UniCase("originas"), "origins"), - (UniCase("tencaity"), "tenacity"), - (UniCase("dinosuars"), "dinosaurs"), - (UniCase("resoltuions"), "resolutions"), - (UniCase("paradimes"), "paradise"), - (UniCase("merchandies"), "merchandise"), - (UniCase("synomyns"), "synonyms"), - (UniCase("possibile"), "possible"), - (UniCase("equivlanets"), "equivalents"), - (UniCase("indluge"), "indulge"), - (UniCase("fatc"), "fact"), - (UniCase("curreny"), "currency"), - (UniCase("inquisiton"), "inquisition"), - (UniCase("avodacos"), "avocados"), - (UniCase("perpetrater"), "perpetrator"), - (UniCase("neighbourhoood"), "neighbourhood"), - (UniCase("recurits"), "recruits"), - (UniCase("comparativly"), "comparatively"), - (UniCase("annoucne"), "announce"), - (UniCase("wholy"), "wholly"), - (UniCase("dracual"), "dracula"), - (UniCase("philadalphia"), "philadelphia"), - (UniCase("exprensive"), "expressive"), - (UniCase("cleints"), "clients"), - (UniCase("relaoded"), "reloaded"), - (UniCase("operationnal"), "operational"), - (UniCase("monumentous"), "monuments"), - (UniCase("intervation"), "integration"), - (UniCase("regulatr"), "regulator"), - (UniCase("nominato"), "nomination"), - (UniCase("secrety"), "secretly"), - (UniCase("psychiatrisch"), "psychiatric"), - (UniCase("nationas"), "nationals"), - (UniCase("regulary"), "regularly"), - (UniCase("characterizarion"), "characterization"), - (UniCase("bougainvillaea"), "bougainvillea"), - (UniCase("inaugures"), "inaugurates"), - (UniCase("irrelavant"), "irrelevant"), - (UniCase("regresssive"), "regressive"), - (UniCase("glithced"), "glitched"), - (UniCase("punctiation"), "punctuation"), - (UniCase("specialisations"), "specializations"), - (UniCase("overshadowered"), "overshadowed"), - (UniCase("bealtes"), "beatles"), - (UniCase("seziures"), "seizures"), - (UniCase("crosshar"), "crosshair"), - (UniCase("rythyms"), "rhythms"), - (UniCase("pressurise"), "pressurize"), - (UniCase("amature"), "armature"), - (UniCase("participe"), "participate"), - (UniCase("flexibillity"), "flexibility"), - (UniCase("hydogen"), "hydrogen"), - (UniCase("guarunteed"), "guaranteed"), - (UniCase("symphonity"), "symphony"), - (UniCase("iceforg"), "icefrog"), - (UniCase("indepednent"), "independents"), - (UniCase("enchentments"), "enchantments"), - (UniCase("mediterranen"), "mediterranean"), - (UniCase("barbarions"), "barbarians"), - (UniCase("patronas"), "patrons"), - (UniCase("astronimical"), "astronomical"), - (UniCase("isolatie"), "isolate"), - (UniCase("visualizaton"), "visualization"), - (UniCase("refusla"), "refusal"), - (UniCase("alltogether"), "altogether"), - (UniCase("uncomfortablity"), "uncomfortably"), - (UniCase("epsiode"), "episode"), - (UniCase("nutritinal"), "nutritional"), - (UniCase("clacium"), "calcium"), - (UniCase("vigliant"), "vigilant"), - (UniCase("unconstitutionnal"), "unconstitutional"), - (UniCase("lantren"), "lantern"), - (UniCase("entrepreneus"), "entrepreneurs"), - (UniCase("conclsuions"), "concussions"), - (UniCase("structered"), "structured"), - (UniCase("munbers"), "numbers"), - (UniCase("fingerpint"), "fingerprint"), - (UniCase("ressembled"), "resembled"), - (UniCase("badnwidth"), "bandwidth"), - (UniCase("procederal"), "procedural"), - (UniCase("detectivs"), "detectives"), - (UniCase("doens"), "does"), - (UniCase("referere"), "referee"), - (UniCase("decomposited"), "decomposed"), - (UniCase("easthetics"), "aesthetics"), - (UniCase("outnumbred"), "outnumbered"), - (UniCase("disconnecters"), "disconnects"), - (UniCase("concened"), "concede"), - (UniCase("complictaed"), "complicate"), - (UniCase("moistruizer"), "moisturizer"), - (UniCase("phenomanal"), "phenomenal"), - (UniCase("transitiong"), "transitioning"), - (UniCase("simultainously"), "simultaneously"), - (UniCase("conceptul"), "conceptual"), - (UniCase("militians"), "militias"), - (UniCase("hemishpere"), "hemisphere"), - (UniCase("uncomfortablly"), "uncomfortably"), - (UniCase("homogenenous"), "homogeneous"), - (UniCase("squirel"), "squirtle"), - (UniCase("executionor"), "executioner"), - (UniCase("frome"), "from"), - (UniCase("sucess"), "success"), - (UniCase("electricrain"), "electrician"), - (UniCase("premanent"), "permanent"), - (UniCase("communit"), "communist"), - (UniCase("reaserch"), "research"), - (UniCase("reminscent"), "reminiscent"), - (UniCase("desitned"), "destined"), - (UniCase("billionairres"), "billionaire"), - (UniCase("paralely"), "parallelly"), - (UniCase("fanaticas"), "fanatics"), - (UniCase("omniverous"), "omnivorous"), - (UniCase("chrsitmas"), "christmas"), - (UniCase("consolide"), "consolidate"), - (UniCase("cirticise"), "criticise"), - (UniCase("affulent"), "affluent"), - (UniCase("pregancies"), "pregnancies"), - (UniCase("subscirption"), "subscriptions"), - (UniCase("sluaghter"), "slaughter"), - (UniCase("maintainence"), "maintenance"), - (UniCase("contridict"), "contradict"), - (UniCase("invicinble"), "invincible"), - (UniCase("appal"), "appall"), - (UniCase("equivolence"), "equivalence"), - (UniCase("ligthroom"), "lightroom"), - (UniCase("olypmic"), "olympic"), - (UniCase("succees"), "succeeds"), - (UniCase("obtaineble"), "obtainable"), - (UniCase("compartmentalise"), "compartmentalize"), - (UniCase("contian"), "contain"), - (UniCase("artical"), "article"), - (UniCase("candidatxs"), "candidates"), - (UniCase("siutational"), "situational"), - (UniCase("mercanery"), "mercenary"), - (UniCase("breakdows"), "breakdowns"), - (UniCase("supermakert"), "supermarkets"), - (UniCase("attension"), "attention"), - (UniCase("negativy"), "negativity"), - (UniCase("recreatie"), "recreate"), - (UniCase("techanically"), "mechanically"), - (UniCase("occaisons"), "occasions"), - (UniCase("clarfiy"), "clarify"), - (UniCase("negativelly"), "negatively"), - (UniCase("jugdements"), "judgements"), - (UniCase("criticisme"), "criticise"), - (UniCase("touchdwon"), "touchdown"), - (UniCase("interwebers"), "interwebs"), - (UniCase("califorian"), "californian"), - (UniCase("preliminarly"), "preliminary"), - (UniCase("membrance"), "membrane"), - (UniCase("acquaintace"), "acquaintance"), - (UniCase("explaination"), "explanation"), - (UniCase("digitise"), "digitize"), - (UniCase("whatosever"), "whatsoever"), - (UniCase("inquisistor"), "inquisitor"), - (UniCase("agurement"), "arguement"), - (UniCase("cholestoral"), "cholesterol"), - (UniCase("invisibiliy"), "invisibility"), - (UniCase("girlfried"), "girlfriend"), - (UniCase("homosexualls"), "homosexuals"), - (UniCase("contemporaneus"), "contemporaneous"), - (UniCase("atatchments"), "attachments"), - (UniCase("establishmet"), "establishments"), - (UniCase("overclocing"), "overclocking"), - (UniCase("considertaion"), "considerations"), - (UniCase("compulosry"), "compulsory"), - (UniCase("outsouring"), "outsourcing"), - (UniCase("tralier"), "trailer"), - (UniCase("assimile"), "assimilate"), - (UniCase("capitilists"), "capitalists"), - (UniCase("methematical"), "mathematical"), - (UniCase("concorrent"), "concurrent"), - (UniCase("blueprients"), "blueprints"), - (UniCase("encouraing"), "encouraging"), - (UniCase("algorithem"), "algorithm"), - (UniCase("complicaed"), "complicate"), - (UniCase("syraucse"), "syracuse"), - (UniCase("conveneince"), "convenience"), - (UniCase("meagre"), "meager"), - (UniCase("mexicants"), "mexicans"), - (UniCase("produceras"), "produces"), - (UniCase("cartrdiges"), "cartridges"), - (UniCase("revoltuion"), "revolution"), - (UniCase("coordenate"), "coordinate"), - (UniCase("correponding"), "corresponding"), - (UniCase("sponsorhsip"), "sponsorship"), - (UniCase("steroetyping"), "stereotyping"), - (UniCase("salavge"), "salvage"), - (UniCase("electrodan"), "electron"), - (UniCase("repulics"), "republics"), - (UniCase("omnsicient"), "omniscient"), - (UniCase("demograhpics"), "demographics"), - (UniCase("frecklers"), "freckles"), - (UniCase("strategicaly"), "strategically"), - (UniCase("deragotory"), "derogatory"), - (UniCase("neighborehood"), "neighbourhood"), - (UniCase("scorpoin"), "scorpion"), - (UniCase("norwiegan"), "norwegian"), - (UniCase("registeries"), "registers"), - (UniCase("embarissing"), "embarassing"), - (UniCase("satsohi"), "satoshi"), - (UniCase("orginally"), "originally"), - (UniCase("agression"), "aggression"), - (UniCase("restrictons"), "restricts"), - (UniCase("simultaneus"), "simultaneous"), - (UniCase("atmosphir"), "atmospheric"), - (UniCase("diamons"), "diamonds"), - (UniCase("downlaoded"), "downloaded"), - (UniCase("underestimeted"), "underestimated"), - (UniCase("remoulding"), "remolding"), - (UniCase("quantuum"), "quantum"), - (UniCase("aleinating"), "alienating"), - (UniCase("possbily"), "possibly"), - (UniCase("introdus"), "introduces"), - (UniCase("bloodboner"), "bloodborne"), - (UniCase("challege"), "challenge"), - (UniCase("reconnaissence"), "reconnaissance"), - (UniCase("devovled"), "devolved"), - (UniCase("expantions"), "expansions"), - (UniCase("conversaiton"), "conversations"), - (UniCase("lightrooom"), "lightroom"), - (UniCase("crusdae"), "crusade"), - (UniCase("princesas"), "princess"), - (UniCase("sasauges"), "sausages"), - (UniCase("providee"), "providence"), - (UniCase("deficienty"), "deficiency"), - (UniCase("reflextion"), "reflection"), - (UniCase("birgading"), "brigading"), - (UniCase("uniquiness"), "uniqueness"), - (UniCase("abandonnent"), "abandonment"), - (UniCase("isntantly"), "instantly"), - (UniCase("inpsection"), "inspection"), - (UniCase("newspapaers"), "newspapers"), - (UniCase("mathimatically"), "mathematically"), - (UniCase("roomate"), "roommate"), - (UniCase("continous"), "continuous"), - (UniCase("globalised"), "globalized"), - (UniCase("egytpians"), "egyptians"), - (UniCase("nationalistista"), "nationalists"), - (UniCase("interpretating"), "interpretation"), - (UniCase("funtion"), "function"), - (UniCase("philippenes"), "philippines"), - (UniCase("graduaste"), "graduates"), - (UniCase("oxidise"), "oxidize"), - (UniCase("crsytal"), "crystal"), - (UniCase("credentails"), "credentials"), - (UniCase("physicallity"), "physically"), - (UniCase("generationals"), "generations"), - (UniCase("socialises"), "socializes"), - (UniCase("impossibul"), "impossibly"), - (UniCase("throium"), "thorium"), - (UniCase("immediantly"), "immediately"), - (UniCase("unopenend"), "unopened"), - (UniCase("strengtened"), "strengthened"), - (UniCase("anarchsits"), "anarchists"), - (UniCase("watn"), "want"), - (UniCase("inspiraste"), "inspires"), - (UniCase("rasbperry"), "raspberry"), - (UniCase("temporarly"), "temporary"), - (UniCase("choosen"), "chosen"), - (UniCase("parnters"), "partners"), - (UniCase("ampehtamines"), "amphetamines"), - (UniCase("persepctive"), "perspective"), - (UniCase("normalises"), "normalizes"), - (UniCase("nutritian"), "nutritional"), - (UniCase("conclusie"), "conclusive"), - (UniCase("explotiation"), "exploitation"), - (UniCase("prolateriat"), "proletariat"), - (UniCase("profitibality"), "profitability"), - (UniCase("porportionally"), "proportionally"), - (UniCase("iornman"), "ironman"), - (UniCase("practicioner"), "practitioner"), - (UniCase("wheras"), "whereas"), - (UniCase("acornyms"), "acronyms"), - (UniCase("hurricanefps"), "hurricanes"), - (UniCase("metabolizm"), "metabolism"), - (UniCase("sponsord"), "sponsored"), - (UniCase("withing"), "within"), - (UniCase("hypotheticly"), "hypothetical"), - (UniCase("incraments"), "increments"), - (UniCase("relativily"), "relativity"), - (UniCase("immoratlity"), "immortality"), - (UniCase("ideologiset"), "ideologies"), - (UniCase("socializng"), "socializing"), - (UniCase("competend"), "competed"), - (UniCase("cletics"), "celtics"), - (UniCase("orcehstra"), "orchestra"), - (UniCase("succesful"), "successful"), - (UniCase("mccarthyst"), "mccarthyist"), - (UniCase("benghazhi"), "benghazi"), - (UniCase("snowflaek"), "snowflake"), - (UniCase("dymanics"), "dynamics"), - (UniCase("implicilty"), "implicitly"), - (UniCase("abusrdly"), "absurdly"), - (UniCase("impressons"), "impressions"), - (UniCase("demosntrate"), "demonstrate"), - (UniCase("cauilflower"), "cauliflower"), - (UniCase("conjonction"), "conjunction"), - (UniCase("wresters"), "wrestlers"), - (UniCase("iranains"), "iranians"), - (UniCase("subtitel"), "subtitle"), - (UniCase("minsiter"), "minister"), - (UniCase("sampels"), "samples"), - (UniCase("accidentely"), "accidently"), - (UniCase("progressivo"), "progression"), - (UniCase("overlcocked"), "overclocked"), - (UniCase("foregroud"), "foreground"), - (UniCase("colliquial"), "colloquial"), - (UniCase("jursidiction"), "jurisdiction"), - (UniCase("bureuacratic"), "bureaucratic"), - (UniCase("bitcoints"), "bitcoins"), - (UniCase("powrrlifting"), "powerlifting"), - (UniCase("restricters"), "restricts"), - (UniCase("clinicaly"), "clinically"), - (UniCase("incrimental"), "incremental"), - (UniCase("inteferring"), "interfering"), - (UniCase("insentivised"), "insensitive"), - (UniCase("quanitfy"), "quantify"), - (UniCase("merucry"), "mercury"), - (UniCase("curriculim"), "curriculum"), - (UniCase("miscairrage"), "miscarriage"), - (UniCase("omnisicent"), "omniscient"), - (UniCase("similarites"), "similarities"), - (UniCase("unpreparred"), "unprepared"), - (UniCase("speciallity"), "specially"), - (UniCase("oversimplificaton"), "oversimplification"), - (UniCase("congradulate"), "congratulate"), - (UniCase("frontapge"), "frontpage"), - (UniCase("agressie"), "agressive"), - (UniCase("contradice"), "contradicted"), - (UniCase("undenialbly"), "undeniably"), - (UniCase("disciplenary"), "disciplinary"), - (UniCase("collpasing"), "collapsing"), - (UniCase("industrail"), "industrial"), - (UniCase("perservation"), "preservation"), - (UniCase("alternatr"), "alternator"), - (UniCase("vanugard"), "vanguard"), - (UniCase("assosication"), "assassination"), - (UniCase("missorui"), "missouri"), - (UniCase("playthrougth"), "playthroughs"), - (UniCase("proposicion"), "proposition"), - (UniCase("companians"), "companions"), - (UniCase("cheerlearder"), "cheerleader"), - (UniCase("dissapoined"), "dissapointed"), - (UniCase("similart"), "similarity"), - (UniCase("mangitude"), "magnitude"), - (UniCase("monglos"), "mongols"), - (UniCase("criticisied"), "criticise"), - (UniCase("subscribbing"), "subscribing"), - (UniCase("fossilised"), "fossilized"), - (UniCase("guarentees"), "guarantees"), - (UniCase("algorithym"), "algorithm"), - (UniCase("scandinvia"), "scandinavia"), - (UniCase("volativity"), "volatility"), - (UniCase("councillor"), "councilor"), - (UniCase("normalising"), "normalizing"), - (UniCase("presicion"), "precision"), - (UniCase("trohpies"), "trophies"), - (UniCase("polgyon"), "polygon"), - (UniCase("appreciaite"), "appreciative"), - (UniCase("initiaitive"), "initiative"), - (UniCase("suasage"), "sausage"), - (UniCase("incorported"), "incorporated"), - (UniCase("counterprodutive"), "counterproductive"), - (UniCase("downvoteur"), "downvoters"), - (UniCase("phillipines"), "philippines"), - (UniCase("fictionalising"), "fictionalizing"), - (UniCase("legilsation"), "legislation"), - (UniCase("repubic"), "republic"), - (UniCase("shortenning"), "shortening"), - (UniCase("conveniece"), "convenience"), - (UniCase("impossibe"), "impossible"), - (UniCase("evolutionnary"), "evolutionary"), - (UniCase("windshied"), "windshield"), - (UniCase("intergrated"), "integrated"), - (UniCase("inpersonating"), "impersonating"), - (UniCase("introduceres"), "introduces"), - (UniCase("fundamentalt"), "fundamentalist"), - (UniCase("businessemen"), "businessmen"), - (UniCase("uruguary"), "uruguay"), - (UniCase("differientation"), "differentiation"), - (UniCase("progressioin"), "progressions"), - (UniCase("powerprint"), "powerpoint"), - (UniCase("cartdrige"), "cartridge"), - (UniCase("environmentaly"), "environmentally"), - (UniCase("moruning"), "mourning"), - (UniCase("automomous"), "autonomous"), - (UniCase("illitarate"), "illiterate"), - (UniCase("presitgious"), "prestigious"), - (UniCase("disgustosa"), "disgusts"), - (UniCase("leage"), "league"), - (UniCase("attachemnt"), "attachment"), - (UniCase("tendencias"), "tendencies"), - (UniCase("imbalancers"), "imbalances"), - (UniCase("photoshoppad"), "photoshopped"), - (UniCase("playhtroughs"), "playthroughs"), - (UniCase("rythmic"), "rhythmic"), - (UniCase("informella"), "informal"), - (UniCase("technicials"), "technicians"), - (UniCase("abbreviato"), "abbreviation"), - (UniCase("optimim"), "optimism"), - (UniCase("contestans"), "contests"), - (UniCase("pyschopathic"), "psychopathic"), - (UniCase("critisising"), "criticising"), - (UniCase("recreacional"), "recreational"), - (UniCase("assoicate"), "associate"), - (UniCase("earpluggs"), "earplugs"), - (UniCase("questiond"), "questioned"), - (UniCase("discources"), "discourse"), - (UniCase("emmisarry"), "emissary"), - (UniCase("diganostic"), "diagnostic"), - (UniCase("criminalty"), "criminally"), - (UniCase("intimidatie"), "intimidated"), - (UniCase("examind"), "examined"), - (UniCase("conselation"), "consolation"), - (UniCase("substitutue"), "substitutes"), - (UniCase("penatgon"), "pentagon"), - (UniCase("permissin"), "permissions"), - (UniCase("degrase"), "degrasse"), - (UniCase("suspenso"), "suspension"), - (UniCase("proposse"), "proposes"), - (UniCase("provokative"), "provocative"), - (UniCase("constitutn"), "constituents"), - (UniCase("miserablely"), "miserably"), - (UniCase("wnat"), "want"), - (UniCase("occaisonal"), "occasional"), - (UniCase("counsellor"), "counselor"), - (UniCase("prestigieus"), "prestigious"), - (UniCase("mediterainnean"), "mediterranean"), - (UniCase("indepentent"), "independent"), - (UniCase("prostetution"), "prostitution"), - (UniCase("characteritics"), "characteristic"), - (UniCase("darnkess"), "darkness"), - (UniCase("generationnal"), "generational"), - (UniCase("beardude"), "bearded"), - (UniCase("fingernals"), "fingernails"), - (UniCase("severide"), "severed"), - (UniCase("misogynystic"), "misogynistic"), - (UniCase("intangibile"), "intangible"), - (UniCase("temperment"), "temperament"), - (UniCase("supplemant"), "supplemental"), - (UniCase("randomez"), "randomized"), - (UniCase("cleareance"), "clearance"), - (UniCase("laundrey"), "laundry"), - (UniCase("homosexuels"), "homosexuals"), - (UniCase("illegitamate"), "illegitimate"), - (UniCase("energised"), "energized"), - (UniCase("anaolgue"), "analogue"), - (UniCase("unprepaired"), "unprepared"), - (UniCase("scandianvians"), "scandinavian"), - (UniCase("consumation"), "consumption"), - (UniCase("bankrutpcy"), "bankruptcy"), - (UniCase("particpiate"), "participated"), - (UniCase("bartendars"), "bartenders"), - (UniCase("unavoidble"), "unavoidable"), - (UniCase("petrolem"), "petroleum"), - (UniCase("suppreses"), "suppress"), - (UniCase("algorithyms"), "algorithm"), - (UniCase("mitre"), "miter"), - (UniCase("accomodating"), "accommodating"), - (UniCase("delutional"), "delusional"), - (UniCase("restricing"), "restricting"), - (UniCase("campiagns"), "campaigns"), - (UniCase("feminisim"), "feminism"), - (UniCase("wokr"), "work"), - (UniCase("santroum"), "santorum"), - (UniCase("ciruclating"), "circulating"), - (UniCase("dismentled"), "dismantled"), - (UniCase("cuddleys"), "cuddles"), - (UniCase("strangreal"), "strangle"), - (UniCase("administraion"), "administration"), - (UniCase("characterz"), "characterize"), - (UniCase("procotols"), "protocols"), - (UniCase("hambruger"), "hamburger"), - (UniCase("chronicels"), "chronicles"), - (UniCase("separacion"), "separation"), - (UniCase("unifroms"), "uniforms"), - (UniCase("steroetypes"), "stereotypes"), - (UniCase("arguabley"), "arguably"), - (UniCase("formery"), "formerly"), - (UniCase("consenquently"), "consequently"), - (UniCase("distirbutor"), "distributor"), - (UniCase("emotionella"), "emotionally"), - (UniCase("definetely"), "definitely"), - (UniCase("periphreal"), "peripheral"), - (UniCase("laborotory"), "laboratory"), - (UniCase("provinence"), "providence"), - (UniCase("nominatino"), "nominations"), - (UniCase("paediatrics"), "pediatrics"), - (UniCase("sprayade"), "sprayed"), - (UniCase("completen"), "complement"), - (UniCase("prograstination"), "procrastination"), - (UniCase("introduse"), "introduces"), - (UniCase("rhaspody"), "rhapsody"), - (UniCase("peircing"), "piercing"), - (UniCase("illustraton"), "illustration"), - (UniCase("surronded"), "surrounded"), - (UniCase("redistributin"), "redistribution"), - (UniCase("confederecy"), "confederacy"), - (UniCase("recgonized"), "recognized"), - (UniCase("apostropes"), "apostrophe"), - (UniCase("atrittion"), "attrition"), - (UniCase("conencts"), "connects"), - (UniCase("massivelly"), "massively"), - (UniCase("mchanics"), "mechanics"), - (UniCase("explorating"), "exploration"), - (UniCase("specialices"), "specializes"), - (UniCase("recommens"), "recommends"), - (UniCase("positve"), "positive"), - (UniCase("cpatains"), "captains"), - (UniCase("narhwal"), "narwhal"), - (UniCase("prostituye"), "prostitute"), - (UniCase("maintance"), "maintenance"), - (UniCase("photograpgh"), "photographs"), - (UniCase("influenses"), "influences"), - (UniCase("prologe"), "prologue"), - (UniCase("littlefigner"), "littlefinger"), - (UniCase("inexperiened"), "inexperienced"), - (UniCase("faggotus"), "faggots"), - (UniCase("recruites"), "recruits"), - (UniCase("misunterstood"), "misunderstood"), - (UniCase("intermitent"), "intermittent"), - (UniCase("esponiage"), "espionage"), - (UniCase("sednetary"), "sedentary"), - (UniCase("tongiht"), "tonight"), - (UniCase("porcelian"), "porcelain"), - (UniCase("coincidente"), "coincidence"), - (UniCase("baptised"), "baptized"), - (UniCase("fanaticos"), "fanatics"), - (UniCase("mouldy"), "moldy"), - (UniCase("preimums"), "premiums"), - (UniCase("stressers"), "stresses"), - (UniCase("plough"), "plow"), - (UniCase("depresso"), "depression"), - (UniCase("burrtio"), "burrito"), - (UniCase("decentraliced"), "decentralized"), - (UniCase("disupted"), "disputed"), - (UniCase("absintence"), "abstinence"), - (UniCase("technichan"), "technician"), - (UniCase("surounding"), "surrounding"), - (UniCase("magnicifent"), "magnificent"), - (UniCase("ellpitical"), "elliptical"), - (UniCase("regularised"), "regularized"), - (UniCase("plagarisim"), "plagiarism"), - (UniCase("giltchy"), "glitchy"), - (UniCase("moderacion"), "moderation"), - (UniCase("suspicians"), "suspicions"), - (UniCase("independense"), "independents"), - (UniCase("techicians"), "technicians"), - (UniCase("commishioned"), "commissioned"), - (UniCase("convinceing"), "convincing"), - (UniCase("contimplating"), "contemplating"), - (UniCase("memorise"), "memorize"), - (UniCase("presumibly"), "presumably"), - (UniCase("unconsciouslly"), "unconsciously"), - (UniCase("resonet"), "resonate"), - (UniCase("manslaugher"), "manslaughter"), - (UniCase("precisie"), "precise"), - (UniCase("tourmanent"), "tournaments"), - (UniCase("willfuly"), "willfully"), - (UniCase("alcoholc"), "alcoholics"), - (UniCase("miracalous"), "miraculous"), - (UniCase("goitre"), "goiter"), - (UniCase("translater"), "translator"), - (UniCase("presumabely"), "presumably"), - (UniCase("substatial"), "substantial"), - (UniCase("sterilises"), "sterilizes"), - (UniCase("formallize"), "formalize"), - (UniCase("snigles"), "singles"), - (UniCase("preferablly"), "preferably"), - (UniCase("transitionnal"), "transitional"), - (UniCase("frigthening"), "frightening"), - (UniCase("whrilwind"), "whirlwind"), - (UniCase("mathemagically"), "mathematically"), - (UniCase("intriuging"), "intriguing"), - (UniCase("suposed"), "supposed"), - (UniCase("yoghurt"), "yogurt"), - (UniCase("launchered"), "launched"), - (UniCase("judgemet"), "judgements"), - (UniCase("invinvible"), "invincible"), - (UniCase("currentusa"), "currents"), - (UniCase("executiner"), "executioner"), - (UniCase("rehtorical"), "rhetorical"), - (UniCase("earliet"), "earliest"), - (UniCase("microtranscations"), "microtransactions"), - (UniCase("generalizate"), "generalize"), - (UniCase("milion"), "million"), - (UniCase("morgatges"), "mortgages"), - (UniCase("identifible"), "identifiable"), - (UniCase("literatre"), "literate"), - (UniCase("arbitrairly"), "arbitrarily"), - (UniCase("emabssy"), "embassy"), - (UniCase("persicution"), "persecution"), - (UniCase("monstorsity"), "monstrosity"), - (UniCase("mroe"), "more"), - (UniCase("observabil"), "observable"), - (UniCase("perscribe"), "prescribe"), - (UniCase("resaurant"), "restaurant"), - (UniCase("quarterbackers"), "quarterbacks"), - (UniCase("predicitng"), "predicting"), - (UniCase("anaesthetises"), "anesthetizes"), - (UniCase("continentes"), "continents"), - (UniCase("explanetory"), "explanatory"), - (UniCase("badnwagon"), "bandwagon"), - (UniCase("awakend"), "awakened"), - (UniCase("affliation"), "affliction"), - (UniCase("construciton"), "construction"), - (UniCase("processos"), "processors"), - (UniCase("bodybuliding"), "bodybuilding"), - (UniCase("ridicilousness"), "ridiculousness"), - (UniCase("createin"), "creatine"), - (UniCase("penninsular"), "peninsular"), - (UniCase("sepulcre"), "sepulchre"), - (UniCase("aboslve"), "absolve"), - (UniCase("misspellng"), "misspelling"), - (UniCase("recgonizes"), "recognizes"), - (UniCase("fromed"), "formed"), - (UniCase("devilers"), "delivers"), - (UniCase("transalted"), "translated"), - (UniCase("occasioanlly"), "occasionally"), - (UniCase("grandchildern"), "grandchildren"), - (UniCase("manoeuvrings"), "maneuverings"), - (UniCase("reboudning"), "rebounding"), - (UniCase("clarskon"), "clarkson"), - (UniCase("appriciate"), "appreciate"), - (UniCase("insecuritites"), "insecurities"), - (UniCase("distribuite"), "distribute"), - (UniCase("servans"), "servants"), - (UniCase("countertrap"), "counterpart"), - (UniCase("litres"), "liters"), - (UniCase("challeneged"), "challenged"), - (UniCase("continuemos"), "continues"), - (UniCase("initalising"), "initialising"), - (UniCase("responsiblities"), "responsibilities"), - (UniCase("negligeble"), "negligible"), - (UniCase("brimingham"), "birmingham"), - (UniCase("emphacized"), "emphasized"), - (UniCase("intereaction"), "intersection"), - (UniCase("calcualtions"), "calculations"), - (UniCase("instrumentul"), "instrumental"), - (UniCase("sheild"), "shield"), - (UniCase("equalisers"), "equalizers"), - (UniCase("satrically"), "satirically"), - (UniCase("invesitgate"), "investigate"), - (UniCase("periphirals"), "peripherals"), - (UniCase("mouldings"), "moldings"), - (UniCase("cinematogrpahy"), "cinematography"), - (UniCase("inexpierence"), "inexperienced"), - (UniCase("sympothize"), "sympathize"), - (UniCase("componant"), "component"), - (UniCase("definitlty"), "definitly"), - (UniCase("expolitation"), "exploitation"), - (UniCase("adjectiveus"), "adjectives"), - (UniCase("incunabla"), "incunabula"), - (UniCase("pubisher"), "publisher"), - (UniCase("verisions"), "revisions"), - (UniCase("prematurly"), "prematurely"), - (UniCase("noticabley"), "noticeably"), - (UniCase("progressivey"), "progressively"), - (UniCase("unbelievabley"), "unbelievably"), - (UniCase("chipest"), "chipset"), - (UniCase("intestins"), "intestines"), - (UniCase("consqeuences"), "consequence"), - (UniCase("crystalisation"), "crystallisation"), - (UniCase("crystsl"), "crystals"), - (UniCase("crocodille"), "crocodile"), - (UniCase("chequered"), "checkered"), - (UniCase("demonstrationens"), "demonstrations"), - (UniCase("obssesion"), "obsession"), - (UniCase("toursits"), "tourists"), - (UniCase("interchangeablely"), "interchangeably"), - (UniCase("moderatley"), "moderately"), - (UniCase("dungoen"), "dungeon"), - (UniCase("afghansitan"), "afghanistan"), - (UniCase("characterisitic"), "characteristic"), - (UniCase("covenat"), "covenant"), - (UniCase("bitterwseet"), "bittersweet"), - (UniCase("capteurs"), "captures"), - (UniCase("adaptes"), "adapters"), - (UniCase("retardatron"), "retardation"), - (UniCase("contributons"), "contributors"), - (UniCase("afircan"), "african"), - (UniCase("atmopsheric"), "atmospheric"), - (UniCase("encalve"), "enclave"), - (UniCase("dignitiy"), "dignity"), - (UniCase("discriminatoire"), "discriminate"), - (UniCase("allegiancies"), "allegiance"), - (UniCase("mexicain"), "mexican"), - (UniCase("innovaiton"), "innovations"), - (UniCase("mounring"), "mourning"), - (UniCase("sufferring"), "suffering"), - (UniCase("sexulaized"), "sexualized"), - (UniCase("intruige"), "intrigue"), - (UniCase("reminiscant"), "reminiscent"), - (UniCase("indocrtinated"), "indoctrinated"), - (UniCase("disturben"), "disturbance"), - (UniCase("lenghts"), "lengths"), - (UniCase("collobaration"), "collaboration"), - (UniCase("ytou"), "you"), - (UniCase("cardinales"), "cardinals"), - (UniCase("miligram"), "milligram"), - (UniCase("intimidante"), "intimidate"), - (UniCase("offisde"), "offside"), - (UniCase("masturbaing"), "masturbating"), - (UniCase("whther"), "whether"), - (UniCase("miniaturise"), "miniaturize"), - (UniCase("institutionilized"), "institutionalized"), - (UniCase("transkript"), "transcript"), - (UniCase("installus"), "installs"), - (UniCase("equivolents"), "equivalents"), - (UniCase("interesant"), "interest"), - (UniCase("masturabted"), "masturbated"), - (UniCase("contingecy"), "contingency"), - (UniCase("normalis"), "normals"), - (UniCase("specularite"), "speculative"), - (UniCase("bargaing"), "bargaining"), - (UniCase("lectureres"), "lectures"), - (UniCase("wehn"), "when"), - (UniCase("outrageouly"), "outrageously"), - (UniCase("asphlat"), "asphalt"), - (UniCase("soley"), "solely"), - (UniCase("moults"), "molts"), - (UniCase("exhibitons"), "exhibits"), - (UniCase("exclimation"), "exclamation"), - (UniCase("basilcy"), "basicly"), - (UniCase("presidenty"), "presidency"), - (UniCase("alchoolic"), "alcoholic"), - (UniCase("defenderes"), "defenders"), - (UniCase("jouranlism"), "journalism"), - (UniCase("aleniate"), "alienate"), - (UniCase("stong"), "strong"), - (UniCase("consending"), "consenting"), - (UniCase("biseuxal"), "bisexual"), - (UniCase("philippins"), "philippines"), - (UniCase("representatie"), "representatives"), - (UniCase("thundervolt"), "thunderbolt"), - (UniCase("idealises"), "idealizes"), - (UniCase("terrorsim"), "terrorism"), - (UniCase("sidleine"), "sideline"), - (UniCase("scrambeld"), "scrambled"), - (UniCase("redefinine"), "redefine"), - (UniCase("inapporpriate"), "inappropriate"), - (UniCase("equivilence"), "equivalence"), - (UniCase("apoligetic"), "apologetic"), - (UniCase("overvlocked"), "overclocked"), - (UniCase("synposis"), "synopsis"), - (UniCase("iritated"), "irritated"), - (UniCase("hamburgurs"), "hamburgers"), - (UniCase("psychedellic"), "psychedelic"), - (UniCase("actulay"), "actualy"), - (UniCase("historicans"), "historians"), - (UniCase("implicatii"), "implicit"), - (UniCase("hystorically"), "hysterically"), - (UniCase("promtply"), "promptly"), - (UniCase("legitimatelly"), "legitimately"), - (UniCase("contriceptives"), "contraceptives"), - (UniCase("heightend"), "heightened"), - (UniCase("phenonmena"), "phenomena"), - (UniCase("scientifc"), "scientific"), - (UniCase("uninterupted"), "uninterrupted"), - (UniCase("anceints"), "ancients"), - (UniCase("childrenis"), "childrens"), - (UniCase("prononciation"), "pronunciation"), - (UniCase("contentuous"), "contentious"), - (UniCase("politiikan"), "politician"), - (UniCase("guarnateed"), "guaranteed"), - (UniCase("devolopments"), "developments"), - (UniCase("thridly"), "thirdly"), - (UniCase("negilgence"), "negligence"), - (UniCase("transcripto"), "transcription"), - (UniCase("pruchase"), "purchase"), - (UniCase("brocolli"), "broccoli"), - (UniCase("comapany"), "company"), - (UniCase("emtpy"), "empty"), - (UniCase("multiplicaiton"), "multiplication"), - (UniCase("responibilities"), "responsibilities"), - (UniCase("asutria"), "austria"), - (UniCase("compartent"), "compartment"), - (UniCase("contextos"), "contexts"), - (UniCase("birgade"), "brigade"), - (UniCase("marskman"), "marksman"), - (UniCase("recognizible"), "recognizable"), - (UniCase("messaih"), "messiah"), - (UniCase("confilcts"), "conflicts"), - (UniCase("simplfy"), "simplify"), - (UniCase("volunteerd"), "volunteered"), - (UniCase("imaginatie"), "imaginative"), - (UniCase("restrictied"), "restrictive"), - (UniCase("tangeld"), "tangled"), - (UniCase("halloweeen"), "halloween"), - (UniCase("victimisation"), "victimization"), - (UniCase("hispters"), "hipsters"), - (UniCase("algoriths"), "algorithms"), - (UniCase("minisucle"), "miniscule"), - (UniCase("fragement"), "fragment"), - (UniCase("acknowlegde"), "acknowledge"), - (UniCase("cthuluh"), "cthulhu"), - (UniCase("mirorred"), "mirrored"), - (UniCase("almsot"), "almost"), - (UniCase("alomst"), "almost"), - (UniCase("specifiy"), "specify"), - (UniCase("philippinas"), "philippines"), - (UniCase("priviliged"), "privileged"), - (UniCase("constiutents"), "constituents"), - (UniCase("personis"), "persons"), - (UniCase("buhddist"), "buddhist"), - (UniCase("belives"), "believes"), - (UniCase("springfied"), "springfield"), - (UniCase("microscoptic"), "microscopic"), - (UniCase("sigthstone"), "sightstone"), - (UniCase("discriminted"), "discriminated"), - (UniCase("reconized"), "recognized"), - (UniCase("hospitolized"), "hospitalized"), - (UniCase("straightenend"), "straightened"), - (UniCase("vehemantly"), "vehemently"), - (UniCase("grammer"), "grammar"), - (UniCase("projecticle"), "projectile"), - (UniCase("pakistnai"), "pakistani"), - (UniCase("introduccion"), "introduction"), - (UniCase("graduacion"), "graduation"), - (UniCase("relasped"), "relapsed"), - (UniCase("vicseral"), "visceral"), - (UniCase("morroccan"), "moroccan"), - (UniCase("ehtically"), "ethically"), - (UniCase("preventitive"), "preventative"), - (UniCase("adherance"), "adherence"), - (UniCase("signleplayer"), "singleplayer"), - (UniCase("conjecutre"), "conjecture"), - (UniCase("adviseur"), "adviser"), - (UniCase("negiotate"), "negotiate"), - (UniCase("primordal"), "primordial"), - (UniCase("aquairum"), "aquarium"), - (UniCase("obsidain"), "obsidian"), - (UniCase("achilleous"), "achilles"), - (UniCase("interupt"), "interrupt"), - (UniCase("clincial"), "clinical"), - (UniCase("reyonlds"), "reynolds"), - (UniCase("resistes"), "resists"), - (UniCase("texutres"), "textures"), - (UniCase("stichted"), "stitched"), - (UniCase("functionaly"), "functionally"), - (UniCase("commtiment"), "commitments"), - (UniCase("replase"), "replaces"), - (UniCase("complination"), "complication"), - (UniCase("genrates"), "generates"), - (UniCase("invinsible"), "invincible"), - (UniCase("innocens"), "innocents"), - (UniCase("collaboratin"), "collaboration"), - (UniCase("legitematly"), "legitimately"), - (UniCase("assemblare"), "assemble"), - (UniCase("inrested"), "inserted"), - (UniCase("orchestrial"), "orchestra"), - (UniCase("componentes"), "components"), - (UniCase("lannistars"), "lannisters"), - (UniCase("definatlely"), "definately"), - (UniCase("assagne"), "assange"), - (UniCase("economicaly"), "economically"), - (UniCase("experimentan"), "experimentation"), - (UniCase("comdemnation"), "condemnation"), - (UniCase("woodowrking"), "woodworking"), - (UniCase("vaccume"), "vacuum"), - (UniCase("ethniticies"), "ethnicities"), - (UniCase("muscially"), "musically"), - (UniCase("compartmet"), "compartment"), - (UniCase("identificato"), "identification"), - (UniCase("academis"), "academics"), - (UniCase("everyteim"), "everytime"), - (UniCase("maneuveur"), "maneuver"), - (UniCase("presest"), "presets"), - (UniCase("prophesie"), "prophecies"), - (UniCase("briused"), "bruised"), - (UniCase("brutallity"), "brutally"), - (UniCase("abomonation"), "abomination"), - (UniCase("nationalises"), "nationalizes"), - (UniCase("springfeild"), "springfield"), - (UniCase("playthtoughs"), "playthroughs"), - (UniCase("neckbearders"), "neckbeards"), - (UniCase("extraordiary"), "extraordinary"), - (UniCase("idaeidae"), "idea"), - (UniCase("contemple"), "contemplate"), - (UniCase("equilibrim"), "equilibrium"), - (UniCase("varaint"), "variant"), - (UniCase("pressurises"), "pressurizes"), - (UniCase("tranzitions"), "transitions"), - (UniCase("newlsetter"), "newsletter"), - (UniCase("hweaton"), "wheaton"), - (UniCase("transylmania"), "transylvania"), - (UniCase("contenental"), "continental"), - (UniCase("expedicion"), "expedition"), - (UniCase("impractial"), "impractical"), - (UniCase("gimmickly"), "gimmicky"), - (UniCase("scandinacian"), "scandinavian"), - (UniCase("continuuity"), "continuity"), - (UniCase("charecterization"), "characterization"), - (UniCase("predisposte"), "predisposed"), - (UniCase("sumary"), "summary"), - (UniCase("characterising"), "characterizing"), - (UniCase("ligitation"), "litigation"), - (UniCase("monogymous"), "monogamous"), - (UniCase("contriubte"), "contributes"), - (UniCase("automonous"), "autonomous"), - (UniCase("techincally"), "technically"), - (UniCase("melatonion"), "melatonin"), - (UniCase("invulnarable"), "invulnerable"), - (UniCase("norhtwestern"), "northwestern"), - (UniCase("vectros"), "vectors"), - (UniCase("moisterizer"), "moisturizer"), - (UniCase("condradictions"), "contradictions"), - (UniCase("suppliementing"), "supplementing"), - (UniCase("defualts"), "defaults"), - (UniCase("imbalanaces"), "imbalances"), - (UniCase("accidantely"), "accidently"), - (UniCase("bueraucrats"), "bureaucrats"), - (UniCase("metropolitain"), "metropolitan"), - (UniCase("spoace"), "space"), - (UniCase("infiltrase"), "infiltrate"), - (UniCase("propertional"), "proportional"), - (UniCase("auther"), "author"), - (UniCase("curriculm"), "curriculum"), - (UniCase("roiters"), "rioters"), - (UniCase("periwankle"), "periwinkle"), - (UniCase("incompetance"), "incompetence"), - (UniCase("manifacturer"), "manufacturer"), - (UniCase("brusses"), "brussels"), - (UniCase("immobilisers"), "immobilizers"), - (UniCase("marginaal"), "marginal"), - (UniCase("trememdous"), "tremendous"), - (UniCase("rewachted"), "rewatched"), - (UniCase("mechanisim"), "mechanism"), - (UniCase("miscarridge"), "miscarriage"), - (UniCase("circuitos"), "circuits"), - (UniCase("palyable"), "playable"), - (UniCase("connecs"), "connects"), - (UniCase("dictarorship"), "dictatorship"), - (UniCase("destabilises"), "destabilizes"), - (UniCase("uncensorred"), "uncensored"), - (UniCase("authenitcation"), "authentication"), - (UniCase("heirachy"), "hierarchy"), - (UniCase("berkelely"), "berkeley"), - (UniCase("concious"), "conscious"), - (UniCase("interactes"), "interacts"), - (UniCase("notificaitons"), "notifications"), - (UniCase("cigeratte"), "cigarette"), - (UniCase("negoitations"), "negotiations"), - (UniCase("pyschotic"), "psychotic"), - (UniCase("summonr"), "summoner"), - (UniCase("sopohmore"), "sophomore"), - (UniCase("prohpets"), "prophets"), - (UniCase("vessells"), "vessels"), - (UniCase("prostitutiei"), "prostitute"), - (UniCase("explanatin"), "explanations"), - (UniCase("phongraph"), "phonograph"), - (UniCase("hafltime"), "halftime"), - (UniCase("vandalisim"), "vandalism"), - (UniCase("depserately"), "desperately"), - (UniCase("comprimise"), "compromise"), - (UniCase("sensitising"), "sensitizing"), - (UniCase("practhett"), "pratchett"), - (UniCase("paramaters"), "parameters"), - (UniCase("defectus"), "defects"), - (UniCase("imperialst"), "imperialist"), - (UniCase("instraments"), "instruments"), - (UniCase("frementation"), "fermentation"), - (UniCase("existenta"), "existential"), - (UniCase("halfiax"), "halifax"), - (UniCase("vandalise"), "vandalize"), - (UniCase("sermonise"), "sermonize"), - (UniCase("conviccion"), "conviction"), - (UniCase("bussiness"), "business"), - (UniCase("broadcat"), "broadcasts"), - (UniCase("sweetshart"), "sweetheart"), - (UniCase("reseptionist"), "receptionist"), - (UniCase("tradicional"), "traditional"), - (UniCase("garantee"), "guarantee"), - (UniCase("alturism"), "altruism"), - (UniCase("sihlouette"), "silhouette"), - (UniCase("intercoarse"), "intercourse"), - (UniCase("programmets"), "programmers"), - (UniCase("expliciet"), "explicit"), - (UniCase("commissionees"), "commissions"), - (UniCase("anecdotale"), "anecdote"), - (UniCase("flavorade"), "flavored"), - (UniCase("complecations"), "complications"), - (UniCase("candiens"), "candies"), - (UniCase("facsinated"), "fascinated"), - (UniCase("superstitios"), "superstitious"), - (UniCase("morhpine"), "morphine"), - (UniCase("miscommuniction"), "miscommunication"), - (UniCase("disciplinera"), "disciplinary"), - (UniCase("autonomos"), "autonomous"), - (UniCase("contiunation"), "continuation"), - (UniCase("assistanat"), "assistants"), - (UniCase("photoshipped"), "photoshopped"), - (UniCase("intrest"), "interest"), - (UniCase("realiest"), "earliest"), - (UniCase("singature"), "signature"), - (UniCase("informativo"), "information"), - (UniCase("weakensses"), "weaknesses"), - (UniCase("persistant"), "persistent"), - (UniCase("athleticisim"), "athleticism"), - (UniCase("judgementals"), "judgements"), - (UniCase("controvery"), "controversy"), - (UniCase("capitalises"), "capitalizes"), - (UniCase("progidy"), "prodigy"), - (UniCase("domiantes"), "dominates"), - (UniCase("discovere"), "discoveries"), - (UniCase("accidenlty"), "accidently"), - (UniCase("urainum"), "uranium"), - (UniCase("offesnively"), "offensively"), - (UniCase("coucil"), "council"), - (UniCase("narrativos"), "narratives"), - (UniCase("progatonists"), "protagonists"), - (UniCase("tranlsating"), "translating"), - (UniCase("subtitltes"), "subtitle"), - (UniCase("implosed"), "implode"), - (UniCase("agnostisim"), "agnosticism"), - (UniCase("bacehlors"), "bachelors"), - (UniCase("molestered"), "molested"), - (UniCase("qualitying"), "qualifying"), - (UniCase("anntenas"), "antennas"), - (UniCase("mercurcy"), "mercury"), - (UniCase("illustartor"), "illustrator"), - (UniCase("caramelising"), "caramelizing"), - (UniCase("differentiaton"), "differentiation"), - (UniCase("businessen"), "businessmen"), - (UniCase("implicati"), "implicit"), - (UniCase("teached"), "taught"), - (UniCase("plagierism"), "plagiarism"), - (UniCase("humouros"), "humorous"), - (UniCase("intoxinated"), "intoxicated"), - (UniCase("womanise"), "womanize"), - (UniCase("fundemantals"), "fundamentals"), - (UniCase("exhibicion"), "exhibition"), - (UniCase("propsect"), "prospect"), - (UniCase("trialers"), "trailers"), - (UniCase("deopsited"), "deposited"), - (UniCase("inticracies"), "intricacies"), - (UniCase("prostituate"), "prostitute"), - (UniCase("microwavees"), "microwaves"), - (UniCase("calculatin"), "calculations"), - (UniCase("vigourosly"), "vigorously"), - (UniCase("capabilites"), "capabilities"), - (UniCase("peripheria"), "peripheral"), - (UniCase("expalin"), "explain"), - (UniCase("tangencially"), "tangentially"), - (UniCase("wealthly"), "wealthy"), - (UniCase("unreasonablly"), "unreasonably"), - (UniCase("consecuently"), "consequently"), - (UniCase("arlingotn"), "arlington"), - (UniCase("movei"), "movie"), - (UniCase("pendulm"), "pendulum"), - (UniCase("transational"), "transitional"), - (UniCase("manifestating"), "manifestation"), - (UniCase("dubsetp"), "dubstep"), - (UniCase("distributiors"), "distributors"), - (UniCase("legitamitely"), "legitimately"), - (UniCase("favour"), "favor"), - (UniCase("terminalogy"), "terminology"), - (UniCase("downvotres"), "downvoters"), - (UniCase("procedings"), "proceedings"), - (UniCase("objectivety"), "objectivity"), - (UniCase("circuncised"), "circumcised"), - (UniCase("apologistics"), "apologists"), - (UniCase("phenominon"), "phenomenon"), - (UniCase("arragned"), "arranged"), - (UniCase("neighbores"), "neighbours"), - (UniCase("benchmakrs"), "benchmarks"), - (UniCase("disception"), "discretion"), - (UniCase("reactionairy"), "reactionary"), - (UniCase("euthanazia"), "euthanasia"), - (UniCase("scriputres"), "scriptures"), - (UniCase("skepticisim"), "skepticism"), - (UniCase("abusrdity"), "absurdity"), - (UniCase("accomodates"), "accommodates"), - (UniCase("activatin"), "activation"), - (UniCase("tengentially"), "tangentially"), - (UniCase("blizzcoin"), "blizzcon"), - (UniCase("instantaneu"), "instantaneous"), - (UniCase("confidencial"), "confidential"), - (UniCase("liuetenant"), "lieutenant"), - (UniCase("generaties"), "generate"), - (UniCase("assasinations"), "assassinations"), - (UniCase("renteris"), "renters"), - (UniCase("creationis"), "creations"), - (UniCase("legitamate"), "legitimate"), - (UniCase("formativos"), "formations"), - (UniCase("achievemnt"), "achievement"), - (UniCase("momentairly"), "momentarily"), - (UniCase("protray"), "portray"), - (UniCase("treasue"), "treasure"), - (UniCase("brutallly"), "brutally"), - (UniCase("intrepret"), "interpret"), - (UniCase("fractales"), "fractals"), - (UniCase("contintent"), "contingent"), - (UniCase("respiritory"), "respiratory"), - (UniCase("plaestine"), "palestine"), - (UniCase("cessationalism"), "sensationalism"), - (UniCase("introspectin"), "introspection"), - (UniCase("syphyllis"), "syphilis"), - (UniCase("fetishiste"), "fetishes"), - (UniCase("quantitites"), "quantities"), - (UniCase("lifetimers"), "lifetimes"), - (UniCase("manoeuvred"), "maneuvered"), - (UniCase("questionalbe"), "questionable"), - (UniCase("insistenze"), "insistence"), - (UniCase("mortailty"), "mortality"), - (UniCase("emblamatic"), "emblematic"), - (UniCase("adminastrator"), "administrator"), - (UniCase("infectin"), "infections"), - (UniCase("enterprice"), "enterprise"), - (UniCase("orginazational"), "organizational"), - (UniCase("competitioners"), "competitions"), - (UniCase("sincerelly"), "sincerely"), - (UniCase("reparied"), "repaired"), - (UniCase("reproducable"), "reproducible"), - (UniCase("catacyslm"), "cataclysm"), - (UniCase("casued"), "caused"), - (UniCase("cleverleys"), "cleverly"), - (UniCase("poenis"), "penis"), - (UniCase("comfrotable"), "comfortable"), - (UniCase("fundumentalists"), "fundamentalists"), - (UniCase("prothsetic"), "prosthetic"), - (UniCase("steriotype"), "stereotype"), - (UniCase("initaled"), "initialed"), - (UniCase("definaltey"), "definately"), - (UniCase("propriotary"), "proprietary"), - (UniCase("prejucide"), "prejudice"), - (UniCase("cheesecave"), "cheesecake"), - (UniCase("inevtiably"), "inevitably"), - (UniCase("comfirmation"), "confirmation"), - (UniCase("communite"), "communities"), - (UniCase("uncompetive"), "uncompetitive"), - (UniCase("imapcts"), "impacts"), - (UniCase("aproximate"), "approximate"), - (UniCase("concentrato"), "concentration"), - (UniCase("repersentations"), "representations"), - (UniCase("professionel"), "professional"), - (UniCase("refereneced"), "referenced"), - (UniCase("catastrphe"), "catastrophe"), - (UniCase("regulats"), "regulators"), - (UniCase("vulernable"), "vulnerable"), - (UniCase("weaselled"), "weaseled"), - (UniCase("headphoens"), "headphones"), - (UniCase("finsihes"), "finishes"), - (UniCase("alternatly"), "alternately"), - (UniCase("enahncing"), "enhancing"), - (UniCase("libertariansm"), "libertarianism"), - (UniCase("girzzly"), "grizzly"), - (UniCase("horriblely"), "horribly"), - (UniCase("deflektion"), "deflection"), - (UniCase("probablybe"), "probable"), - (UniCase("recipiant"), "recipient"), - (UniCase("irrationnal"), "irrational"), - (UniCase("crystalisk"), "crystals"), - (UniCase("republicons"), "republicans"), - (UniCase("infalability"), "infallibility"), - (UniCase("ofocurse"), "ofcourse"), - (UniCase("corralates"), "correlates"), - (UniCase("consentrated"), "concentrated"), - (UniCase("marignal"), "marginal"), - (UniCase("constarints"), "constraint"), - (UniCase("sloughtering"), "slaughtering"), - (UniCase("descirption"), "descriptions"), - (UniCase("glicthed"), "glitched"), - (UniCase("cataclysim"), "cataclysm"), - (UniCase("genitales"), "genitals"), - (UniCase("demobilisation"), "demobilization"), - (UniCase("disclipine"), "discipline"), - (UniCase("asteriods"), "asteroids"), - (UniCase("analysise"), "analyses"), - (UniCase("oragnes"), "oranges"), - (UniCase("anticipare"), "anticipate"), - (UniCase("inevitablely"), "inevitably"), - (UniCase("introduceras"), "introduces"), - (UniCase("straightden"), "straightened"), - (UniCase("propenents"), "proponents"), - (UniCase("wrekcing"), "wrecking"), - (UniCase("compassione"), "compassionate"), - (UniCase("spontanes"), "spontaneous"), - (UniCase("fraudelant"), "fraudulent"), - (UniCase("pretentieus"), "pretentious"), - (UniCase("messagease"), "messages"), - (UniCase("demeanour"), "demeanor"), - (UniCase("complacient"), "complacent"), - (UniCase("accessibily"), "accessibility"), - (UniCase("honeymon"), "honeymoon"), - (UniCase("systemetic"), "systematic"), - (UniCase("perspectie"), "perspectives"), - (UniCase("legendarisk"), "legendaries"), - (UniCase("instutition"), "institution"), - (UniCase("vulberability"), "vulnerability"), - (UniCase("medacine"), "medicine"), - (UniCase("gaoling"), "jailing"), - (UniCase("incentivice"), "incentive"), - (UniCase("counterpary"), "counterplay"), - (UniCase("misinterperting"), "misinterpreting"), - (UniCase("vibratin"), "vibration"), - (UniCase("presuasion"), "persuasion"), - (UniCase("apostrophie"), "apostrophe"), - (UniCase("propagandising"), "propagandizing"), - (UniCase("aposltes"), "apostles"), - (UniCase("onmiscient"), "omniscient"), - (UniCase("homogeneus"), "homogeneous"), - (UniCase("disperportionate"), "disproportionate"), - (UniCase("composicion"), "composition"), - (UniCase("imperialstic"), "imperialist"), - (UniCase("marevlous"), "marvelous"), - (UniCase("scracthed"), "scratched"), - (UniCase("inflexion"), "inflection"), - (UniCase("preformer"), "performer"), - (UniCase("considerble"), "considerable"), - (UniCase("centruies"), "centuries"), - (UniCase("aleged"), "alleged"), - (UniCase("thirstay"), "thirsty"), - (UniCase("dicitonaries"), "dictionaries"), - (UniCase("extermely"), "extremely"), - (UniCase("negotiaton"), "negotiation"), - (UniCase("antisipated"), "anticipated"), - (UniCase("fundimental"), "fundamental"), - (UniCase("delegaties"), "delegate"), - (UniCase("notificatons"), "notifications"), - (UniCase("aggrandisement"), "aggrandizement"), - (UniCase("absolutiste"), "absolutes"), - (UniCase("ahev"), "have"), - (UniCase("screenshit"), "screenshot"), - (UniCase("termianls"), "terminals"), - (UniCase("towelled"), "toweled"), - (UniCase("discoloured"), "discolored"), - (UniCase("udnerestimate"), "underestimated"), - (UniCase("victimising"), "victimizing"), - (UniCase("convertirle"), "convertible"), - (UniCase("desperatedly"), "desperately"), - (UniCase("assymetrical"), "asymmetrical"), - (UniCase("narcisissm"), "narcissism"), - (UniCase("sarcams"), "sarcasm"), - (UniCase("yoursleves"), "yourselves"), - (UniCase("representatief"), "representative"), - (UniCase("upsteam"), "upstream"), - (UniCase("socialistos"), "socialists"), - (UniCase("mechaninc"), "mechanic"), - (UniCase("legitamicy"), "legitimacy"), - (UniCase("impusle"), "impulse"), - (UniCase("australina"), "australians"), - (UniCase("islmaic"), "islamic"), - (UniCase("engramms"), "engrams"), - (UniCase("patriarical"), "patriarchal"), - (UniCase("athiets"), "athiest"), - (UniCase("ionised"), "ionized"), - (UniCase("accomondating"), "accommodating"), - (UniCase("psichological"), "psychological"), - (UniCase("professionalisme"), "professionals"), - (UniCase("ocurred"), "occurred"), - (UniCase("casion"), "caisson"), - (UniCase("extered"), "exerted"), - (UniCase("indigenos"), "indigenous"), - (UniCase("despiste"), "despise"), - (UniCase("commuications"), "communications"), - (UniCase("beastley"), "beastly"), - (UniCase("professin"), "professions"), - (UniCase("contribue"), "contribute"), - (UniCase("temporarity"), "temporarily"), - (UniCase("aroud"), "around"), - (UniCase("inititiave"), "initiatives"), - (UniCase("desintegration"), "disintegration"), - (UniCase("sweatshrit"), "sweatshirt"), - (UniCase("extermist"), "extremist"), - (UniCase("reciprocant"), "reciprocate"), - (UniCase("laucnhes"), "launches"), - (UniCase("acceptes"), "accepts"), - (UniCase("exteriour"), "exterior"), - (UniCase("blulets"), "bullets"), - (UniCase("sophmore"), "sophomore"), - (UniCase("drivelled"), "driveled"), - (UniCase("realistisch"), "realistic"), - (UniCase("complainig"), "complaining"), - (UniCase("playofs"), "playoffs"), - (UniCase("girlfreinds"), "girlfriends"), - (UniCase("accpets"), "accepts"), - (UniCase("metabolising"), "metabolizing"), - (UniCase("vegitables"), "vegetables"), - (UniCase("fullscrean"), "fullscreen"), - (UniCase("budgest"), "budgets"), - (UniCase("tunnles"), "tunnels"), - (UniCase("uncontrolablly"), "uncontrollably"), - (UniCase("crystalls"), "crystals"), - (UniCase("vehementely"), "vehemently"), - (UniCase("drasticaly"), "drastically"), - (UniCase("denomitator"), "denominator"), - (UniCase("obstructin"), "obstruction"), - (UniCase("secularising"), "secularizing"), - (UniCase("diasspointed"), "dissapointed"), - (UniCase("incluse"), "includes"), - (UniCase("orginazation"), "organization"), - (UniCase("dichomoty"), "dichotomy"), - (UniCase("sulphates"), "sulfates"), - (UniCase("benglas"), "bengals"), - (UniCase("overclokcing"), "overclocking"), - (UniCase("goldfisch"), "goldfish"), - (UniCase("theature"), "theater"), - (UniCase("worhsipping"), "worshipping"), - (UniCase("percaution"), "precaution"), - (UniCase("capatilist"), "capitalist"), - (UniCase("includ"), "include"), - (UniCase("interveen"), "intervene"), - (UniCase("acoutsic"), "acoustic"), - (UniCase("bodybuildig"), "bodybuilding"), - (UniCase("subconsiously"), "subconsciously"), - (UniCase("haematologist"), "hematologist"), - (UniCase("refeeres"), "referees"), - (UniCase("politicas"), "politics"), - (UniCase("concencrate"), "concentrate"), - (UniCase("molestaion"), "molestation"), - (UniCase("hostpot"), "hotspot"), - (UniCase("collegaue"), "colleague"), - (UniCase("fraudelent"), "fraudulent"), - (UniCase("accumilation"), "accumulation"), - (UniCase("availablity"), "availability"), - (UniCase("periperhals"), "peripherals"), - (UniCase("aforementiond"), "aforementioned"), - (UniCase("photogrpahy"), "photography"), - (UniCase("conciders"), "considers"), - (UniCase("lubicrant"), "lubricant"), - (UniCase("fabrices"), "fabrics"), - (UniCase("dingity"), "dignity"), - (UniCase("gymnasitcs"), "gymnastics"), - (UniCase("rectanglar"), "rectangular"), - (UniCase("heartborne"), "heartbroken"), - (UniCase("krankenstein"), "frankenstein"), - (UniCase("forumla"), "formula"), - (UniCase("antagonisitc"), "antagonistic"), - (UniCase("seach"), "search"), - (UniCase("muncipalities"), "municipalities"), - (UniCase("electricion"), "electrician"), - (UniCase("westmnister"), "westminster"), - (UniCase("homogenised"), "homogenized"), - (UniCase("distributie"), "distributed"), - (UniCase("sustainble"), "sustainable"), - (UniCase("dargons"), "dragons"), - (UniCase("grifeing"), "griefing"), - (UniCase("conviced"), "convinced"), - (UniCase("refereneces"), "references"), - (UniCase("confederatie"), "confederate"), - (UniCase("alsot"), "also"), - (UniCase("anecdots"), "anecdotes"), - (UniCase("inconveinence"), "inconvenience"), - (UniCase("cincinnatti"), "cincinnati"), - (UniCase("permitts"), "permits"), - (UniCase("noveau"), "nouveau"), - (UniCase("tacticts"), "tactics"), - (UniCase("unnecassarily"), "unnecessarily"), - (UniCase("imaganative"), "imaginative"), - (UniCase("overtunred"), "overturned"), - (UniCase("dunegon"), "dungeon"), - (UniCase("organismus"), "organisms"), - (UniCase("overtunned"), "overturned"), - (UniCase("helicpoter"), "helicopter"), - (UniCase("remnans"), "remnants"), - (UniCase("preinitalize"), "preinitialize"), - (UniCase("alochol"), "alcohol"), - (UniCase("strangets"), "strangest"), - (UniCase("distastful"), "distasteful"), - (UniCase("cursaders"), "crusaders"), - (UniCase("parametros"), "parameters"), - (UniCase("veiwership"), "viewership"), - (UniCase("haorder"), "hoarder"), - (UniCase("manufacter"), "manufacture"), - (UniCase("detectaron"), "detector"), - (UniCase("supportes"), "supports"), - (UniCase("phenomenonly"), "phenomenally"), - (UniCase("shenanigins"), "shenanigans"), - (UniCase("astromonical"), "astronomical"), - (UniCase("commemmorating"), "commemorating"), - (UniCase("nominet"), "nominate"), - (UniCase("sucesfuly"), "successfully"), - (UniCase("muktitasking"), "multitasking"), - (UniCase("analyses"), "analyzes"), - (UniCase("vaporises"), "vaporizes"), - (UniCase("subtelty"), "subtlety"), - (UniCase("remasterd"), "remastered"), - (UniCase("apocalipse"), "apocalypse"), - (UniCase("againnst"), "against"), - (UniCase("disproportionatly"), "disproportionately"), - (UniCase("organsim"), "organism"), - (UniCase("ocarnia"), "ocarina"), - (UniCase("apsotles"), "apostles"), - (UniCase("rebouns"), "rebounds"), - (UniCase("segragation"), "segregation"), - (UniCase("interferred"), "interfere"), - (UniCase("temptetion"), "temptation"), - (UniCase("ulitmatum"), "ultimatum"), - (UniCase("jugdement"), "judgement"), - (UniCase("underfaker"), "undertaker"), - (UniCase("corrisponding"), "corresponding"), - (UniCase("regularis"), "regulars"), - (UniCase("ethincally"), "ethnically"), - (UniCase("confise"), "confines"), - (UniCase("recognices"), "recognizes"), - (UniCase("capmbell"), "campbell"), - (UniCase("realisitc"), "realistic"), - (UniCase("discrapency"), "discrepancy"), - (UniCase("restrittive"), "restrictive"), - (UniCase("connatation"), "connotation"), - (UniCase("mouthpeice"), "mouthpiece"), - (UniCase("rewriet"), "rewrite"), - (UniCase("apsirations"), "aspirations"), - (UniCase("omnipotant"), "omnipotent"), - (UniCase("decentrilized"), "decentralized"), - (UniCase("counterpont"), "counterpoint"), - (UniCase("defauls"), "defaults"), - (UniCase("dishonord"), "dishonored"), - (UniCase("neice"), "niece"), - (UniCase("documentacion"), "documentation"), - (UniCase("densitiy"), "density"), - (UniCase("transimssion"), "transmissions"), - (UniCase("savanha"), "savannah"), - (UniCase("tempermeant"), "temperament"), - (UniCase("addtion"), "addition"), - (UniCase("ourselvs"), "ourselves"), - (UniCase("parlaiment"), "parliament"), - (UniCase("definatily"), "definately"), - (UniCase("contacs"), "contacts"), - (UniCase("goergia"), "georgia"), - (UniCase("unexplaind"), "unexplained"), - (UniCase("sentiers"), "sentries"), - (UniCase("minimise"), "minimize"), - (UniCase("gigabtye"), "gigabyte"), - (UniCase("instade"), "instead"), - (UniCase("convertables"), "convertibles"), - (UniCase("exponentiella"), "exponential"), - (UniCase("saturdsy"), "saturdays"), - (UniCase("environmetal"), "environmental"), - (UniCase("touristes"), "tourists"), - (UniCase("industiral"), "industrial"), - (UniCase("acquantainces"), "acquaintances"), - (UniCase("gamepaly"), "gameplay"), - (UniCase("girafffe"), "giraffe"), - (UniCase("advocats"), "advocates"), - (UniCase("againts"), "against"), - (UniCase("fundamentaly"), "fundamentally"), - (UniCase("pennsilvania"), "pennsylvania"), - (UniCase("drivelling"), "driveling"), - (UniCase("magnetising"), "magnetizing"), - (UniCase("amphetemine"), "amphetamine"), - (UniCase("efficientcy"), "efficiently"), - (UniCase("unsolicitied"), "unsolicited"), - (UniCase("appreciatin"), "appreciation"), - (UniCase("economicas"), "economics"), - (UniCase("scholarhips"), "scholarship"), - (UniCase("creater"), "creature"), - (UniCase("intrepretation"), "interpretation"), - (UniCase("perpretated"), "perpetrated"), - (UniCase("completent"), "complement"), - (UniCase("substituion"), "substitution"), - (UniCase("armstorng"), "armstrong"), - (UniCase("negiotating"), "negotiating"), - (UniCase("indefineable"), "undefinable"), - (UniCase("cruical"), "crucial"), - (UniCase("feilding"), "fielding"), - (UniCase("poingant"), "poignant"), - (UniCase("fermentaion"), "fermentation"), - (UniCase("anglicises"), "anglicizes"), - (UniCase("turbins"), "turbines"), - (UniCase("gynaecologists"), "gynecologists"), - (UniCase("intraverted"), "introverted"), - (UniCase("unbelieveble"), "unbelievable"), - (UniCase("infograhpic"), "infographic"), - (UniCase("humanaties"), "humanities"), - (UniCase("dependened"), "depended"), - (UniCase("delporable"), "deplorable"), - (UniCase("paraphraseing"), "paraphrasing"), - (UniCase("disatisfied"), "dissatisfied"), - (UniCase("atheisim"), "atheism"), - (UniCase("seperate"), "separate"), - (UniCase("settlemets"), "settlements"), - (UniCase("accessoire"), "accessories"), - (UniCase("vaccinae"), "vaccinated"), - (UniCase("adealide"), "adelaide"), - (UniCase("geneologies"), "genealogies"), - (UniCase("cricitising"), "criticising"), - (UniCase("armagedden"), "armageddon"), - (UniCase("ressurected"), "resurrected"), - (UniCase("buisness"), "business"), - (UniCase("umbrela"), "umbrella"), - (UniCase("profitabilty"), "profitability"), - (UniCase("filmmakes"), "filmmakers"), - (UniCase("oppositition"), "opposition"), - (UniCase("reevaulate"), "reevaluate"), - (UniCase("emergend"), "emerged"), - (UniCase("strucutre"), "structure"), - (UniCase("exagerrating"), "exaggerating"), - (UniCase("collapsers"), "collapses"), - (UniCase("bookamrks"), "bookmarks"), - (UniCase("observeres"), "observers"), - (UniCase("fingersi"), "fingertips"), - (UniCase("professers"), "professors"), - (UniCase("intriguied"), "intrigue"), - (UniCase("homeopothy"), "homeopathy"), - (UniCase("cinematograhy"), "cinematography"), - (UniCase("diosese"), "diocese"), - (UniCase("schozophrenia"), "schizophrenia"), - (UniCase("authobiography"), "autobiography"), - (UniCase("inlcudes"), "includes"), - (UniCase("auxilliary"), "auxiliary"), - (UniCase("controvesy"), "controversy"), - (UniCase("scritped"), "scripted"), - (UniCase("mesmerising"), "mesmerizing"), - (UniCase("interesing"), "interesting"), - (UniCase("unaccaptable"), "unacceptable"), - (UniCase("prestigous"), "prestigious"), - (UniCase("inheirted"), "inherited"), - (UniCase("morphie"), "morphine"), - (UniCase("tentalces"), "tentacles"), - (UniCase("xenophibia"), "xenophobia"), - (UniCase("adovcated"), "advocated"), - (UniCase("intelectual"), "intellectual"), - (UniCase("motorcicles"), "motorcycles"), - (UniCase("incldue"), "include"), - (UniCase("appartment"), "apartment"), - (UniCase("disastorus"), "disastrous"), - (UniCase("sryacuse"), "syracuse"), - (UniCase("beginnig"), "beginning"), - (UniCase("discosure"), "discourse"), - (UniCase("nostriles"), "nostrils"), - (UniCase("magicain"), "magician"), - (UniCase("almighy"), "almighty"), - (UniCase("optimise"), "optimize"), - (UniCase("orpahns"), "orphans"), - (UniCase("sykwalker"), "skywalker"), - (UniCase("practiclly"), "practically"), - (UniCase("reveller"), "reveler"), - (UniCase("provoactive"), "provocative"), - (UniCase("catholicsim"), "catholicism"), - (UniCase("playthrouhgs"), "playthroughs"), - (UniCase("regeneraton"), "regeneration"), - (UniCase("deceptivley"), "deceptive"), - (UniCase("inquiriy"), "inquiry"), - (UniCase("flavour"), "flavor"), - (UniCase("independentiste"), "independents"), - (UniCase("prescripcion"), "prescription"), - (UniCase("enrolement"), "enrollment"), - (UniCase("rewritte"), "rewrite"), - (UniCase("sacrificas"), "sacrifices"), - (UniCase("phantoom"), "phantom"), - (UniCase("futurers"), "futures"), - (UniCase("travellerhd"), "travelled"), - (UniCase("eyebros"), "eyebrows"), - (UniCase("animatte"), "animate"), - (UniCase("improvie"), "improvised"), - (UniCase("jailbrek"), "jailbreak"), - (UniCase("capitolized"), "capitalized"), - (UniCase("victoriuous"), "victorious"), - (UniCase("complimenty"), "complimentary"), - (UniCase("confederancy"), "confederacy"), - (UniCase("meidcare"), "medicare"), - (UniCase("decendants"), "descendants"), - (UniCase("hospitible"), "hospitable"), - (UniCase("hallunication"), "hallucination"), - (UniCase("acknowlegded"), "acknowledged"), - (UniCase("disciplies"), "disciplines"), - (UniCase("stressende"), "stressed"), - (UniCase("liecester"), "leicester"), - (UniCase("trundel"), "trundle"), - (UniCase("healither"), "healthier"), - (UniCase("ampethamine"), "amphetamine"), - (UniCase("genuienly"), "genuinely"), - (UniCase("bianry"), "binary"), - (UniCase("disocgraphy"), "discography"), - (UniCase("demandas"), "demands"), - (UniCase("coalese"), "coalesce"), - (UniCase("forsting"), "frosting"), - (UniCase("ultimely"), "ultimately"), - (UniCase("photoshoppped"), "photoshopped"), - (UniCase("sweathsirt"), "sweatshirt"), - (UniCase("correctivo"), "correction"), - (UniCase("improvments"), "improvements"), - (UniCase("recoves"), "recovers"), - (UniCase("catacylsm"), "cataclysm"), - (UniCase("cathderal"), "cathedral"), - (UniCase("manipualtive"), "manipulative"), - (UniCase("allopones"), "allophones"), - (UniCase("physciatrists"), "psychiatrists"), - (UniCase("incorproate"), "incorporated"), - (UniCase("cathloics"), "catholics"), - (UniCase("browine"), "brownie"), - (UniCase("expolited"), "exploited"), - (UniCase("difficulites"), "difficulties"), - (UniCase("coudlnt"), "couldnt"), - (UniCase("atheltic"), "athletic"), - (UniCase("cruetly"), "cruelty"), - (UniCase("urbanised"), "urbanized"), - (UniCase("somethinhg"), "somethings"), - (UniCase("psychemedics"), "psychedelics"), - (UniCase("encarceration"), "incarceration"), - (UniCase("californiaman"), "californian"), - (UniCase("exercizes"), "exercise"), - (UniCase("liveatream"), "livestream"), - (UniCase("soveits"), "soviets"), - (UniCase("obligitary"), "obligatory"), - (UniCase("transmorfers"), "transformer"), - (UniCase("manipluation"), "manipulation"), - (UniCase("frustrsted"), "frustrates"), - (UniCase("confrentational"), "confrontational"), - (UniCase("enivitable"), "inevitable"), - (UniCase("ommiting"), "omitting"), - (UniCase("snythesis"), "synthesis"), - (UniCase("parliamantary"), "parliamentary"), - (UniCase("predescesors"), "predecessors"), - (UniCase("substutite"), "substitutes"), - (UniCase("dishonour"), "dishonor"), - (UniCase("definatetly"), "definately"), - (UniCase("wlacott"), "walcott"), - (UniCase("efficeintly"), "efficiently"), - (UniCase("recognised"), "recognized"), - (UniCase("bannisters"), "banisters"), - (UniCase("ciriculum"), "curriculum"), - (UniCase("underestamate"), "underestimate"), - (UniCase("favoruites"), "favourites"), - (UniCase("monitoreada"), "monitored"), - (UniCase("downloadbel"), "downloadable"), - (UniCase("proleteriat"), "proletariat"), - (UniCase("personalises"), "personalizes"), - (UniCase("fractalius"), "fractals"), - (UniCase("americares"), "americas"), - (UniCase("wrestlewar"), "wrestler"), - (UniCase("transmittor"), "transmitter"), - (UniCase("starnation"), "starvation"), - (UniCase("relaibility"), "reliability"), - (UniCase("vegtable"), "vegetable"), - (UniCase("comisioning"), "commissioning"), - (UniCase("imploed"), "implode"), - (UniCase("condolensces"), "condolences"), - (UniCase("fanfcition"), "fanfiction"), - (UniCase("terrorities"), "territories"), - (UniCase("earthquackes"), "earthquakes"), - (UniCase("insturctor"), "instructor"), - (UniCase("temerature"), "temperature"), - (UniCase("manifactured"), "manufactured"), - (UniCase("tawainese"), "taiwanese"), - (UniCase("condeferacy"), "confederacy"), - (UniCase("computacional"), "computational"), - (UniCase("irresistably"), "irresistibly"), - (UniCase("legitimitely"), "legitimately"), - (UniCase("intermittient"), "intermittent"), - (UniCase("initiaitve"), "initiatives"), - (UniCase("foriegn"), "foreign"), - (UniCase("naturalise"), "naturalize"), - (UniCase("neutraly"), "neutrality"), - (UniCase("secratery"), "secretary"), - (UniCase("attirbute"), "attribute"), - (UniCase("stratigically"), "strategically"), - (UniCase("particiapnts"), "participant"), - (UniCase("fortunetely"), "fortunately"), - (UniCase("sotrmfront"), "stormfront"), - (UniCase("distrubitions"), "distributions"), - (UniCase("refrigerar"), "refrigerator"), - (UniCase("rolepaly"), "roleplay"), - (UniCase("marchmallows"), "marshmallows"), - (UniCase("sufferage"), "suffrage"), - (UniCase("conceved"), "concede"), - (UniCase("metahpor"), "metaphor"), - (UniCase("aplication"), "application"), - (UniCase("gaolbreak"), "jailbreak"), - (UniCase("undertunes"), "undertones"), - (UniCase("tatoo"), "tattoo"), - (UniCase("pavillion"), "pavilion"), - (UniCase("defintiion"), "definitions"), - (UniCase("celebirty"), "celebrity"), - (UniCase("caucaisan"), "caucasian"), - (UniCase("cardaic"), "cardiac"), - (UniCase("messgaed"), "messaged"), - (UniCase("completaste"), "completes"), - (UniCase("destinaton"), "destination"), - (UniCase("manifastation"), "manifestation"), - (UniCase("playgroud"), "playground"), - (UniCase("extraploate"), "extrapolate"), - (UniCase("insufficiant"), "insufficient"), - (UniCase("voleyball"), "volleyball"), - (UniCase("improsonment"), "imprisonment"), - (UniCase("artificialy"), "artificially"), - (UniCase("traumatises"), "traumatizes"), - (UniCase("altnerately"), "alternately"), - (UniCase("vandalises"), "vandalizes"), - (UniCase("nationella"), "national"), - (UniCase("parenthasis"), "parenthesis"), - (UniCase("unrealisitc"), "unrealistic"), - (UniCase("correspondants"), "correspondents"), - (UniCase("donwloading"), "downloading"), - (UniCase("conlcuded"), "concluded"), - (UniCase("reconicle"), "reconcile"), - (UniCase("disagreeed"), "disagreed"), - (UniCase("negativaty"), "negativity"), - (UniCase("suspencion"), "suspension"), - (UniCase("protrayal"), "portrayal"), - (UniCase("retroactivley"), "retroactively"), - (UniCase("catalogued"), "cataloged"), - (UniCase("belligerant"), "belligerent"), - (UniCase("discoverys"), "discovers"), - (UniCase("exising"), "existing"), - (UniCase("hypcorite"), "hypocrite"), - (UniCase("stragetic"), "strategic"), - (UniCase("legitimt"), "legitimate"), - (UniCase("photograpy"), "photography"), - (UniCase("mechanise"), "mechanize"), - (UniCase("marixsm"), "marxism"), - (UniCase("collectief"), "collective"), - (UniCase("procede"), "proceed"), - (UniCase("homoepathy"), "homeopathy"), - (UniCase("physiciens"), "physicians"), - (UniCase("compliacted"), "complicate"), - (UniCase("densley"), "densely"), - (UniCase("multiplebgs"), "multiples"), - (UniCase("heretosexual"), "heterosexual"), - (UniCase("lifesytles"), "lifestyles"), - (UniCase("fireballls"), "fireballs"), - (UniCase("pertians"), "pertains"), - (UniCase("ukrainiens"), "ukrainians"), - (UniCase("degridation"), "degradation"), - (UniCase("diplomancy"), "diplomacy"), - (UniCase("materialises"), "materializes"), - (UniCase("concelaer"), "concealer"), - (UniCase("repeatadly"), "repeatedly"), - (UniCase("armenain"), "armenian"), - (UniCase("authorititive"), "authoritative"), - (UniCase("massachusettes"), "massachusetts"), - (UniCase("downloas"), "downloads"), - (UniCase("handlade"), "handled"), - (UniCase("openess"), "openness"), - (UniCase("overwhlemed"), "overwhelmed"), - (UniCase("referendim"), "referendum"), - (UniCase("prosocuted"), "prosecuted"), - (UniCase("princessses"), "princesses"), - (UniCase("absolue"), "absolute"), - (UniCase("adversiting"), "advertising"), - (UniCase("franchices"), "franchises"), - (UniCase("festivalens"), "festivals"), - (UniCase("oesophagus"), "esophagus"), - (UniCase("puplications"), "publications"), - (UniCase("combinatins"), "combinations"), - (UniCase("representitve"), "representative"), - (UniCase("conduiting"), "conducting"), - (UniCase("voicemal"), "voicemail"), - (UniCase("overhpyed"), "overhyped"), - (UniCase("adres"), "address"), - (UniCase("unrelaible"), "unreliable"), - (UniCase("deocrative"), "decorative"), - (UniCase("subsidezed"), "subsidized"), - (UniCase("convincente"), "convenient"), - (UniCase("decentralisation"), "decentralization"), - (UniCase("inlcuded"), "included"), - (UniCase("mabyelline"), "maybelline"), - (UniCase("supermarkeds"), "supermarkets"), - (UniCase("docrines"), "doctrines"), - (UniCase("whic"), "which"), - (UniCase("mircocenter"), "microcenter"), - (UniCase("oppressiun"), "oppressing"), - (UniCase("cognitivie"), "cognitive"), - (UniCase("gentials"), "genitals"), - (UniCase("charecteristic"), "characteristic"), - (UniCase("haristyle"), "hairstyle"), - (UniCase("smarpthone"), "smartphones"), - (UniCase("sucessot"), "successor"), - (UniCase("reveiwers"), "reviewers"), - (UniCase("distatse"), "distaste"), - (UniCase("celebirties"), "celebrities"), - (UniCase("internationalised"), "internationalized"), - (UniCase("pointeres"), "pointers"), - (UniCase("deminsions"), "dimensions"), - (UniCase("devasted"), "devastated"), - (UniCase("inflatible"), "inflatable"), - (UniCase("competitoin"), "competitions"), - (UniCase("pertoleum"), "petroleum"), - (UniCase("imprisonned"), "imprisoned"), - (UniCase("guantanano"), "guantanamo"), - (UniCase("paedophile"), "pedophile"), - (UniCase("tranlsate"), "translate"), - (UniCase("substraction"), "subtraction"), - (UniCase("breatsfeeding"), "breastfeeding"), - (UniCase("millon"), "million"), - (UniCase("falcones"), "falcons"), - (UniCase("supermarkten"), "supermarket"), - (UniCase("inprovements"), "improvements"), - (UniCase("ubsubscribed"), "unsubscribed"), - (UniCase("commentsry"), "commenters"), - (UniCase("thermodynamcis"), "thermodynamics"), - (UniCase("implementating"), "implementation"), - (UniCase("ilness"), "illness"), - (UniCase("progressivsm"), "progressives"), - (UniCase("archetipes"), "archetypes"), - (UniCase("rudimentatry"), "rudimentary"), - (UniCase("confriming"), "confirming"), - (UniCase("interpretatin"), "interpretations"), - (UniCase("phycisian"), "physician"), - (UniCase("unnistalling"), "uninstalling"), - (UniCase("overemphasised"), "overemphasized"), - (UniCase("powerhorse"), "powerhouse"), - (UniCase("circunvent"), "circumvent"), - (UniCase("laguages"), "languages"), - (UniCase("agains"), "against"), - (UniCase("misunderstanidng"), "misunderstandings"), - (UniCase("counterfeight"), "counterfeit"), - (UniCase("formallity"), "formally"), - (UniCase("inspireras"), "inspires"), - (UniCase("beyoncye"), "beyonce"), - (UniCase("valdiated"), "validated"), - (UniCase("dissspointed"), "dissapointed"), - (UniCase("publsih"), "publish"), - (UniCase("qualificaitons"), "qualifications"), - (UniCase("distincion"), "distinction"), - (UniCase("flutterhsy"), "fluttershy"), - (UniCase("nutriens"), "nutrients"), - (UniCase("appreciste"), "appreciates"), - (UniCase("jewellery"), "jewelry"), - (UniCase("undertsand"), "understands"), - (UniCase("constasnt"), "constants"), - (UniCase("minituare"), "miniature"), - (UniCase("opprotunities"), "opportunities"), - (UniCase("accrediation"), "accreditation"), - (UniCase("conescutive"), "consecutive"), - (UniCase("rienforcements"), "reinforcements"), - (UniCase("dominaton"), "domination"), - (UniCase("upcomming"), "upcoming"), - (UniCase("combusion"), "combustion"), - (UniCase("isalmists"), "islamists"), - (UniCase("thyat"), "that"), - (UniCase("appetities"), "appetite"), - (UniCase("thernodynamics"), "thermodynamics"), - (UniCase("affilate"), "affiliate"), - (UniCase("sinsiter"), "sinister"), - (UniCase("regenarate"), "regenerate"), - (UniCase("auctioners"), "auctions"), - (UniCase("attemp"), "attempt"), - (UniCase("forgieners"), "foreigners"), - (UniCase("placeholdr"), "placeholder"), - (UniCase("airosft"), "airsoft"), - (UniCase("sportmansship"), "sportsmanship"), - (UniCase("armageddin"), "armageddon"), - (UniCase("disterbance"), "disturbance"), - (UniCase("paralells"), "parallels"), - (UniCase("physcology"), "psychology"), - (UniCase("contribuit"), "contribute"), - (UniCase("sunfiber"), "sunfire"), - (UniCase("umpredictable"), "unpredictable"), - (UniCase("rectangual"), "rectangular"), - (UniCase("depersonalises"), "depersonalizes"), - (UniCase("tailgateing"), "tailgating"), - (UniCase("participents"), "participants"), - (UniCase("anonymos"), "anonymous"), - (UniCase("tyhat"), "that"), - (UniCase("contrictions"), "contractions"), - (UniCase("neckbeardese"), "neckbeards"), - (UniCase("convirtible"), "convertible"), - (UniCase("surplanted"), "supplanted"), - (UniCase("cancelled"), "canceled"), - (UniCase("brisben"), "brisbane"), - (UniCase("rationalises"), "rationalizes"), - (UniCase("accidentes"), "accidents"), - (UniCase("comitting"), "committing"), - (UniCase("nauseuos"), "nauseous"), - (UniCase("doctirne"), "doctrine"), - (UniCase("confrontaion"), "confrontation"), - (UniCase("revoultion"), "revolution"), - (UniCase("kilomoters"), "kilometers"), - (UniCase("romanmania"), "romanian"), - (UniCase("atomsphere"), "atmosphere"), - (UniCase("compainons"), "companions"), - (UniCase("modernise"), "modernize"), - (UniCase("beethoveen"), "beethoven"), - (UniCase("herione"), "heroine"), - (UniCase("theroist"), "theorist"), - (UniCase("linguisitic"), "linguistic"), - (UniCase("alternatiely"), "alternately"), - (UniCase("enviromental"), "environmental"), - (UniCase("anyhting"), "anything"), - (UniCase("dortumnd"), "dortmund"), - (UniCase("reciprociate"), "reciprocate"), - (UniCase("tailord"), "tailored"), - (UniCase("racistas"), "racists"), - (UniCase("experiemnted"), "experimented"), - (UniCase("concersation"), "conservation"), - (UniCase("esitmate"), "estimate"), - (UniCase("midfieldiers"), "midfielders"), - (UniCase("bilsters"), "blisters"), - (UniCase("tenderise"), "tenderize"), - (UniCase("complciated"), "complicate"), - (UniCase("unsusbtantiated"), "unsubstantiated"), - (UniCase("sharkening"), "sharpening"), - (UniCase("smarthpone"), "smartphone"), - (UniCase("ryenolds"), "reynolds"), - (UniCase("uninterneted"), "uninterested"), - (UniCase("subtances"), "substances"), - (UniCase("generalizaton"), "generalization"), - (UniCase("ocasioned"), "occasioned"), - (UniCase("gypises"), "gypsies"), - (UniCase("electrinic"), "electrician"), - (UniCase("stealthely"), "stealthy"), - (UniCase("transfere"), "transferred"), - (UniCase("congratulatons"), "congratulations"), - (UniCase("pyramind"), "pyramid"), - (UniCase("neckbeardus"), "neckbeards"), - (UniCase("religiousy"), "religiously"), - (UniCase("enxt"), "next"), - (UniCase("convencional"), "conventional"), - (UniCase("execising"), "exercising"), - (UniCase("recomended"), "recommended"), - (UniCase("irresponsibe"), "irresponsible"), - (UniCase("altruisitic"), "altruistic"), - (UniCase("importently"), "importantly"), - (UniCase("segretation"), "segregation"), - (UniCase("projectin"), "projection"), - (UniCase("galdiator"), "gladiator"), - (UniCase("retierment"), "retirement"), - (UniCase("compatibiliy"), "compatibility"), - (UniCase("lightining"), "lighting"), - (UniCase("pulverised"), "pulverized"), - (UniCase("agnostacism"), "agnosticism"), - (UniCase("archictect"), "architect"), - (UniCase("revelead"), "revealed"), - (UniCase("arguemnet"), "arguement"), - (UniCase("invitating"), "invitation"), - (UniCase("confilct"), "conflict"), - (UniCase("assmebly"), "assembly"), - (UniCase("prairy"), "prairie"), - (UniCase("philosophised"), "philosophized"), - (UniCase("sacarstic"), "sarcastic"), - (UniCase("institutiei"), "institute"), - (UniCase("branier"), "brainer"), - (UniCase("histarical"), "historical"), - (UniCase("interchangably"), "interchangeably"), - (UniCase("implicacion"), "implication"), - (UniCase("insertos"), "inserts"), - (UniCase("inexplicabley"), "inexplicably"), - (UniCase("dissatsified"), "dissatisfied"), - (UniCase("starwberries"), "strawberries"), - (UniCase("harrased"), "harassed"), - (UniCase("autoatttack"), "autoattack"), - (UniCase("abrutply"), "abruptly"), - (UniCase("competitivos"), "competitions"), - (UniCase("resintalled"), "reinstalled"), - (UniCase("stubborness"), "stubbornness"), - (UniCase("torrentors"), "torrents"), - (UniCase("platfromer"), "platformer"), - (UniCase("exportas"), "exports"), - (UniCase("promethues"), "prometheus"), - (UniCase("specialises"), "specializes"), - (UniCase("switserland"), "switzerland"), - (UniCase("threadened"), "threaded"), - (UniCase("convertire"), "converter"), - (UniCase("reformes"), "reforms"), - (UniCase("noteworty"), "noteworthy"), - (UniCase("transferers"), "transfers"), - (UniCase("misunderstantings"), "misunderstandings"), - (UniCase("incognitio"), "incognito"), - (UniCase("chidlish"), "childish"), - (UniCase("desgining"), "designing"), - (UniCase("ploughmen"), "plowmen"), - (UniCase("inexplicaby"), "inexplicably"), - (UniCase("starined"), "strained"), - (UniCase("necessites"), "necessities"), - (UniCase("invalubale"), "invaluable"), - (UniCase("universaly"), "universally"), - (UniCase("humitidy"), "humidity"), - (UniCase("fideling"), "fielding"), - (UniCase("permamently"), "permanently"), - (UniCase("steriliser"), "sterilizer"), - (UniCase("ghettoising"), "ghettoizing"), - (UniCase("obliderated"), "obliterated"), - (UniCase("vicotries"), "victories"), - (UniCase("bodybuiling"), "bodybuilding"), - (UniCase("marshmalows"), "marshmallows"), - (UniCase("hemipsheres"), "hemisphere"), - (UniCase("contestais"), "contests"), - (UniCase("flawlessley"), "flawlessly"), - (UniCase("coloured"), "colored"), - (UniCase("patronos"), "patrons"), - (UniCase("japanes"), "japanese"), - (UniCase("argumentitive"), "argumentative"), - (UniCase("parameteres"), "parameters"), - (UniCase("pbulisher"), "publisher"), - (UniCase("bomberos"), "bombers"), - (UniCase("awared"), "awarded"), - (UniCase("yodelling"), "yodeling"), - (UniCase("elimanation"), "elimination"), - (UniCase("introductury"), "introductory"), - (UniCase("printerest"), "printers"), - (UniCase("privilegier"), "privilege"), - (UniCase("synonymis"), "synonyms"), - (UniCase("gimmics"), "gimmicks"), - (UniCase("depolying"), "deploying"), - (UniCase("pracitcally"), "practically"), - (UniCase("narcisisstic"), "narcissistic"), - (UniCase("facinated"), "fascinated"), - (UniCase("comfortabley"), "comfortably"), - (UniCase("fascits"), "fascist"), - (UniCase("raelly"), "really"), - (UniCase("apacolypse"), "apocalypse"), - (UniCase("deinitalized"), "deinitialized"), - (UniCase("politey"), "politely"), - (UniCase("intruduction"), "introduction"), - (UniCase("victorios"), "victorious"), - (UniCase("sociologial"), "sociological"), - (UniCase("womanises"), "womanizes"), - (UniCase("indoensia"), "indonesia"), - (UniCase("aprehensive"), "apprehensive"), - (UniCase("powerlisting"), "powerlifting"), - (UniCase("unnecesarily"), "unnecessarily"), - (UniCase("consdidered"), "considered"), - (UniCase("statits"), "statist"), - (UniCase("cynicisim"), "cynicism"), - (UniCase("fashoinable"), "fashionable"), - (UniCase("verical"), "vertical"), - (UniCase("problimatic"), "problematic"), - (UniCase("supermaket"), "supermarket"), - (UniCase("substanitally"), "substantially"), - (UniCase("exacarbated"), "exacerbated"), - (UniCase("metrolopis"), "metropolis"), - (UniCase("conversoin"), "conversions"), - (UniCase("concurrect"), "concurrent"), - (UniCase("refrubished"), "refurbished"), - (UniCase("chatedral"), "cathedral"), - (UniCase("theoritical"), "theoretical"), - (UniCase("compressio"), "compressor"), - (UniCase("mormones"), "mormons"), - (UniCase("scrambe"), "scramble"), - (UniCase("anitsocial"), "antisocial"), - (UniCase("illnesss"), "illnesses"), - (UniCase("decriminalise"), "decriminalize"), - (UniCase("astronaunts"), "astronaut"), - (UniCase("exceptionaly"), "exceptionally"), - (UniCase("mosqutio"), "mosquito"), - (UniCase("restructing"), "restricting"), - (UniCase("downvotees"), "downvoters"), - (UniCase("offically"), "officially"), - (UniCase("craotia"), "croatia"), - (UniCase("harbouring"), "harboring"), - (UniCase("diminsihing"), "diminishing"), - (UniCase("famousy"), "famously"), - (UniCase("bowdlerised"), "bowdlerized"), - (UniCase("statememts"), "statements"), - (UniCase("recongizable"), "recognizable"), - (UniCase("actresss"), "actresses"), - (UniCase("libertariaism"), "libertarianism"), - (UniCase("worshipped"), "worshiped"), - (UniCase("apprentise"), "apprentice"), - (UniCase("automodorator"), "automoderator"), - (UniCase("backfeild"), "backfield"), - (UniCase("participativo"), "participation"), - (UniCase("pithces"), "pitches"), - (UniCase("paramiters"), "parameters"), - (UniCase("christiaan"), "christian"), - (UniCase("completeion"), "completion"), - (UniCase("culrpit"), "culprit"), - (UniCase("thirteeen"), "thirteen"), - (UniCase("terminacion"), "termination"), - (UniCase("imablanced"), "imbalanced"), - (UniCase("ideologisen"), "ideologies"), - (UniCase("garnison"), "garrison"), - (UniCase("infromed"), "informed"), - (UniCase("supportied"), "supported"), - (UniCase("archaeologist"), "archeologist"), - (UniCase("acquifer"), "acquire"), - (UniCase("amplifiy"), "amplify"), - (UniCase("characteristc"), "characteristics"), - (UniCase("trianers"), "trainers"), - (UniCase("criticising"), "criticizing"), - (UniCase("dangeroulsy"), "dangerously"), - (UniCase("gunslanger"), "gunslinger"), - (UniCase("beachead"), "beachhead"), - (UniCase("dispence"), "dispense"), - (UniCase("compartmentalising"), "compartmentalizing"), - (UniCase("organims"), "organism"), - (UniCase("cashies"), "cashiers"), - (UniCase("commentries"), "commenters"), - (UniCase("passiones"), "passions"), - (UniCase("neglectn"), "neglecting"), - (UniCase("privitized"), "privatized"), - (UniCase("affiliaton"), "affiliation"), - (UniCase("expectionally"), "exceptionally"), - (UniCase("counterfest"), "counterfeit"), - (UniCase("projectie"), "projectile"), - (UniCase("aggreed"), "agreed"), - (UniCase("rythm"), "rhythm"), - (UniCase("compones"), "compose"), - (UniCase("statiskt"), "statist"), - (UniCase("lonley"), "lonely"), - (UniCase("designade"), "designated"), - (UniCase("commecen"), "commence"), - (UniCase("chillead"), "chilled"), - (UniCase("categorising"), "categorizing"), - (UniCase("infromative"), "informative"), - (UniCase("respektable"), "respectable"), - (UniCase("manoeuvres"), "maneuvers"), - (UniCase("reportedy"), "reportedly"), - (UniCase("absuridty"), "absurdity"), - (UniCase("hypotehtically"), "hypothetically"), - (UniCase("specializare"), "specialize"), - (UniCase("thorats"), "throats"), - (UniCase("avilable"), "available"), - (UniCase("obiedence"), "obedience"), - (UniCase("premesis"), "premises"), - (UniCase("adverst"), "adverts"), - (UniCase("carrotus"), "carrots"), - (UniCase("bengalos"), "bengals"), - (UniCase("ogliarchy"), "oligarchy"), - (UniCase("pallete"), "palette"), - (UniCase("neccesarily"), "necessarily"), - (UniCase("satirising"), "satirizing"), - (UniCase("apolagizing"), "apologizing"), - (UniCase("simplet"), "simplest"), - (UniCase("prefereble"), "preferable"), - (UniCase("violentce"), "violence"), - (UniCase("beautifuly"), "beautifully"), - (UniCase("plagiarise"), "plagiarize"), - (UniCase("constaints"), "constraints"), - (UniCase("hismelf"), "himself"), - (UniCase("connitations"), "connotations"), - (UniCase("chemsitry"), "chemistry"), - (UniCase("universite"), "universities"), - (UniCase("advertisiment"), "advertisement"), - (UniCase("hungarin"), "hungarian"), - (UniCase("stupdily"), "stupidly"), - (UniCase("narcissict"), "narcissist"), - (UniCase("threshhold"), "threshold"), - (UniCase("progressivas"), "progressives"), - (UniCase("ridiculize"), "ridicule"), - (UniCase("heidelburg"), "heidelberg"), - (UniCase("paraylsis"), "paralysis"), - (UniCase("protruberance"), "protuberance"), - (UniCase("importamt"), "important"), - (UniCase("concideration"), "consideration"), - (UniCase("intimitely"), "intimately"), - (UniCase("orgasmus"), "orgasms"), - (UniCase("proffesional"), "professional"), - (UniCase("protaginst"), "protagonist"), - (UniCase("descuss"), "discuss"), - (UniCase("lincolon"), "lincoln"), - (UniCase("philosohpies"), "philosophies"), - (UniCase("cosiness"), "coziness"), - (UniCase("abomanation"), "abomination"), - (UniCase("activizion"), "activision"), - (UniCase("iraninas"), "iranians"), - (UniCase("stratgey"), "strategy"), - (UniCase("predominantley"), "predominantly"), - (UniCase("villegas"), "villages"), - (UniCase("erroneos"), "erroneous"), - (UniCase("paristan"), "partisan"), - (UniCase("berskerer"), "berserker"), - (UniCase("symoblism"), "symbolism"), - (UniCase("imediately"), "immediately"), - (UniCase("merficul"), "merciful"), - (UniCase("musculaire"), "muscular"), - (UniCase("independnet"), "independents"), - (UniCase("noticable"), "noticeable"), - (UniCase("patriarca"), "patriarchal"), - (UniCase("rabinnical"), "rabbinical"), - (UniCase("rosettta"), "rosetta"), - (UniCase("unprofessionnal"), "unprofessional"), - (UniCase("vitenamese"), "vietnamese"), - (UniCase("invaldiates"), "invalidates"), - (UniCase("reciprocrate"), "reciprocate"), - (UniCase("organizarme"), "organizer"), - (UniCase("poisonis"), "poisons"), - (UniCase("sucession"), "succession"), - (UniCase("aqcuired"), "acquired"), - (UniCase("archaeologically"), "archeologically"), - (UniCase("beligan"), "belgian"), - (UniCase("symetry"), "symmetry"), - (UniCase("morroco"), "morocco"), - (UniCase("unemployent"), "unemployment"), - (UniCase("transforners"), "transformers"), - (UniCase("neglicible"), "negligible"), - (UniCase("waht"), "what"), - (UniCase("krudish"), "kurdish"), - (UniCase("graphiclly"), "graphically"), - (UniCase("impossibillity"), "impossibility"), - (UniCase("inexperiente"), "inexperience"), - (UniCase("embarrissing"), "embarrassing"), - (UniCase("devestated"), "devastated"), - (UniCase("analyseas"), "analyses"), - (UniCase("motherobard"), "motherboards"), - (UniCase("strengthin"), "strengthen"), - (UniCase("missionarry"), "missionary"), - (UniCase("lentiles"), "lentils"), - (UniCase("colleauges"), "colleagues"), - (UniCase("encyrption"), "encryption"), - (UniCase("jefferty"), "jeffery"), - (UniCase("freedomers"), "freedoms"), - (UniCase("remould"), "remold"), - (UniCase("coutnerpart"), "counterpart"), - (UniCase("spetember"), "september"), - (UniCase("moustahce"), "moustache"), - (UniCase("numercial"), "numerical"), - (UniCase("gerat"), "great"), - (UniCase("bisexuella"), "bisexual"), - (UniCase("soundtrakc"), "soundtracks"), - (UniCase("icongnito"), "incognito"), - (UniCase("definutely"), "definately"), - (UniCase("occurances"), "occurrences"), - (UniCase("tricolours"), "tricolors"), - (UniCase("designacion"), "designation"), - (UniCase("lecteurs"), "lectures"), - (UniCase("illuminiti"), "illuminati"), - (UniCase("cinematograhpy"), "cinematography"), - (UniCase("seceeded"), "succeeded"), - (UniCase("compromessi"), "compromises"), - (UniCase("manufactored"), "manufactured"), - (UniCase("electroncs"), "electrons"), - (UniCase("quanitites"), "quantities"), - (UniCase("creationsist"), "creationist"), - (UniCase("eraticly"), "erratically"), - (UniCase("ravelled"), "raveled"), - (UniCase("liscense"), "license"), - (UniCase("equiped"), "equipped"), - (UniCase("intimidaton"), "intimidation"), - (UniCase("dungeoun"), "dungeon"), - (UniCase("manoeuvrability"), "maneuverability"), - (UniCase("langauge"), "language"), - (UniCase("benevelont"), "benevolent"), - (UniCase("raosting"), "roasting"), - (UniCase("incarcaration"), "incarceration"), - (UniCase("weightlifitng"), "weightlifting"), - (UniCase("pyschology"), "psychology"), - (UniCase("mathematicaly"), "mathematically"), - (UniCase("investiagtions"), "investigations"), - (UniCase("earilest"), "earliest"), - (UniCase("singualrity"), "singularity"), - (UniCase("concelear"), "concealer"), - (UniCase("straightend"), "straightened"), - (UniCase("wisconisn"), "wisconsin"), - (UniCase("seraches"), "searches"), - (UniCase("renegeration"), "regeneration"), - (UniCase("epitomises"), "epitomizes"), - (UniCase("commerical"), "commercial"), - (UniCase("continuacion"), "continuation"), - (UniCase("submerines"), "submarines"), - (UniCase("regulatin"), "regulations"), - (UniCase("entreprenures"), "entrepreneurs"), - (UniCase("dialectos"), "dialects"), - (UniCase("manufacturs"), "manufactures"), - (UniCase("synonmys"), "synonyms"), - (UniCase("concentraion"), "concentration"), - (UniCase("overklocked"), "overclocked"), - (UniCase("pyschiatrist"), "psychiatrist"), - (UniCase("defualt"), "default"), - (UniCase("triguered"), "triggered"), - (UniCase("soluable"), "soluble"), - (UniCase("stakeboarding"), "skateboarding"), - (UniCase("notoriosly"), "notoriously"), - (UniCase("profitible"), "profitable"), - (UniCase("snowbals"), "snowballs"), - (UniCase("literallly"), "literally"), - (UniCase("intensitiy"), "intensity"), - (UniCase("controdicting"), "contradicting"), - (UniCase("fundumentalist"), "fundamentalist"), - (UniCase("confessin"), "confession"), - (UniCase("shrivelling"), "shriveling"), - (UniCase("gravelled"), "graveled"), - (UniCase("ligthweight"), "lightweight"), - (UniCase("humanitary"), "humanity"), - (UniCase("appareil"), "apparel"), - (UniCase("progresssing"), "progressing"), - (UniCase("tje"), "the"), - (UniCase("ironcially"), "ironically"), - (UniCase("gorumet"), "gourmet"), - (UniCase("spoonfulls"), "spoonfuls"), - (UniCase("enamoured"), "enamored"), - (UniCase("overwhemled"), "overwhelmed"), - (UniCase("crusiers"), "cruisers"), - (UniCase("indiffernece"), "indifference"), - (UniCase("fecthes"), "fetches"), - (UniCase("neurosicence"), "neuroscience"), - (UniCase("photagrapher"), "photographer"), - (UniCase("greneer"), "greener"), - (UniCase("confugurations"), "configurations"), - (UniCase("contribuyes"), "contributes"), - (UniCase("individiual"), "individual"), - (UniCase("luckliy"), "luckily"), - (UniCase("neckbeardies"), "neckbeards"), - (UniCase("paraylzed"), "paralyzed"), - (UniCase("compeditive"), "competitive"), - (UniCase("consituted"), "constituted"), - (UniCase("acopalypse"), "apocalypse"), - (UniCase("specifing"), "specifying"), - (UniCase("prophetes"), "prophets"), - (UniCase("rathcet"), "ratchet"), - (UniCase("methapors"), "metaphors"), - (UniCase("imporved"), "improved"), - (UniCase("peripherials"), "peripherals"), - (UniCase("trpoical"), "tropical"), - (UniCase("tranistional"), "transitional"), - (UniCase("commentater"), "commentator"), - (UniCase("distrubute"), "distribute"), - (UniCase("bruglar"), "burglar"), - (UniCase("sterilisation"), "sterilization"), - (UniCase("concatinated"), "contaminated"), - (UniCase("impecabbly"), "impeccably"), - (UniCase("standartized"), "standardized"), - (UniCase("adventrues"), "adventures"), - (UniCase("centuties"), "centuries"), - (UniCase("derivitive"), "derivative"), - (UniCase("legnths"), "lengths"), - (UniCase("organizare"), "organizer"), - (UniCase("approxamate"), "approximate"), - (UniCase("attaindre"), "attainder"), - (UniCase("hospitalisation"), "hospitalization"), - (UniCase("interpreteer"), "interpreter"), - (UniCase("infograpgic"), "infographic"), - (UniCase("descriminant"), "discriminant"), - (UniCase("interveiwer"), "interviewer"), - (UniCase("terriory"), "territory"), - (UniCase("worthelss"), "worthless"), - (UniCase("triators"), "traitors"), - (UniCase("portraiing"), "portraying"), - (UniCase("incredibily"), "incredibly"), - (UniCase("golaith"), "goliath"), - (UniCase("stabelized"), "stabilized"), - (UniCase("prohibiteds"), "prohibits"), - (UniCase("maneouvred"), "manoeuvred"), - (UniCase("exipration"), "expiration"), - (UniCase("neglibible"), "negligible"), - (UniCase("dynamicus"), "dynamics"), - (UniCase("preconceieved"), "preconceived"), - (UniCase("producto"), "production"), - (UniCase("evertyime"), "everytime"), - (UniCase("mathamatician"), "mathematician"), - (UniCase("upgrads"), "upgrades"), - (UniCase("phychiatrist"), "psychiatrist"), - (UniCase("islamit"), "islamist"), - (UniCase("infintrator"), "infiltrator"), - (UniCase("infinately"), "infinitely"), - (UniCase("calssify"), "classify"), - (UniCase("attributted"), "attribute"), - (UniCase("sacrificare"), "sacrifice"), - (UniCase("socialsits"), "socialists"), - (UniCase("definig"), "defining"), - (UniCase("interregation"), "interrogation"), - (UniCase("clenaser"), "cleanser"), - (UniCase("democraticaly"), "democratically"), - (UniCase("cataclym"), "cataclysm"), - (UniCase("conceald"), "concealed"), - (UniCase("involnerable"), "invulnerable"), - (UniCase("playgorund"), "playground"), - (UniCase("prelayed"), "replayed"), - (UniCase("sentenceing"), "sentencing"), - (UniCase("extemporisation"), "extemporization"), - (UniCase("pkaythroughs"), "playthroughs"), - (UniCase("snippert"), "snippet"), - (UniCase("instuction"), "instruction"), - (UniCase("acheivment"), "achievement"), - (UniCase("buddhits"), "buddhist"), - (UniCase("cosutmes"), "costumes"), - (UniCase("eventaully"), "eventually"), - (UniCase("mhytical"), "mythical"), - (UniCase("umemployment"), "unemployment"), - (UniCase("propulaios"), "propulsion"), - (UniCase("pessimistc"), "pessimistic"), - (UniCase("driectly"), "directly"), - (UniCase("libertatians"), "libertarians"), - (UniCase("simluate"), "simulate"), - (UniCase("philippenis"), "philippines"), - (UniCase("southerton"), "southern"), - (UniCase("autocoreect"), "autocorrect"), - (UniCase("reconcilation"), "reconciliation"), - (UniCase("pestizides"), "pesticides"), - (UniCase("maniuplative"), "manipulative"), - (UniCase("predesposed"), "predisposed"), - (UniCase("maybelliene"), "maybelline"), - (UniCase("spriritual"), "spiritual"), - (UniCase("deustchland"), "deutschland"), - (UniCase("jalibroken"), "jailbroken"), - (UniCase("considerablly"), "considerably"), - (UniCase("coincidentaly"), "coincidentally"), - (UniCase("everyting"), "everything"), - (UniCase("anticapated"), "anticipated"), - (UniCase("refect"), "reflect"), - (UniCase("relfection"), "reflection"), - (UniCase("mircoscope"), "microscope"), - (UniCase("behvaiours"), "behaviours"), - (UniCase("millionar"), "millionaire"), - (UniCase("awkwardsness"), "awkwardness"), - (UniCase("photographier"), "photographer"), - (UniCase("configuartion"), "configuration"), - (UniCase("agruably"), "arguably"), - (UniCase("orignally"), "originally"), - (UniCase("magicin"), "magician"), - (UniCase("transculent"), "translucent"), - (UniCase("extremistisk"), "extremists"), - (UniCase("infiltrait"), "infiltrate"), - (UniCase("privatisation"), "privatization"), - (UniCase("associsted"), "associates"), - (UniCase("sodomise"), "sodomize"), - (UniCase("encyklopedia"), "encyclopedia"), - (UniCase("jeruslaem"), "jerusalem"), - (UniCase("forcifully"), "forcefully"), - (UniCase("harmonisch"), "harmonic"), - (UniCase("landins"), "landings"), - (UniCase("transportion"), "transporting"), - (UniCase("nitorgen"), "nitrogen"), - (UniCase("cheesebuger"), "cheeseburger"), - (UniCase("epsorts"), "esports"), - (UniCase("determinas"), "determines"), - (UniCase("dimensionnal"), "dimensional"), - (UniCase("alchohol"), "alcohol"), - (UniCase("sovereinty"), "sovereignty"), - (UniCase("vietnamise"), "vietnamese"), - (UniCase("fundamentalistiskt"), "fundamentalists"), - (UniCase("substituer"), "substitute"), - (UniCase("institutionalising"), "institutionalizing"), - (UniCase("hten"), "then"), - (UniCase("encolsed"), "enclosed"), - (UniCase("journies"), "journeys"), - (UniCase("generalife"), "generalize"), - (UniCase("inconsistentcies"), "inconsistencies"), - (UniCase("slighly"), "slightly"), - (UniCase("prohibitted"), "prohibited"), - (UniCase("thikning"), "thinking"), - (UniCase("frontilne"), "frontline"), - (UniCase("afternon"), "afternoon"), - (UniCase("administratiei"), "administrative"), - (UniCase("disbales"), "disables"), - (UniCase("culterally"), "culturally"), - (UniCase("simluations"), "simulations"), - (UniCase("distingiushing"), "distinguishing"), - (UniCase("scrutinised"), "scrutinized"), - (UniCase("fermenterad"), "fermented"), - (UniCase("sacremento"), "sacramento"), - (UniCase("punishemnt"), "punishments"), - (UniCase("doctrins"), "doctrines"), - (UniCase("pesitcides"), "pesticides"), - (UniCase("expiremental"), "experimental"), - (UniCase("emmisary"), "emissary"), - (UniCase("peoms"), "poems"), - (UniCase("exagerrate"), "exaggerate"), - (UniCase("hyperlobic"), "hyperbolic"), - (UniCase("sergent"), "sergeant"), - (UniCase("carolinia"), "carolina"), - (UniCase("strawbrary"), "strawberry"), - (UniCase("thurdsay"), "thursday"), - (UniCase("stigmatised"), "stigmatized"), - (UniCase("capatilism"), "capitalism"), - (UniCase("warrantles"), "warranties"), - (UniCase("hurricaines"), "hurricanes"), - (UniCase("unkown"), "unknown"), - (UniCase("libguistics"), "linguistics"), - (UniCase("parapharsed"), "paraphrase"), - (UniCase("bakc"), "back"), - (UniCase("bascily"), "basicly"), - (UniCase("tutrles"), "turtles"), - (UniCase("vanillia"), "vanilla"), - (UniCase("motorised"), "motorized"), - (UniCase("relcaim"), "reclaim"), - (UniCase("wreslte"), "wrestle"), - (UniCase("cabinettas"), "cabinets"), - (UniCase("misundertsanding"), "misunderstandings"), - (UniCase("replacemet"), "replacements"), - (UniCase("origines"), "origins"), - (UniCase("interpretarem"), "interpreter"), - (UniCase("prosectuor"), "prosecutor"), - (UniCase("continuos"), "continuous"), - (UniCase("compleation"), "compilation"), - (UniCase("egotisitcal"), "egotistical"), - (UniCase("prostitiute"), "prostitute"), - (UniCase("documenation"), "documentation"), - (UniCase("execptions"), "exceptions"), - (UniCase("liquidas"), "liquids"), - (UniCase("sldiers"), "sliders"), - (UniCase("unsistainable"), "unsustainable"), - (UniCase("demenaor"), "demeanor"), - (UniCase("agriculturual"), "agricultural"), - (UniCase("laboratroy"), "laboratory"), - (UniCase("autocorrct"), "autocorrect"), - (UniCase("progrom"), "pogrom"), - (UniCase("psychologicaly"), "psychologically"), - (UniCase("evaluationg"), "evaluating"), - (UniCase("restarant"), "restaurant"), - (UniCase("flautists"), "flutists"), - (UniCase("elementy"), "elementary"), - (UniCase("cringely"), "cringey"), - (UniCase("murderered"), "murdered"), - (UniCase("beaurocracy"), "bureaucracy"), - (UniCase("comprassem"), "compress"), - (UniCase("intimatley"), "intimately"), - (UniCase("ratpure"), "rapture"), - (UniCase("predetirmined"), "predetermined"), - (UniCase("physcial"), "physical"), - (UniCase("baceause"), "because"), - (UniCase("pregnanies"), "pregnancies"), - (UniCase("achived"), "achieved"), - (UniCase("trasnporter"), "transporter"), - (UniCase("hallukination"), "hallucination"), - (UniCase("extrordinary"), "extraordinary"), - (UniCase("signatue"), "signatures"), - (UniCase("gadgest"), "gadgets"), - (UniCase("dispuse"), "disputes"), - (UniCase("eulogised"), "eulogized"), - (UniCase("preriod"), "period"), - (UniCase("baulked"), "balked"), - (UniCase("cruthces"), "crutches"), - (UniCase("firwmare"), "firmware"), - (UniCase("captians"), "captains"), - (UniCase("propsects"), "prospects"), - (UniCase("utilitiy"), "utility"), - (UniCase("goverend"), "governed"), - (UniCase("defences"), "defenses"), - (UniCase("democracries"), "democracies"), - (UniCase("plebicite"), "plebiscite"), - (UniCase("patroitic"), "patriotic"), - (UniCase("inderictly"), "indirectly"), - (UniCase("sponsorees"), "sponsors"), - (UniCase("absymal"), "abysmal"), - (UniCase("reminiscient"), "reminiscent"), - (UniCase("indicatore"), "indicate"), - (UniCase("oustiders"), "outsiders"), - (UniCase("desoriented"), "disoriented"), - (UniCase("cxan"), "cyan"), - (UniCase("coincidince"), "coincidence"), - (UniCase("sqiushy"), "squishy"), - (UniCase("spontanuously"), "spontaneously"), - (UniCase("secretas"), "secrets"), - (UniCase("umcomfortable"), "uncomfortable"), - (UniCase("compaines"), "companies"), - (UniCase("utiltiy"), "utility"), - (UniCase("qualifierais"), "qualifiers"), - (UniCase("varations"), "variations"), - (UniCase("supposidely"), "supposedly"), - (UniCase("usefull"), "useful"), - (UniCase("participte"), "participate"), - (UniCase("undesriable"), "undesirable"), - (UniCase("subsconcious"), "subconscious"), - (UniCase("haemorrhaged"), "hemorrhaged"), - (UniCase("missionaire"), "missionaries"), - (UniCase("govorment"), "government"), - (UniCase("multiplicaton"), "multiplication"), - (UniCase("distrubuted"), "distributed"), - (UniCase("hispanis"), "hispanics"), - (UniCase("interfereing"), "interfering"), - (UniCase("investiage"), "investigate"), - (UniCase("shenenigans"), "shenanigans"), - (UniCase("sancturay"), "sanctuary"), - (UniCase("polyphonyic"), "polyphonic"), - (UniCase("interpratation"), "interpretation"), - (UniCase("methodoloy"), "methodology"), - (UniCase("collpase"), "collapse"), - (UniCase("vindicte"), "vindictive"), - (UniCase("questional"), "questionable"), - (UniCase("thirites"), "thirties"), - (UniCase("retrebution"), "retribution"), - (UniCase("condemnig"), "condemning"), - (UniCase("instinctivelly"), "instinctively"), - (UniCase("desensitived"), "desensitized"), - (UniCase("straightie"), "straighten"), - (UniCase("consentration"), "concentration"), - (UniCase("consultanti"), "consultation"), - (UniCase("onwership"), "ownership"), - (UniCase("arisoft"), "airsoft"), - (UniCase("restraind"), "restrained"), - (UniCase("atremis"), "artemis"), - (UniCase("mulitples"), "multiples"), - (UniCase("troublehsooting"), "troubleshooting"), - (UniCase("commentarea"), "commenter"), - (UniCase("lanugages"), "languages"), - (UniCase("anaesthetists"), "anesthetists"), - (UniCase("individualise"), "individualize"), - (UniCase("professionnalism"), "professionalism"), - (UniCase("miracluous"), "miraculous"), - (UniCase("draclua"), "dracula"), - (UniCase("leftsits"), "leftists"), - (UniCase("conqured"), "conquered"), - (UniCase("caclulators"), "calculators"), - (UniCase("awknowledgement"), "acknowledgement"), - (UniCase("consistentcy"), "consistently"), - (UniCase("configuraton"), "configuration"), - (UniCase("coca cola"), "coca-cola"), - (UniCase("acknowldeged"), "acknowledged"), - (UniCase("alchmeist"), "alchemist"), - (UniCase("tahn"), "than"), - (UniCase("alchmey"), "alchemy"), - (UniCase("squirrelies"), "squirrels"), - (UniCase("disappearnace"), "disappearance"), - (UniCase("vegeterian"), "vegetarian"), - (UniCase("apoligized"), "apologized"), - (UniCase("semseter"), "semester"), - (UniCase("downloaad"), "download"), - (UniCase("compositons"), "compositions"), - (UniCase("practie"), "practise"), - (UniCase("intrinsecally"), "intrinsically"), - (UniCase("figuretively"), "figuratively"), - (UniCase("acquiantence"), "acquaintance"), - (UniCase("mingiame"), "minigame"), - (UniCase("repsots"), "reposts"), - (UniCase("transmited"), "transmitted"), - (UniCase("unauthroized"), "unauthorized"), - (UniCase("scarmbled"), "scrambled"), - (UniCase("prevert"), "pervert"), - (UniCase("reveiw"), "review"), - (UniCase("talekd"), "talked"), - (UniCase("shephed"), "shepherd"), - (UniCase("inappropraitely"), "inappropriately"), - (UniCase("annointing"), "anointing"), - (UniCase("implicitely"), "implicitly"), - (UniCase("restricte"), "restrictive"), - (UniCase("throughiut"), "throughput"), - (UniCase("intercontinetal"), "intercontinental"), - (UniCase("prostitutas"), "prostitutes"), - (UniCase("geogrpahical"), "geographical"), - (UniCase("diahrrea"), "diarrhea"), - (UniCase("mathametician"), "mathematician"), - (UniCase("responsiblty"), "responsibly"), - (UniCase("similiarity"), "similarity"), - (UniCase("marshmallons"), "marshmallows"), - (UniCase("refelcts"), "reflects"), - (UniCase("strawburry"), "strawberry"), - (UniCase("resistence"), "resistance"), - (UniCase("repsonsibilities"), "responsibilities"), - (UniCase("dolphis"), "dolphins"), - (UniCase("objectivelly"), "objectively"), - (UniCase("receips"), "receipts"), - (UniCase("disposle"), "dispose"), - (UniCase("commissons"), "commissions"), - (UniCase("renewabe"), "renewables"), - (UniCase("ejaculaton"), "ejaculation"), - (UniCase("saskatcehwan"), "saskatchewan"), - (UniCase("documenatry"), "documentary"), - (UniCase("splendours"), "splendors"), - (UniCase("academcially"), "academically"), - (UniCase("plesant"), "pleasant"), - (UniCase("developmant"), "developmental"), - (UniCase("conditon"), "condition"), - (UniCase("supermarkts"), "supermarkets"), - (UniCase("invincibe"), "invincible"), - (UniCase("resurrecion"), "resurrection"), - (UniCase("authobiographic"), "autobiographic"), - (UniCase("inevetable"), "inevitable"), - (UniCase("banditas"), "bandits"), - (UniCase("evangalical"), "evangelical"), - (UniCase("compatibile"), "compatible"), - (UniCase("predatobr"), "predator"), - (UniCase("recieve"), "receive"), - (UniCase("chinesse"), "chinese"), - (UniCase("pennsylvaina"), "pennsylvania"), - (UniCase("caluclators"), "calculators"), - (UniCase("destinato"), "destination"), - (UniCase("romanin"), "romanian"), - (UniCase("domecrat"), "democrat"), - (UniCase("vampirs"), "vampires"), - (UniCase("psychyatrists"), "psychiatrists"), - (UniCase("benefica"), "beneficial"), - (UniCase("civilizaiton"), "civilization"), - (UniCase("deterioriating"), "deteriorating"), - (UniCase("neglegible"), "negligible"), - (UniCase("sheepel"), "sheeple"), - (UniCase("acsended"), "ascended"), - (UniCase("vidoegame"), "videogame"), - (UniCase("fertilisation"), "fertilization"), - (UniCase("phychedelics"), "psychedelics"), - (UniCase("genuises"), "geniuses"), - (UniCase("sexualixed"), "sexualized"), - (UniCase("mysterise"), "mysteries"), - (UniCase("preposters"), "preposterous"), - (UniCase("generase"), "generates"), - (UniCase("interruped"), "interrupted"), - (UniCase("asorbed"), "absorbed"), - (UniCase("resolvs"), "resolves"), - (UniCase("wnats"), "wants"), - (UniCase("chmabers"), "chambers"), - (UniCase("illuninati"), "illuminati"), - (UniCase("manufacutrers"), "manufactures"), - (UniCase("gosepls"), "gospels"), - (UniCase("independendet"), "independent"), - (UniCase("sensitise"), "sensitize"), - (UniCase("resistanses"), "resistances"), - (UniCase("aquiantance"), "acquaintance"), - (UniCase("theologia"), "theological"), - (UniCase("radioactieve"), "radioactive"), - (UniCase("hamburgeres"), "hamburgers"), - (UniCase("impossibry"), "impossibly"), - (UniCase("tendensies"), "tendencies"), - (UniCase("insmonia"), "insomnia"), - (UniCase("saksatchewan"), "saskatchewan"), - (UniCase("flaried"), "flaired"), - (UniCase("ublisher"), "publisher"), - (UniCase("conceptualising"), "conceptualizing"), - (UniCase("illumanati"), "illuminati"), - (UniCase("invulnerabile"), "invulnerable"), - (UniCase("disturbence"), "disturbance"), - (UniCase("antisosial"), "antisocial"), - (UniCase("rheotric"), "rhetoric"), - (UniCase("netropolitan"), "metropolitan"), - (UniCase("idealisitc"), "idealistic"), - (UniCase("europian"), "european"), - (UniCase("nutreints"), "nutrients"), - (UniCase("challeneges"), "challenges"), - (UniCase("pshycological"), "psychological"), - (UniCase("desnely"), "densely"), - (UniCase("physicks"), "physics"), - (UniCase("comfortabel"), "comfortably"), - (UniCase("proportianally"), "proportionally"), - (UniCase("initally"), "initially"), - (UniCase("hunagrian"), "hungarian"), - (UniCase("advocade"), "advocated"), - (UniCase("responsibillities"), "responsibilities"), - (UniCase("modifieras"), "modifiers"), - (UniCase("fedility"), "fidelity"), - (UniCase("unoperational"), "nonoperational"), - (UniCase("acusing"), "causing"), - (UniCase("singificantly"), "significantly"), - (UniCase("critizicing"), "criticizing"), - (UniCase("decipted"), "depicted"), - (UniCase("renaissace"), "renaissance"), - (UniCase("flucutate"), "fluctuate"), - (UniCase("glitchd"), "glitched"), - (UniCase("meldoic"), "melodic"), - (UniCase("kryptoninte"), "kryptonite"), - (UniCase("protiens"), "proteins"), - (UniCase("manipualte"), "manipulate"), - (UniCase("champinoship"), "championships"), - (UniCase("microtransacton"), "microtransactions"), - (UniCase("consultati"), "consultant"), - (UniCase("statisitc"), "statistic"), - (UniCase("fibreglass"), "fiberglass"), - (UniCase("atmoizer"), "atomizer"), - (UniCase("restaurents"), "restaurants"), - (UniCase("inadaquate"), "inadequate"), - (UniCase("torrentking"), "torrenting"), - (UniCase("persausion"), "persuasion"), - (UniCase("refurbised"), "refurbished"), - (UniCase("copyrigthed"), "copyrighted"), - (UniCase("enhacning"), "enhancing"), - (UniCase("markedet"), "marketed"), - (UniCase("apporpriate"), "appropriate"), - (UniCase("fransiscan"), "franciscan"), - (UniCase("subconcsiously"), "subconsciously"), - (UniCase("collpased"), "collapsed"), - (UniCase("hybridising"), "hybridizing"), - (UniCase("dysentry"), "dysentery"), - (UniCase("interwiever"), "interviewer"), - (UniCase("installesd"), "installs"), - (UniCase("comtaminated"), "contaminated"), - (UniCase("vernaculaire"), "vernacular"), - (UniCase("decpetion"), "deception"), - (UniCase("arcaheology"), "archaeology"), - (UniCase("centilitres"), "centiliters"), - (UniCase("jailborken"), "jailbroken"), - (UniCase("explaind"), "explained"), - (UniCase("ignornace"), "ignorance"), - (UniCase("aggrovated"), "aggravated"), - (UniCase("moderatedly"), "moderately"), - (UniCase("chornological"), "chronological"), - (UniCase("intellectus"), "intellectuals"), - (UniCase("mechanim"), "mechanism"), - (UniCase("wtiches"), "witches"), - (UniCase("partizipation"), "participation"), - (UniCase("feminised"), "feminized"), - (UniCase("accedentally"), "accidentally"), - (UniCase("displayd"), "displayed"), - (UniCase("dsyfunction"), "dysfunction"), - (UniCase("parachutage"), "parachute"), - (UniCase("stubbron"), "stubborn"), - (UniCase("refubrished"), "refurbished"), - (UniCase("parlour"), "parlor"), - (UniCase("microhpones"), "microphones"), - (UniCase("implementase"), "implements"), - (UniCase("dipolmatic"), "diplomatic"), - (UniCase("incompatibil"), "incompatible"), - (UniCase("atheistisch"), "atheistic"), - (UniCase("decotations"), "decorations"), - (UniCase("printes"), "printers"), - (UniCase("institutionalised"), "institutionalized"), - (UniCase("separete"), "seperate"), - (UniCase("incomparible"), "incompatible"), - (UniCase("repblics"), "republics"), - (UniCase("unconditionnally"), "unconditionally"), - (UniCase("condmenation"), "condemnation"), - (UniCase("preminence"), "preeminence"), - (UniCase("protraying"), "portraying"), - (UniCase("onbaord"), "onboard"), - (UniCase("whitelsit"), "whitelist"), - (UniCase("compandium"), "compendium"), - (UniCase("establsihment"), "establishments"), - (UniCase("awknowledged"), "acknowledged"), - (UniCase("stlaker"), "stalker"), - (UniCase("manfiests"), "manifests"), - (UniCase("compuslive"), "compulsive"), - (UniCase("illegetimate"), "illegitimate"), - (UniCase("ultiamte"), "ultimate"), - (UniCase("paychedelics"), "psychedelics"), - (UniCase("orchastrated"), "orchestrated"), - (UniCase("snyopsis"), "synopsis"), - (UniCase("leutenant"), "lieutenant"), - (UniCase("subsquently"), "subsequently"), - (UniCase("strictist"), "strictest"), - (UniCase("adknowledges"), "acknowledges"), - (UniCase("complaines"), "complaints"), - (UniCase("repalcement"), "replacement"), - (UniCase("spirites"), "spirits"), - (UniCase("responsibley"), "responsibly"), - (UniCase("obstruced"), "obstructed"), - (UniCase("pilgirm"), "pilgrim"), - (UniCase("equivlalent"), "equivalent"), - (UniCase("narcissts"), "narcissist"), - (UniCase("downvoties"), "downvoters"), - (UniCase("perpatuating"), "perpetuating"), - (UniCase("magnifacent"), "magnificent"), - (UniCase("pharmeceutical"), "pharmaceutical"), - (UniCase("incomprehenisble"), "incomprehensible"), - (UniCase("lightenting"), "lightening"), - (UniCase("kompensation"), "compensation"), - (UniCase("interferens"), "interferes"), - (UniCase("orgin"), "origin"), - (UniCase("identite"), "identities"), - (UniCase("resolutoin"), "resolutions"), - (UniCase("traveleres"), "travelers"), - (UniCase("procrastonating"), "procrastinating"), - (UniCase("civilised"), "civilized"), - (UniCase("checkpoins"), "checkpoints"), - (UniCase("dystopain"), "dystopian"), - (UniCase("naturely"), "naturally"), - (UniCase("indeginous"), "indigenous"), - (UniCase("harras"), "harass"), - (UniCase("conatins"), "contains"), - (UniCase("consideratie"), "considerate"), - (UniCase("comparisn"), "comparisons"), - (UniCase("advantegeous"), "advantageous"), - (UniCase("accompanyed"), "accompanied"), - (UniCase("toothbursh"), "toothbrush"), - (UniCase("dangerus"), "dangers"), - (UniCase("abriter"), "arbiter"), - (UniCase("reseracher"), "researchers"), - (UniCase("jeruselam"), "jerusalem"), - (UniCase("absoluts"), "absolutes"), - (UniCase("asetic"), "ascetic"), - (UniCase("particularily"), "particularly"), - (UniCase("initalized"), "initialized"), - (UniCase("sporuts"), "sprouts"), - (UniCase("dermetologist"), "dermatologist"), - (UniCase("continuativo"), "continuation"), - (UniCase("curiostiy"), "curiosity"), - (UniCase("sentreis"), "sentries"), - (UniCase("harassement"), "harassment"), - (UniCase("lvoe"), "love"), - (UniCase("philosophae"), "philosopher"), - (UniCase("conservativsm"), "conservatism"), - (UniCase("guantano"), "guantanamo"), - (UniCase("mutlitasking"), "multitasking"), - (UniCase("concertas"), "concerts"), - (UniCase("girlfreind"), "girlfriend"), - (UniCase("sponsorshop"), "sponsorship"), - (UniCase("indepencence"), "independence"), - (UniCase("inflexions"), "inflections"), - (UniCase("reciproce"), "reciprocate"), - (UniCase("pairlament"), "parliament"), - (UniCase("chechpoint"), "checkpoint"), - (UniCase("reputacion"), "reputation"), - (UniCase("sydnicate"), "syndicate"), - (UniCase("nilihism"), "nihilism"), - (UniCase("misunderstandig"), "misunderstandings"), - (UniCase("intellectualised"), "intellectualized"), - (UniCase("touristsy"), "touristy"), - (UniCase("baout"), "about"), - (UniCase("westmonster"), "westminster"), - (UniCase("magnetis"), "magnets"), - (UniCase("conculsive"), "conclusive"), - (UniCase("genitala"), "genitalia"), - (UniCase("powerlfiting"), "powerlifting"), - (UniCase("calrkson"), "clarkson"), - (UniCase("folowing"), "following"), - (UniCase("institutuion"), "institution"), - (UniCase("fermentacion"), "fermentation"), - (UniCase("justificacion"), "justification"), - (UniCase("premissions"), "permissions"), - (UniCase("motoroloa"), "motorola"), - (UniCase("evaulation"), "evaluation"), - (UniCase("fignernails"), "fingernails"), - (UniCase("battlehsips"), "battleship"), - (UniCase("instil"), "instill"), - (UniCase("torrest"), "torrents"), - (UniCase("criticas"), "critics"), - (UniCase("expination"), "expiration"), - (UniCase("twiligt"), "twilight"), - (UniCase("babysister"), "babysitter"), - (UniCase("bestiallity"), "bestiality"), - (UniCase("epitomised"), "epitomized"), - (UniCase("promimently"), "prominently"), - (UniCase("degeneret"), "degenerate"), - (UniCase("cinimatography"), "cinematography"), - (UniCase("disrecpectful"), "disrespectful"), - (UniCase("acsending"), "ascending"), - (UniCase("sponteanous"), "spontaneous"), - (UniCase("remifications"), "ramifications"), - (UniCase("liason"), "liaison"), - (UniCase("grainte"), "granite"), - (UniCase("nuetral"), "neutral"), - (UniCase("procedureal"), "procedural"), - (UniCase("combinacion"), "combination"), - (UniCase("commisssion"), "commissions"), - (UniCase("rutgerus"), "rutgers"), - (UniCase("ridiculus"), "ridiculous"), - (UniCase("exliled"), "exiled"), - (UniCase("turnapound"), "turnaround"), - (UniCase("professoinal"), "professionals"), - (UniCase("massachustts"), "massachusetts"), - (UniCase("summarised"), "summarized"), - (UniCase("friendzonded"), "friendzoned"), - (UniCase("pharmsci"), "pharmacist"), - (UniCase("masterpeice"), "masterpiece"), - (UniCase("sodomises"), "sodomizes"), - (UniCase("tremelo"), "tremolo"), - (UniCase("defensd"), "defends"), - (UniCase("johanine"), "johannine"), - (UniCase("judical"), "judicial"), - (UniCase("askreddt"), "askreddit"), - (UniCase("dectect"), "detect"), - (UniCase("grassrooters"), "grassroots"), - (UniCase("sexualizd"), "sexualized"), - (UniCase("substituto"), "substitution"), - (UniCase("expertis"), "experts"), - (UniCase("intelelctuals"), "intellectuals"), - (UniCase("judegment"), "judgement"), - (UniCase("beuraucrats"), "bureaucrats"), - (UniCase("hardlinked"), "hardline"), - (UniCase("paranoica"), "paranoia"), - (UniCase("uncertaintity"), "uncertainty"), - (UniCase("compteurs"), "computers"), - (UniCase("rehtoric"), "rhetoric"), - (UniCase("previal"), "prevail"), - (UniCase("basicley"), "basicly"), - (UniCase("indoctrication"), "indoctrination"), - (UniCase("consituencies"), "constituencies"), - (UniCase("exlporer"), "explorer"), - (UniCase("schoold"), "schooled"), - (UniCase("hypocritcal"), "hypocritical"), - (UniCase("chilli"), "chili"), - (UniCase("chuch"), "church"), - (UniCase("importanty"), "importantly"), - (UniCase("perusaded"), "persuaded"), - (UniCase("chernobl"), "chernobyl"), - (UniCase("imporbable"), "improbable"), - (UniCase("doplhin"), "dolphin"), - (UniCase("contridictory"), "contradictory"), - (UniCase("conplimenting"), "complimenting"), - (UniCase("phsyically"), "physically"), - (UniCase("inplementation"), "implementation"), - (UniCase("inpredictable"), "unpredictable"), - (UniCase("sacrafice"), "sacrifice"), - (UniCase("communistas"), "communists"), - (UniCase("instututionalized"), "institutionalized"), - (UniCase("repeatae"), "repeatable"), - (UniCase("misgoynistic"), "misogynistic"), - (UniCase("concider"), "consider"), - (UniCase("fundamendalists"), "fundamentalists"), - (UniCase("projectlies"), "projectiles"), - (UniCase("conslutants"), "consultant"), - (UniCase("failurs"), "failures"), - (UniCase("consideras"), "considers"), - (UniCase("comediantes"), "comedians"), - (UniCase("anticipato"), "anticipation"), - (UniCase("incidential"), "incidental"), - (UniCase("desentitized"), "desensitized"), - (UniCase("environmentals"), "environments"), - (UniCase("fundamently"), "fundamental"), - (UniCase("afghanisthan"), "afghanistan"), - (UniCase("disorganisation"), "disorganization"), - (UniCase("migrainers"), "migraines"), - (UniCase("importend"), "imported"), - (UniCase("enlightenting"), "enlightening"), - (UniCase("qualifiies"), "qualifiers"), - (UniCase("playthourgh"), "playthrough"), - (UniCase("shanghi"), "shanghai"), - (UniCase("disproprotionate"), "disproportionate"), - (UniCase("congragation"), "congregation"), - (UniCase("transmissin"), "transmissions"), - (UniCase("fascinatie"), "fascinated"), - (UniCase("shakespere"), "shakespeare"), - (UniCase("authrorities"), "authorities"), - (UniCase("jeopardise"), "jeopardize"), - (UniCase("highlighing"), "highlighting"), - (UniCase("integrarlo"), "integral"), - (UniCase("trabajao"), "trabajo"), - (UniCase("constituintes"), "constituents"), - (UniCase("beahviour"), "behaviour"), - (UniCase("predicited"), "predicated"), - (UniCase("necessairly"), "necessarily"), - (UniCase("keynseian"), "keynesian"), - (UniCase("persued"), "pursued"), - (UniCase("singulary"), "singularity"), - (UniCase("fanservive"), "fanservice"), - (UniCase("colonialsim"), "colonialism"), - (UniCase("horrendeus"), "horrendous"), - (UniCase("psychopatic"), "psychopathic"), - (UniCase("mainpulate"), "manipulate"), - (UniCase("archaeology"), "archeology"), - (UniCase("quarante"), "quarantine"), - (UniCase("coindice"), "coincide"), - (UniCase("framgent"), "fragment"), - (UniCase("spectatores"), "spectators"), - (UniCase("gimmickey"), "gimmicky"), - (UniCase("apporpriation"), "appropriation"), - (UniCase("outpalyed"), "outplayed"), - (UniCase("crusies"), "cruises"), - (UniCase("respectfuly"), "respectfully"), - (UniCase("momenterily"), "momentarily"), - (UniCase("exicting"), "exciting"), - (UniCase("narcissictic"), "narcissistic"), - (UniCase("freinds"), "friends"), - (UniCase("extraordinarilly"), "extraordinary"), - (UniCase("inexperieced"), "inexperienced"), - (UniCase("beseiging"), "besieging"), - (UniCase("vacciante"), "vaccinate"), - (UniCase("priciple"), "principle"), - (UniCase("defeintly"), "definetly"), - (UniCase("determinsim"), "determinism"), - (UniCase("republcian"), "republican"), - (UniCase("feasbile"), "feasible"), - (UniCase("winnins"), "winnings"), - (UniCase("cockroachers"), "cockroaches"), - (UniCase("interestes"), "interests"), - (UniCase("champage"), "champagne"), - (UniCase("algorthims"), "algorithms"), - (UniCase("becames"), "becomes"), - (UniCase("equivalnet"), "equivalents"), - (UniCase("releiver"), "reliever"), - (UniCase("mathcup"), "matchup"), - (UniCase("melodis"), "melodies"), - (UniCase("transgemder"), "transgender"), - (UniCase("obscruity"), "obscurity"), - (UniCase("ideologias"), "ideologies"), - (UniCase("genitalis"), "genitals"), - (UniCase("regualrly"), "regularly"), - (UniCase("invulnerabe"), "invulnerable"), - (UniCase("essentual"), "essential"), - (UniCase("ineffecitve"), "ineffective"), - (UniCase("cosier"), "cozier"), - (UniCase("backdor"), "backdoor"), - (UniCase("breastfeedig"), "breastfeeding"), - (UniCase("liberatrianism"), "libertarianism"), - (UniCase("massachusettians"), "massachusetts"), - (UniCase("metaphisics"), "metaphysics"), - (UniCase("strecthed"), "stretched"), - (UniCase("opartor"), "operator"), - (UniCase("conquoring"), "conquering"), - (UniCase("responsivle"), "responsive"), - (UniCase("neigbourhood"), "neighbourhood"), - (UniCase("anxeity"), "anxiety"), - (UniCase("generats"), "generates"), - (UniCase("brutalised"), "brutalized"), - (UniCase("senoirs"), "seniors"), - (UniCase("ridiculise"), "ridicule"), - (UniCase("swatsika"), "swastika"), - (UniCase("pratictioners"), "practitioners"), - (UniCase("consisent"), "consistent"), - (UniCase("uninstaled"), "uninstalled"), - (UniCase("surprizingly"), "surprisingly"), - (UniCase("airzona"), "arizona"), - (UniCase("orignially"), "originally"), - (UniCase("involuntarly"), "involuntary"), - (UniCase("redefinied"), "redefine"), - (UniCase("doccument"), "document"), - (UniCase("flemmish"), "flemish"), - (UniCase("kollaboration"), "collaboration"), - (UniCase("indepentend"), "independents"), - (UniCase("grammarical"), "grammatical"), - (UniCase("predetermind"), "predetermined"), - (UniCase("govement"), "government"), - (UniCase("dispeners"), "dispenser"), - (UniCase("possable"), "possible"), - (UniCase("abandonne"), "abandonment"), - (UniCase("prouldy"), "proudly"), - (UniCase("chromozomes"), "chromosomes"), - (UniCase("colonising"), "colonizing"), - (UniCase("persumptuous"), "presumptuous"), - (UniCase("abbreviaton"), "abbreviation"), - (UniCase("austrailia"), "australia"), - (UniCase("hamitlon"), "hamilton"), - (UniCase("geogria"), "georgia"), - (UniCase("benelovent"), "benevolent"), - (UniCase("dissobedient"), "disobedient"), - (UniCase("prosporous"), "prosperous"), - (UniCase("belgain"), "belgian"), - (UniCase("aiport"), "airport"), - (UniCase("percpetion"), "perceptions"), - (UniCase("overestemating"), "overestimating"), - (UniCase("theraphy"), "therapy"), - (UniCase("sepearte"), "seperate"), - (UniCase("excisted"), "existed"), - (UniCase("comperative"), "comparative"), - (UniCase("interasting"), "interacting"), - (UniCase("scroates"), "socrates"), - (UniCase("kunckle"), "knuckle"), - (UniCase("protectings"), "protections"), - (UniCase("realsied"), "realised"), - (UniCase("tunraround"), "turnaround"), - (UniCase("brazilions"), "brazilians"), - (UniCase("precentile"), "percentile"), - (UniCase("weridly"), "weirdly"), - (UniCase("procesess"), "processes"), - (UniCase("commere"), "commerce"), - (UniCase("indespensible"), "indispensable"), - (UniCase("hamburglers"), "hamburgers"), - (UniCase("overclcoked"), "overclocked"), - (UniCase("overturing"), "overturn"), - (UniCase("ptichers"), "pitchers"), - (UniCase("heigths"), "heights"), - (UniCase("aseuxal"), "asexual"), - (UniCase("pronounceing"), "pronouncing"), - (UniCase("diffucult"), "difficult"), - (UniCase("blockchan"), "blockchain"), - (UniCase("resporatory"), "respiratory"), - (UniCase("livliehood"), "livelihood"), - (UniCase("arguemnts"), "arguments"), - (UniCase("electronagnetic"), "electromagnetic"), - (UniCase("definitv"), "definitive"), - (UniCase("superfluu"), "superfluous"), - (UniCase("impoverised"), "impoverished"), - (UniCase("efford"), "effort"), - (UniCase("pitckforks"), "pitchforks"), - (UniCase("transcris"), "transcripts"), - (UniCase("politicised"), "politicized"), - (UniCase("executin"), "execution"), - (UniCase("countertraps"), "counterparts"), - (UniCase("generalis"), "generals"), - (UniCase("cthulhlu"), "cthulhu"), - (UniCase("tunrtable"), "turntable"), - (UniCase("tradionally"), "traditionally"), - (UniCase("abandining"), "abandoning"), - (UniCase("multinatinal"), "multinational"), - (UniCase("arbitre"), "arbiter"), - (UniCase("somethintg"), "somethings"), - (UniCase("spolied"), "spoiled"), - (UniCase("presedents"), "presidents"), - (UniCase("turthfully"), "truthfully"), - (UniCase("flashig"), "flashing"), - (UniCase("repbulicans"), "republicans"), - (UniCase("projecitle"), "projectiles"), - (UniCase("nieghboring"), "neighboring"), - (UniCase("absoprtion"), "absorption"), - (UniCase("naughtly"), "naughty"), - (UniCase("occurr"), "occur"), - (UniCase("inspirationnal"), "inspirational"), - (UniCase("vanguad"), "vanguard"), - (UniCase("insertes"), "inserts"), - (UniCase("directix"), "directx"), - (UniCase("condemend"), "condemned"), - (UniCase("expereinced"), "experienced"), - (UniCase("convesration"), "conservation"), - (UniCase("condescening"), "condescending"), - (UniCase("serialised"), "serialized"), - (UniCase("manslaugther"), "manslaughter"), - (UniCase("immobille"), "immobile"), - (UniCase("milestons"), "milestones"), - (UniCase("fleed"), "fled"), - (UniCase("behaviourist"), "behaviorist"), - (UniCase("deathmacth"), "deathmatch"), - (UniCase("representaiton"), "representations"), - (UniCase("nostirls"), "nostrils"), - (UniCase("revolutionair"), "revolutionary"), - (UniCase("beglian"), "belgian"), - (UniCase("confrimation"), "confirmation"), - (UniCase("disolved"), "dissolved"), - (UniCase("confrontating"), "confrontation"), - (UniCase("legitimised"), "legitimized"), - (UniCase("obvisouly"), "obviously"), - (UniCase("valueable"), "valuable"), - (UniCase("prototyps"), "prototypes"), - (UniCase("translucient"), "translucent"), - (UniCase("discoruage"), "discourages"), - (UniCase("emtpied"), "emptied"), - (UniCase("gentialia"), "genitalia"), - (UniCase("underog"), "undergo"), - (UniCase("cosmeticos"), "cosmetics"), - (UniCase("calculaters"), "calculators"), - (UniCase("geographisch"), "geographic"), - (UniCase("travles"), "travels"), - (UniCase("kommissioner"), "commissioner"), - (UniCase("pinncale"), "pinnacle"), - (UniCase("isalmist"), "islamist"), - (UniCase("improsined"), "imprisoned"), - (UniCase("senstive"), "sensitive"), - (UniCase("qauntity"), "quantity"), - (UniCase("snese"), "sneeze"), - (UniCase("distrubitors"), "distributors"), - (UniCase("externalise"), "externalize"), - (UniCase("thornes"), "thrones"), - (UniCase("overhwelming"), "overwhelming"), - (UniCase("malaysain"), "malaysian"), - (UniCase("competidor"), "competitor"), - (UniCase("investagator"), "investigator"), - (UniCase("settelement"), "settlement"), - (UniCase("presist"), "persist"), - (UniCase("driftig"), "drifting"), - (UniCase("frankenstined"), "frankenstein"), - (UniCase("convertiable"), "convertible"), - (UniCase("neccessary"), "necessary"), - (UniCase("nationalitys"), "nationalist"), - (UniCase("contradicing"), "contradicting"), - (UniCase("murderes"), "murders"), - (UniCase("stereotpyical"), "stereotypical"), - (UniCase("reboudns"), "rebounds"), - (UniCase("privatising"), "privatizing"), - (UniCase("penguinese"), "penguins"), - (UniCase("lanuchers"), "launchers"), - (UniCase("construcion"), "construction"), - (UniCase("indivudually"), "individually"), - (UniCase("inersting"), "inserting"), - (UniCase("boundry"), "boundary"), - (UniCase("automotove"), "automotive"), - (UniCase("meoldic"), "melodic"), - (UniCase("tehnically"), "ethnically"), - (UniCase("pinapple"), "pineapple"), - (UniCase("buidling"), "building"), - (UniCase("disgustosi"), "disgusts"), - (UniCase("armoury"), "armory"), - (UniCase("transalting"), "translating"), - (UniCase("considerd"), "considered"), - (UniCase("excurciating"), "excruciating"), - (UniCase("scrutinty"), "scrutiny"), - (UniCase("palcebo"), "placebo"), - (UniCase("intricaces"), "intricacies"), - (UniCase("steeleries"), "steelers"), - (UniCase("teamfighters"), "teamfights"), - (UniCase("casaulties"), "casualties"), - (UniCase("indicents"), "incidents"), - (UniCase("deprivating"), "deprivation"), - (UniCase("capitilism"), "capitalism"), - (UniCase("nightmates"), "nightmares"), - (UniCase("sevice"), "service"), - (UniCase("disadvanteges"), "disadvantages"), - (UniCase("similiair"), "similiar"), - (UniCase("indivuduality"), "individuality"), - (UniCase("costitution"), "constitution"), - (UniCase("infrigning"), "infringing"), - (UniCase("belaboured"), "belabored"), - (UniCase("retartation"), "retardation"), - (UniCase("irridation"), "irritation"), - (UniCase("snydrome"), "syndrome"), - (UniCase("criticallity"), "critically"), - (UniCase("agnositc"), "agnostic"), - (UniCase("respesct"), "respects"), - (UniCase("enduce"), "induce"), - (UniCase("englsih"), "english"), - (UniCase("victoris"), "victories"), - (UniCase("deputise"), "deputize"), - (UniCase("beneficary"), "beneficiary"), - (UniCase("multiplyer"), "multiple"), - (UniCase("reprecussion"), "repercussions"), - (UniCase("activisiom"), "activism"), - (UniCase("extensis"), "extensions"), - (UniCase("widepsread"), "widespread"), - (UniCase("frimware"), "firmware"), - (UniCase("originalt"), "originality"), - (UniCase("analtyics"), "analytics"), - (UniCase("interperting"), "interpreting"), - (UniCase("argumeent"), "arguement"), - (UniCase("westmisnter"), "westminster"), - (UniCase("disbaled"), "disabled"), - (UniCase("condolances"), "condolences"), - (UniCase("constantins"), "constants"), - (UniCase("wavelengh"), "wavelength"), - (UniCase("formatings"), "formations"), - (UniCase("premeir"), "premier"), - (UniCase("concentrait"), "concentrate"), - (UniCase("flahsed"), "flashed"), - (UniCase("subsrcibe"), "subscribe"), - (UniCase("contradicton"), "contradiction"), - (UniCase("refelxes"), "reflexes"), - (UniCase("infleunced"), "influenced"), - (UniCase("redmeption"), "redemption"), - (UniCase("retributioon"), "retribution"), - (UniCase("variantes"), "variants"), - (UniCase("helicopteros"), "helicopters"), - (UniCase("imcomprehensible"), "incomprehensible"), - (UniCase("enviromentalist"), "environmentalist"), - (UniCase("condradicting"), "contradicting"), - (UniCase("glodberg"), "goldberg"), - (UniCase("automoterator"), "automoderator"), - (UniCase("combonation"), "combination"), - (UniCase("experimention"), "experimenting"), - (UniCase("surpressed"), "suppressed"), - (UniCase("predecence"), "precedence"), - (UniCase("redners"), "renders"), - (UniCase("moisturiser"), "moisturizer"), - (UniCase("inplementations"), "implementations"), - (UniCase("sawnson"), "swanson"), - (UniCase("interruptes"), "interrupts"), - (UniCase("broadbad"), "broadband"), - (UniCase("accountatns"), "accountants"), - (UniCase("heartbraker"), "heartbreak"), - (UniCase("misoginyst"), "misogynist"), - (UniCase("scandanivia"), "scandinavian"), - (UniCase("disruptivo"), "disruption"), - (UniCase("exibitions"), "exhibitions"), - (UniCase("seplling"), "spelling"), - (UniCase("monopolets"), "monopolies"), - (UniCase("proportianal"), "proportional"), - (UniCase("democratises"), "democratizes"), - (UniCase("imaginatiei"), "imaginative"), - (UniCase("spectarors"), "spectators"), - (UniCase("goosebumbs"), "goosebumps"), - (UniCase("startupbus"), "startups"), - (UniCase("preservating"), "preservation"), - (UniCase("lingerine"), "lingerie"), - (UniCase("liasion"), "liaison"), - (UniCase("fronteir"), "frontier"), - (UniCase("psychologyst"), "psychologist"), - (UniCase("socioecomonic"), "socioeconomic"), - (UniCase("simialir"), "similiar"), - (UniCase("intimitading"), "intimidating"), - (UniCase("unanmious"), "unanimous"), - (UniCase("perpetuaded"), "perpetuated"), - (UniCase("irresponsable"), "irresponsible"), - (UniCase("alchemey"), "alchemy"), - (UniCase("nationalististic"), "nationalistic"), - (UniCase("metaphysicals"), "metaphysics"), - (UniCase("manufactureers"), "manufactures"), - (UniCase("burrtios"), "burritos"), - (UniCase("demonstarte"), "demonstrate"), - (UniCase("restriccion"), "restriction"), - (UniCase("continuosly"), "continuously"), - (UniCase("adviseer"), "adviser"), - (UniCase("trasnferred"), "transferred"), - (UniCase("geniunely"), "genuinely"), - (UniCase("embarrasing"), "embarrassing"), - (UniCase("investigacion"), "investigation"), - (UniCase("idealistisch"), "idealistic"), - (UniCase("derivaties"), "derivatives"), - (UniCase("tusnami"), "tsunami"), - (UniCase("discontiued"), "discontinued"), - (UniCase("criticisn"), "criticising"), - (UniCase("streamus"), "streams"), - (UniCase("shorly"), "shortly"), - (UniCase("correlatas"), "correlates"), - (UniCase("constraction"), "construction"), - (UniCase("birmignham"), "birmingham"), - (UniCase("adrelanine"), "adrenaline"), - (UniCase("obsessivley"), "obsessive"), - (UniCase("nieghbours"), "neighbours"), - (UniCase("directrx"), "directx"), - (UniCase("preservaton"), "preservation"), - (UniCase("transesxuals"), "transsexuals"), - (UniCase("brakethrough"), "breakthrough"), - (UniCase("aquaintance"), "acquaintance"), - (UniCase("conventionnal"), "conventional"), - (UniCase("keyesnian"), "keynesian"), - (UniCase("ouevre"), "oeuvre"), - (UniCase("adventus"), "adventures"), - (UniCase("yodelled"), "yodeled"), - (UniCase("negoitate"), "negotiate"), - (UniCase("anlayses"), "analyses"), - (UniCase("quantititive"), "quantitative"), - (UniCase("recognisably"), "recognizably"), - (UniCase("protestent"), "protestant"), - (UniCase("offcially"), "officially"), - (UniCase("saskatchewn"), "saskatchewan"), - (UniCase("rememebrs"), "remembers"), - (UniCase("electricman"), "electrician"), - (UniCase("eqautions"), "equations"), - (UniCase("cyclinder"), "cylinder"), - (UniCase("misdameanors"), "misdemeanors"), - (UniCase("sensasional"), "sensational"), - (UniCase("throughoput"), "throughput"), - (UniCase("listents"), "listens"), - (UniCase("frequenices"), "frequencies"), - (UniCase("transferts"), "transfers"), - (UniCase("difenitly"), "definitly"), - (UniCase("anecdotallly"), "anecdotally"), - (UniCase("disguss"), "disgusts"), - (UniCase("canceles"), "cancels"), - (UniCase("cavilled"), "caviled"), - (UniCase("catterpillars"), "caterpillars"), - (UniCase("deplorabil"), "deplorable"), - (UniCase("sepina"), "subpoena"), - (UniCase("commandmant"), "commandment"), - (UniCase("superifical"), "superficial"), - (UniCase("analystics"), "analysts"), - (UniCase("striaghtforward"), "straightforward"), - (UniCase("shouldes"), "shoulders"), - (UniCase("organisationers"), "organisations"), - (UniCase("substences"), "substances"), - (UniCase("concervation"), "conservation"), - (UniCase("univesities"), "universities"), - (UniCase("respectible"), "respectable"), - (UniCase("transportr"), "transporter"), - (UniCase("artillary"), "artillery"), - (UniCase("analzye"), "analyze"), - (UniCase("cincinatti"), "cincinnati"), - (UniCase("progressivly"), "progressively"), - (UniCase("koncentration"), "concentration"), - (UniCase("photogrpahs"), "photographs"), - (UniCase("outweighes"), "outweighs"), - (UniCase("reapirs"), "repairs"), - (UniCase("correctons"), "corrections"), - (UniCase("awakenend"), "awakened"), - (UniCase("benckmarks"), "benchmarks"), - (UniCase("possiblities"), "possibilities"), - (UniCase("venelope"), "envelope"), - (UniCase("theoritically"), "theoretically"), - (UniCase("convienient"), "convenient"), - (UniCase("benchmars"), "benchmarks"), - (UniCase("proceder"), "procedure"), - (UniCase("angrilly"), "angrily"), - (UniCase("expressens"), "expresses"), - (UniCase("expierenced"), "experienced"), - (UniCase("expodentially"), "exponentially"), - (UniCase("prioritie"), "prioritize"), - (UniCase("subsidises"), "subsidizes"), - (UniCase("experimentle"), "experimented"), - (UniCase("palistinians"), "palestinians"), - (UniCase("territorist"), "terrorist"), - (UniCase("homophibic"), "homophobic"), - (UniCase("melborune"), "melbourne"), - (UniCase("prologomena"), "prolegomena"), - (UniCase("skateborad"), "skateboard"), - (UniCase("extraoridnary"), "extraordinary"), - (UniCase("contectual"), "contextual"), - (UniCase("acquiantences"), "acquaintances"), - (UniCase("mannorisms"), "mannerisms"), - (UniCase("countrywise"), "countryside"), - (UniCase("possesion"), "possession"), - (UniCase("passwors"), "passwords"), - (UniCase("definitifely"), "definitively"), - (UniCase("implementaiton"), "implementation"), - (UniCase("inhernetly"), "inherently"), - (UniCase("optimizate"), "optimize"), - (UniCase("transciprt"), "transcripts"), - (UniCase("blackmsith"), "blacksmith"), - (UniCase("crockodiles"), "crocodiles"), - (UniCase("cutsence"), "cutscene"), - (UniCase("labatory"), "lavatory"), - (UniCase("transmisions"), "transmission"), - (UniCase("prceeded"), "preceded"), - (UniCase("placebro"), "placebo"), - (UniCase("golbins"), "goblins"), - (UniCase("depressies"), "depressive"), - (UniCase("psychotisch"), "psychotic"), - (UniCase("reinitalizations"), "reinitializations"), - (UniCase("socailist"), "socialist"), - (UniCase("limitant"), "militant"), - (UniCase("appropiate"), "appropriate"), - (UniCase("ansalisation"), "nasalisation"), - (UniCase("remainig"), "remaining"), - (UniCase("propogate"), "propagate"), - (UniCase("facilitarte"), "facilitate"), - (UniCase("invisivility"), "invisibility"), - (UniCase("backerds"), "backers"), - (UniCase("aneroxic"), "anorexic"), - (UniCase("entrophy"), "entropy"), - (UniCase("recongizing"), "recognizing"), - (UniCase("scandaloso"), "scandals"), - (UniCase("gradualy"), "gradually"), - (UniCase("assistantes"), "assistants"), - (UniCase("cafetiera"), "cafeteria"), - (UniCase("munipulative"), "manipulative"), - (UniCase("understandible"), "understandable"), - (UniCase("disatvantages"), "disadvantages"), - (UniCase("willaims"), "williams"), - (UniCase("correposding"), "corresponding"), - (UniCase("strengts"), "strengths"), - (UniCase("disparingly"), "disparagingly"), - (UniCase("pyschologists"), "psychologists"), - (UniCase("furthurmore"), "furthermore"), - (UniCase("socialim"), "socialism"), - (UniCase("decroative"), "decorative"), - (UniCase("circumferance"), "circumference"), - (UniCase("brotherood"), "brotherhood"), - (UniCase("heorics"), "heroics"), - (UniCase("subesquently"), "subsequently"), - (UniCase("stimulai"), "stimuli"), - (UniCase("incompatent"), "incompetent"), - (UniCase("assimilerat"), "assimilate"), - (UniCase("aestethically"), "aesthetically"), - (UniCase("introverso"), "introverts"), - (UniCase("clenase"), "cleanse"), - (UniCase("councillors"), "councilors"), - (UniCase("whipsers"), "whispers"), - (UniCase("shelvers"), "shelves"), - (UniCase("libertae"), "liberate"), - (UniCase("specialication"), "specialization"), - (UniCase("origanaly"), "originally"), - (UniCase("alirghty"), "alrighty"), - (UniCase("fossilising"), "fossilizing"), - (UniCase("overcloaked"), "overclocked"), - (UniCase("responsibilites"), "responsibilities"), - (UniCase("becnhmarks"), "benchmarks"), - (UniCase("desireable"), "desirable"), - (UniCase("enviromentally"), "environmentally"), - (UniCase("itnroduced"), "introduced"), - (UniCase("algorithmus"), "algorithms"), - (UniCase("declinig"), "declining"), - (UniCase("invovling"), "involving"), - (UniCase("vairables"), "variables"), - (UniCase("turntabel"), "turntable"), - (UniCase("faecal"), "fecal"), - (UniCase("emmitted"), "emitted"), - (UniCase("chameleooon"), "chameleon"), - (UniCase("discontined"), "discontinued"), - (UniCase("determen"), "determines"), - (UniCase("smoe"), "some"), - (UniCase("passivedns"), "passives"), - (UniCase("maradeur"), "marauder"), - (UniCase("comback"), "comeback"), - (UniCase("unexpectely"), "unexpectedly"), - (UniCase("kilomiters"), "kilometers"), - (UniCase("mouthpeices"), "mouthpiece"), - (UniCase("suspectible"), "susceptible"), - (UniCase("ensalved"), "enslaved"), - (UniCase("compresion"), "compression"), - (UniCase("capialized"), "capitalized"), - (UniCase("anesthisia"), "anesthesia"), - (UniCase("referincing"), "referencing"), - (UniCase("charactors"), "characters"), - (UniCase("accumulato"), "accumulation"), - (UniCase("propersity"), "propensity"), - (UniCase("slighlty"), "slightly"), - (UniCase("acceleraptor"), "accelerator"), - (UniCase("hurriganes"), "hurricanes"), - (UniCase("contentous"), "contentious"), - (UniCase("fahrenheight"), "fahrenheit"), - (UniCase("meditatin"), "meditation"), - (UniCase("owerpowering"), "overpowering"), - (UniCase("underneight"), "underweight"), - (UniCase("percession"), "percussion"), - (UniCase("penicls"), "pencils"), - (UniCase("promoteurs"), "promotes"), - (UniCase("apsects"), "aspects"), - (UniCase("soveregnity"), "sovereignty"), - (UniCase("periwinlke"), "periwinkle"), - (UniCase("disembowelling"), "disemboweling"), - (UniCase("competitin"), "competitions"), - (UniCase("gothenberg"), "gothenburg"), - (UniCase("lingiere"), "lingerie"), - (UniCase("montaeg"), "montage"), - (UniCase("caperbility"), "capability"), - (UniCase("exeuctions"), "executions"), - (UniCase("archaelogy"), "archaeology"), - (UniCase("dobulelift"), "doublelift"), - (UniCase("philosiphical"), "philosophical"), - (UniCase("democraphics"), "demographics"), - (UniCase("acclimatisation"), "acclimatization"), - (UniCase("premiee"), "premiere"), - (UniCase("nieghbourhoods"), "neighbourhood"), - (UniCase("circualtion"), "circulation"), - (UniCase("dramaticaly"), "dramatically"), - (UniCase("persistes"), "persists"), - (UniCase("popularest"), "populate"), - (UniCase("pronomial"), "pronominal"), - (UniCase("encyclopaedic"), "encyclopedic"), - (UniCase("identitties"), "identities"), - (UniCase("systematiclly"), "systematically"), - (UniCase("terriories"), "territories"), - (UniCase("ignitin"), "ignition"), - (UniCase("administerd"), "administered"), - (UniCase("suspiciosly"), "suspiciously"), - (UniCase("accomplise"), "accomplishes"), - (UniCase("indigenious"), "indigenous"), - (UniCase("montania"), "montana"), - (UniCase("antibioticos"), "antibiotics"), - (UniCase("practitionner"), "practitioner"), - (UniCase("prioritising"), "prioritizing"), - (UniCase("cylcists"), "cyclists"), - (UniCase("conenctions"), "connections"), - (UniCase("eyebrowes"), "eyebrows"), - (UniCase("hopelessely"), "hopelessly"), - (UniCase("compremising"), "compromising"), - (UniCase("dishonourable"), "dishonorable"), - (UniCase("skeptisism"), "skepticism"), - (UniCase("enterity"), "entirety"), - (UniCase("mathewes"), "mathews"), - (UniCase("immobilisation"), "immobilization"), - (UniCase("destrose"), "destroyers"), - (UniCase("accidential"), "accidental"), - (UniCase("critisicing"), "criticizing"), - (UniCase("mathematicals"), "mathematics"), - (UniCase("cigarets"), "cigarettes"), - (UniCase("resolucion"), "resolution"), - (UniCase("desinged"), "designed"), - (UniCase("replubic"), "republic"), - (UniCase("misproportionate"), "disproportionate"), - (UniCase("dependancy"), "dependency"), - (UniCase("juggernaunts"), "juggernaut"), - (UniCase("torchligth"), "torchlight"), - (UniCase("convenant"), "covenant"), - (UniCase("tryavon"), "trayvon"), - (UniCase("rigthfully"), "rightfully"), - (UniCase("gagnsters"), "gangsters"), - (UniCase("excessivley"), "excessively"), - (UniCase("commentar"), "commentator"), - (UniCase("divisons"), "divisions"), - (UniCase("pharamcy"), "pharmacy"), - (UniCase("comperable"), "comparable"), - (UniCase("microtransacions"), "microtransactions"), - (UniCase("optimistc"), "optimistic"), - (UniCase("retroactivily"), "retroactively"), - (UniCase("reveiwed"), "reviewed"), - (UniCase("perpetraitor"), "perpetrator"), - (UniCase("filiament"), "filament"), - (UniCase("worshippig"), "worshipping"), - (UniCase("firsbee"), "frisbee"), - (UniCase("aggaravates"), "aggravates"), - (UniCase("civilise"), "civilize"), - (UniCase("thirtsy"), "thirsty"), - (UniCase("consequenses"), "consequences"), - (UniCase("tsunamai"), "tsunami"), - (UniCase("hullucination"), "hallucination"), - (UniCase("harrasing"), "harassing"), - (UniCase("tesitfy"), "testify"), - (UniCase("vitrually"), "virtually"), - (UniCase("ownders"), "wonders"), - (UniCase("vassalls"), "vassals"), - (UniCase("childbird"), "childbirth"), - (UniCase("studioes"), "studios"), - (UniCase("psychriatic"), "psychiatric"), - (UniCase("incredably"), "incredibly"), - (UniCase("sotyr"), "satyr"), - (UniCase("disadvantged"), "disadvantaged"), - (UniCase("irrationably"), "irrationally"), - (UniCase("dissodance"), "dissonance"), - (UniCase("uninteresing"), "uninteresting"), - (UniCase("generalised"), "generalized"), - (UniCase("ahve"), "have"), - (UniCase("mutliplying"), "multiplying"), - (UniCase("produtcion"), "productions"), - (UniCase("connectit"), "connecticut"), - (UniCase("intricicies"), "intricacies"), - (UniCase("blacony"), "balcony"), - (UniCase("explodie"), "explode"), - (UniCase("versatel"), "versatile"), - (UniCase("instrumenal"), "instrumental"), - (UniCase("cilynders"), "cylinders"), - (UniCase("circumstace"), "circumstance"), - (UniCase("derivitives"), "derivatives"), - (UniCase("orchestarted"), "orchestrated"), - (UniCase("peice"), "piece"), - (UniCase("desregarding"), "disregarding"), - (UniCase("dwarvens"), "dwarves"), - (UniCase("spehrical"), "spherical"), - (UniCase("paralyse"), "paralyze"), - (UniCase("listners"), "listeners"), - (UniCase("moustachioed"), "mustachioed"), - (UniCase("protectes"), "protects"), - (UniCase("comparisson"), "comparisons"), - (UniCase("protruberances"), "protuberances"), - (UniCase("difficulity"), "difficulty"), - (UniCase("cattleship"), "battleship"), - (UniCase("verbaly"), "verbally"), - (UniCase("chanceller"), "chancellor"), - (UniCase("troubleshotting"), "troubleshooting"), - (UniCase("visibiltiy"), "visibility"), - (UniCase("immobilzed"), "immobile"), - (UniCase("joepardy"), "jeopardy"), - (UniCase("degenarate"), "degenerate"), - (UniCase("interchangebly"), "interchangeably"), - (UniCase("prestiguous"), "prestigious"), - (UniCase("socities"), "societies"), - (UniCase("enchantig"), "enchanting"), - (UniCase("comprable"), "comparable"), - (UniCase("religionens"), "religions"), - (UniCase("registrating"), "registration"), - (UniCase("calulater"), "calculator"), - (UniCase("interratial"), "interracial"), - (UniCase("perposefully"), "purposefully"), - (UniCase("saskatechwan"), "saskatchewan"), - (UniCase("exlpoding"), "exploding"), - (UniCase("capacitores"), "capacitors"), - (UniCase("instituttet"), "institute"), - (UniCase("carloina"), "carolina"), - (UniCase("existend"), "existed"), - (UniCase("caluculated"), "calculated"), - (UniCase("desctruction"), "destruction"), - (UniCase("interesat"), "interest"), - (UniCase("unbanend"), "unbanned"), - (UniCase("basiton"), "bastion"), - (UniCase("concentrarte"), "concentrate"), - (UniCase("operatings"), "operations"), - (UniCase("perspecive"), "perspective"), - (UniCase("acsension"), "ascension"), - (UniCase("aethistic"), "atheistic"), - (UniCase("acqauinted"), "acquainted"), - (UniCase("culumative"), "cumulative"), - (UniCase("presidentail"), "presidential"), - (UniCase("seamlessley"), "seamlessly"), - (UniCase("recoginsed"), "recognised"), - (UniCase("incidencies"), "incidence"), - (UniCase("miraculosly"), "miraculously"), - (UniCase("representstive"), "representatives"), - (UniCase("homeword"), "homeworld"), - (UniCase("amensty"), "amnesty"), - (UniCase("geurrilla"), "guerrilla"), - (UniCase("sqaurely"), "squarely"), - (UniCase("translusent"), "translucent"), - (UniCase("combinatin"), "combinations"), - (UniCase("teancity"), "tenacity"), - (UniCase("facillitate"), "facilitate"), - (UniCase("desperatley"), "desperately"), - (UniCase("nationalisation"), "nationalization"), - (UniCase("consentrations"), "concentrations"), - (UniCase("drankenstein"), "frankenstein"), - (UniCase("cilpboard"), "clipboard"), - (UniCase("algorithmns"), "algorithms"), - (UniCase("antagonostic"), "antagonist"), - (UniCase("outmanoeuvring"), "outmaneuvering"), - (UniCase("reveales"), "reveals"), - (UniCase("univeral"), "universal"), - (UniCase("conciderably"), "considerably"), - (UniCase("sproutes"), "sprouts"), - (UniCase("hamburgles"), "hamburgers"), - (UniCase("precurors"), "precursor"), - (UniCase("zionistm"), "zionism"), - (UniCase("perimetre"), "perimeter"), - (UniCase("moderatorn"), "moderation"), - (UniCase("mileau"), "milieu"), - (UniCase("atriculate"), "articulate"), - (UniCase("perfeccion"), "perfection"), - (UniCase("righteos"), "righteous"), - (UniCase("insignifigant"), "insignificant"), - (UniCase("patronis"), "patrons"), - (UniCase("activite"), "activities"), - (UniCase("austeriy"), "austerity"), - (UniCase("peageant"), "pageant"), - (UniCase("falgship"), "flagship"), - (UniCase("phsyics"), "physics"), - (UniCase("poisones"), "poisons"), - (UniCase("mentiong"), "mentioning"), - (UniCase("raphsody"), "rhapsody"), - (UniCase("mathematicans"), "mathematics"), - (UniCase("contencion"), "contention"), - (UniCase("litecion"), "litecoin"), - (UniCase("recipiants"), "recipients"), - (UniCase("conceptualise"), "conceptualize"), - (UniCase("simliarities"), "similarities"), - (UniCase("sensationel"), "sensational"), - (UniCase("factorises"), "factorizes"), - (UniCase("franticlly"), "frantically"), - (UniCase("enforse"), "enforces"), - (UniCase("speicalist"), "specialist"), - (UniCase("occassioned"), "occasioned"), - (UniCase("dialoge"), "dialogue"), - (UniCase("predeccesors"), "predecessor"), - (UniCase("abandonig"), "abandoning"), - (UniCase("realibly"), "reliably"), - (UniCase("australien"), "australian"), - (UniCase("homeopahty"), "homeopathy"), - (UniCase("organises"), "organizes"), - (UniCase("legislatie"), "legislative"), - (UniCase("excecution"), "execution"), - (UniCase("recolleciton"), "recollection"), - (UniCase("assocaited"), "associated"), - (UniCase("understad"), "understands"), - (UniCase("annilihated"), "annihilated"), - (UniCase("physicials"), "physicians"), - (UniCase("wholeheartadly"), "wholeheartedly"), - (UniCase("encompesses"), "encompasses"), - (UniCase("satrical"), "satirical"), - (UniCase("recongize"), "recognize"), - (UniCase("immigrents"), "immigrants"), - (UniCase("humillation"), "humiliation"), - (UniCase("diabets"), "diabetes"), - (UniCase("insultos"), "insults"), - (UniCase("architecure"), "architecture"), - (UniCase("voilation"), "violation"), - (UniCase("suceeding"), "succeeding"), - (UniCase("deliverately"), "deliberately"), - (UniCase("pronuntiation"), "pronunciation"), - (UniCase("retireve"), "retrieve"), - (UniCase("miniscuel"), "miniscule"), - (UniCase("illuminai"), "illuminati"), - (UniCase("furiuosly"), "furiously"), - (UniCase("popluar"), "popular"), - (UniCase("naopleon"), "napoleon"), - (UniCase("wealtheir"), "wealthier"), - (UniCase("demosntrates"), "demonstrates"), - (UniCase("northeren"), "northern"), - (UniCase("provocativley"), "provocative"), - (UniCase("birthdayers"), "birthdays"), - (UniCase("islamiskt"), "islamist"), - (UniCase("demoralising"), "demoralizing"), - (UniCase("tattooos"), "tattoos"), - (UniCase("revolutin"), "revolutions"), - (UniCase("straigthened"), "straightened"), - (UniCase("carbien"), "carbine"), - (UniCase("grandchilden"), "grandchildren"), - (UniCase("schizoprhenic"), "schizophrenic"), - (UniCase("startegic"), "strategic"), - (UniCase("counterd"), "countered"), - (UniCase("derugulation"), "deregulation"), - (UniCase("arlignton"), "arlington"), - (UniCase("battelfield"), "battlefield"), - (UniCase("aqquaintances"), "acquaintances"), - (UniCase("proficienty"), "proficiency"), - (UniCase("realised"), "realized"), - (UniCase("predjuices"), "prejudices"), - (UniCase("drasitcally"), "drastically"), - (UniCase("garuantees"), "guarantees"), - (UniCase("prepostorous"), "preposterous"), - (UniCase("responcibilities"), "responsibilities"), - (UniCase("aparment"), "apartment"), - (UniCase("rusteld"), "rustled"), - (UniCase("strawbrerry"), "strawberry"), - (UniCase("pervertes"), "perverse"), - (UniCase("guranteed"), "guaranteed"), - (UniCase("commendment"), "commandment"), - (UniCase("internationalises"), "internationalizes"), - (UniCase("stablizied"), "stabilized"), - (UniCase("enlargment"), "enlargement"), - (UniCase("undergating"), "undertaking"), - (UniCase("constillation"), "constellation"), - (UniCase("unconditionable"), "unconditional"), - (UniCase("improtantly"), "importantly"), - (UniCase("laybrinth"), "labyrinth"), - (UniCase("resteraunts"), "restaurants"), - (UniCase("canonise"), "canonize"), - (UniCase("publiser"), "publisher"), - (UniCase("australianess"), "australians"), - (UniCase("poisonos"), "poisons"), - (UniCase("legitmate"), "legitimate"), - (UniCase("libertairan"), "libertarians"), - (UniCase("cleasning"), "cleansing"), - (UniCase("preists"), "priests"), - (UniCase("alcoholicos"), "alcoholics"), - (UniCase("wholeheartidly"), "wholeheartedly"), - (UniCase("overloards"), "overload"), - (UniCase("persuation"), "persuasion"), - (UniCase("idaes"), "ideas"), - (UniCase("unsuprising"), "unsurprising"), - (UniCase("holdiays"), "holidays"), - (UniCase("bouregois"), "bourgeois"), - (UniCase("unvelievable"), "unbelievable"), - (UniCase("mistakedly"), "mistakenly"), - (UniCase("chrsitian"), "christian"), - (UniCase("fucntion"), "function"), - (UniCase("translastion"), "translations"), - (UniCase("certificationkits"), "certifications"), - (UniCase("decpetive"), "deceptive"), - (UniCase("markerts"), "markers"), - (UniCase("consdiered"), "considered"), - (UniCase("perpitrators"), "perpetrators"), - (UniCase("democratised"), "democratized"), - (UniCase("promptes"), "prompts"), - (UniCase("denomenations"), "denominations"), - (UniCase("behavoiral"), "behavioral"), - (UniCase("supermarkert"), "supermarkets"), - (UniCase("margarent"), "margaret"), - (UniCase("rebellios"), "rebellious"), - (UniCase("cartrige"), "cartridge"), - (UniCase("ceratin"), "certain"), - (UniCase("permaturely"), "prematurely"), - (UniCase("masturdating"), "masturbating"), - (UniCase("brillaince"), "brilliance"), - (UniCase("pratcise"), "practise"), - (UniCase("formidabil"), "formidable"), - (UniCase("bedevilling"), "bedeviling"), - (UniCase("flavous"), "flavours"), - (UniCase("democarcy"), "democracy"), - (UniCase("theologicial"), "theological"), - (UniCase("exictement"), "excitement"), - (UniCase("aincents"), "ancients"), - (UniCase("mircotransaction"), "microtransactions"), - (UniCase("contineously"), "continuously"), - (UniCase("intriuged"), "intrigued"), - (UniCase("dialetcs"), "dialects"), - (UniCase("battlefiled"), "battlefield"), - (UniCase("elsehwere"), "elsewhere"), - (UniCase("skrimish"), "skirmish"), - (UniCase("cardianls"), "cardinals"), - (UniCase("knowledgebale"), "knowledgable"), - (UniCase("sacrificeing"), "sacrificing"), - (UniCase("neigbhorhood"), "neighborhoods"), - (UniCase("titanim"), "titanium"), - (UniCase("subsidiy"), "subsidy"), - (UniCase("viewpiont"), "viewpoint"), - (UniCase("importen"), "importance"), - (UniCase("redeisgn"), "redesign"), - (UniCase("histocompatability"), "histocompatibility"), - (UniCase("unsustianable"), "unsustainable"), - (UniCase("infantus"), "infants"), - (UniCase("liquidise"), "liquidize"), - (UniCase("trabajdo"), "trabajo"), - (UniCase("sensationalise"), "sensationalize"), - (UniCase("landscaps"), "landscapes"), - (UniCase("accomplishent"), "accomplishment"), - (UniCase("sentimentalised"), "sentimentalized"), - (UniCase("correccion"), "correction"), - (UniCase("disrespekted"), "disrespected"), - (UniCase("graudating"), "graduating"), - (UniCase("ideoligies"), "ideologies"), - (UniCase("dishinored"), "dishonored"), - (UniCase("sentincing"), "sentencing"), - (UniCase("deveploment"), "developments"), - (UniCase("unbeliebable"), "unbelievable"), - (UniCase("fundametals"), "fundamentals"), - (UniCase("commemters"), "commenters"), - (UniCase("decorativo"), "decoration"), - (UniCase("eqaution"), "equation"), - (UniCase("persucution"), "persecution"), - (UniCase("generatore"), "generate"), - (UniCase("dispalcement"), "displacement"), - (UniCase("anyoneis"), "anyones"), - (UniCase("speciallist"), "specialist"), - (UniCase("unrelyable"), "unreliable"), - (UniCase("prisitne"), "pristine"), - (UniCase("interioara"), "interior"), - (UniCase("funniliy"), "funnily"), - (UniCase("metre"), "meter"), - (UniCase("sulphate"), "sulfate"), - (UniCase("shuoldnt"), "shouldnt"), - (UniCase("horozontally"), "horizontally"), - (UniCase("recurison"), "recursion"), - (UniCase("invovle"), "involve"), - (UniCase("skillshoots"), "skillshots"), - (UniCase("comestic"), "cosmetic"), - (UniCase("chromosones"), "chromosomes"), - (UniCase("unpredictabe"), "unpredictable"), - (UniCase("transitiond"), "transitioned"), - (UniCase("accredidation"), "accreditation"), - (UniCase("encahnt"), "enchant"), - (UniCase("eclipes"), "eclipse"), - (UniCase("frustraties"), "frustrates"), - (UniCase("pointure"), "pointer"), - (UniCase("someoneis"), "someones"), - (UniCase("specailization"), "specialization"), - (UniCase("fermentaiton"), "fermentation"), - (UniCase("invloving"), "involving"), - (UniCase("registeres"), "registers"), - (UniCase("relcutantly"), "reluctantly"), - (UniCase("extoics"), "exotics"), - (UniCase("luckilly"), "luckily"), - (UniCase("baskteball"), "basketball"), - (UniCase("subjectivly"), "subjectively"), - (UniCase("thunderboldt"), "thunderbolt"), - (UniCase("flavours"), "flavors"), - (UniCase("bookmakrs"), "bookmarks"), - (UniCase("illution"), "illusion"), - (UniCase("qunetin"), "quentin"), - (UniCase("adverticed"), "advertised"), - (UniCase("casheirs"), "cashiers"), - (UniCase("kilogrammes"), "kilograms"), - (UniCase("creationnist"), "creationist"), - (UniCase("protocolls"), "protocols"), - (UniCase("expireds"), "expires"), - (UniCase("watercolours"), "watercolors"), - (UniCase("gauntanamo"), "guantanamo"), - (UniCase("existnace"), "existance"), - (UniCase("assignemnts"), "assignments"), - (UniCase("hyprocite"), "hypocrite"), - (UniCase("cringyworthy"), "cringeworthy"), - (UniCase("inspectoras"), "inspectors"), - (UniCase("angostic"), "agnostic"), - (UniCase("hearhtstone"), "hearthstone"), - (UniCase("mercenares"), "mercenaries"), - (UniCase("birsbane"), "brisbane"), - (UniCase("replacemnts"), "replacements"), - (UniCase("penisylvania"), "pennsylvania"), - (UniCase("inpoverished"), "impoverished"), - (UniCase("mediavel"), "medieval"), - (UniCase("pscyhologist"), "psychologist"), - (UniCase("licence"), "license"), - (UniCase("performanes"), "performances"), - (UniCase("principalis"), "principals"), - (UniCase("repatition"), "repetition"), - (UniCase("comandos"), "commandos"), - (UniCase("dismisse"), "dismissive"), - (UniCase("coordenation"), "coordination"), - (UniCase("inpeach"), "impeach"), - (UniCase("congragulate"), "congratulate"), - (UniCase("dependance"), "dependence"), - (UniCase("ballistc"), "ballistic"), - (UniCase("liverpol"), "liverpool"), - (UniCase("humanise"), "humanize"), - (UniCase("moisturier"), "moisturizer"), - (UniCase("braziliaan"), "brazilians"), - (UniCase("powetlifting"), "powerlifting"), - (UniCase("thermomoter"), "thermometer"), - (UniCase("westerness"), "westerners"), - (UniCase("progressie"), "progressives"), - (UniCase("acknoweldge"), "acknowledge"), - (UniCase("recident"), "resident"), - (UniCase("planetwalker"), "planeswalker"), - (UniCase("endagnering"), "endangering"), - (UniCase("infograpic"), "infographic"), - (UniCase("islandes"), "islanders"), - (UniCase("helikopters"), "helicopters"), - (UniCase("supportare"), "supporters"), - (UniCase("rivarlies"), "rivalries"), - (UniCase("bitcions"), "bitcoins"), - (UniCase("passivising"), "passivizing"), - (UniCase("fourty"), "forty"), - (UniCase("confidantly"), "confidently"), - (UniCase("punishible"), "punishable"), - (UniCase("scriptus"), "scripts"), - (UniCase("demonstarting"), "demonstrating"), - (UniCase("indutrial"), "industrial"), - (UniCase("sociopathes"), "sociopaths"), - (UniCase("interactios"), "interacts"), - (UniCase("desitny"), "destiny"), - (UniCase("weigthlifting"), "weightlifting"), - (UniCase("profesor"), "professor"), - (UniCase("downvoteres"), "downvoters"), - (UniCase("critizizing"), "criticizing"), - (UniCase("gpysies"), "gypsies"), - (UniCase("kidnappping"), "kidnapping"), - (UniCase("environemntal"), "environmental"), - (UniCase("bureaucractic"), "bureaucratic"), - (UniCase("administor"), "administer"), - (UniCase("incoherant"), "incoherent"), - (UniCase("communciations"), "communications"), - (UniCase("calbiration"), "calibration"), - (UniCase("absoulte"), "absolute"), - (UniCase("capacitaron"), "capacitor"), - (UniCase("anedoctes"), "anecdotes"), - (UniCase("definetlly"), "definetly"), - (UniCase("intrduced"), "introduced"), - (UniCase("monumet"), "monument"), - (UniCase("integraal"), "integral"), - (UniCase("counsoling"), "counseling"), - (UniCase("oversimplyfication"), "oversimplification"), - (UniCase("repitle"), "reptile"), - (UniCase("vehemontly"), "vehemently"), - (UniCase("proscratination"), "procrastination"), - (UniCase("consonents"), "consonants"), - (UniCase("ionisation"), "ionization"), - (UniCase("cranbery"), "cranberry"), - (UniCase("asphyxation"), "asphyxiation"), - (UniCase("firendzoned"), "friendzoned"), - (UniCase("industrualized"), "industrialized"), - (UniCase("unnecissary"), "unnecessary"), - (UniCase("germanus"), "germans"), - (UniCase("disaspointed"), "dissapointed"), - (UniCase("contextualise"), "contextualize"), - (UniCase("accesseries"), "accessories"), - (UniCase("informis"), "informs"), - (UniCase("interferece"), "interference"), - (UniCase("spagheti"), "spaghetti"), - (UniCase("stimualtion"), "stimulation"), - (UniCase("misogynistc"), "misogynistic"), - (UniCase("centrepiece"), "centerpiece"), - (UniCase("survivers"), "survivors"), - (UniCase("appreciaton"), "appreciation"), - (UniCase("soparnos"), "sopranos"), - (UniCase("ilogical"), "illogical"), - (UniCase("laughablly"), "laughably"), - (UniCase("algorithum"), "algorithm"), - (UniCase("defenesman"), "defenseman"), - (UniCase("accidentily"), "accidently"), - (UniCase("herculeas"), "hercules"), - (UniCase("palastinians"), "palestinians"), - (UniCase("colombina"), "colombia"), - (UniCase("harrases"), "harasses"), - (UniCase("catestrophic"), "catastrophic"), - (UniCase("architectes"), "architects"), - (UniCase("consequense"), "consequences"), - (UniCase("implaments"), "implements"), - (UniCase("technicans"), "technicians"), - (UniCase("chihuaha"), "chihuahua"), - (UniCase("autherized"), "authorized"), - (UniCase("concered"), "concede"), - (UniCase("pillaris"), "pillars"), - (UniCase("whislting"), "whistling"), - (UniCase("miserablly"), "miserably"), - (UniCase("totalitarion"), "totalitarian"), - (UniCase("pblisher"), "publisher"), - (UniCase("ibuprofine"), "ibuprofen"), - (UniCase("haemophiliac"), "hemophiliac"), - (UniCase("superintendant"), "superintendent"), - (UniCase("dissappear"), "disappear"), - (UniCase("sidebaord"), "sideboard"), - (UniCase("abondoning"), "abandoning"), - (UniCase("initalisation"), "initialisation"), - (UniCase("compelation"), "compilation"), - (UniCase("distrubited"), "distributed"), - (UniCase("mastrubating"), "masturbating"), - (UniCase("teleportaion"), "teleportation"), - (UniCase("socilaist"), "socialist"), - (UniCase("beehtoven"), "beethoven"), - (UniCase("naturalisation"), "naturalization"), - (UniCase("contendors"), "contenders"), - (UniCase("pitchworks"), "pitchforks"), - (UniCase("inclinato"), "inclination"), - (UniCase("exterioara"), "exterior"), - (UniCase("collape"), "collapse"), - (UniCase("deficience"), "deficiencies"), - (UniCase("influancing"), "influencing"), - (UniCase("astronomia"), "astronomical"), - (UniCase("makse"), "makes"), - (UniCase("extremly"), "extremely"), - (UniCase("vaccum"), "vacuum"), - (UniCase("storeys"), "stories"), - (UniCase("commanists"), "communists"), - (UniCase("tightare"), "tighter"), - (UniCase("absailing"), "abseiling"), - (UniCase("disrespekting"), "disrespecting"), - (UniCase("comsetic"), "cosmetic"), - (UniCase("sacrifical"), "sacrificial"), - (UniCase("embarasaing"), "embarassing"), - (UniCase("condenmed"), "condemned"), - (UniCase("bourgeousie"), "bourgeois"), - (UniCase("curisve"), "cursive"), - (UniCase("biologiset"), "biologist"), - (UniCase("contanting"), "contacting"), - (UniCase("bondary"), "boundary"), - (UniCase("descrie"), "describe"), - (UniCase("negotiationg"), "negotiating"), - (UniCase("correctings"), "corrections"), - (UniCase("examinated"), "examined"), - (UniCase("lattitude"), "latitude"), - (UniCase("murderus"), "murders"), - (UniCase("coprses"), "corpses"), - (UniCase("enemployment"), "unemployment"), - (UniCase("witnesss"), "witnesses"), - (UniCase("eulogising"), "eulogizing"), - (UniCase("frontlinie"), "frontline"), - (UniCase("protectos"), "protectors"), - (UniCase("marshmallowiest"), "marshmallows"), - (UniCase("fineshes"), "finesse"), - (UniCase("scriptue"), "scriptures"), - (UniCase("attritube"), "attribute"), - (UniCase("suspiciouns"), "suspicion"), - (UniCase("sodomising"), "sodomizing"), - (UniCase("sensationalises"), "sensationalizes"), - (UniCase("preadtor"), "predator"), - (UniCase("dominats"), "dominates"), - (UniCase("paraprhase"), "paraphrase"), - (UniCase("symapthizers"), "sympathizers"), - (UniCase("miminalist"), "minimalist"), - (UniCase("finallizes"), "finalizes"), - (UniCase("documentato"), "documentation"), - (UniCase("doomdsay"), "doomsday"), - (UniCase("unregualted"), "unregulated"), - (UniCase("supermakret"), "supermarkets"), - (UniCase("allianse"), "alliances"), - (UniCase("tensionors"), "tensions"), - (UniCase("promots"), "promotes"), - (UniCase("pebbleos"), "pebbles"), - (UniCase("thermomiter"), "thermometer"), - (UniCase("overmapping"), "overlapping"), - (UniCase("kyrptonite"), "kryptonite"), - (UniCase("karakoe"), "karaoke"), - (UniCase("privatises"), "privatizes"), - (UniCase("illuminazi"), "illuminati"), - (UniCase("integraded"), "integrated"), - (UniCase("contaminanted"), "contaminated"), - (UniCase("godlfish"), "goldfish"), - (UniCase("revoultionary"), "revolutionary"), - (UniCase("agreeement"), "agreement"), - (UniCase("athiestic"), "atheistic"), - (UniCase("colourizes"), "colorizes"), - (UniCase("interraccial"), "interracial"), - (UniCase("archeaologist"), "archeologist"), - (UniCase("phychological"), "psychological"), - (UniCase("backeast"), "backseat"), - (UniCase("vidoegames"), "videogames"), - (UniCase("disollusioned"), "disillusioned"), - (UniCase("sriarcha"), "sriracha"), - (UniCase("rebellis"), "rebellious"), - (UniCase("heroices"), "heroics"), - (UniCase("sqaure"), "square"), - (UniCase("miserabley"), "miserably"), - (UniCase("ptichfork"), "pitchfork"), - (UniCase("pragmatisch"), "pragmatic"), - (UniCase("libraires"), "libraries"), - (UniCase("millenna"), "millennia"), - (UniCase("mercaneries"), "mercenaries"), - (UniCase("methaphor"), "metaphor"), - (UniCase("patronozing"), "patronizing"), - (UniCase("painkilllers"), "painkillers"), - (UniCase("restricive"), "restrictive"), - (UniCase("transluent"), "translucent"), - (UniCase("relatiate"), "retaliate"), - (UniCase("cicrulating"), "circulating"), - (UniCase("corrisponds"), "corresponds"), - (UniCase("commandd"), "commanded"), - (UniCase("progerssive"), "progressives"), - (UniCase("artificually"), "artificially"), - (UniCase("conversatiosn"), "conservation"), - (UniCase("asteorids"), "asteroids"), - (UniCase("obivous"), "obvious"), - (UniCase("flawlessely"), "flawlessly"), - (UniCase("magolia"), "magnolia"), - (UniCase("temporarilly"), "temporarily"), - (UniCase("feburary"), "february"), - (UniCase("intercection"), "interception"), - (UniCase("inevetably"), "inevitably"), - (UniCase("disrespectul"), "disrespectful"), - (UniCase("anachrist"), "anarchist"), - (UniCase("motherborad"), "motherboard"), - (UniCase("ariplane"), "airplane"), - (UniCase("effeciency"), "efficiency"), - (UniCase("greenhoe"), "greenhouse"), - (UniCase("subsidised"), "subsidized"), - (UniCase("sacrifizes"), "sacrifices"), - (UniCase("symbolised"), "symbolized"), - (UniCase("previoulsy"), "previously"), - (UniCase("unedcuated"), "uneducated"), - (UniCase("thesitic"), "theistic"), - (UniCase("athiesm"), "atheism"), - (UniCase("substituts"), "substitutes"), - (UniCase("urbanise"), "urbanize"), - (UniCase("becamae"), "became"), - (UniCase("midfileder"), "midfielder"), - (UniCase("preventetive"), "preventative"), - (UniCase("contestion"), "contention"), - (UniCase("discliamer"), "disclaimer"), - (UniCase("somethinig"), "somethings"), - (UniCase("yera"), "year"), - (UniCase("identifyable"), "identifiable"), - (UniCase("misinterprented"), "misinterpret"), - (UniCase("disgareement"), "disagreements"), - (UniCase("negogiated"), "negotiated"), - (UniCase("stimualting"), "stimulating"), - (UniCase("sovereighty"), "sovereignty"), - (UniCase("extrotion"), "extortion"), - (UniCase("athleticsm"), "athleticism"), - (UniCase("reccommended"), "recommended"), - (UniCase("exorbitent"), "exorbitant"), - (UniCase("extractivo"), "extraction"), - (UniCase("supermakter"), "supermarkets"), - (UniCase("televsion"), "television"), - (UniCase("unweildly"), "unwieldy"), - (UniCase("catalogues"), "catalogs"), - (UniCase("poety"), "poetry"), - (UniCase("reasearch"), "research"), - (UniCase("taryvon"), "trayvon"), - (UniCase("claerly"), "clearly"), - (UniCase("eles"), "eels"), - (UniCase("speechs"), "speeches"), - (UniCase("proposels"), "proposes"), - (UniCase("independenet"), "independents"), - (UniCase("sapphrie"), "sapphire"), - (UniCase("commoditites"), "commodities"), - (UniCase("haricut"), "haircut"), - (UniCase("garrsion"), "garrison"), - (UniCase("acnedote"), "anecdote"), - (UniCase("programmate"), "programme"), - (UniCase("cheeseburges"), "cheeseburgers"), - (UniCase("agricultre"), "agriculture"), - (UniCase("transferrred"), "transferred"), - (UniCase("contribuye"), "contribute"), - (UniCase("percieved"), "perceived"), - (UniCase("corrilates"), "correlates"), - (UniCase("signigns"), "signings"), - (UniCase("determening"), "determining"), - (UniCase("periperhal"), "peripheral"), - (UniCase("criticizng"), "criticizing"), - (UniCase("miscommunciation"), "miscommunication"), - (UniCase("bureuacracy"), "bureaucracy"), - (UniCase("acrynoms"), "acronyms"), - (UniCase("pharmacias"), "pharmacist"), - (UniCase("testiclies"), "testicle"), - (UniCase("corasir"), "corsair"), - (UniCase("interrigation"), "interrogation"), - (UniCase("zionistisk"), "zionists"), - (UniCase("accommidation"), "accommodation"), - (UniCase("existantial"), "existential"), - (UniCase("congrassman"), "congressman"), - (UniCase("experimentul"), "experimental"), - (UniCase("feminising"), "feminizing"), - (UniCase("manifeso"), "manifesto"), - (UniCase("relaoding"), "reloading"), - (UniCase("massacrare"), "massacre"), - (UniCase("watercolour"), "watercolor"), - (UniCase("achievment"), "achievement"), - (UniCase("facepam"), "facepalm"), - (UniCase("horrendious"), "horrendous"), - (UniCase("revoluiton"), "revolutions"), - (UniCase("humanising"), "humanizing"), - (UniCase("austrain"), "austrian"), - (UniCase("traitour"), "traitor"), - (UniCase("descprition"), "descriptions"), - (UniCase("poltical"), "political"), - (UniCase("firtsly"), "firstly"), - (UniCase("accessibilty"), "accessibility"), - (UniCase("incompatablities"), "incompatibilities"), - (UniCase("hourlgass"), "hourglass"), - (UniCase("hygeine"), "hygiene"), - (UniCase("accomadations"), "accommodations"), - (UniCase("compensationg"), "compensating"), - (UniCase("simliarity"), "similarity"), - (UniCase("haemorrage"), "haemorrhage"), - (UniCase("aduiobook"), "audiobook"), - (UniCase("competense"), "competence"), - (UniCase("camapign"), "campaign"), - (UniCase("typcial"), "typical"), - (UniCase("iresistable"), "irresistible"), - (UniCase("lesbains"), "lesbians"), - (UniCase("mistakengly"), "mistakenly"), - (UniCase("jeapardy"), "jeopardy"), - (UniCase("caricuture"), "caricature"), - (UniCase("nuatilus"), "nautilus"), - (UniCase("hindisght"), "hindsight"), - (UniCase("reinforcemnts"), "reinforcements"), - (UniCase("skepticals"), "skeptics"), - (UniCase("brethen"), "brethren"), - (UniCase("durig"), "during"), - (UniCase("infinitey"), "infinity"), - (UniCase("reportes"), "reporters"), - (UniCase("nonsensicle"), "nonsensical"), - (UniCase("intimitating"), "intimidating"), - (UniCase("vikingos"), "vikings"), - (UniCase("fnaatic"), "fanatic"), - (UniCase("monitoreado"), "monitored"), - (UniCase("intergated"), "integrated"), - (UniCase("componenets"), "components"), - (UniCase("aspectos"), "aspects"), - (UniCase("preditermined"), "predetermined"), - (UniCase("dalmation"), "dalmatian"), - (UniCase("outskrits"), "outskirts"), - (UniCase("vulnerabil"), "vulnerable"), - (UniCase("favourates"), "favourites"), - (UniCase("tranlsated"), "translated"), - (UniCase("contructions"), "contractions"), - (UniCase("differencial"), "differential"), - (UniCase("inconsisent"), "inconsistent"), - (UniCase("stornfront"), "stormfront"), - (UniCase("appretince"), "apprentice"), - (UniCase("recievers"), "receivers"), - (UniCase("practicioners"), "practitioners"), - (UniCase("delcared"), "declared"), - (UniCase("magnifient"), "magnificent"), - (UniCase("regulsr"), "regulars"), - (UniCase("insiginifcant"), "insignificant"), - (UniCase("cliantro"), "cilantro"), - (UniCase("qaulify"), "qualify"), - (UniCase("colouring"), "coloring"), - (UniCase("voluntereed"), "volunteered"), - (UniCase("comparatie"), "comparative"), - (UniCase("monagomous"), "monogamous"), - (UniCase("acccused"), "accused"), - (UniCase("accelarating"), "accelerating"), - (UniCase("samruai"), "samurai"), - (UniCase("countert"), "counteract"), - (UniCase("elephans"), "elephants"), - (UniCase("egotastical"), "egotistical"), - (UniCase("arrestes"), "arrests"), - (UniCase("conceptuel"), "conceptual"), - (UniCase("protestare"), "protesters"), - (UniCase("disgruntaled"), "disgruntled"), - (UniCase("vegetarien"), "vegetarian"), - (UniCase("spectacullar"), "spectacularly"), - (UniCase("progresssion"), "progressions"), - (UniCase("caluclation"), "calculation"), - (UniCase("exahusted"), "exhausted"), - (UniCase("subscribar"), "subscriber"), - (UniCase("reigining"), "reigning"), - (UniCase("correlatie"), "correlated"), - (UniCase("documentating"), "documentation"), - (UniCase("philoshopically"), "philosophically"), - (UniCase("syringue"), "syringe"), - (UniCase("procliam"), "proclaim"), - (UniCase("ridiculos"), "ridiculous"), - (UniCase("manipulatie"), "manipulative"), - (UniCase("colorao"), "colorado"), - (UniCase("conversie"), "converse"), - (UniCase("labours"), "labors"), - (UniCase("indulgue"), "indulge"), - (UniCase("ahppen"), "happen"), - (UniCase("stringnet"), "stringent"), - (UniCase("panckaes"), "pancakes"), - (UniCase("resssurecting"), "resurrecting"), - (UniCase("ukrainina"), "ukrainian"), - (UniCase("interesctions"), "intersections"), - (UniCase("passivises"), "passivizes"), - (UniCase("recommandation"), "recommendation"), - (UniCase("absloutes"), "absolutes"), - (UniCase("excrept"), "excerpt"), - (UniCase("recognie"), "recognizes"), - (UniCase("beleiving"), "believing"), - (UniCase("preciesly"), "precisely"), - (UniCase("underratted"), "underrated"), - (UniCase("raidant"), "radiant"), - (UniCase("trollade"), "trolled"), - (UniCase("enthusiams"), "enthusiasm"), - (UniCase("deathcat"), "deathmatch"), - (UniCase("cessationalist"), "sensationalist"), - (UniCase("entreperneur"), "entrepreneurs"), - (UniCase("schoalrship"), "scholarships"), - (UniCase("entretainment"), "entertainment"), - (UniCase("sryinge"), "syringe"), - (UniCase("manouverability"), "maneuverability"), - (UniCase("downvoteros"), "downvoters"), - (UniCase("subsidizng"), "subsidizing"), - (UniCase("restrictifs"), "restricts"), - (UniCase("hinduisum"), "hinduism"), - (UniCase("rabbitts"), "rabbits"), - (UniCase("progresssive"), "progressives"), - (UniCase("administratio"), "administrator"), - (UniCase("permissable"), "permissible"), - (UniCase("lockscren"), "lockscreen"), - (UniCase("subconsciouly"), "subconsciously"), - (UniCase("hypocriticial"), "hypocritical"), - (UniCase("effulence"), "effluence"), - (UniCase("multitaskng"), "multitasking"), - (UniCase("indisious"), "insidious"), - (UniCase("patrionism"), "patriotism"), - (UniCase("championsips"), "championships"), - (UniCase("carnigie-mellon"), "carnegie-mellon"), - (UniCase("islamsits"), "islamists"), - (UniCase("metropolois"), "metropolis"), - (UniCase("invalidante"), "invalidate"), - (UniCase("automotize"), "automotive"), - (UniCase("innovatin"), "innovations"), - (UniCase("amrpits"), "armpits"), - (UniCase("nostalgisch"), "nostalgic"), - (UniCase("simpliy"), "simplify"), - (UniCase("praisse"), "praises"), - (UniCase("contradicion"), "contradiction"), - (UniCase("quantitatve"), "quantitative"), - (UniCase("instuments"), "instruments"), - (UniCase("protastant"), "protestant"), - (UniCase("formatiing"), "formatting"), - (UniCase("descriptons"), "descriptions"), - (UniCase("modernising"), "modernizing"), - (UniCase("archetectural"), "architectural"), - (UniCase("appropirate"), "appropriate"), - (UniCase("ruleboook"), "rulebook"), - (UniCase("wavelegnth"), "wavelength"), - (UniCase("possesssion"), "possessions"), - (UniCase("renegated"), "renegade"), - (UniCase("flasely"), "falsely"), - (UniCase("naferious"), "nefarious"), - (UniCase("kickstartr"), "kickstarter"), - (UniCase("specialistes"), "specialists"), - (UniCase("immigrato"), "immigration"), - (UniCase("hurricanger"), "hurricane"), - (UniCase("delaerships"), "dealerships"), - (UniCase("systematisch"), "systematic"), - (UniCase("therapeutisch"), "therapeutic"), - (UniCase("contianment"), "containment"), - (UniCase("fingertrips"), "fingertips"), - (UniCase("conservitism"), "conservatism"), - (UniCase("submarie"), "submarines"), - (UniCase("comporable"), "comparable"), - (UniCase("memerization"), "memorization"), - (UniCase("peculair"), "peculiar"), - (UniCase("communicted"), "communicated"), - (UniCase("exatled"), "exalted"), - (UniCase("konfidential"), "confidential"), - (UniCase("hypocriet"), "hypocrite"), - (UniCase("nauseos"), "nauseous"), - (UniCase("accomplishs"), "accomplishes"), - (UniCase("externalised"), "externalized"), - (UniCase("agreggate"), "aggregate"), - (UniCase("hystarically"), "hysterically"), - (UniCase("exagguration"), "exaggeration"), - (UniCase("fashionalble"), "fashionable"), - (UniCase("stabilzied"), "stabilized"), - (UniCase("elevatin"), "elevation"), - (UniCase("patholigical"), "pathological"), - (UniCase("niverse"), "inverse"), - (UniCase("compromized"), "compromised"), - (UniCase("interviening"), "interviewing"), - (UniCase("hypocrities"), "hypocrite"), - (UniCase("casues"), "causes"), - (UniCase("scholarstic"), "scholastic"), - (UniCase("memorizacion"), "memorization"), - (UniCase("arpatheid"), "apartheid"), - (UniCase("unexplaned"), "unexplained"), - (UniCase("compilance"), "compliance"), - (UniCase("exectuing"), "executing"), - (UniCase("overreacton"), "overreaction"), - (UniCase("skillsshot"), "skillshots"), - (UniCase("polinator"), "pollinator"), - (UniCase("mechanising"), "mechanizing"), - (UniCase("lionise"), "lionize"), - (UniCase("dialouge"), "dialogue"), - (UniCase("lionising"), "lionizing"), - (UniCase("antibioitcs"), "antibiotic"), - (UniCase("parasties"), "parasites"), - (UniCase("contricted"), "contracted"), - (UniCase("claculations"), "calculations"), - (UniCase("vigoruosly"), "vigorously"), - (UniCase("laguage"), "language"), - (UniCase("demonstraby"), "demonstrably"), - (UniCase("paralel"), "parallel"), - (UniCase("protoganist"), "protagonist"), - (UniCase("inot"), "into"), - (UniCase("prioroties"), "priorities"), - (UniCase("associaiton"), "associations"), - (UniCase("parilamentary"), "parliamentary"), - (UniCase("organizativo"), "organization"), - (UniCase("techmological"), "technological"), - (UniCase("correspondente"), "correspondence"), - (UniCase("searchd"), "searched"), - (UniCase("autononous"), "autonomous"), - (UniCase("outfidel"), "outfield"), - (UniCase("critisizms"), "criticisms"), - (UniCase("soilders"), "soldiers"), - (UniCase("randumness"), "randomness"), - (UniCase("encrpytion"), "encryption"), - (UniCase("pankaces"), "pancakes"), - (UniCase("unfourtunately"), "unfortunately"), - (UniCase("spansih"), "spanish"), - (UniCase("targetted"), "targeted"), - (UniCase("dispartiy"), "disparity"), - (UniCase("kidnappning"), "kidnapping"), - (UniCase("trimuph"), "triumph"), - (UniCase("terretorial"), "territorial"), - (UniCase("sociophatic"), "sociopathic"), - (UniCase("informarla"), "informal"), - (UniCase("marrtyred"), "martyred"), - (UniCase("portugeuse"), "portuguese"), - (UniCase("disproportianate"), "disproportionate"), - (UniCase("sunglassses"), "sunglasses"), - (UniCase("fiedling"), "fielding"), - (UniCase("wavelegnths"), "wavelength"), - (UniCase("symbolisim"), "symbolism"), - (UniCase("quesitoned"), "questioned"), - (UniCase("huminatarian"), "humanitarian"), - (UniCase("inevtiable"), "inevitable"), - (UniCase("enhanceds"), "enhances"), - (UniCase("disatisfaction"), "dissatisfaction"), - (UniCase("miraculaous"), "miraculous"), - (UniCase("ubiquotous"), "ubiquitous"), - (UniCase("relativy"), "relativity"), - (UniCase("intencional"), "intentional"), - (UniCase("compinsated"), "compensated"), - (UniCase("processeurs"), "processes"), - (UniCase("recieving"), "receiving"), - (UniCase("cartride"), "cartridge"), - (UniCase("contaniments"), "containment"), - (UniCase("similiar"), "similar"), - (UniCase("enlightned"), "enlightened"), - (UniCase("symphatetic"), "sympathetic"), - (UniCase("mysitcal"), "mystical"), - (UniCase("desginer"), "designer"), - (UniCase("bureaucrates"), "bureaucrats"), - (UniCase("reminiscint"), "reminiscent"), - (UniCase("equilibium"), "equilibrium"), - (UniCase("incredibe"), "incredible"), - (UniCase("debuffes"), "debuffs"), - (UniCase("nutrientes"), "nutrients"), - (UniCase("coordinatior"), "coordinator"), - (UniCase("preservacion"), "preservation"), - (UniCase("northwet"), "northwest"), - (UniCase("technoligical"), "technological"), - (UniCase("insticnts"), "instincts"), - (UniCase("illsutration"), "illustrations"), - (UniCase("irritatin"), "irritation"), - (UniCase("compenidum"), "compendium"), - (UniCase("belittlling"), "belittling"), - (UniCase("stradegies"), "strategies"), - (UniCase("dissapointted"), "dissapointed"), - (UniCase("lengedaries"), "legendaries"), - (UniCase("intenisty"), "intensity"), - (UniCase("specail"), "special"), - (UniCase("hospitalised"), "hospitalized"), - (UniCase("disticntion"), "distinctions"), - (UniCase("defendes"), "defenders"), - (UniCase("unsibscribed"), "unsubscribed"), - (UniCase("verficiation"), "verification"), - (UniCase("homophonia"), "homophobia"), - (UniCase("universets"), "universes"), - (UniCase("accelertor"), "accelerator"), - (UniCase("defitnely"), "definetly"), - (UniCase("similair"), "similar"), - (UniCase("homogenes"), "homogeneous"), - (UniCase("subsiziding"), "subsidizing"), - (UniCase("completily"), "complexity"), - (UniCase("southernors"), "southerners"), - (UniCase("equiavlent"), "equivalents"), - (UniCase("visualizacion"), "visualization"), - (UniCase("objektives"), "objectives"), - (UniCase("quarantaine"), "quarantine"), - (UniCase("celebritiy"), "celebrity"), - (UniCase("accountents"), "accountants"), - (UniCase("propertly"), "property"), - (UniCase("trinkst"), "trinkets"), - (UniCase("protestina"), "protestant"), - (UniCase("inevidable"), "inevitable"), - (UniCase("legalazing"), "legalizing"), - (UniCase("atlantia"), "atlanta"), - (UniCase("mexicaness"), "mexicans"), - (UniCase("firggin"), "friggin"), - (UniCase("alterantive"), "alternative"), - (UniCase("inplications"), "implications"), - (UniCase("texturers"), "textures"), - (UniCase("detremental"), "detrimental"), - (UniCase("intelelctual"), "intellectuals"), - (UniCase("somaila"), "somalia"), - (UniCase("gnaking"), "ganking"), - (UniCase("squirtel"), "squirtle"), - (UniCase("remotley"), "remotely"), - (UniCase("juvenlie"), "juvenile"), - (UniCase("yoghourt"), "yogurt"), - (UniCase("internetes"), "internets"), - (UniCase("fesitve"), "festive"), - (UniCase("pornograpgy"), "pornography"), - (UniCase("conpsiracy"), "conspiracy"), - (UniCase("preconveived"), "preconceived"), - (UniCase("malasiya"), "malaysia"), - (UniCase("demograpic"), "demographic"), - (UniCase("adequatedly"), "adequately"), - (UniCase("definiteyl"), "definitly"), - (UniCase("foreignese"), "foreigners"), - (UniCase("goveremnt"), "goverment"), - (UniCase("dictionnary"), "dictionary"), - (UniCase("bilbical"), "biblical"), - (UniCase("stereotipe"), "stereotype"), - (UniCase("conpassionate"), "compassionate"), - (UniCase("puinsher"), "punisher"), - (UniCase("constructos"), "constructs"), - (UniCase("expection"), "exception"), - (UniCase("alcholic"), "alcoholic"), - (UniCase("intellectaul"), "intellectuals"), - (UniCase("somethingest"), "somethings"), - (UniCase("realising"), "realizing"), - (UniCase("kurdisch"), "kurdish"), - (UniCase("referendom"), "referendum"), - (UniCase("consumibles"), "consumables"), - (UniCase("tendacy"), "tendency"), - (UniCase("imrpoves"), "improves"), - (UniCase("analagous"), "analogous"), - (UniCase("prostituto"), "prostitution"), - (UniCase("licencie"), "licence"), - (UniCase("saftey"), "safety"), - (UniCase("laboreres"), "laborers"), - (UniCase("provinvial"), "provincial"), - (UniCase("interfeers"), "interferes"), - (UniCase("intolarant"), "intolerant"), - (UniCase("furhtermore"), "furthermore"), - (UniCase("revolutioners"), "revolutions"), - (UniCase("motivatin"), "motivations"), - (UniCase("definateley"), "definately"), - (UniCase("analysit"), "analyst"), - (UniCase("solitudine"), "solitude"), - (UniCase("perpindicular"), "perpendicular"), - (UniCase("mathematicks"), "mathematics"), - (UniCase("equalisation"), "equalization"), - (UniCase("prohpet"), "prophet"), - (UniCase("mysterioulsy"), "mysteriously"), - (UniCase("prostitudes"), "prostitutes"), - (UniCase("enourmously"), "enormously"), - (UniCase("seventeeen"), "seventeen"), - (UniCase("shanghia"), "shanghai"), - (UniCase("microstansactions"), "microtransactions"), - (UniCase("portrayels"), "portrays"), - (UniCase("livestrems"), "livestream"), - (UniCase("makrsman"), "marksman"), - (UniCase("raputre"), "rapture"), - (UniCase("humoured"), "humored"), - (UniCase("synthesesia"), "synthesis"), - (UniCase("professinal"), "professional"), - (UniCase("marshalling"), "marshaling"), - (UniCase("optimizied"), "optimize"), - (UniCase("presedency"), "presidency"), - (UniCase("resmeble"), "resemble"), - (UniCase("degradacion"), "degradation"), - (UniCase("collatoral"), "collateral"), - (UniCase("weas"), "was"), - (UniCase("exhasut"), "exhaust"), - (UniCase("accomondation"), "accommodation"), - (UniCase("sustainabiltiy"), "sustainability"), - (UniCase("dispensaire"), "dispensaries"), - (UniCase("contentants"), "contestants"), - (UniCase("complciations"), "complication"), - (UniCase("objectificiation"), "objectification"), - (UniCase("gaolbreaks"), "jailbreaks"), - (UniCase("unilatreal"), "unilateral"), - (UniCase("handeldy"), "handedly"), - (UniCase("comprimises"), "compromises"), - (UniCase("sightstine"), "sightstone"), - (UniCase("proffesion"), "profession"), - (UniCase("signins"), "signings"), - (UniCase("concides"), "concise"), - (UniCase("scrollade"), "scrolled"), - (UniCase("keysenian"), "keynesian"), - (UniCase("collisin"), "collisions"), - (UniCase("selectivley"), "selectively"), - (UniCase("emphacizing"), "emphasizing"), - (UniCase("deplorabel"), "deplorable"), - (UniCase("bilzzard"), "blizzard"), - (UniCase("characteristsics"), "characteristic"), - (UniCase("surrundering"), "surrendering"), - (UniCase("standardise"), "standardize"), - (UniCase("competiors"), "competitors"), - (UniCase("humiliatin"), "humiliation"), - (UniCase("restrainig"), "restraining"), - (UniCase("orgainse"), "organise"), - (UniCase("transperent"), "transparent"), - (UniCase("invesitgation"), "investigation"), - (UniCase("renaiisance"), "renaissance"), - (UniCase("refrers"), "refers"), - (UniCase("montioring"), "monitoring"), - (UniCase("surviellance"), "surveillance"), - (UniCase("beseige"), "besiege"), - (UniCase("behngazi"), "benghazi"), - (UniCase("espoinage"), "espionage"), - (UniCase("massachussets"), "massachusetts"), - (UniCase("observeras"), "observers"), - (UniCase("envrionmental"), "environmental"), - (UniCase("checkpiont"), "checkpoint"), - (UniCase("feodras"), "fedoras"), - (UniCase("scepture"), "scepter"), - (UniCase("tortillita"), "tortilla"), - (UniCase("amendmant"), "amendment"), - (UniCase("anomolous"), "anomalous"), - (UniCase("ingrediens"), "ingredients"), - (UniCase("crowbahr"), "crowbar"), - (UniCase("confererate"), "confederate"), - (UniCase("preinitalizing"), "preinitializing"), - (UniCase("asteriks"), "asterisk"), - (UniCase("scholerships"), "scholarships"), - (UniCase("provacative"), "provocative"), - (UniCase("manipulacion"), "manipulation"), - (UniCase("cahched"), "cached"), - (UniCase("orbtial"), "orbital"), - (UniCase("organiserad"), "organised"), - (UniCase("veyr"), "very"), - (UniCase("disconnnect"), "disconnect"), - (UniCase("straings"), "strains"), - (UniCase("contess"), "contests"), - (UniCase("desperatelly"), "desperately"), - (UniCase("abosrbs"), "absorbs"), - (UniCase("inspriational"), "inspirational"), - (UniCase("refelcting"), "reflecting"), - (UniCase("instrumentos"), "instruments"), - (UniCase("telegrapgh"), "telegraph"), - (UniCase("psychiatist"), "psychiatrist"), - (UniCase("tyrannia"), "tyrannical"), - (UniCase("favourits"), "favourites"), - (UniCase("investegated"), "investigated"), - (UniCase("cambrdige"), "cambridge"), - (UniCase("forcibley"), "forcibly"), - (UniCase("summoenrs"), "summoners"), - (UniCase("exclusivty"), "exclusivity"), - (UniCase("foresseable"), "foreseeable"), - (UniCase("awkwardy"), "awkwardly"), - (UniCase("misintrepreting"), "misinterpreting"), - (UniCase("amphetmaines"), "amphetamines"), - (UniCase("dypshoria"), "dysphoria"), - (UniCase("forearmes"), "forearms"), - (UniCase("segegrated"), "segregated"), - (UniCase("higway"), "highway"), - (UniCase("compability"), "compatibility"), - (UniCase("minipulation"), "manipulation"), - (UniCase("sexaully"), "sexually"), - (UniCase("overules"), "overuse"), - (UniCase("prototipes"), "prototypes"), - (UniCase("antagonise"), "antagonize"), - (UniCase("linguisticas"), "linguistics"), - (UniCase("preservered"), "preserved"), - (UniCase("transending"), "transcending"), - (UniCase("preventation"), "presentation"), - (UniCase("recordarte"), "recorder"), - (UniCase("spehres"), "spheres"), - (UniCase("existentiel"), "existential"), - (UniCase("ejaculatin"), "ejaculation"), - (UniCase("bastane"), "bastante"), - (UniCase("prerequesit"), "prerequisite"), - (UniCase("notificaton"), "notification"), - (UniCase("libary"), "library"), - (UniCase("popularising"), "popularizing"), - (UniCase("rationaly"), "rationally"), - (UniCase("asexaul"), "asexual"), - (UniCase("veritcally"), "vertically"), - (UniCase("collony"), "colony"), - (UniCase("patienty"), "patiently"), - (UniCase("predominanty"), "predominantly"), - (UniCase("montypic"), "monotypic"), - (UniCase("overwtach"), "overwatch"), - (UniCase("articule"), "articulate"), - (UniCase("singulator"), "singular"), - (UniCase("disproprotionately"), "disproportionately"), - (UniCase("mositurizer"), "moisturizer"), - (UniCase("dicitonary"), "dictionary"), - (UniCase("credibilty"), "credibility"), - (UniCase("placemenet"), "placements"), - (UniCase("bigining"), "beginning"), - (UniCase("annoymous"), "anonymous"), - (UniCase("hamsphire"), "hampshire"), - (UniCase("louisvillle"), "louisville"), - (UniCase("sterilisations"), "sterilizations"), - (UniCase("mathameticians"), "mathematicians"), - (UniCase("coprorate"), "corporate"), - (UniCase("bengazhi"), "benghazi"), - (UniCase("aledges"), "alleges"), - (UniCase("quarterblack"), "quarterback"), - (UniCase("underpining"), "undermining"), - (UniCase("goalkeaper"), "goalkeeper"), - (UniCase("advertisted"), "advertised"), - (UniCase("altanta"), "atlanta"), - (UniCase("preposturous"), "preposterous"), - (UniCase("bakcers"), "backers"), - (UniCase("responisve"), "responsive"), - (UniCase("commentaren"), "commenter"), - (UniCase("continuu"), "continuous"), - (UniCase("synthesise"), "synthesize"), - (UniCase("porjectiles"), "projectiles"), - (UniCase("patriarhal"), "patriarchal"), - (UniCase("sepculating"), "speculating"), - (UniCase("vaieties"), "varieties"), - (UniCase("dinsoaurs"), "dinosaurs"), - (UniCase("monolight"), "moonlight"), - (UniCase("definitiley"), "definitively"), - (UniCase("monopolisation"), "monopolization"), - (UniCase("severeid"), "severed"), - (UniCase("questionning"), "questioning"), - (UniCase("substitue"), "substitute"), - (UniCase("incomprehencible"), "incomprehensible"), - (UniCase("stichting"), "stitching"), - (UniCase("onmipotent"), "omnipotent"), - (UniCase("parahprase"), "paraphrase"), - (UniCase("satisfactority"), "satisfactorily"), - (UniCase("embeded"), "embedded"), - (UniCase("horizontes"), "horizons"), - (UniCase("obdisian"), "obsidian"), - (UniCase("produccion"), "production"), - (UniCase("highlane"), "highlander"), - (UniCase("alterarion"), "alteration"), - (UniCase("approxiately"), "approximately"), - (UniCase("overhwelmed"), "overwhelmed"), - (UniCase("holdins"), "holdings"), - (UniCase("subscribtion"), "subscription"), - (UniCase("conneciton"), "connection"), - (UniCase("compustion"), "compulsion"), - (UniCase("authenticaion"), "authentication"), - (UniCase("separatron"), "separation"), - (UniCase("columbina"), "columbia"), - (UniCase("resgined"), "resigned"), - (UniCase("reprhase"), "rephrase"), - (UniCase("connexions"), "connections"), - (UniCase("calulate"), "calculate"), - (UniCase("californai"), "californian"), - (UniCase("surrouns"), "surrounds"), - (UniCase("neckbeared"), "neckbeard"), - (UniCase("inquizition"), "inquisition"), - (UniCase("liberalsim"), "liberalism"), - (UniCase("expolsive"), "explosive"), - (UniCase("criticus"), "critics"), - (UniCase("vegetariens"), "vegetarians"), - (UniCase("auidobooks"), "audiobooks"), - (UniCase("stabilizied"), "stabilize"), - (UniCase("frostig"), "frosting"), - (UniCase("pancakers"), "pancakes"), - (UniCase("interneting"), "interesting"), - (UniCase("unfriently"), "unfriendly"), - (UniCase("favourie"), "favourites"), - (UniCase("permenant"), "permanent"), - (UniCase("participare"), "participate"), - (UniCase("accpeted"), "accepted"), - (UniCase("stregnthen"), "strengthen"), - (UniCase("sophisitcated"), "sophisticated"), - (UniCase("unchangable"), "unchangeable"), - (UniCase("tightenting"), "tightening"), - (UniCase("misogynt"), "misogynist"), - (UniCase("unsubscrube"), "unsubscribe"), - (UniCase("unprecidented"), "unprecedented"), - (UniCase("presistence"), "persistence"), - (UniCase("preample"), "preamble"), - (UniCase("privatised"), "privatized"), - (UniCase("fatigure"), "fatigue"), - (UniCase("unbeleivably"), "unbelievably"), - (UniCase("mosquitero"), "mosquito"), - (UniCase("dramatise"), "dramatize"), - (UniCase("catterpilars"), "caterpillars"), - (UniCase("italias"), "italians"), - (UniCase("superviso"), "supervision"), - (UniCase("corperations"), "corporations"), - (UniCase("stereotypcial"), "stereotypical"), - (UniCase("interchangable"), "interchangeable"), - (UniCase("disspaointed"), "dissapointed"), - (UniCase("deligthful"), "delightful"), - (UniCase("paradse"), "parades"), - (UniCase("prelimenary"), "preliminary"), - (UniCase("adminstered"), "administered"), - (UniCase("purpendicular"), "perpendicular"), - (UniCase("systimatically"), "systematically"), - (UniCase("algorythms"), "algorithms"), - (UniCase("stormde"), "stormed"), - (UniCase("corralated"), "correlated"), - (UniCase("equilibirum"), "equilibrium"), - (UniCase("vitaminas"), "vitamins"), - (UniCase("sovereignety"), "sovereignty"), - (UniCase("remmeber"), "remember"), - (UniCase("hiptser"), "hipster"), - (UniCase("accidentlay"), "accidently"), - (UniCase("catholacism"), "catholicism"), - (UniCase("rebuidling"), "rebuilding"), - (UniCase("subtletly"), "subtlety"), - (UniCase("inkonsistent"), "inconsistent"), - (UniCase("prosperos"), "prosperous"), - (UniCase("expierences"), "experiences"), - (UniCase("unanymous"), "unanimous"), - (UniCase("succsesfull"), "successfully"), - (UniCase("anaesthetist"), "anesthetist"), - (UniCase("cycolps"), "cyclops"), - (UniCase("justificativos"), "justifications"), - (UniCase("appropriatley"), "appropriately"), - (UniCase("oblitirated"), "obliterated"), - (UniCase("nationalistiske"), "nationalists"), - (UniCase("colonised"), "colonized"), - (UniCase("colloqueal"), "colloquial"), - (UniCase("asisstants"), "assistants"), - (UniCase("dispencing"), "dispensing"), - (UniCase("deiners"), "deniers"), - (UniCase("terriblely"), "terribly"), - (UniCase("coordenates"), "coordinates"), - (UniCase("overwath"), "overwatch"), - (UniCase("mucnhies"), "munchies"), - (UniCase("intervalos"), "intervals"), - (UniCase("incorect"), "incorrect"), - (UniCase("proces"), "process"), - (UniCase("monitores"), "monitors"), - (UniCase("submittion"), "submitting"), - (UniCase("transcirpt"), "transcripts"), - (UniCase("sepcifications"), "specification"), - (UniCase("quarantenni"), "quarantine"), - (UniCase("condmening"), "condemning"), - (UniCase("exepmtion"), "exemption"), - (UniCase("stakeboard"), "skateboard"), - (UniCase("experieced"), "experienced"), - (UniCase("detectes"), "detects"), - (UniCase("monestary"), "monastery"), - (UniCase("demsond"), "desmond"), - (UniCase("implemet"), "implements"), - (UniCase("sandwhich"), "sandwich"), - (UniCase("canalises"), "canalizes"), - (UniCase("ingestigator"), "investigator"), - (UniCase("propper"), "proper"), - (UniCase("constituinte"), "constituents"), - (UniCase("critising"), "criticising"), - (UniCase("challengs"), "challenges"), - (UniCase("assistsnt"), "assistants"), - (UniCase("adavanced"), "advanced"), - (UniCase("misouri"), "missouri"), - (UniCase("deadlit"), "deadlift"), - (UniCase("disadvandages"), "disadvantaged"), - (UniCase("authorising"), "authorizing"), - (UniCase("proprotions"), "proportions"), - (UniCase("gutiarist"), "guitarist"), - (UniCase("dragones"), "dragons"), - (UniCase("depolyment"), "deployment"), - (UniCase("younget"), "youngest"), - (UniCase("perjorative"), "pejorative"), - (UniCase("animatie"), "animate"), - (UniCase("shovelled"), "shoveled"), - (UniCase("thankyooou"), "thankyou"), - (UniCase("reevalutate"), "reevaluate"), - (UniCase("kilomteres"), "kilometers"), - (UniCase("illegitimite"), "illegitimate"), - (UniCase("stratled"), "startled"), - (UniCase("depositas"), "deposits"), - (UniCase("determinging"), "determining"), - (UniCase("manupilated"), "manipulated"), - (UniCase("automatice"), "automate"), - (UniCase("recommennd"), "recommends"), - (UniCase("nacionalistic"), "nationalistic"), - (UniCase("backgrouds"), "backgrounds"), - (UniCase("depelted"), "depleted"), - (UniCase("underestime"), "underestimate"), - (UniCase("neighbourhoods"), "neighborhoods"), - (UniCase("intaxication"), "intoxication"), - (UniCase("behaviour"), "behavior"), - (UniCase("countepart"), "counteract"), - (UniCase("upgarding"), "upgrading"), - (UniCase("bounites"), "bounties"), - (UniCase("heartbrakes"), "heartbreak"), - (UniCase("undoubtedbly"), "undoubtedly"), - (UniCase("uise"), "use"), - (UniCase("prospettive"), "prospective"), - (UniCase("restarants"), "restaurants"), - (UniCase("persuassion"), "persuasion"), - (UniCase("subtetly"), "subtlety"), - (UniCase("contengency"), "contingency"), - (UniCase("appetitite"), "appetite"), - (UniCase("peaple"), "people"), - (UniCase("prostituer"), "prostitute"), - (UniCase("complaince"), "compliance"), - (UniCase("surveillence"), "surveillance"), - (UniCase("versitale"), "versatile"), - (UniCase("pinetrest"), "pinterest"), - (UniCase("mathmaticians"), "mathematicians"), - (UniCase("visibillity"), "visibility"), - (UniCase("intendes"), "intends"), - (UniCase("darkets"), "darkest"), - (UniCase("mozzorella"), "mozzarella"), - (UniCase("premius"), "premiums"), - (UniCase("militiants"), "militias"), - (UniCase("destabilisation"), "destabilization"), - (UniCase("butterfiles"), "butterflies"), - (UniCase("rised"), "raised"), - (UniCase("inclenation"), "inclination"), - (UniCase("metldown"), "meltdown"), - (UniCase("bradcast"), "broadcast"), - (UniCase("buildes"), "builders"), - (UniCase("transformacion"), "transformation"), - (UniCase("speciallized"), "specialised"), - (UniCase("borderlads"), "borderlands"), - (UniCase("enthicities"), "ethnicities"), - (UniCase("accelerare"), "accelerate"), - (UniCase("napoloen"), "napoleon"), - (UniCase("continute"), "continue"), - (UniCase("sculputre"), "sculpture"), - (UniCase("principales"), "principles"), - (UniCase("homeopaty"), "homeopathy"), - (UniCase("converzation"), "conservation"), - (UniCase("mushrom"), "mushroom"), - (UniCase("transformaton"), "transformation"), - (UniCase("nautlius"), "nautilus"), - (UniCase("vitenam"), "vietnam"), - (UniCase("underpowerd"), "underpowered"), - (UniCase("strengthining"), "strengthening"), - (UniCase("differantiate"), "differentiate"), - (UniCase("unknwon"), "unknown"), - (UniCase("clausens"), "clauses"), - (UniCase("bandwith"), "bandwidth"), - (UniCase("paralisys"), "paralysis"), - (UniCase("inquisitr"), "inquisitor"), - (UniCase("posessing"), "possessing"), - (UniCase("deflaction"), "deflection"), - (UniCase("deahtly"), "deathly"), - (UniCase("strengsten"), "strengthen"), - (UniCase("bycicles"), "bicycles"), - (UniCase("libretarianism"), "libertarianism"), - (UniCase("noteboook"), "notebook"), - (UniCase("formerlly"), "formerly"), - (UniCase("comparitive"), "comparative"), - (UniCase("januaray"), "january"), - (UniCase("almigthy"), "almighty"), + (UniCase::ascii("shriley"), "shirley"), + (UniCase::ascii("kyrptonite"), "kryptonite"), + (UniCase::ascii("prerequisets"), "prerequisite"), + (UniCase::ascii("conservice"), "conserve"), + (UniCase::ascii("millilitres"), "milliliters"), + (UniCase::ascii("contraccion"), "contraction"), + (UniCase::ascii("rhetorisch"), "rhetoric"), + (UniCase::ascii("comparativly"), "comparatively"), + (UniCase::ascii("emobdiment"), "embodiment"), + (UniCase::ascii("egpytians"), "egyptians"), + (UniCase::ascii("inevitabley"), "inevitably"), + (UniCase::ascii("sulphates"), "sulfates"), + (UniCase::ascii("counteredit"), "counterfeit"), + (UniCase::ascii("productivy"), "productivity"), + (UniCase::ascii("performanes"), "performances"), + (UniCase::ascii("internalises"), "internalizes"), + (UniCase::ascii("unappeasing"), "unappealing"), + (UniCase::ascii("initalizer"), "initializer"), + (UniCase::ascii("imporvements"), "improvements"), + (UniCase::ascii("territoral"), "territorial"), + (UniCase::ascii("catastraphe"), "catastrophe"), + (UniCase::ascii("multipleye"), "multiply"), + (UniCase::ascii("reched"), "reached"), + (UniCase::ascii("councilers"), "councils"), + (UniCase::ascii("boraden"), "broaden"), + (UniCase::ascii("dipthong"), "diphthong"), + (UniCase::ascii("condamned"), "condemned"), + (UniCase::ascii("effectivenss"), "effectiveness"), + (UniCase::ascii("traveles"), "travels"), + (UniCase::ascii("ligthhouse"), "lighthouse"), + (UniCase::ascii("flasghip"), "flagship"), + (UniCase::ascii("jailbroaken"), "jailbroken"), + (UniCase::ascii("libretarianism"), "libertarianism"), + (UniCase::ascii("hosteles"), "hostels"), + (UniCase::ascii("compensante"), "compensate"), + (UniCase::ascii("knwo"), "know"), + (UniCase::ascii("glicthy"), "glitchy"), + (UniCase::ascii("morrocco"), "morocco"), + (UniCase::ascii("informis"), "informs"), + (UniCase::ascii("contribuito"), "contribution"), + (UniCase::ascii("blisteres"), "blisters"), + (UniCase::ascii("migitation"), "mitigation"), + (UniCase::ascii("accademic"), "academic"), + (UniCase::ascii("sitmuli"), "stimuli"), + (UniCase::ascii("healtchare"), "healthcare"), + (UniCase::ascii("ligthroom"), "lightroom"), + (UniCase::ascii("variabel"), "variable"), + (UniCase::ascii("outfiled"), "outfield"), + (UniCase::ascii("suposed"), "supposed"), + (UniCase::ascii("reposotory"), "repository"), + (UniCase::ascii("biseuxal"), "bisexual"), + (UniCase::ascii("opprotunities"), "opportunities"), + (UniCase::ascii("defanitly"), "defiantly"), + (UniCase::ascii("reinforcemnts"), "reinforcements"), + (UniCase::ascii("metaphotically"), "metaphorically"), + (UniCase::ascii("prostituate"), "prostitute"), + (UniCase::ascii("healthire"), "healthier"), + (UniCase::ascii("quarterblack"), "quarterback"), + (UniCase::ascii("masturdate"), "masturbate"), + (UniCase::ascii("prepetuates"), "perpetuates"), + (UniCase::ascii("extraterrestial"), "extraterrestrial"), + (UniCase::ascii("determinacion"), "determination"), + (UniCase::ascii("crocodiller"), "crocodile"), + (UniCase::ascii("badnwidth"), "bandwidth"), + (UniCase::ascii("rythim"), "rhythm"), + (UniCase::ascii("recommendeds"), "recommends"), + (UniCase::ascii("deficites"), "deficits"), + (UniCase::ascii("theraupetic"), "therapeutic"), + (UniCase::ascii("tast"), "taste"), + (UniCase::ascii("archeaologists"), "archeologists"), + (UniCase::ascii("roomate"), "roommate"), + (UniCase::ascii("pancaeks"), "pancakes"), + (UniCase::ascii("voluntereed"), "volunteered"), + (UniCase::ascii("precuation"), "precautions"), + (UniCase::ascii("adventourus"), "adventurous"), + (UniCase::ascii("incrememnts"), "increments"), + (UniCase::ascii("possiblly"), "possibly"), + (UniCase::ascii("trasnformer"), "transformer"), + (UniCase::ascii("portugeuse"), "portuguese"), + (UniCase::ascii("cosily"), "cozily"), + (UniCase::ascii("preporation"), "preparation"), + (UniCase::ascii("inheritage"), "heritage"), + (UniCase::ascii("rennovate"), "renovate"), + (UniCase::ascii("affectionatley"), "affectionate"), + (UniCase::ascii("moustahce"), "moustache"), + (UniCase::ascii("surroundes"), "surrounds"), + (UniCase::ascii("distribuiton"), "distributions"), + (UniCase::ascii("primaeval"), "primeval"), + (UniCase::ascii("molestato"), "molestation"), + (UniCase::ascii("mysogynist"), "misogynist"), + (UniCase::ascii("heorine"), "heroine"), + (UniCase::ascii("throthling"), "throttling"), + (UniCase::ascii("conversationg"), "conservation"), + (UniCase::ascii("alterante"), "alternate"), + (UniCase::ascii("inprovements"), "improvements"), + (UniCase::ascii("cardiovasuclar"), "cardiovascular"), + (UniCase::ascii("suspecious"), "suspicious"), + (UniCase::ascii("avatares"), "avatars"), + (UniCase::ascii("arbitrarion"), "arbitration"), + (UniCase::ascii("presuaded"), "persuaded"), + (UniCase::ascii("eighten"), "eighteen"), + (UniCase::ascii("automomous"), "autonomous"), + (UniCase::ascii("intruduction"), "introduction"), + (UniCase::ascii("embarrasement"), "embarrassment"), + (UniCase::ascii("comparabile"), "comparable"), + (UniCase::ascii("judegments"), "judgements"), + (UniCase::ascii("attmepting"), "attempting"), + (UniCase::ascii("storise"), "stories"), + (UniCase::ascii("menstraul"), "menstrual"), + (UniCase::ascii("recoginzed"), "recognized"), + (UniCase::ascii("diablical"), "diabolical"), + (UniCase::ascii("catalyse"), "catalyze"), + (UniCase::ascii("buddishts"), "buddhists"), + (UniCase::ascii("inexperiece"), "inexperience"), + (UniCase::ascii("desperetly"), "desperately"), + (UniCase::ascii("interveiwing"), "interviewing"), + (UniCase::ascii("condesned"), "condensed"), + (UniCase::ascii("accomadating"), "accommodating"), + (UniCase::ascii("suppoed"), "supposed"), + (UniCase::ascii("evaluacion"), "evaluation"), + (UniCase::ascii("immortalis"), "immortals"), + (UniCase::ascii("modualr"), "modular"), + (UniCase::ascii("mechanicaly"), "mechanically"), + (UniCase::ascii("absorbsion"), "absorption"), + (UniCase::ascii("favourties"), "favourites"), + (UniCase::ascii("sensationalizm"), "sensationalism"), + (UniCase::ascii("consistes"), "consists"), + (UniCase::ascii("shangahi"), "shanghai"), + (UniCase::ascii("conplimenting"), "complimenting"), + (UniCase::ascii("anouncement"), "announcement"), + (UniCase::ascii("inagurated"), "inaugurated"), + (UniCase::ascii("woudlnt"), "wouldnt"), + (UniCase::ascii("consequtive"), "consecutive"), + (UniCase::ascii("compatability"), "compatibility"), + (UniCase::ascii("priciple"), "principle"), + (UniCase::ascii("euhporic"), "euphoric"), + (UniCase::ascii("blatimore"), "baltimore"), + (UniCase::ascii("registery"), "registry"), + (UniCase::ascii("scandas"), "scandals"), + (UniCase::ascii("symphatize"), "sympathize"), + (UniCase::ascii("meaninng"), "meaning"), + (UniCase::ascii("providencie"), "providence"), + (UniCase::ascii("orgainse"), "organise"), + (UniCase::ascii("deuling"), "dueling"), + (UniCase::ascii("experamental"), "experimental"), + (UniCase::ascii("peoms"), "poems"), + (UniCase::ascii("repalces"), "replaces"), + (UniCase::ascii("embarrased"), "embarrassed"), + (UniCase::ascii("deomgraphics"), "demographics"), + (UniCase::ascii("disresepct"), "disrespect"), + (UniCase::ascii("laodouts"), "loadouts"), + (UniCase::ascii("paralles"), "parallels"), + (UniCase::ascii("micrometre"), "micrometer"), + (UniCase::ascii("transphopic"), "transphobic"), + (UniCase::ascii("perputuating"), "perpetuating"), + (UniCase::ascii("earthboud"), "earthbound"), + (UniCase::ascii("craotia"), "croatia"), + (UniCase::ascii("costumizations"), "customization"), + (UniCase::ascii("distirbuting"), "distributing"), + (UniCase::ascii("aganist"), "against"), + (UniCase::ascii("copenaghen"), "copenhagen"), + (UniCase::ascii("fundamentalistiskt"), "fundamentalists"), + (UniCase::ascii("napoelon"), "napoleon"), + (UniCase::ascii("crusive"), "cursive"), + (UniCase::ascii("enthusiants"), "enthusiast"), + (UniCase::ascii("embarrasments"), "embarrassment"), + (UniCase::ascii("insurgancy"), "insurgency"), + (UniCase::ascii("cuztomizable"), "customizable"), + (UniCase::ascii("spermatozoan"), "spermatozoon"), + (UniCase::ascii("moderm"), "modem"), + (UniCase::ascii("birhtday"), "birthday"), + (UniCase::ascii("distriubtion"), "distributions"), + (UniCase::ascii("unbeerable"), "unbearable"), + (UniCase::ascii("infraread"), "infrared"), + (UniCase::ascii("realibility"), "reliability"), + (UniCase::ascii("happenes"), "happens"), + (UniCase::ascii("monolothic"), "monolithic"), + (UniCase::ascii("alterarion"), "alteration"), + (UniCase::ascii("existince"), "existence"), + (UniCase::ascii("socialisim"), "socialism"), + (UniCase::ascii("pregancies"), "pregnancies"), + (UniCase::ascii("compeittion"), "competitions"), + (UniCase::ascii("cylcist"), "cyclist"), + (UniCase::ascii("opportuniste"), "opportunities"), + (UniCase::ascii("currecny"), "currency"), + (UniCase::ascii("disaterous"), "disastrous"), + (UniCase::ascii("idolising"), "idolizing"), + (UniCase::ascii("waterproff"), "waterproof"), + (UniCase::ascii("traingles"), "triangles"), + (UniCase::ascii("scracth"), "scratch"), + (UniCase::ascii("responsibliy"), "responsibly"), + (UniCase::ascii("overturing"), "overturn"), + (UniCase::ascii("qualtitative"), "quantitative"), + (UniCase::ascii("institutionalises"), "institutionalizes"), + (UniCase::ascii("neigbhorhood"), "neighborhoods"), + (UniCase::ascii("intrinsisch"), "intrinsic"), + (UniCase::ascii("subcsription"), "subscriptions"), + (UniCase::ascii("produktion"), "production"), + (UniCase::ascii("puting"), "putting"), + (UniCase::ascii("crosshiar"), "crosshair"), + (UniCase::ascii("compednium"), "compendium"), + (UniCase::ascii("indicateurs"), "indicates"), + (UniCase::ascii("leftits"), "leftist"), + (UniCase::ascii("verisions"), "revisions"), + (UniCase::ascii("denominater"), "denominator"), + (UniCase::ascii("adventus"), "adventures"), + (UniCase::ascii("dissapointted"), "dissapointed"), + (UniCase::ascii("demilitarisation"), "demilitarization"), + (UniCase::ascii("enourmously"), "enormously"), + (UniCase::ascii("innoavtion"), "innovations"), + (UniCase::ascii("proportionella"), "proportionally"), + (UniCase::ascii("palidans"), "paladins"), + (UniCase::ascii("consiquently"), "consequently"), + (UniCase::ascii("prerogotive"), "prerogative"), + (UniCase::ascii("longitudonal"), "longitudinal"), + (UniCase::ascii("hellfie"), "hellfire"), + (UniCase::ascii("juristiction"), "jurisdiction"), + (UniCase::ascii("caclulated"), "calculated"), + (UniCase::ascii("proces"), "process"), + (UniCase::ascii("disobeidence"), "disobedience"), + (UniCase::ascii("htis"), "this"), + (UniCase::ascii("feminie"), "feminine"), + (UniCase::ascii("hopsital"), "hospital"), + (UniCase::ascii("bottelneck"), "bottleneck"), + (UniCase::ascii("neigbhours"), "neighbours"), + (UniCase::ascii("knowlegeable"), "knowledgeable"), + (UniCase::ascii("regrigerator"), "refrigerator"), + (UniCase::ascii("maintians"), "maintains"), + (UniCase::ascii("transfarmers"), "transformers"), + (UniCase::ascii("fecthed"), "fetched"), + (UniCase::ascii("transistior"), "transistor"), + (UniCase::ascii("comapnies"), "companies"), + (UniCase::ascii("understannd"), "understands"), + (UniCase::ascii("interferre"), "interfere"), + (UniCase::ascii("wacther"), "watcher"), + (UniCase::ascii("simaltaneous"), "simultaneous"), + (UniCase::ascii("misison"), "mission"), + (UniCase::ascii("retrevier"), "retriever"), + (UniCase::ascii("faclons"), "falcons"), + (UniCase::ascii("discusssion"), "discussions"), + (UniCase::ascii("decsended"), "descended"), + (UniCase::ascii("creativily"), "creatively"), + (UniCase::ascii("unattanded"), "unattended"), + (UniCase::ascii("counterfited"), "counterfeit"), + (UniCase::ascii("complimenary"), "complimentary"), + (UniCase::ascii("unatteneded"), "unattended"), + (UniCase::ascii("undescore"), "underscore"), + (UniCase::ascii("deragotory"), "derogatory"), + (UniCase::ascii("fullfill"), "fulfill"), + (UniCase::ascii("masteris"), "masteries"), + (UniCase::ascii("fedility"), "fidelity"), + (UniCase::ascii("millimetres"), "millimeters"), + (UniCase::ascii("decmeber"), "december"), + (UniCase::ascii("bilateraly"), "bilaterally"), + (UniCase::ascii("succouring"), "succoring"), + (UniCase::ascii("regualte"), "regulate"), + (UniCase::ascii("activly"), "actively"), + (UniCase::ascii("brainwahsing"), "brainwashing"), + (UniCase::ascii("bulletbroof"), "bulletproof"), + (UniCase::ascii("complicatred"), "complicate"), + (UniCase::ascii("chuckels"), "chuckles"), + (UniCase::ascii("destroyr"), "destroyers"), + (UniCase::ascii("catergorize"), "categorize"), + (UniCase::ascii("translusent"), "translucent"), + (UniCase::ascii("unintentinal"), "unintentional"), + (UniCase::ascii("futurisitic"), "futuristic"), + (UniCase::ascii("destinatons"), "destinations"), + (UniCase::ascii("dinsoaur"), "dinosaur"), + (UniCase::ascii("justificativos"), "justifications"), + (UniCase::ascii("pecuilar"), "peculiar"), + (UniCase::ascii("sporstmanship"), "sportsmanship"), + (UniCase::ascii("alturism"), "altruism"), + (UniCase::ascii("competitiors"), "competitors"), + (UniCase::ascii("propogate"), "propagate"), + (UniCase::ascii("epilespy"), "epilepsy"), + (UniCase::ascii("propuslion"), "propulsion"), + (UniCase::ascii("trakcers"), "trackers"), + (UniCase::ascii("abnoramlly"), "abnormally"), + (UniCase::ascii("fransiscan"), "franciscan"), + (UniCase::ascii("satisifed"), "satisfied"), + (UniCase::ascii("realtes"), "relates"), + (UniCase::ascii("overlaod"), "overload"), + (UniCase::ascii("enlargments"), "enlargements"), + (UniCase::ascii("vikigns"), "vikings"), + (UniCase::ascii("vocabularily"), "vocabulary"), + (UniCase::ascii("cuatiously"), "cautiously"), + (UniCase::ascii("warrriors"), "warriors"), + (UniCase::ascii("dimentions"), "dimensions"), + (UniCase::ascii("rollercoaser"), "rollercoaster"), + (UniCase::ascii("satsifies"), "satisfies"), + (UniCase::ascii("squareds"), "squares"), + (UniCase::ascii("southamton"), "southampton"), + (UniCase::ascii("convertirme"), "converter"), + (UniCase::ascii("yearm"), "year"), + (UniCase::ascii("alchimest"), "alchemist"), + (UniCase::ascii("vocabularly"), "vocabulary"), + (UniCase::ascii("overwhemed"), "overwhelmed"), + (UniCase::ascii("abstinense"), "abstinence"), + (UniCase::ascii("perfecty"), "perfectly"), + (UniCase::ascii("politicanti"), "politician"), + (UniCase::ascii("channelled"), "channeled"), + (UniCase::ascii("whisperered"), "whispered"), + (UniCase::ascii("konfidential"), "confidential"), + (UniCase::ascii("unportected"), "unprotected"), + (UniCase::ascii("misinfomed"), "misinformed"), + (UniCase::ascii("stratigically"), "strategically"), + (UniCase::ascii("peculair"), "peculiar"), + (UniCase::ascii("jeweller"), "jeweler"), + (UniCase::ascii("limitato"), "limitation"), + (UniCase::ascii("adverst"), "adverts"), + (UniCase::ascii("workingest"), "workings"), + (UniCase::ascii("practie"), "practise"), + (UniCase::ascii("refrence"), "reference"), + (UniCase::ascii("homogenuous"), "homogeneous"), + (UniCase::ascii("childerns"), "childrens"), + (UniCase::ascii("begginng"), "begging"), + (UniCase::ascii("decembre"), "december"), + (UniCase::ascii("vaguley"), "vaguely"), + (UniCase::ascii("mechanismus"), "mechanisms"), + (UniCase::ascii("investigaters"), "investigators"), + (UniCase::ascii("deathmath"), "deathmatch"), + (UniCase::ascii("favour"), "favor"), + (UniCase::ascii("positioing"), "positioning"), + (UniCase::ascii("profitabile"), "profitable"), + (UniCase::ascii("cattleship"), "battleship"), + (UniCase::ascii("renyolds"), "reynolds"), + (UniCase::ascii("normalis"), "normals"), + (UniCase::ascii("temperamant"), "temperament"), + (UniCase::ascii("objectificaiton"), "objectification"), + (UniCase::ascii("massachusettes"), "massachusetts"), + (UniCase::ascii("assassines"), "assassins"), + (UniCase::ascii("concentrant"), "concentrate"), + (UniCase::ascii("descenting"), "descending"), + (UniCase::ascii("competitivos"), "competitions"), + (UniCase::ascii("explicitily"), "explicitly"), + (UniCase::ascii("strentgh"), "strength"), + (UniCase::ascii("sepculating"), "speculating"), + (UniCase::ascii("syphoned"), "siphoned"), + (UniCase::ascii("truely"), "truly"), + (UniCase::ascii("camboda"), "cambodia"), + (UniCase::ascii("headest"), "headset"), + (UniCase::ascii("excurciating"), "excruciating"), + (UniCase::ascii("lunatis"), "lunatics"), + (UniCase::ascii("unaminous"), "unanimous"), + (UniCase::ascii("pasteurise"), "pasteurize"), + (UniCase::ascii("charecteristics"), "characteristics"), + (UniCase::ascii("distil"), "distill"), + (UniCase::ascii("respectuflly"), "respectfully"), + (UniCase::ascii("technicaly"), "technically"), + (UniCase::ascii("adderss"), "address"), + (UniCase::ascii("northereastern"), "northeastern"), + (UniCase::ascii("inspectons"), "inspections"), + (UniCase::ascii("beauitful"), "beautiful"), + (UniCase::ascii("electronix"), "election"), + (UniCase::ascii("merchendise"), "merchandise"), + (UniCase::ascii("preventin"), "prevention"), + (UniCase::ascii("consuments"), "consumes"), + (UniCase::ascii("billionairs"), "billionaires"), + (UniCase::ascii("momentarilly"), "momentarily"), + (UniCase::ascii("unaccpetable"), "unacceptable"), + (UniCase::ascii("jursidiction"), "jurisdiction"), + (UniCase::ascii("camapign"), "campaign"), + (UniCase::ascii("independentness"), "independents"), + (UniCase::ascii("immaturety"), "immaturity"), + (UniCase::ascii("connonations"), "connotations"), + (UniCase::ascii("channelling"), "channeling"), + (UniCase::ascii("intolorence"), "intolerance"), + (UniCase::ascii("characterisitc"), "characteristics"), + (UniCase::ascii("exculde"), "exclude"), + (UniCase::ascii("ambassodor"), "ambassador"), + (UniCase::ascii("reigons"), "regions"), + (UniCase::ascii("chambear"), "chamber"), + (UniCase::ascii("prevert"), "pervert"), + (UniCase::ascii("interpreteert"), "interpreter"), + (UniCase::ascii("trasnform"), "transform"), + (UniCase::ascii("innerstellar"), "interstellar"), + (UniCase::ascii("unexperience"), "inexperience"), + (UniCase::ascii("periphirals"), "peripherals"), + (UniCase::ascii("sensationalises"), "sensationalizes"), + (UniCase::ascii("apprentace"), "apprentice"), + (UniCase::ascii("resporatory"), "respiratory"), + (UniCase::ascii("androiders"), "androids"), + (UniCase::ascii("dysfunciton"), "dysfunction"), + (UniCase::ascii("playtgroughs"), "playthroughs"), + (UniCase::ascii("stupire"), "stupider"), + (UniCase::ascii("brutalised"), "brutalized"), + (UniCase::ascii("initiatves"), "initiatives"), + (UniCase::ascii("miserabel"), "miserable"), + (UniCase::ascii("gaurd"), "guard"), + (UniCase::ascii("cringely"), "cringey"), + (UniCase::ascii("carthographer"), "cartographer"), + (UniCase::ascii("diminuitive"), "diminutive"), + (UniCase::ascii("interperter"), "interpreter"), + (UniCase::ascii("parapharse"), "paraphrase"), + (UniCase::ascii("toursity"), "touristy"), + (UniCase::ascii("fictionalises"), "fictionalizes"), + (UniCase::ascii("horriblly"), "horribly"), + (UniCase::ascii("sovietes"), "soviets"), + (UniCase::ascii("rewatchig"), "rewatching"), + (UniCase::ascii("coindidental"), "coincidental"), + (UniCase::ascii("sentimentalises"), "sentimentalizes"), + (UniCase::ascii("terroristes"), "terrorists"), + (UniCase::ascii("disposle"), "dispose"), + (UniCase::ascii("mandarion"), "mandarin"), + (UniCase::ascii("grpahically"), "graphically"), + (UniCase::ascii("comarde"), "comrade"), + (UniCase::ascii("processs"), "processes"), + (UniCase::ascii("blockcahin"), "blockchain"), + (UniCase::ascii("tiome"), "time"), + (UniCase::ascii("expeditonary"), "expeditionary"), + (UniCase::ascii("coratia"), "croatia"), + (UniCase::ascii("obliverated"), "obliterated"), + (UniCase::ascii("fantasises"), "fantasizes"), + (UniCase::ascii("prestigiosi"), "prestigious"), + (UniCase::ascii("nativelly"), "natively"), + (UniCase::ascii("blockeras"), "blockers"), + (UniCase::ascii("mutlitude"), "multitude"), + (UniCase::ascii("highlightning"), "highlighting"), + (UniCase::ascii("procrastonating"), "procrastinating"), + (UniCase::ascii("suprsied"), "suprised"), + (UniCase::ascii("purposley"), "purposely"), + (UniCase::ascii("iresistible"), "irresistible"), + (UniCase::ascii("legionis"), "legions"), + (UniCase::ascii("speciallized"), "specialised"), + (UniCase::ascii("compliations"), "compilation"), + (UniCase::ascii("intruiged"), "intrigued"), + (UniCase::ascii("collaspe"), "collapse"), + (UniCase::ascii("churchers"), "churches"), + (UniCase::ascii("eloquantly"), "eloquently"), + (UniCase::ascii("relegetion"), "relegation"), + (UniCase::ascii("popualtion"), "populations"), + (UniCase::ascii("missionaris"), "missionaries"), + (UniCase::ascii("impossibe"), "impossible"), + (UniCase::ascii("minature"), "miniature"), + (UniCase::ascii("forresst"), "forrest"), + (UniCase::ascii("vietnamiese"), "vietnamese"), + (UniCase::ascii("dysfonctional"), "dysfunctional"), + (UniCase::ascii("argentia"), "argentina"), + (UniCase::ascii("spontaneouly"), "spontaneously"), + (UniCase::ascii("percantages"), "percentages"), + (UniCase::ascii("illuminoti"), "illuminati"), + (UniCase::ascii("championsship"), "championships"), + (UniCase::ascii("initiaitve"), "initiatives"), + (UniCase::ascii("levellign"), "levelling"), + (UniCase::ascii("indoctornated"), "indoctrinated"), + (UniCase::ascii("southapmton"), "southampton"), + (UniCase::ascii("gaols"), "jails"), + (UniCase::ascii("metamorphysis"), "metamorphosis"), + (UniCase::ascii("inbalance"), "imbalance"), + (UniCase::ascii("knowlegdable"), "knowledgable"), + (UniCase::ascii("substracted"), "subtracted"), + (UniCase::ascii("endevors"), "endeavors"), + (UniCase::ascii("populairty"), "popularity"), + (UniCase::ascii("sticthed"), "stitched"), + (UniCase::ascii("relentlessley"), "relentlessly"), + (UniCase::ascii("battlefiend"), "battlefield"), + (UniCase::ascii("freind"), "friend"), + (UniCase::ascii("wholeheartadly"), "wholeheartedly"), + (UniCase::ascii("dermitologist"), "dermatologist"), + (UniCase::ascii("stabilises"), "stabilizes"), + (UniCase::ascii("impossiblly"), "impossibly"), + (UniCase::ascii("enthusaists"), "enthusiasts"), + (UniCase::ascii("primordal"), "primordial"), + (UniCase::ascii("enviromentalist"), "environmentalist"), + (UniCase::ascii("foreamrs"), "forearms"), + (UniCase::ascii("thigsn"), "things"), + (UniCase::ascii("coinsidental"), "coincidental"), + (UniCase::ascii("originaly"), "originally"), + (UniCase::ascii("caryons"), "crayons"), + (UniCase::ascii("retuns"), "returns"), + (UniCase::ascii("specialiced"), "specialized"), + (UniCase::ascii("manoeuvrability"), "maneuverability"), + (UniCase::ascii("brakeout"), "breakout"), + (UniCase::ascii("innvoation"), "innovation"), + (UniCase::ascii("algorithmes"), "algorithms"), + (UniCase::ascii("dignitiy"), "dignity"), + (UniCase::ascii("invincinble"), "invincible"), + (UniCase::ascii("hosthot"), "hotshot"), + (UniCase::ascii("frackign"), "fracking"), + (UniCase::ascii("ocassionaly"), "occasionally"), + (UniCase::ascii("atittude"), "attitude"), + (UniCase::ascii("chlesea"), "chelsea"), + (UniCase::ascii("cheerleeders"), "cheerleaders"), + (UniCase::ascii("slipperly"), "slippery"), + (UniCase::ascii("liberaties"), "liberate"), + (UniCase::ascii("moleststion"), "molestation"), + (UniCase::ascii("motherborad"), "motherboard"), + (UniCase::ascii("dungeos"), "dungeons"), + (UniCase::ascii("bodybuilidng"), "bodybuilding"), + (UniCase::ascii("restraind"), "restrained"), + (UniCase::ascii("progressivey"), "progressively"), + (UniCase::ascii("miscarriege"), "miscarriage"), + (UniCase::ascii("possibley"), "possibly"), + (UniCase::ascii("liberalsim"), "liberalism"), + (UniCase::ascii("vocalisations"), "vocalizations"), + (UniCase::ascii("protestantes"), "protestants"), + (UniCase::ascii("synthesised"), "synthesized"), + (UniCase::ascii("subsidiezed"), "subsidized"), + (UniCase::ascii("expressview"), "expressive"), + (UniCase::ascii("bastardising"), "bastardizing"), + (UniCase::ascii("pharamcy"), "pharmacy"), + (UniCase::ascii("distinquish"), "distinguish"), + (UniCase::ascii("moisturier"), "moisturizer"), + (UniCase::ascii("anticipare"), "anticipate"), + (UniCase::ascii("supsicious"), "suspicious"), + (UniCase::ascii("clevery"), "cleverly"), + (UniCase::ascii("isreali"), "israeli"), + (UniCase::ascii("desitnations"), "destinations"), + (UniCase::ascii("expierenced"), "experienced"), + (UniCase::ascii("purposefuly"), "purposefully"), + (UniCase::ascii("eliminato"), "elimination"), + (UniCase::ascii("propsective"), "prospective"), + (UniCase::ascii("esporst"), "esports"), + (UniCase::ascii("furhtermore"), "furthermore"), + (UniCase::ascii("soundtracs"), "soundtracks"), + (UniCase::ascii("briagde"), "brigade"), + (UniCase::ascii("physicis"), "physicians"), + (UniCase::ascii("coverted"), "converted"), + (UniCase::ascii("apologise"), "apologize"), + (UniCase::ascii("inclinde"), "incline"), + (UniCase::ascii("collectivo"), "collection"), + (UniCase::ascii("tighetning"), "tightening"), + (UniCase::ascii("forgettting"), "forgetting"), + (UniCase::ascii("unautherized"), "unauthorized"), + (UniCase::ascii("receips"), "receipts"), + (UniCase::ascii("blackjak"), "blackjack"), + (UniCase::ascii("declinining"), "declining"), + (UniCase::ascii("documentaties"), "documentaries"), + (UniCase::ascii("abdonimal"), "abdominal"), + (UniCase::ascii("hemmorhage"), "hemorrhage"), + (UniCase::ascii("firggin"), "friggin"), + (UniCase::ascii("onbaord"), "onboard"), + (UniCase::ascii("privelege"), "privilege"), + (UniCase::ascii("expectes"), "expects"), + (UniCase::ascii("requried"), "required"), + (UniCase::ascii("promethese"), "prometheus"), + (UniCase::ascii("downviting"), "downvoting"), + (UniCase::ascii("apoligetic"), "apologetic"), + (UniCase::ascii("voluntered"), "volunteered"), + (UniCase::ascii("margarent"), "margaret"), + (UniCase::ascii("architechture"), "architecture"), + (UniCase::ascii("deveploment"), "developments"), + (UniCase::ascii("constitue"), "constitutes"), + (UniCase::ascii("challanged"), "challenged"), + (UniCase::ascii("haematologists"), "hematologists"), + (UniCase::ascii("instructers"), "instructors"), + (UniCase::ascii("argumeent"), "arguement"), + (UniCase::ascii("evolutionairy"), "evolutionary"), + (UniCase::ascii("plaestinians"), "palestinians"), + (UniCase::ascii("manufaturing"), "manufacturing"), + (UniCase::ascii("irrisponsible"), "irresponsible"), + (UniCase::ascii("wiht"), "with"), + (UniCase::ascii("bretheren"), "brethren"), + (UniCase::ascii("substanser"), "substances"), + (UniCase::ascii("simualted"), "simulated"), + (UniCase::ascii("reworkd"), "reworked"), + (UniCase::ascii("dsyphoria"), "dysphoria"), + (UniCase::ascii("histerically"), "historically"), + (UniCase::ascii("idealisim"), "idealism"), + (UniCase::ascii("charimastic"), "charismatic"), + (UniCase::ascii("compatative"), "comparative"), + (UniCase::ascii("oribtal"), "orbital"), + (UniCase::ascii("disrepsect"), "disrespect"), + (UniCase::ascii("funciton"), "function"), + (UniCase::ascii("terminaison"), "termination"), + (UniCase::ascii("perpretators"), "perpetrators"), + (UniCase::ascii("bridman"), "birdman"), + (UniCase::ascii("trasnformers"), "transformers"), + (UniCase::ascii("conanical"), "canonical"), + (UniCase::ascii("asteriods"), "asteroids"), + (UniCase::ascii("clyinder"), "cylinder"), + (UniCase::ascii("sketchs"), "sketches"), + (UniCase::ascii("apostrohpe"), "apostrophe"), + (UniCase::ascii("ethincity"), "ethnicity"), + (UniCase::ascii("collaquial"), "colloquial"), + (UniCase::ascii("saksatchewan"), "saskatchewan"), + (UniCase::ascii("miserablly"), "miserably"), + (UniCase::ascii("excange"), "exchange"), + (UniCase::ascii("decsending"), "descending"), + (UniCase::ascii("strenghened"), "strengthened"), + (UniCase::ascii("hydropilic"), "hydrophilic"), + (UniCase::ascii("transcripcion"), "transcription"), + (UniCase::ascii("electorlytes"), "electrolytes"), + (UniCase::ascii("neuroligical"), "neurological"), + (UniCase::ascii("reliabily"), "reliability"), + (UniCase::ascii("commercail"), "commercials"), + (UniCase::ascii("concevied"), "conceived"), + (UniCase::ascii("happenned"), "happened"), + (UniCase::ascii("prokrastination"), "procrastination"), + (UniCase::ascii("documentarsi"), "documentaries"), + (UniCase::ascii("downvotres"), "downvoters"), + (UniCase::ascii("rationel"), "rationale"), + (UniCase::ascii("regurally"), "regularly"), + (UniCase::ascii("accuraccy"), "accuracy"), + (UniCase::ascii("trivialising"), "trivializing"), + (UniCase::ascii("empathises"), "empathizes"), + (UniCase::ascii("commandore"), "commanders"), + (UniCase::ascii("affectionnate"), "affectionate"), + (UniCase::ascii("comfortablity"), "comfortably"), + (UniCase::ascii("computato"), "computation"), + (UniCase::ascii("transaltion"), "translation"), + (UniCase::ascii("cosy"), "cozy"), + (UniCase::ascii("ambassabor"), "ambassador"), + (UniCase::ascii("descriptivos"), "descriptions"), + (UniCase::ascii("stationair"), "stationary"), + (UniCase::ascii("responces"), "response"), + (UniCase::ascii("konservative"), "conservative"), + (UniCase::ascii("rationalizaiton"), "rationalization"), + (UniCase::ascii("creationsit"), "creationist"), + (UniCase::ascii("millitary"), "military"), + (UniCase::ascii("renegeration"), "regeneration"), + (UniCase::ascii("electronis"), "electronics"), + (UniCase::ascii("toruney"), "tourney"), + (UniCase::ascii("permissie"), "permissible"), + (UniCase::ascii("infermon"), "inferno"), + (UniCase::ascii("saviour"), "savior"), + (UniCase::ascii("picthes"), "pitches"), + (UniCase::ascii("accidantly"), "accidently"), + (UniCase::ascii("californiaman"), "californian"), + (UniCase::ascii("calibratin"), "calibration"), + (UniCase::ascii("brigthness"), "brightness"), + (UniCase::ascii("microtramsactions"), "microtransactions"), + (UniCase::ascii("intered"), "interred"), + (UniCase::ascii("aestethics"), "aesthetics"), + (UniCase::ascii("peaples"), "peoples"), + (UniCase::ascii("phramaceutical"), "pharmaceutical"), + (UniCase::ascii("prescirption"), "prescriptions"), + (UniCase::ascii("critisicsm"), "criticisms"), + (UniCase::ascii("conveinently"), "conveniently"), + (UniCase::ascii("counterfiet"), "counterfeit"), + (UniCase::ascii("sopohmore"), "sophomore"), + (UniCase::ascii("livelehood"), "livelihood"), + (UniCase::ascii("govnerment"), "government"), + (UniCase::ascii("superstitiosi"), "superstitious"), + (UniCase::ascii("wininpeg"), "winnipeg"), + (UniCase::ascii("thearpy"), "therapy"), + (UniCase::ascii("wesbite"), "website"), + (UniCase::ascii("surveilence"), "surveillance"), + (UniCase::ascii("instalation"), "installation"), + (UniCase::ascii("referentes"), "references"), + (UniCase::ascii("discrouage"), "discourages"), + (UniCase::ascii("shrelock"), "sherlock"), + (UniCase::ascii("centigrammes"), "centigrams"), + (UniCase::ascii("specialtys"), "specials"), + (UniCase::ascii("certificaiton"), "certification"), + (UniCase::ascii("nazionalists"), "nationalists"), + (UniCase::ascii("sponteneous"), "spontaneous"), + (UniCase::ascii("chromose"), "chromosome"), + (UniCase::ascii("presumebly"), "presumably"), + (UniCase::ascii("flawlessely"), "flawlessly"), + (UniCase::ascii("americs"), "americas"), + (UniCase::ascii("blamethrower"), "flamethrower"), + (UniCase::ascii("unlikley"), "unlikely"), + (UniCase::ascii("impreative"), "imperative"), + (UniCase::ascii("manufactuers"), "manufacturers"), + (UniCase::ascii("orientacion"), "orientation"), + (UniCase::ascii("pitchfords"), "pitchforks"), + (UniCase::ascii("introduccion"), "introduction"), + (UniCase::ascii("kommissioner"), "commissioner"), + (UniCase::ascii("overlordess"), "overlords"), + (UniCase::ascii("fundametal"), "fundamental"), + (UniCase::ascii("intentines"), "intestines"), + (UniCase::ascii("evolutionarly"), "evolutionary"), + (UniCase::ascii("immitator"), "imitator"), + (UniCase::ascii("biologiskt"), "biologist"), + (UniCase::ascii("resemblace"), "resemble"), + (UniCase::ascii("agnostisism"), "agnosticism"), + (UniCase::ascii("constitutents"), "constitutes"), + (UniCase::ascii("nationalistes"), "nationalists"), + (UniCase::ascii("haematology"), "hematology"), + (UniCase::ascii("revolations"), "revolutions"), + (UniCase::ascii("wikileakers"), "wikileaks"), + (UniCase::ascii("distastful"), "distasteful"), + (UniCase::ascii("survivabilty"), "survivability"), + (UniCase::ascii("vernecular"), "vernacular"), + (UniCase::ascii("definatedly"), "definately"), + (UniCase::ascii("persumably"), "presumably"), + (UniCase::ascii("multitaksing"), "multitasking"), + (UniCase::ascii("compresion"), "compression"), + (UniCase::ascii("southernese"), "southerners"), + (UniCase::ascii("fibres"), "fibers"), + (UniCase::ascii("nuerons"), "neurons"), + (UniCase::ascii("sculputre"), "sculpture"), + (UniCase::ascii("totalitatian"), "totalitarian"), + (UniCase::ascii("similarites"), "similarities"), + (UniCase::ascii("psychiatrisch"), "psychiatric"), + (UniCase::ascii("complicati"), "complicit"), + (UniCase::ascii("euphorica"), "euphoria"), + (UniCase::ascii("specailists"), "specialists"), + (UniCase::ascii("superstituous"), "superstitious"), + (UniCase::ascii("internationalise"), "internationalize"), + (UniCase::ascii("transplantees"), "transplants"), + (UniCase::ascii("stingent"), "stringent"), + (UniCase::ascii("transmitirte"), "transmitter"), + (UniCase::ascii("indocrtinated"), "indoctrinated"), + (UniCase::ascii("bureaucrazy"), "bureaucracy"), + (UniCase::ascii("projectlies"), "projectiles"), + (UniCase::ascii("theorises"), "theorizes"), + (UniCase::ascii("theif"), "thief"), + (UniCase::ascii("compramise"), "compromise"), + (UniCase::ascii("massachsuetts"), "massachusetts"), + (UniCase::ascii("panckaes"), "pancakes"), + (UniCase::ascii("explanaiton"), "explanations"), + (UniCase::ascii("inbeetwen"), "inbetween"), + (UniCase::ascii("muscial"), "musical"), + (UniCase::ascii("dungoen"), "dungeon"), + (UniCase::ascii("typcial"), "typical"), + (UniCase::ascii("interpretaiton"), "interpretations"), + (UniCase::ascii("colombina"), "colombia"), + (UniCase::ascii("rekommendation"), "recommendation"), + (UniCase::ascii("tghe"), "the"), + (UniCase::ascii("strenous"), "strenuous"), + (UniCase::ascii("unconfortably"), "uncomfortably"), + (UniCase::ascii("umbrellla"), "umbrella"), + (UniCase::ascii("proteinas"), "proteins"), + (UniCase::ascii("perfecxion"), "perfection"), + (UniCase::ascii("revolutionising"), "revolutionizing"), + (UniCase::ascii("certificaat"), "certificate"), + (UniCase::ascii("distubring"), "disturbing"), + (UniCase::ascii("tusedays"), "tuesdays"), + (UniCase::ascii("institutionlized"), "institutionalized"), + (UniCase::ascii("microwavers"), "microwaves"), + (UniCase::ascii("misogyinst"), "misogynist"), + (UniCase::ascii("moulting"), "molting"), + (UniCase::ascii("baksetball"), "basketball"), + (UniCase::ascii("relfecting"), "reflecting"), + (UniCase::ascii("perfomance"), "performance"), + (UniCase::ascii("procesd"), "proceeds"), + (UniCase::ascii("samckdown"), "smackdown"), + (UniCase::ascii("viabiliy"), "viability"), + (UniCase::ascii("compelte"), "complete"), + (UniCase::ascii("executible"), "executable"), + (UniCase::ascii("statuse"), "statutes"), + (UniCase::ascii("apostraphe"), "apostrophe"), + (UniCase::ascii("circularises"), "circularizes"), + (UniCase::ascii("libertariaism"), "libertarianism"), + (UniCase::ascii("overbaord"), "overboard"), + (UniCase::ascii("multiplyed"), "multiplied"), + (UniCase::ascii("persoanlly"), "personally"), + (UniCase::ascii("royalites"), "royalties"), + (UniCase::ascii("chocoalte"), "chocolate"), + (UniCase::ascii("immboile"), "immobile"), + (UniCase::ascii("preservered"), "preserved"), + (UniCase::ascii("friednship"), "friendships"), + (UniCase::ascii("discontiued"), "discontinued"), + (UniCase::ascii("procesed"), "proceeds"), + (UniCase::ascii("anlaytics"), "analytics"), + (UniCase::ascii("insturments"), "instruments"), + (UniCase::ascii("fertily"), "fertility"), + (UniCase::ascii("undesriable"), "undesirable"), + (UniCase::ascii("constitutues"), "constitute"), + (UniCase::ascii("forgiviness"), "forgiveness"), + (UniCase::ascii("birmingharam"), "birmingham"), + (UniCase::ascii("translateing"), "translating"), + (UniCase::ascii("optimise"), "optimize"), + (UniCase::ascii("paraylzed"), "paralyzed"), + (UniCase::ascii("outskrits"), "outskirts"), + (UniCase::ascii("administratio"), "administrator"), + (UniCase::ascii("pyrimads"), "pyramids"), + (UniCase::ascii("pyschologists"), "psychologists"), + (UniCase::ascii("initaitives"), "initiatives"), + (UniCase::ascii("fruitin"), "fruition"), + (UniCase::ascii("artemius"), "artemis"), + (UniCase::ascii("ommitted"), "omitted"), + (UniCase::ascii("synthesesia"), "synthesis"), + (UniCase::ascii("checkmeat"), "checkmate"), + (UniCase::ascii("asburdly"), "absurdly"), + (UniCase::ascii("temperement"), "temperament"), + (UniCase::ascii("abundancies"), "abundances"), + (UniCase::ascii("generats"), "generates"), + (UniCase::ascii("cahracters"), "characters"), + (UniCase::ascii("disciplened"), "disciplined"), + (UniCase::ascii("inituition"), "initiation"), + (UniCase::ascii("tournement"), "tournament"), + (UniCase::ascii("surpeme"), "supreme"), + (UniCase::ascii("shilouette"), "silhouette"), + (UniCase::ascii("bloorborne"), "bloodborne"), + (UniCase::ascii("mouldy"), "moldy"), + (UniCase::ascii("transsmision"), "transmissions"), + (UniCase::ascii("diagnosted"), "diagnose"), + (UniCase::ascii("procrastenating"), "procrastinating"), + (UniCase::ascii("bloodporne"), "bloodborne"), + (UniCase::ascii("penisular"), "peninsular"), + (UniCase::ascii("satellitte"), "satellites"), + (UniCase::ascii("scrpits"), "scripts"), + (UniCase::ascii("constallation"), "constellation"), + (UniCase::ascii("raosting"), "roasting"), + (UniCase::ascii("engeneer"), "engineer"), + (UniCase::ascii("combatibility"), "compatibility"), + (UniCase::ascii("multiplikation"), "multiplication"), + (UniCase::ascii("begginings"), "beginnings"), + (UniCase::ascii("springst"), "sprints"), + (UniCase::ascii("sypmathy"), "sympathy"), + (UniCase::ascii("carvinal"), "carnival"), + (UniCase::ascii("annointing"), "anointing"), + (UniCase::ascii("juducial"), "judicial"), + (UniCase::ascii("chispet"), "chipset"), + (UniCase::ascii("metropols"), "metropolis"), + (UniCase::ascii("clinicaly"), "clinically"), + (UniCase::ascii("opthalmologist"), "ophthalmologist"), + (UniCase::ascii("marginaali"), "marginal"), + (UniCase::ascii("hystericallly"), "hysterically"), + (UniCase::ascii("yorkshie"), "yorkshire"), + (UniCase::ascii("witnesess"), "witnesses"), + (UniCase::ascii("impulisve"), "impulsive"), + (UniCase::ascii("continueous"), "continuous"), + (UniCase::ascii("goitre"), "goiter"), + (UniCase::ascii("defintley"), "definetly"), + (UniCase::ascii("graniet"), "granite"), + (UniCase::ascii("disappearring"), "disappearing"), + (UniCase::ascii("workfore"), "workforce"), + (UniCase::ascii("nashvillle"), "nashville"), + (UniCase::ascii("amongts"), "amongst"), + (UniCase::ascii("introversy"), "introverts"), + (UniCase::ascii("disadvandage"), "disadvantaged"), + (UniCase::ascii("masterbation"), "masturbation"), + (UniCase::ascii("indefinitley"), "indefinitely"), + (UniCase::ascii("dymanics"), "dynamics"), + (UniCase::ascii("controverisal"), "controversial"), + (UniCase::ascii("viewpionts"), "viewpoints"), + (UniCase::ascii("respondendo"), "responded"), + (UniCase::ascii("preadtors"), "predators"), + (UniCase::ascii("referenceing"), "referencing"), + (UniCase::ascii("fanatsic"), "fanatics"), + (UniCase::ascii("camoufle"), "camouflage"), + (UniCase::ascii("propencity"), "propensity"), + (UniCase::ascii("disposte"), "dispose"), + (UniCase::ascii("loreplay"), "roleplay"), + (UniCase::ascii("celebratings"), "celebrations"), + (UniCase::ascii("deadpol"), "deadpool"), + (UniCase::ascii("inefficienty"), "inefficiently"), + (UniCase::ascii("misogonistic"), "misogynistic"), + (UniCase::ascii("critisicms"), "criticisms"), + (UniCase::ascii("metamage"), "metagame"), + (UniCase::ascii("properitary"), "proprietary"), + (UniCase::ascii("hatchign"), "hatching"), + (UniCase::ascii("acknolwedging"), "acknowledging"), + (UniCase::ascii("interviwer"), "interviewer"), + (UniCase::ascii("homoegenous"), "homogeneous"), + (UniCase::ascii("johanine"), "johannine"), + (UniCase::ascii("falired"), "flaired"), + (UniCase::ascii("mulitverse"), "multiverse"), + (UniCase::ascii("audiobookmrs"), "audiobooks"), + (UniCase::ascii("acquantaince"), "acquaintance"), + (UniCase::ascii("rechargable"), "rechargeable"), + (UniCase::ascii("palistinians"), "palestinians"), + (UniCase::ascii("triology"), "trilogy"), + (UniCase::ascii("backtacking"), "backpacking"), + (UniCase::ascii("moderatorin"), "moderation"), + (UniCase::ascii("impressoin"), "impressions"), + (UniCase::ascii("spehrical"), "spherical"), + (UniCase::ascii("sigthstone"), "sightstone"), + (UniCase::ascii("attemp"), "attempt"), + (UniCase::ascii("prinicpals"), "principals"), + (UniCase::ascii("perdicting"), "predicting"), + (UniCase::ascii("exculded"), "excluded"), + (UniCase::ascii("predecesser"), "predecessor"), + (UniCase::ascii("reevalutate"), "reevaluate"), + (UniCase::ascii("aduiobook"), "audiobook"), + (UniCase::ascii("productivty"), "productivity"), + (UniCase::ascii("monstorus"), "monstrous"), + (UniCase::ascii("activisiom"), "activism"), + (UniCase::ascii("prospectos"), "prospects"), + (UniCase::ascii("therapetic"), "therapeutic"), + (UniCase::ascii("beccause"), "because"), + (UniCase::ascii("compresson"), "compression"), + (UniCase::ascii("discontined"), "discontinued"), + (UniCase::ascii("downloadeble"), "downloadable"), + (UniCase::ascii("presentes"), "presents"), + (UniCase::ascii("berserkr"), "berserker"), + (UniCase::ascii("dracual"), "dracula"), + (UniCase::ascii("accompained"), "accompanied"), + (UniCase::ascii("caterpillers"), "caterpillars"), + (UniCase::ascii("accroding"), "according"), + (UniCase::ascii("situationnal"), "situational"), + (UniCase::ascii("marshalled"), "marshaled"), + (UniCase::ascii("stomache"), "stomach"), + (UniCase::ascii("performaces"), "performances"), + (UniCase::ascii("ressurect"), "resurrect"), + (UniCase::ascii("noth"), "north"), + (UniCase::ascii("spanisch"), "spanish"), + (UniCase::ascii("pulverising"), "pulverizing"), + (UniCase::ascii("infalte"), "inflate"), + (UniCase::ascii("arbitarily"), "arbitrarily"), + (UniCase::ascii("umbrela"), "umbrella"), + (UniCase::ascii("blueprintcss"), "blueprints"), + (UniCase::ascii("concentrait"), "concentrate"), + (UniCase::ascii("appals"), "appalls"), + (UniCase::ascii("absorbtion"), "absorption"), + (UniCase::ascii("surronded"), "surrounded"), + (UniCase::ascii("underwarter"), "underwater"), + (UniCase::ascii("victorin"), "victorian"), + (UniCase::ascii("solemnise"), "solemnize"), + (UniCase::ascii("westerse"), "westerners"), + (UniCase::ascii("irresponisble"), "irresponsible"), + (UniCase::ascii("specias"), "specials"), + (UniCase::ascii("adminstrate"), "administrate"), + (UniCase::ascii("metaphsyics"), "metaphysics"), + (UniCase::ascii("manslaugter"), "manslaughter"), + (UniCase::ascii("compatiblity"), "compatibility"), + (UniCase::ascii("shadoloo"), "shadaloo"), + (UniCase::ascii("misunderstod"), "misunderstood"), + (UniCase::ascii("domimation"), "domination"), + (UniCase::ascii("invaldiates"), "invalidates"), + (UniCase::ascii("obversation"), "observation"), + (UniCase::ascii("implementato"), "implementation"), + (UniCase::ascii("couldnot"), "couldnt"), + (UniCase::ascii("crossifre"), "crossfire"), + (UniCase::ascii("neighbourliness"), "neighborliness"), + (UniCase::ascii("acrlyic"), "acrylic"), + (UniCase::ascii("explotied"), "exploited"), + (UniCase::ascii("charcaol"), "charcoal"), + (UniCase::ascii("comsetics"), "cosmetics"), + (UniCase::ascii("fingernal"), "fingernails"), + (UniCase::ascii("insonmia"), "insomnia"), + (UniCase::ascii("distirbuted"), "distribute"), + (UniCase::ascii("necessite"), "necessities"), + (UniCase::ascii("sanctionning"), "sanctioning"), + (UniCase::ascii("massacrare"), "massacre"), + (UniCase::ascii("provine"), "province"), + (UniCase::ascii("contiunally"), "continually"), + (UniCase::ascii("infulential"), "influential"), + (UniCase::ascii("demobilisation"), "demobilization"), + (UniCase::ascii("dalmation"), "dalmatian"), + (UniCase::ascii("allergisch"), "allergic"), + (UniCase::ascii("compatablity"), "compatibility"), + (UniCase::ascii("thermodymamics"), "thermodynamics"), + (UniCase::ascii("adn"), "and"), + (UniCase::ascii("reproducting"), "reproduction"), + (UniCase::ascii("constituintes"), "constituents"), + (UniCase::ascii("architypes"), "archetypes"), + (UniCase::ascii("airzona"), "arizona"), + (UniCase::ascii("arbritarily"), "arbitrarily"), + (UniCase::ascii("discrimianted"), "discriminated"), + (UniCase::ascii("flavord"), "flavored"), + (UniCase::ascii("misdemenaor"), "misdemeanor"), + (UniCase::ascii("medicince"), "medicine"), + (UniCase::ascii("obsturction"), "obstruction"), + (UniCase::ascii("meagthread"), "megathread"), + (UniCase::ascii("ocassionally"), "occasionally"), + (UniCase::ascii("ocassional"), "occasional"), + (UniCase::ascii("preferes"), "prefers"), + (UniCase::ascii("reboudns"), "rebounds"), + (UniCase::ascii("comparemos"), "compares"), + (UniCase::ascii("springfeild"), "springfield"), + (UniCase::ascii("sedereal"), "sidereal"), + (UniCase::ascii("premits"), "permits"), + (UniCase::ascii("snorkelling"), "snorkeling"), + (UniCase::ascii("conifgurations"), "configurations"), + (UniCase::ascii("interect"), "interacted"), + (UniCase::ascii("legitimatcy"), "legitimacy"), + (UniCase::ascii("centralising"), "centralizing"), + (UniCase::ascii("roachers"), "roaches"), + (UniCase::ascii("communits"), "communist"), + (UniCase::ascii("whtielist"), "whitelist"), + (UniCase::ascii("prezidential"), "presidential"), + (UniCase::ascii("accelerater"), "accelerator"), + (UniCase::ascii("hyperlobic"), "hyperbolic"), + (UniCase::ascii("responsability"), "responsibility"), + (UniCase::ascii("anuglar"), "angular"), + (UniCase::ascii("ehtnicities"), "ethnicities"), + (UniCase::ascii("jounral"), "journal"), + (UniCase::ascii("inexperince"), "inexperience"), + (UniCase::ascii("volcando"), "volcano"), + (UniCase::ascii("contexta"), "contextual"), + (UniCase::ascii("hyprocite"), "hypocrite"), + (UniCase::ascii("manouver"), "maneuver"), + (UniCase::ascii("scramblies"), "scramble"), + (UniCase::ascii("anmesty"), "amnesty"), + (UniCase::ascii("unbanend"), "unbanned"), + (UniCase::ascii("metrices"), "metrics"), + (UniCase::ascii("dyanmite"), "dynamite"), + (UniCase::ascii("lieutenat"), "lieutenant"), + (UniCase::ascii("demesticated"), "domesticated"), + (UniCase::ascii("syncronously"), "synchronously"), + (UniCase::ascii("dominatin"), "domination"), + (UniCase::ascii("simliar"), "similar"), + (UniCase::ascii("hyrbids"), "hybrids"), + (UniCase::ascii("exportes"), "exports"), + (UniCase::ascii("intrinsinc"), "intrinsic"), + (UniCase::ascii("conservaties"), "conservatives"), + (UniCase::ascii("bigorty"), "bigotry"), + (UniCase::ascii("patriotisim"), "patriotism"), + (UniCase::ascii("interioare"), "interior"), + (UniCase::ascii("assasssin"), "assassins"), + (UniCase::ascii("marbleds"), "marbles"), + (UniCase::ascii("consumirem"), "consumerism"), + (UniCase::ascii("verbalised"), "verbalized"), + (UniCase::ascii("cosemtics"), "cosmetics"), + (UniCase::ascii("activite"), "activities"), + (UniCase::ascii("motivatinal"), "motivational"), + (UniCase::ascii("denationalises"), "denationalizes"), + (UniCase::ascii("creatien"), "creatine"), + (UniCase::ascii("appetising"), "appetizing"), + (UniCase::ascii("fundamentalistas"), "fundamentalists"), + (UniCase::ascii("creaeted"), "created"), + (UniCase::ascii("harrassments"), "harassments"), + (UniCase::ascii("functionaly"), "functionally"), + (UniCase::ascii("creulty"), "cruelty"), + (UniCase::ascii("underminining"), "undermining"), + (UniCase::ascii("feminimity"), "femininity"), + (UniCase::ascii("defitnely"), "definetly"), + (UniCase::ascii("scandianvians"), "scandinavian"), + (UniCase::ascii("extemporising"), "extemporizing"), + (UniCase::ascii("interactivo"), "interaction"), + (UniCase::ascii("awkwardsness"), "awkwardness"), + (UniCase::ascii("andorid"), "android"), + (UniCase::ascii("impossibley"), "impossibly"), + (UniCase::ascii("totalitara"), "totalitarian"), + (UniCase::ascii("investemnt"), "investments"), + (UniCase::ascii("searchign"), "searching"), + (UniCase::ascii("amphedamines"), "amphetamines"), + (UniCase::ascii("distribitors"), "distributors"), + (UniCase::ascii("interferisse"), "interferes"), + (UniCase::ascii("galvanising"), "galvanizing"), + (UniCase::ascii("consistens"), "consists"), + (UniCase::ascii("transctions"), "transitions"), + (UniCase::ascii("relaxating"), "relaxation"), + (UniCase::ascii("emphazise"), "emphasize"), + (UniCase::ascii("virigns"), "virgins"), + (UniCase::ascii("touchda"), "touchpad"), + (UniCase::ascii("interseciton"), "intersections"), + (UniCase::ascii("awfullly"), "awfully"), + (UniCase::ascii("decomposit"), "decompose"), + (UniCase::ascii("spectres"), "specters"), + (UniCase::ascii("whant"), "want"), + (UniCase::ascii("ostencibly"), "ostensibly"), + (UniCase::ascii("automoderador"), "automoderator"), + (UniCase::ascii("depdending"), "depending"), + (UniCase::ascii("engieneer"), "engineer"), + (UniCase::ascii("perpitrated"), "perpetrated"), + (UniCase::ascii("elction"), "election"), + (UniCase::ascii("cencus"), "census"), + (UniCase::ascii("reasonabley"), "reasonably"), + (UniCase::ascii("definiteyl"), "definitly"), + (UniCase::ascii("recieved"), "received"), + (UniCase::ascii("swaering"), "swearing"), + (UniCase::ascii("pateint"), "patient"), + (UniCase::ascii("desensitzed"), "desensitized"), + (UniCase::ascii("problemita"), "problematic"), + (UniCase::ascii("extemporised"), "extemporized"), + (UniCase::ascii("celitcs"), "celtics"), + (UniCase::ascii("belifes"), "beliefs"), + (UniCase::ascii("oesophagus"), "esophagus"), + (UniCase::ascii("perfektion"), "perfection"), + (UniCase::ascii("accumalated"), "accumulated"), + (UniCase::ascii("handelbars"), "handlebars"), + (UniCase::ascii("portabel"), "portable"), + (UniCase::ascii("encorporated"), "incorporated"), + (UniCase::ascii("kryptonie"), "kryptonite"), + (UniCase::ascii("amendmant"), "amendment"), + (UniCase::ascii("invisibily"), "invisibility"), + (UniCase::ascii("materialises"), "materializes"), + (UniCase::ascii("ambassator"), "ambassador"), + (UniCase::ascii("monoploies"), "monopolies"), + (UniCase::ascii("instutution"), "institution"), + (UniCase::ascii("corrdination"), "coordination"), + (UniCase::ascii("quantatitive"), "quantitative"), + (UniCase::ascii("squardon"), "squadron"), + (UniCase::ascii("expressens"), "expresses"), + (UniCase::ascii("dinosaurus"), "dinosaurs"), + (UniCase::ascii("statsit"), "statist"), + (UniCase::ascii("aqquaintance"), "acquaintance"), + (UniCase::ascii("backrgound"), "backgrounds"), + (UniCase::ascii("torrentas"), "torrents"), + (UniCase::ascii("oging"), "going"), + (UniCase::ascii("swnasea"), "swansea"), + (UniCase::ascii("immaturaty"), "immaturity"), + (UniCase::ascii("alternatley"), "alternately"), + (UniCase::ascii("philosohpy"), "philosophy"), + (UniCase::ascii("charismatisch"), "charismatic"), + (UniCase::ascii("effectivelly"), "effectively"), + (UniCase::ascii("holocuast"), "holocaust"), + (UniCase::ascii("prevencion"), "prevention"), + (UniCase::ascii("knowledgabe"), "knowledgable"), + (UniCase::ascii("conatins"), "contains"), + (UniCase::ascii("repetitivo"), "repetition"), + (UniCase::ascii("exportfs"), "exports"), + (UniCase::ascii("wallpapaers"), "wallpapers"), + (UniCase::ascii("billborads"), "billboards"), + (UniCase::ascii("sturggled"), "struggled"), + (UniCase::ascii("supposidly"), "supposedly"), + (UniCase::ascii("repleacable"), "replaceable"), + (UniCase::ascii("hindusim"), "hinduism"), + (UniCase::ascii("schedulling"), "scheduling"), + (UniCase::ascii("psyhic"), "psychic"), + (UniCase::ascii("monopolisation"), "monopolization"), + (UniCase::ascii("pervail"), "prevail"), + (UniCase::ascii("blueprients"), "blueprints"), + (UniCase::ascii("ostricized"), "ostracized"), + (UniCase::ascii("familiarze"), "familiarize"), + (UniCase::ascii("fundamentalt"), "fundamentalist"), + (UniCase::ascii("calibraiton"), "calibration"), + (UniCase::ascii("terorrists"), "terrorists"), + (UniCase::ascii("consideraste"), "considerate"), + (UniCase::ascii("corssfire"), "crossfire"), + (UniCase::ascii("strikely"), "strikingly"), + (UniCase::ascii("somaila"), "somalia"), + (UniCase::ascii("nocture"), "nocturne"), + (UniCase::ascii("acquantainces"), "acquaintances"), + (UniCase::ascii("hinduisum"), "hinduism"), + (UniCase::ascii("connitations"), "connotations"), + (UniCase::ascii("kollaboration"), "collaboration"), + (UniCase::ascii("exponencial"), "exponential"), + (UniCase::ascii("carciature"), "caricature"), + (UniCase::ascii("lesbains"), "lesbians"), + (UniCase::ascii("systematising"), "systematizing"), + (UniCase::ascii("capabilitiy"), "capability"), + (UniCase::ascii("intangibil"), "intangible"), + (UniCase::ascii("expertis"), "experts"), + (UniCase::ascii("importantce"), "importance"), + (UniCase::ascii("colourfully"), "colorfully"), + (UniCase::ascii("undenaible"), "undeniable"), + (UniCase::ascii("verastility"), "versatility"), + (UniCase::ascii("reveral"), "reversal"), + (UniCase::ascii("truthfullly"), "truthfully"), + (UniCase::ascii("flamable"), "flammable"), + (UniCase::ascii("unfamilier"), "unfamiliar"), + (UniCase::ascii("crowbahr"), "crowbar"), + (UniCase::ascii("privalege"), "privilege"), + (UniCase::ascii("glimspe"), "glimpse"), + (UniCase::ascii("inquisator"), "inquisitor"), + (UniCase::ascii("introducting"), "introduction"), + (UniCase::ascii("cholestoral"), "cholesterol"), + (UniCase::ascii("outisder"), "outsider"), + (UniCase::ascii("astronaunts"), "astronaut"), + (UniCase::ascii("depostis"), "deposits"), + (UniCase::ascii("capitalising"), "capitalizing"), + (UniCase::ascii("aeriels"), "aerials"), + (UniCase::ascii("converison"), "conversions"), + (UniCase::ascii("designacion"), "designation"), + (UniCase::ascii("omniverous"), "omnivorous"), + (UniCase::ascii("ashpalt"), "asphalt"), + (UniCase::ascii("attactments"), "attachments"), + (UniCase::ascii("equivalance"), "equivalence"), + (UniCase::ascii("successeurs"), "successes"), + (UniCase::ascii("tuseday"), "tuesday"), + (UniCase::ascii("expolsion"), "explosion"), + (UniCase::ascii("respectifs"), "respects"), + (UniCase::ascii("restricing"), "restricting"), + (UniCase::ascii("amercian"), "american"), + (UniCase::ascii("grpahic"), "graphic"), + (UniCase::ascii("invloved"), "involved"), + (UniCase::ascii("heroicus"), "heroics"), + (UniCase::ascii("subjectivly"), "subjectively"), + (UniCase::ascii("wathcmen"), "watchmen"), + (UniCase::ascii("cirucmstances"), "circumstances"), + (UniCase::ascii("organizaitonal"), "organizational"), + (UniCase::ascii("stabliize"), "stabilize"), + (UniCase::ascii("desigining"), "designing"), + (UniCase::ascii("architechts"), "architect"), + (UniCase::ascii("hothsot"), "hotshot"), + (UniCase::ascii("repeatetly"), "repeatedly"), + (UniCase::ascii("dessertation"), "dissertation"), + (UniCase::ascii("disgustoso"), "disgusts"), + (UniCase::ascii("conteneurs"), "contenders"), + (UniCase::ascii("philisophers"), "philosophers"), + (UniCase::ascii("unbolievable"), "unbelievable"), + (UniCase::ascii("beastley"), "beastly"), + (UniCase::ascii("democraphic"), "demographic"), + (UniCase::ascii("illegalest"), "illegals"), + (UniCase::ascii("conqouring"), "conquering"), + (UniCase::ascii("implausble"), "implausible"), + (UniCase::ascii("yeasr"), "years"), + (UniCase::ascii("talbian"), "taliban"), + (UniCase::ascii("marignal"), "marginal"), + (UniCase::ascii("costumized"), "customized"), + (UniCase::ascii("methematician"), "mathematician"), + (UniCase::ascii("consttruction"), "construction"), + (UniCase::ascii("ecomonics"), "economics"), + (UniCase::ascii("compositionwise"), "compositions"), + (UniCase::ascii("bachelour"), "bachelor"), + (UniCase::ascii("ventialtion"), "ventilation"), + (UniCase::ascii("compasssion"), "compassion"), + (UniCase::ascii("maniuplative"), "manipulative"), + (UniCase::ascii("compresssor"), "compressor"), + (UniCase::ascii("volitality"), "volatility"), + (UniCase::ascii("stereotpyical"), "stereotypical"), + (UniCase::ascii("immunises"), "immunizes"), + (UniCase::ascii("undernieth"), "underneath"), + (UniCase::ascii("irrispective"), "irrespective"), + (UniCase::ascii("adherance"), "adherence"), + (UniCase::ascii("recepits"), "receipts"), + (UniCase::ascii("punisse"), "punishes"), + (UniCase::ascii("proceededs"), "proceeds"), + (UniCase::ascii("bruiseres"), "bruisers"), + (UniCase::ascii("luancher"), "launcher"), + (UniCase::ascii("bargainning"), "bargaining"), + (UniCase::ascii("compnay"), "company"), + (UniCase::ascii("chillead"), "chilled"), + (UniCase::ascii("critisice"), "criticise"), + (UniCase::ascii("distrubance"), "disturbance"), + (UniCase::ascii("issueing"), "issuing"), + (UniCase::ascii("contigious"), "contagious"), + (UniCase::ascii("cacuses"), "caucuses"), + (UniCase::ascii("anonomously"), "anonymously"), + (UniCase::ascii("peroids"), "periods"), + (UniCase::ascii("generatos"), "generators"), + (UniCase::ascii("interviewr"), "interviewer"), + (UniCase::ascii("quarrelled"), "quarreled"), + (UniCase::ascii("poisones"), "poisons"), + (UniCase::ascii("fictious"), "fictitious"), + (UniCase::ascii("possiblities"), "possibilities"), + (UniCase::ascii("thge"), "the"), + (UniCase::ascii("injustie"), "injustices"), + (UniCase::ascii("underminde"), "undermines"), + (UniCase::ascii("popularising"), "popularizing"), + (UniCase::ascii("galations"), "galatians"), + (UniCase::ascii("atheneans"), "athenians"), + (UniCase::ascii("desqualified"), "disqualified"), + (UniCase::ascii("groyne"), "groin"), + (UniCase::ascii("releived"), "relieved"), + (UniCase::ascii("juveline"), "juvenile"), + (UniCase::ascii("scholerships"), "scholarships"), + (UniCase::ascii("prospettive"), "prospective"), + (UniCase::ascii("tempertaure"), "temperature"), + (UniCase::ascii("transfered"), "transferred"), + (UniCase::ascii("consequentely"), "consequently"), + (UniCase::ascii("opression"), "oppression"), + (UniCase::ascii("dogmatisch"), "dogmatic"), + (UniCase::ascii("desillusioned"), "disillusioned"), + (UniCase::ascii("metabalism"), "metabolism"), + (UniCase::ascii("coincedince"), "coincidence"), + (UniCase::ascii("hemingwavy"), "hemingway"), + (UniCase::ascii("undesireable"), "undesirable"), + (UniCase::ascii("perpretator"), "perpetrators"), + (UniCase::ascii("chocloate"), "chocolate"), + (UniCase::ascii("disappered"), "disappeared"), + (UniCase::ascii("disturbace"), "disturbance"), + (UniCase::ascii("mediocrety"), "mediocrity"), + (UniCase::ascii("annonymouse"), "anonymous"), + (UniCase::ascii("hypocrits"), "hypocrites"), + (UniCase::ascii("commericals"), "commercials"), + (UniCase::ascii("terratories"), "territories"), + (UniCase::ascii("hyprocites"), "hypocrites"), + (UniCase::ascii("guantano"), "guantanamo"), + (UniCase::ascii("accountabillity"), "accountability"), + (UniCase::ascii("comprimised"), "compromised"), + (UniCase::ascii("summones"), "summoners"), + (UniCase::ascii("sulphide"), "sulfide"), + (UniCase::ascii("depserately"), "desperately"), + (UniCase::ascii("accidnetly"), "accidently"), + (UniCase::ascii("alternatr"), "alternator"), + (UniCase::ascii("momentarly"), "momentarily"), + (UniCase::ascii("dislcaimer"), "disclaimer"), + (UniCase::ascii("photoshoppped"), "photoshopped"), + (UniCase::ascii("supernatrual"), "supernatural"), + (UniCase::ascii("leaglizing"), "legalizing"), + (UniCase::ascii("responsibley"), "responsibly"), + (UniCase::ascii("subsidezed"), "subsidized"), + (UniCase::ascii("adpaters"), "adapters"), + (UniCase::ascii("attributred"), "attributed"), + (UniCase::ascii("beglian"), "belgian"), + (UniCase::ascii("vulnerabilites"), "vulnerabilities"), + (UniCase::ascii("depositers"), "deposits"), + (UniCase::ascii("regularis"), "regulars"), + (UniCase::ascii("monumnets"), "monuments"), + (UniCase::ascii("forrset"), "forrest"), + (UniCase::ascii("depositas"), "deposits"), + (UniCase::ascii("sytrofoam"), "styrofoam"), + (UniCase::ascii("creativelly"), "creatively"), + (UniCase::ascii("irrationallly"), "irrationally"), + (UniCase::ascii("pyschedelic"), "psychedelic"), + (UniCase::ascii("faciltiy"), "facility"), + (UniCase::ascii("essencial"), "essential"), + (UniCase::ascii("intensley"), "intensely"), + (UniCase::ascii("ensalved"), "enslaved"), + (UniCase::ascii("sodomising"), "sodomizing"), + (UniCase::ascii("volonteers"), "volunteers"), + (UniCase::ascii("flacons"), "falcons"), + (UniCase::ascii("pblisher"), "publisher"), + (UniCase::ascii("brownei"), "brownie"), + (UniCase::ascii("transcrits"), "transcripts"), + (UniCase::ascii("muscician"), "musician"), + (UniCase::ascii("attemts"), "attempts"), + (UniCase::ascii("abdomine"), "abdomen"), + (UniCase::ascii("introduciton"), "introduction"), + (UniCase::ascii("palestenians"), "palestinians"), + (UniCase::ascii("pessimistisch"), "pessimistic"), + (UniCase::ascii("malayisan"), "malaysian"), + (UniCase::ascii("fanaticals"), "fanatics"), + (UniCase::ascii("opponet"), "opponent"), + (UniCase::ascii("inclinato"), "inclination"), + (UniCase::ascii("denisty"), "density"), + (UniCase::ascii("vaccinato"), "vaccination"), + (UniCase::ascii("concensus"), "consensus"), + (UniCase::ascii("enchancement"), "enhancement"), + (UniCase::ascii("jeapardy"), "jeopardy"), + (UniCase::ascii("littelfinger"), "littlefinger"), + (UniCase::ascii("cranberrry"), "cranberry"), + (UniCase::ascii("nonsene"), "nonsense"), + (UniCase::ascii("rininging"), "ringing"), + (UniCase::ascii("notwhithstanding"), "notwithstanding"), + (UniCase::ascii("empiricaly"), "empirically"), + (UniCase::ascii("investiagtion"), "investigation"), + (UniCase::ascii("bulletprof"), "bulletproof"), + (UniCase::ascii("humoured"), "humored"), + (UniCase::ascii("fullfilled"), "fulfilled"), + (UniCase::ascii("incomprehensable"), "incomprehensible"), + (UniCase::ascii("socialistos"), "socialists"), + (UniCase::ascii("expressivos"), "expressions"), + (UniCase::ascii("homewolrd"), "homeworld"), + (UniCase::ascii("rebuildt"), "rebuilt"), + (UniCase::ascii("adquiring"), "acquiring"), + (UniCase::ascii("criminaly"), "criminally"), + (UniCase::ascii("accomondate"), "accommodate"), + (UniCase::ascii("hydratin"), "hydration"), + (UniCase::ascii("partical"), "particular"), + (UniCase::ascii("equilibriam"), "equilibrium"), + (UniCase::ascii("organische"), "organise"), + (UniCase::ascii("concentracion"), "concentration"), + (UniCase::ascii("colourizes"), "colorizes"), + (UniCase::ascii("essentually"), "essentially"), + (UniCase::ascii("specialy"), "specially"), + (UniCase::ascii("dialling"), "dialing"), + (UniCase::ascii("overhwelming"), "overwhelming"), + (UniCase::ascii("incoginto"), "incognito"), + (UniCase::ascii("camrbidge"), "cambridge"), + (UniCase::ascii("psychaitrists"), "psychiatrists"), + (UniCase::ascii("arbiture"), "arbiter"), + (UniCase::ascii("delusionnal"), "delusional"), + (UniCase::ascii("seaches"), "searches"), + (UniCase::ascii("convinceing"), "convincing"), + (UniCase::ascii("princeses"), "princess"), + (UniCase::ascii("splaton"), "splatoon"), + (UniCase::ascii("legitimetly"), "legitimately"), + (UniCase::ascii("franches"), "franchise"), + (UniCase::ascii("disillutioned"), "disillusioned"), + (UniCase::ascii("satruday"), "saturday"), + (UniCase::ascii("bitcions"), "bitcoins"), + (UniCase::ascii("stigmatising"), "stigmatizing"), + (UniCase::ascii("prostitutiei"), "prostitute"), + (UniCase::ascii("insectiverous"), "insectivorous"), + (UniCase::ascii("renedered"), "rende"), + (UniCase::ascii("qtuie"), "quite"), + (UniCase::ascii("trinkes"), "trinkets"), + (UniCase::ascii("bodybuildng"), "bodybuilding"), + (UniCase::ascii("distinguising"), "distinguishing"), + (UniCase::ascii("restricte"), "restrictive"), + (UniCase::ascii("irreversebly"), "irreversible"), + (UniCase::ascii("invertes"), "inverse"), + (UniCase::ascii("stroytelling"), "storytelling"), + (UniCase::ascii("teleportaton"), "teleportation"), + (UniCase::ascii("autononous"), "autonomous"), + (UniCase::ascii("precussion"), "percussion"), + (UniCase::ascii("mathemagically"), "mathematically"), + (UniCase::ascii("patienty"), "patiently"), + (UniCase::ascii("sqeuaky"), "squeaky"), + (UniCase::ascii("deisgned"), "designed"), + (UniCase::ascii("patirots"), "patriots"), + (UniCase::ascii("burtally"), "brutally"), + (UniCase::ascii("endeavoured"), "endeavored"), + (UniCase::ascii("purpolsion"), "propulsion"), + (UniCase::ascii("regionaal"), "regional"), + (UniCase::ascii("baskteball"), "basketball"), + (UniCase::ascii("acknowledget"), "acknowledgement"), + (UniCase::ascii("inclanation"), "inclination"), + (UniCase::ascii("concentate"), "concentrate"), + (UniCase::ascii("complaince"), "compliance"), + (UniCase::ascii("cosutmes"), "costumes"), + (UniCase::ascii("politiicans"), "politician"), + (UniCase::ascii("coefficeint"), "coefficient"), + (UniCase::ascii("invulernable"), "invulnerable"), + (UniCase::ascii("pyschiatrist"), "psychiatrist"), + (UniCase::ascii("surounds"), "surrounds"), + (UniCase::ascii("intrepreted"), "interpreted"), + (UniCase::ascii("contineously"), "continuously"), + (UniCase::ascii("instruccion"), "instruction"), + (UniCase::ascii("miluwakee"), "milwaukee"), + (UniCase::ascii("secularised"), "secularized"), + (UniCase::ascii("cavilled"), "caviled"), + (UniCase::ascii("transcripto"), "transcription"), + (UniCase::ascii("scandaniva"), "scandinavia"), + (UniCase::ascii("babysister"), "babysitter"), + (UniCase::ascii("terrerists"), "terrorists"), + (UniCase::ascii("overlanded"), "overloaded"), + (UniCase::ascii("promotinal"), "promotional"), + (UniCase::ascii("monolopies"), "monopolies"), + (UniCase::ascii("emphacized"), "emphasized"), + (UniCase::ascii("elepahnts"), "elephants"), + (UniCase::ascii("legalise"), "legalize"), + (UniCase::ascii("inquistior"), "inquisitor"), + (UniCase::ascii("simultaneuous"), "simultaneous"), + (UniCase::ascii("acceleraptor"), "accelerator"), + (UniCase::ascii("initmidate"), "intimidate"), + (UniCase::ascii("duaghters"), "daughters"), + (UniCase::ascii("phyiscs"), "physics"), + (UniCase::ascii("airplance"), "airplane"), + (UniCase::ascii("inconvienenced"), "inconvenience"), + (UniCase::ascii("inefficeint"), "inefficient"), + (UniCase::ascii("generationnal"), "generational"), + (UniCase::ascii("turnaroud"), "turnaround"), + (UniCase::ascii("compotition"), "composition"), + (UniCase::ascii("beseiging"), "besieging"), + (UniCase::ascii("unifnished"), "unfinished"), + (UniCase::ascii("slaverly"), "slavery"), + (UniCase::ascii("stationy"), "stationary"), + (UniCase::ascii("frustartion"), "frustrations"), + (UniCase::ascii("contension"), "contention"), + (UniCase::ascii("repulics"), "republics"), + (UniCase::ascii("seziure"), "seizure"), + (UniCase::ascii("residule"), "residue"), + (UniCase::ascii("platfroms"), "platforms"), + (UniCase::ascii("recommened"), "recommend"), + (UniCase::ascii("comaprison"), "comparison"), + (UniCase::ascii("transportarse"), "transporter"), + (UniCase::ascii("philippinos"), "philippines"), + (UniCase::ascii("omre"), "more"), + (UniCase::ascii("eurpean"), "european"), + (UniCase::ascii("synthesises"), "synthesizes"), + (UniCase::ascii("installesd"), "installs"), + (UniCase::ascii("interasting"), "interacting"), + (UniCase::ascii("indicaste"), "indicates"), + (UniCase::ascii("southtampon"), "southampton"), + (UniCase::ascii("shartening"), "sharpening"), + (UniCase::ascii("qaulification"), "qualification"), + (UniCase::ascii("contaigous"), "contagious"), + (UniCase::ascii("infromed"), "informed"), + (UniCase::ascii("somethinng"), "somethings"), + (UniCase::ascii("tortillias"), "tortilla"), + (UniCase::ascii("dusbtep"), "dubstep"), + (UniCase::ascii("phenomenonly"), "phenomenally"), + (UniCase::ascii("beaurocratic"), "bureaucratic"), + (UniCase::ascii("unsucessful"), "unsuccessful"), + (UniCase::ascii("corwbar"), "crowbar"), + (UniCase::ascii("maneuveurs"), "maneuver"), + (UniCase::ascii("benghazzi"), "benghazi"), + (UniCase::ascii("counterracts"), "counterparts"), + (UniCase::ascii("derivate"), "derivative"), + (UniCase::ascii("destrose"), "destroyers"), + (UniCase::ascii("artifical"), "artificial"), + (UniCase::ascii("cabniets"), "cabinets"), + (UniCase::ascii("familes"), "families"), + (UniCase::ascii("flavourings"), "flavorings"), + (UniCase::ascii("influental"), "influential"), + (UniCase::ascii("manufacterurs"), "manufactures"), + (UniCase::ascii("labours"), "labors"), + (UniCase::ascii("shfiter"), "shifter"), + (UniCase::ascii("tremelo"), "tremolo"), + (UniCase::ascii("calander"), "calendar"), + (UniCase::ascii("orientarla"), "oriental"), + (UniCase::ascii("parliamone"), "parliament"), + (UniCase::ascii("impossiblity"), "impossibly"), + (UniCase::ascii("agricultre"), "agriculture"), + (UniCase::ascii("indisputible"), "indisputable"), + (UniCase::ascii("struggels"), "struggles"), + (UniCase::ascii("metropollis"), "metropolis"), + (UniCase::ascii("evangelia"), "evangelical"), + (UniCase::ascii("indonesien"), "indonesian"), + (UniCase::ascii("agnosticisim"), "agnosticism"), + (UniCase::ascii("synomymous"), "synonymous"), + (UniCase::ascii("isralei"), "israeli"), + (UniCase::ascii("enviorments"), "environments"), + (UniCase::ascii("misdemeanours"), "misdemeanors"), + (UniCase::ascii("incrediable"), "incredible"), + (UniCase::ascii("correctivos"), "corrections"), + (UniCase::ascii("unsucesfuly"), "unsuccessfully"), + (UniCase::ascii("preferrably"), "preferably"), + (UniCase::ascii("penicls"), "pencils"), + (UniCase::ascii("symbolise"), "symbolize"), + (UniCase::ascii("eyesahdow"), "eyeshadow"), + (UniCase::ascii("athiets"), "athiest"), + (UniCase::ascii("contradictin"), "contradiction"), + (UniCase::ascii("rivalled"), "rivaled"), + (UniCase::ascii("expentitures"), "expenditures"), + (UniCase::ascii("elephantes"), "elephants"), + (UniCase::ascii("preferis"), "prefers"), + (UniCase::ascii("interchangabley"), "interchangeably"), + (UniCase::ascii("complicatin"), "complicit"), + (UniCase::ascii("goitres"), "goiters"), + (UniCase::ascii("transaltions"), "translations"), + (UniCase::ascii("obstructin"), "obstruction"), + (UniCase::ascii("intrest"), "interest"), + (UniCase::ascii("intellectualiser"), "intellectuals"), + (UniCase::ascii("specialisations"), "specializations"), + (UniCase::ascii("imperfactions"), "imperfections"), + (UniCase::ascii("missionares"), "missionaries"), + (UniCase::ascii("disregaring"), "disregarding"), + (UniCase::ascii("acculumation"), "accumulation"), + (UniCase::ascii("beligan"), "belgian"), + (UniCase::ascii("charactaristics"), "characteristics"), + (UniCase::ascii("unsunscribed"), "unsubscribed"), + (UniCase::ascii("independente"), "independence"), + (UniCase::ascii("occurr"), "occur"), + (UniCase::ascii("planeswlakers"), "planeswalker"), + (UniCase::ascii("sensationalising"), "sensationalizing"), + (UniCase::ascii("opportunites"), "opportunities"), + (UniCase::ascii("disingenuos"), "disingenuous"), + (UniCase::ascii("unlockes"), "unlocks"), + (UniCase::ascii("policitian"), "politician"), + (UniCase::ascii("farenheit"), "fahrenheit"), + (UniCase::ascii("assualted"), "assaulted"), + (UniCase::ascii("awesomey"), "awesomely"), + (UniCase::ascii("transofrmers"), "transformers"), + (UniCase::ascii("dedicacion"), "dedication"), + (UniCase::ascii("cassowarry"), "cassowary"), + (UniCase::ascii("unnistalling"), "uninstalling"), + (UniCase::ascii("outrageoulsy"), "outrageously"), + (UniCase::ascii("esoterisch"), "esoteric"), + (UniCase::ascii("archaeolgy"), "archaeology"), + (UniCase::ascii("pratictioner"), "practitioners"), + (UniCase::ascii("irresponsable"), "irresponsible"), + (UniCase::ascii("intimidative"), "intimidate"), + (UniCase::ascii("aggaravates"), "aggravates"), + (UniCase::ascii("jalibreak"), "jailbreak"), + (UniCase::ascii("installion"), "installing"), + (UniCase::ascii("peripherials"), "peripherals"), + (UniCase::ascii("aborigenal"), "aboriginal"), + (UniCase::ascii("magneficent"), "magnificent"), + (UniCase::ascii("survivabiliy"), "survivability"), + (UniCase::ascii("misintrepret"), "misinterpret"), + (UniCase::ascii("immobille"), "immobile"), + (UniCase::ascii("inconcistent"), "inconsistent"), + (UniCase::ascii("productivos"), "productions"), + (UniCase::ascii("dieing"), "dying"), + (UniCase::ascii("concurrect"), "concurrent"), + (UniCase::ascii("sensitivitiy"), "sensitivity"), + (UniCase::ascii("corrisponded"), "corresponded"), + (UniCase::ascii("intergation"), "integration"), + (UniCase::ascii("coindice"), "coincide"), + (UniCase::ascii("daimond"), "diamond"), + (UniCase::ascii("varing"), "varying"), + (UniCase::ascii("complexers"), "complexes"), + (UniCase::ascii("resturaunt"), "restaurant"), + (UniCase::ascii("hten"), "then"), + (UniCase::ascii("presens"), "presents"), + (UniCase::ascii("conpsiracy"), "conspiracy"), + (UniCase::ascii("vistors"), "visitors"), + (UniCase::ascii("compansation"), "compensation"), + (UniCase::ascii("unworty"), "unworthy"), + (UniCase::ascii("disatvantaged"), "disadvantaged"), + (UniCase::ascii("indavertently"), "inadvertently"), + (UniCase::ascii("mediterainnean"), "mediterranean"), + (UniCase::ascii("movespeeed"), "movespeed"), + (UniCase::ascii("downloades"), "downloads"), + (UniCase::ascii("exectuioner"), "executioner"), + (UniCase::ascii("ugpraded"), "upgraded"), + (UniCase::ascii("enteratinment"), "entertainment"), + (UniCase::ascii("expressley"), "expressly"), + (UniCase::ascii("satisfiction"), "satisfaction"), + (UniCase::ascii("cabients"), "cabinets"), + (UniCase::ascii("unpredecented"), "unprecedented"), + (UniCase::ascii("ridicilousness"), "ridiculousness"), + (UniCase::ascii("strawburries"), "strawberries"), + (UniCase::ascii("submachne"), "submachine"), + (UniCase::ascii("developmnet"), "developments"), + (UniCase::ascii("magnetises"), "magnetizes"), + (UniCase::ascii("functionnal"), "functional"), + (UniCase::ascii("appraoches"), "approaches"), + (UniCase::ascii("shcemes"), "schemes"), + (UniCase::ascii("inventer"), "inventor"), + (UniCase::ascii("stigmatised"), "stigmatized"), + (UniCase::ascii("dispensarie"), "dispenser"), + (UniCase::ascii("microtransacting"), "microtransactions"), + (UniCase::ascii("experiances"), "experiences"), + (UniCase::ascii("distortron"), "distortion"), + (UniCase::ascii("nasueous"), "nauseous"), + (UniCase::ascii("hydorgen"), "hydrogen"), + (UniCase::ascii("fatalitites"), "fatalities"), + (UniCase::ascii("dinsoaurs"), "dinosaurs"), + (UniCase::ascii("vicseral"), "visceral"), + (UniCase::ascii("arugably"), "arguably"), + (UniCase::ascii("carachter"), "character"), + (UniCase::ascii("organisationens"), "organisations"), + (UniCase::ascii("physicaly"), "physically"), + (UniCase::ascii("guerrilas"), "guerrillas"), + (UniCase::ascii("comparions"), "comparison"), + (UniCase::ascii("cosiest"), "coziest"), + (UniCase::ascii("misogynt"), "misogynist"), + (UniCase::ascii("govement"), "government"), + (UniCase::ascii("veneuzela"), "venezuela"), + (UniCase::ascii("carpetner"), "carpenter"), + (UniCase::ascii("levleling"), "levelling"), + (UniCase::ascii("missionare"), "missionaries"), + (UniCase::ascii("accumilated"), "accumulated"), + (UniCase::ascii("sapphrie"), "sapphire"), + (UniCase::ascii("goregous"), "gorgeous"), + (UniCase::ascii("unconventionnal"), "unconventional"), + (UniCase::ascii("stealthify"), "stealthy"), + (UniCase::ascii("mutliple"), "multiple"), + (UniCase::ascii("initalizable"), "initializable"), + (UniCase::ascii("singularily"), "singularity"), + (UniCase::ascii("experieced"), "experienced"), + (UniCase::ascii("retroactivelly"), "retroactively"), + (UniCase::ascii("superfulous"), "superfluous"), + (UniCase::ascii("monstrostiy"), "monstrosity"), + (UniCase::ascii("tournements"), "tournaments"), + (UniCase::ascii("perliminary"), "preliminary"), + (UniCase::ascii("finisse"), "finishes"), + (UniCase::ascii("americaps"), "americas"), + (UniCase::ascii("indefinitelly"), "indefinitely"), + (UniCase::ascii("exapansion"), "expansion"), + (UniCase::ascii("submariens"), "submarines"), + (UniCase::ascii("thermometre"), "thermometer"), + (UniCase::ascii("chocolatie"), "chocolates"), + (UniCase::ascii("preceived"), "perceived"), + (UniCase::ascii("descisions"), "decisions"), + (UniCase::ascii("trustworthly"), "trustworthy"), + (UniCase::ascii("suspiciouly"), "suspiciously"), + (UniCase::ascii("palaeontologist"), "paleontologist"), + (UniCase::ascii("fanfcition"), "fanfiction"), + (UniCase::ascii("congradulate"), "congratulate"), + (UniCase::ascii("classsic"), "classics"), + (UniCase::ascii("austiran"), "austrian"), + (UniCase::ascii("inconsistencias"), "inconsistencies"), + (UniCase::ascii("arcahic"), "archaic"), + (UniCase::ascii("delaerships"), "dealerships"), + (UniCase::ascii("mexicanese"), "mexicans"), + (UniCase::ascii("popularaty"), "popularity"), + (UniCase::ascii("sensitiviy"), "sensitivity"), + (UniCase::ascii("rebuidling"), "rebuilding"), + (UniCase::ascii("advertisments"), "advertisements"), + (UniCase::ascii("illuminaci"), "illuminati"), + (UniCase::ascii("narcississt"), "narcissist"), + (UniCase::ascii("comepndium"), "compendium"), + (UniCase::ascii("protess"), "protests"), + (UniCase::ascii("markes"), "marks"), + (UniCase::ascii("dynamitage"), "dynamite"), + (UniCase::ascii("simplier"), "simpler"), + (UniCase::ascii("compaines"), "companies"), + (UniCase::ascii("attaindre"), "attainder"), + (UniCase::ascii("milligramme"), "milligram"), + (UniCase::ascii("jouranlist"), "journalist"), + (UniCase::ascii("substanties"), "substantive"), + (UniCase::ascii("chronocles"), "chronicles"), + (UniCase::ascii("psychologial"), "psychological"), + (UniCase::ascii("commissionor"), "commissioner"), + (UniCase::ascii("philosphies"), "philosophies"), + (UniCase::ascii("distributino"), "distributions"), + (UniCase::ascii("menally"), "mentally"), + (UniCase::ascii("expiers"), "expires"), + (UniCase::ascii("counterprodutive"), "counterproductive"), + (UniCase::ascii("distiction"), "distinction"), + (UniCase::ascii("adknowledged"), "acknowledged"), + (UniCase::ascii("jurisdicitons"), "jurisdictions"), + (UniCase::ascii("achieveds"), "achieves"), + (UniCase::ascii("commonwelth"), "commonwealth"), + (UniCase::ascii("trustworthyness"), "trustworthiness"), + (UniCase::ascii("universites"), "universities"), + (UniCase::ascii("oppressiun"), "oppressing"), + (UniCase::ascii("cockroahes"), "cockroaches"), + (UniCase::ascii("encyclopeedia"), "encyclopedia"), + (UniCase::ascii("colonises"), "colonizes"), + (UniCase::ascii("productos"), "products"), + (UniCase::ascii("tempurature"), "temperature"), + (UniCase::ascii("overclockd"), "overclocked"), + (UniCase::ascii("omnipitent"), "omnipotent"), + (UniCase::ascii("collegues"), "colleagues"), + (UniCase::ascii("idealising"), "idealizing"), + (UniCase::ascii("forcefuly"), "forcefully"), + (UniCase::ascii("konfrontation"), "confrontation"), + (UniCase::ascii("magintude"), "magnitude"), + (UniCase::ascii("litterally"), "literally"), + (UniCase::ascii("represantative"), "representative"), + (UniCase::ascii("compilacion"), "compilation"), + (UniCase::ascii("harrasing"), "harassing"), + (UniCase::ascii("spammare"), "spammer"), + (UniCase::ascii("elcipse"), "eclipse"), + (UniCase::ascii("imbalenced"), "imbalanced"), + (UniCase::ascii("psycology"), "psychology"), + (UniCase::ascii("assistendo"), "assisted"), + (UniCase::ascii("asethetically"), "aesthetically"), + (UniCase::ascii("imperialims"), "imperialism"), + (UniCase::ascii("appreciatie"), "appreciative"), + (UniCase::ascii("saddnes"), "saddens"), + (UniCase::ascii("disctintions"), "distinctions"), + (UniCase::ascii("stragegically"), "strategically"), + (UniCase::ascii("definig"), "defining"), + (UniCase::ascii("scandalising"), "scandalizing"), + (UniCase::ascii("micortransactions"), "microtransactions"), + (UniCase::ascii("hygienne"), "hygiene"), + (UniCase::ascii("quantifiy"), "quantify"), + (UniCase::ascii("explicatie"), "explicit"), + (UniCase::ascii("yoghourts"), "yogurts"), + (UniCase::ascii("reinstaled"), "reinstalled"), + (UniCase::ascii("violatin"), "violation"), + (UniCase::ascii("determing"), "determining"), + (UniCase::ascii("surfce"), "surface"), + (UniCase::ascii("pshycosis"), "psychosis"), + (UniCase::ascii("aggragating"), "aggravating"), + (UniCase::ascii("gltiched"), "glitched"), + (UniCase::ascii("ionised"), "ionized"), + (UniCase::ascii("marshamllows"), "marshmallows"), + (UniCase::ascii("inferrence"), "inference"), + (UniCase::ascii("reflektion"), "reflection"), + (UniCase::ascii("asisstants"), "assistants"), + (UniCase::ascii("verificaiton"), "verification"), + (UniCase::ascii("subjectivelly"), "subjectively"), + (UniCase::ascii("complicatie"), "complicit"), + (UniCase::ascii("relaibly"), "reliably"), + (UniCase::ascii("remembed"), "remembered"), + (UniCase::ascii("unempolyed"), "unemployed"), + (UniCase::ascii("supermarkt"), "supermarket"), + (UniCase::ascii("integreted"), "integrated"), + (UniCase::ascii("unopenend"), "unopened"), + (UniCase::ascii("casues"), "causes"), + (UniCase::ascii("napolen"), "napoleon"), + (UniCase::ascii("unreasonablely"), "unreasonably"), + (UniCase::ascii("cardboad"), "cardboard"), + (UniCase::ascii("konw"), "know"), + (UniCase::ascii("worstened"), "worsened"), + (UniCase::ascii("undoubtetly"), "undoubtedly"), + (UniCase::ascii("contientous"), "contentious"), + (UniCase::ascii("protrayal"), "portrayal"), + (UniCase::ascii("orangism"), "organism"), + (UniCase::ascii("temerature"), "temperature"), + (UniCase::ascii("indisputibly"), "indisputably"), + (UniCase::ascii("programmeurs"), "programmer"), + (UniCase::ascii("comedias"), "comedians"), + (UniCase::ascii("simpliy"), "simplify"), + (UniCase::ascii("thumbnailers"), "thumbnails"), + (UniCase::ascii("movesped"), "movespeed"), + (UniCase::ascii("moulded"), "molded"), + (UniCase::ascii("definatily"), "definately"), + (UniCase::ascii("personalie"), "personalized"), + (UniCase::ascii("visably"), "visibly"), + (UniCase::ascii("figurativley"), "figuratively"), + (UniCase::ascii("desensitise"), "desensitize"), + (UniCase::ascii("tounrey"), "tourney"), + (UniCase::ascii("acclimatise"), "acclimatize"), + (UniCase::ascii("scriptores"), "scriptures"), + (UniCase::ascii("motivaiton"), "motivations"), + (UniCase::ascii("pateintly"), "patiently"), + (UniCase::ascii("impulsemos"), "impulses"), + (UniCase::ascii("polarise"), "polarize"), + (UniCase::ascii("fraternise"), "fraternize"), + (UniCase::ascii("behavorial"), "behavioral"), + (UniCase::ascii("insepctions"), "inspections"), + (UniCase::ascii("cancells"), "cancels"), + (UniCase::ascii("extracto"), "extraction"), + (UniCase::ascii("ineffizient"), "inefficient"), + (UniCase::ascii("deatils"), "details"), + (UniCase::ascii("prophacy"), "prophecy"), + (UniCase::ascii("uninteresing"), "uninteresting"), + (UniCase::ascii("zionsim"), "zionism"), + (UniCase::ascii("winsdor"), "windsor"), + (UniCase::ascii("constitues"), "constitutes"), + (UniCase::ascii("intevene"), "intervene"), + (UniCase::ascii("uniquelly"), "uniquely"), + (UniCase::ascii("preferible"), "preferable"), + (UniCase::ascii("commemerative"), "commemorative"), + (UniCase::ascii("irrevirsible"), "irreversible"), + (UniCase::ascii("activistas"), "activists"), + (UniCase::ascii("vaildated"), "validated"), + (UniCase::ascii("switzlerand"), "switzerland"), + (UniCase::ascii("deram"), "dram"), + (UniCase::ascii("conversley"), "conversely"), + (UniCase::ascii("respectos"), "respects"), + (UniCase::ascii("hallusination"), "hallucination"), + (UniCase::ascii("consistensy"), "consistency"), + (UniCase::ascii("unsuprizingly"), "unsurprisingly"), + (UniCase::ascii("hydraluic"), "hydraulic"), + (UniCase::ascii("snadwiches"), "sandwiches"), + (UniCase::ascii("localised"), "localized"), + (UniCase::ascii("peculure"), "peculiar"), + (UniCase::ascii("deficiet"), "deficient"), + (UniCase::ascii("enterpreneur"), "entrepreneurs"), + (UniCase::ascii("prostituee"), "prostitute"), + (UniCase::ascii("emberrassing"), "embarrassing"), + (UniCase::ascii("infinately"), "infinitely"), + (UniCase::ascii("transmissable"), "transmissible"), + (UniCase::ascii("corrosponds"), "corresponds"), + (UniCase::ascii("backpedalled"), "backpedaled"), + (UniCase::ascii("repubic"), "republic"), + (UniCase::ascii("malfonction"), "malfunction"), + (UniCase::ascii("markerts"), "markers"), + (UniCase::ascii("reserverd"), "reserved"), + (UniCase::ascii("circluar"), "circular"), + (UniCase::ascii("affaires"), "affairs"), + (UniCase::ascii("unpredictible"), "unpredictable"), + (UniCase::ascii("figthing"), "fighting"), + (UniCase::ascii("independante"), "independents"), + (UniCase::ascii("verticallity"), "vertically"), + (UniCase::ascii("eigth"), "eighth"), + (UniCase::ascii("cafetera"), "cafeteria"), + (UniCase::ascii("supervisores"), "supervisors"), + (UniCase::ascii("choicers"), "choices"), + (UniCase::ascii("dispensaire"), "dispensaries"), + (UniCase::ascii("sypmtom"), "symptom"), + (UniCase::ascii("comparse"), "compares"), + (UniCase::ascii("depolying"), "deploying"), + (UniCase::ascii("euphora"), "euphoria"), + (UniCase::ascii("essense"), "essence"), + (UniCase::ascii("entierly"), "entirely"), + (UniCase::ascii("southampon"), "southampton"), + (UniCase::ascii("socioeconimc"), "socioeconomic"), + (UniCase::ascii("dispencaries"), "dispensaries"), + (UniCase::ascii("aproval"), "approval"), + (UniCase::ascii("altruisitic"), "altruistic"), + (UniCase::ascii("gamepaly"), "gameplay"), + (UniCase::ascii("practise"), "practice"), + (UniCase::ascii("entreprenaurs"), "entrepreneurs"), + (UniCase::ascii("desktopbsd"), "desktops"), + (UniCase::ascii("intuitevely"), "intuitively"), + (UniCase::ascii("uranuim"), "uranium"), + (UniCase::ascii("toruisty"), "touristy"), + (UniCase::ascii("surroundigs"), "surrounds"), + (UniCase::ascii("prelayed"), "replayed"), + (UniCase::ascii("katastrophic"), "catastrophic"), + (UniCase::ascii("scenarioes"), "scenarios"), + (UniCase::ascii("trabajao"), "trabajo"), + (UniCase::ascii("abanonded"), "abandoned"), + (UniCase::ascii("propagandise"), "propagandize"), + (UniCase::ascii("incompatibile"), "incompatible"), + (UniCase::ascii("switfly"), "swiftly"), + (UniCase::ascii("inahbitants"), "inhabitants"), + (UniCase::ascii("exclusivty"), "exclusivity"), + (UniCase::ascii("previaling"), "prevailing"), + (UniCase::ascii("fingernals"), "fingernails"), + (UniCase::ascii("bareclona"), "barcelona"), + (UniCase::ascii("modelling"), "modeling"), + (UniCase::ascii("participe"), "participate"), + (UniCase::ascii("transferers"), "transfers"), + (UniCase::ascii("propolsion"), "propulsion"), + (UniCase::ascii("attracters"), "attracts"), + (UniCase::ascii("transfomers"), "transforms"), + (UniCase::ascii("restricitng"), "restricting"), + (UniCase::ascii("computition"), "computation"), + (UniCase::ascii("atheltics"), "athletics"), + (UniCase::ascii("ritlain"), "ritalin"), + (UniCase::ascii("uncompatible"), "incompatible"), + (UniCase::ascii("marineris"), "mariners"), + (UniCase::ascii("althetes"), "athletes"), + (UniCase::ascii("rabbitos"), "rabbits"), + (UniCase::ascii("lionises"), "lionizes"), + (UniCase::ascii("scandanivia"), "scandinavian"), + (UniCase::ascii("bondary"), "boundary"), + (UniCase::ascii("sqaures"), "squares"), + (UniCase::ascii("anecdots"), "anecdotes"), + (UniCase::ascii("aristote"), "aristotle"), + (UniCase::ascii("interesring"), "interfering"), + (UniCase::ascii("amrchair"), "armchair"), + (UniCase::ascii("probabilite"), "probabilities"), + (UniCase::ascii("argubaly"), "arguably"), + (UniCase::ascii("composision"), "compositions"), + (UniCase::ascii("whta"), "what"), + (UniCase::ascii("replacated"), "replicated"), + (UniCase::ascii("agnostisim"), "agnosticism"), + (UniCase::ascii("humillated"), "humiliated"), + (UniCase::ascii("antagonise"), "antagonize"), + (UniCase::ascii("downvoteas"), "downvoters"), + (UniCase::ascii("comparte"), "compare"), + (UniCase::ascii("gentials"), "genitals"), + (UniCase::ascii("readmition"), "readmission"), + (UniCase::ascii("inaugures"), "inaugurates"), + (UniCase::ascii("altogehter"), "altogether"), + (UniCase::ascii("electormagnetic"), "electromagnetic"), + (UniCase::ascii("predomiantly"), "predominately"), + (UniCase::ascii("appriceate"), "appreciates"), + (UniCase::ascii("knowledagble"), "knowledgable"), + (UniCase::ascii("bedevilled"), "bedeviled"), + (UniCase::ascii("awknowledging"), "acknowledging"), + (UniCase::ascii("baptims"), "baptism"), + (UniCase::ascii("ionise"), "ionize"), + (UniCase::ascii("predessecor"), "predecessor"), + (UniCase::ascii("infestato"), "infestation"), + (UniCase::ascii("recpetive"), "receptive"), + (UniCase::ascii("repostd"), "reposted"), + (UniCase::ascii("meditatie"), "meditate"), + (UniCase::ascii("centrepieces"), "centerpieces"), + (UniCase::ascii("organismed"), "organise"), + (UniCase::ascii("departmet"), "departments"), + (UniCase::ascii("expolited"), "exploited"), + (UniCase::ascii("sensasionalist"), "sensationalist"), + (UniCase::ascii("porjectiles"), "projectiles"), + (UniCase::ascii("vietnamesse"), "vietnamese"), + (UniCase::ascii("integraal"), "integral"), + (UniCase::ascii("specificies"), "specifics"), + (UniCase::ascii("daed"), "dead"), + (UniCase::ascii("marijuannas"), "marijuana"), + (UniCase::ascii("ecomonic"), "economic"), + (UniCase::ascii("denominationals"), "denominations"), + (UniCase::ascii("disollusioned"), "disillusioned"), + (UniCase::ascii("fractalis"), "fractals"), + (UniCase::ascii("ungoldy"), "ungodly"), + (UniCase::ascii("accustumed"), "accustomed"), + (UniCase::ascii("combinacion"), "combination"), + (UniCase::ascii("knowledgible"), "knowledgable"), + (UniCase::ascii("exclusivitiy"), "exclusivity"), + (UniCase::ascii("smoe"), "some"), + (UniCase::ascii("preiod"), "period"), + (UniCase::ascii("complusion"), "compulsion"), + (UniCase::ascii("culiminating"), "culminating"), + (UniCase::ascii("combinatins"), "combinations"), + (UniCase::ascii("initiatve"), "initiate"), + (UniCase::ascii("refleciton"), "reflections"), + (UniCase::ascii("sporuts"), "sprouts"), + (UniCase::ascii("atorney"), "attorney"), + (UniCase::ascii("nighlty"), "nightly"), + (UniCase::ascii("instructores"), "instructors"), + (UniCase::ascii("goegraphic"), "geographic"), + (UniCase::ascii("anyonse"), "anyones"), + (UniCase::ascii("downvotesd"), "downvoters"), + (UniCase::ascii("privitized"), "privatized"), + (UniCase::ascii("assimliated"), "assimilate"), + (UniCase::ascii("preorderes"), "preorders"), + (UniCase::ascii("consolato"), "consolation"), + (UniCase::ascii("indepedence"), "independence"), + (UniCase::ascii("mathmaticians"), "mathematicians"), + (UniCase::ascii("nautils"), "nautilus"), + (UniCase::ascii("connotacion"), "connotation"), + (UniCase::ascii("pretendas"), "pretends"), + (UniCase::ascii("preinitalize"), "preinitialize"), + (UniCase::ascii("marmelade"), "marmalade"), + (UniCase::ascii("contempory"), "contemporary"), + (UniCase::ascii("continous"), "continuous"), + (UniCase::ascii("moribdly"), "morbidly"), + (UniCase::ascii("instutions"), "intuitions"), + (UniCase::ascii("descrie"), "describe"), + (UniCase::ascii("adaptating"), "adaptation"), + (UniCase::ascii("appearnace"), "appearances"), + (UniCase::ascii("caluclating"), "calculating"), + (UniCase::ascii("permanetly"), "permanently"), + (UniCase::ascii("philospohers"), "philosophers"), + (UniCase::ascii("pursude"), "pursued"), + (UniCase::ascii("differencial"), "differential"), + (UniCase::ascii("asyncronous"), "asynchronous"), + (UniCase::ascii("respecitvely"), "respectively"), + (UniCase::ascii("diplomacia"), "diplomatic"), + (UniCase::ascii("converstaion"), "conversation"), + (UniCase::ascii("philisopher"), "philosopher"), + (UniCase::ascii("capitalisim"), "capitalism"), + (UniCase::ascii("chivlary"), "chivalry"), + (UniCase::ascii("practitionners"), "practitioners"), + (UniCase::ascii("causailty"), "causality"), + (UniCase::ascii("briused"), "bruised"), + (UniCase::ascii("manufacteurs"), "manufactures"), + (UniCase::ascii("interection"), "interaction"), + (UniCase::ascii("clacium"), "calcium"), + (UniCase::ascii("norhtwest"), "northwest"), + (UniCase::ascii("wih"), "with"), + (UniCase::ascii("europeaners"), "europeans"), + (UniCase::ascii("patriottism"), "patriotism"), + (UniCase::ascii("creationis"), "creations"), + (UniCase::ascii("sharplay"), "sharply"), + (UniCase::ascii("ostensibily"), "ostensibly"), + (UniCase::ascii("midifeld"), "midfield"), + (UniCase::ascii("projectles"), "projectiles"), + (UniCase::ascii("eyeballls"), "eyeballs"), + (UniCase::ascii("passivelly"), "passively"), + (UniCase::ascii("falshbacks"), "flashbacks"), + (UniCase::ascii("conceivibly"), "conceivably"), + (UniCase::ascii("collasped"), "collapsed"), + (UniCase::ascii("vaklyrie"), "valkyrie"), + (UniCase::ascii("dispencary"), "dispensary"), + (UniCase::ascii("nationalits"), "nationalist"), + (UniCase::ascii("spilnter"), "splinter"), + (UniCase::ascii("proselytiser"), "proselytizer"), + (UniCase::ascii("exceuting"), "executing"), + (UniCase::ascii("purused"), "pursued"), + (UniCase::ascii("substracting"), "subtracting"), + (UniCase::ascii("dessicated"), "desiccated"), + (UniCase::ascii("degragation"), "degradation"), + (UniCase::ascii("produceras"), "produces"), + (UniCase::ascii("achivement"), "achievement"), + (UniCase::ascii("xeonblade"), "xenoblade"), + (UniCase::ascii("atain"), "attain"), + (UniCase::ascii("recongise"), "recognise"), + (UniCase::ascii("proposterous"), "preposterous"), + (UniCase::ascii("withrdawal"), "withdrawals"), + (UniCase::ascii("degridation"), "degradation"), + (UniCase::ascii("margianlly"), "marginally"), + (UniCase::ascii("evloved"), "evolved"), + (UniCase::ascii("pulisher"), "publisher"), + (UniCase::ascii("gautnlet"), "gauntlet"), + (UniCase::ascii("nutritivos"), "nutritious"), + (UniCase::ascii("steryotypical"), "stereotypical"), + (UniCase::ascii("tottenahm"), "tottenham"), + (UniCase::ascii("paficist"), "pacifist"), + (UniCase::ascii("editoras"), "editors"), + (UniCase::ascii("ahppen"), "happen"), + (UniCase::ascii("responcible"), "responsible"), + (UniCase::ascii("preadtor"), "predator"), + (UniCase::ascii("woudlve"), "wouldve"), + (UniCase::ascii("industriella"), "industrial"), + (UniCase::ascii("politicin"), "politician"), + (UniCase::ascii("palyoffs"), "playoffs"), + (UniCase::ascii("seraches"), "searches"), + (UniCase::ascii("qualifiy"), "qualify"), + (UniCase::ascii("underpowred"), "underpowered"), + (UniCase::ascii("instantanous"), "instantaneous"), + (UniCase::ascii("expoliting"), "exploiting"), + (UniCase::ascii("importently"), "importantly"), + (UniCase::ascii("polarised"), "polarized"), + (UniCase::ascii("illuminazi"), "illuminati"), + (UniCase::ascii("chemestry"), "chemistry"), + (UniCase::ascii("outsourcade"), "outsourced"), + (UniCase::ascii("repuslive"), "repulsive"), + (UniCase::ascii("bounderies"), "boundaries"), + (UniCase::ascii("desktiop"), "desktop"), + (UniCase::ascii("spectaters"), "spectators"), + (UniCase::ascii("misspeld"), "misspelled"), + (UniCase::ascii("independantly"), "independently"), + (UniCase::ascii("demoralisation"), "demoralization"), + (UniCase::ascii("valentinas"), "valentines"), + (UniCase::ascii("automonomous"), "autonomous"), + (UniCase::ascii("electricial"), "electrical"), + (UniCase::ascii("sciencers"), "sciences"), + (UniCase::ascii("stormfornt"), "stormfront"), + (UniCase::ascii("immobilie"), "immobile"), + (UniCase::ascii("escpaes"), "escapes"), + (UniCase::ascii("braodband"), "broadband"), + (UniCase::ascii("soliliquy"), "soliloquy"), + (UniCase::ascii("contridicted"), "contradicted"), + (UniCase::ascii("striekr"), "striker"), + (UniCase::ascii("correspondece"), "correspondence"), + (UniCase::ascii("knowledeable"), "knowledgable"), + (UniCase::ascii("scuptures"), "sculptures"), + (UniCase::ascii("bcak"), "back"), + (UniCase::ascii("colliquial"), "colloquial"), + (UniCase::ascii("civilizatin"), "civilizations"), + (UniCase::ascii("progresso"), "progression"), + (UniCase::ascii("temporarly"), "temporary"), + (UniCase::ascii("quarterbackers"), "quarterbacks"), + (UniCase::ascii("maintainance"), "maintenance"), + (UniCase::ascii("instantaneoulsy"), "instantaneous"), + (UniCase::ascii("sympothize"), "sympathize"), + (UniCase::ascii("shadasloo"), "shadaloo"), + (UniCase::ascii("immigranti"), "immigration"), + (UniCase::ascii("analyseles"), "analyses"), + (UniCase::ascii("convertiable"), "convertible"), + (UniCase::ascii("contraceptie"), "contraceptives"), + (UniCase::ascii("nutritionnal"), "nutritional"), + (UniCase::ascii("backpedalling"), "backpedaling"), + (UniCase::ascii("broadcasing"), "broadcasting"), + (UniCase::ascii("scrutinising"), "scrutinizing"), + (UniCase::ascii("verbatium"), "verbatim"), + (UniCase::ascii("taht"), "that"), + (UniCase::ascii("omnisicent"), "omniscient"), + (UniCase::ascii("pinetrest"), "pinterest"), + (UniCase::ascii("repostig"), "reposting"), + (UniCase::ascii("extravogant"), "extravagant"), + (UniCase::ascii("moent"), "moment"), + (UniCase::ascii("carbohydrats"), "carbohydrates"), + (UniCase::ascii("maniuplation"), "manipulation"), + (UniCase::ascii("apartmet"), "apartments"), + (UniCase::ascii("montrel"), "montreal"), + (UniCase::ascii("oragnised"), "organised"), + (UniCase::ascii("healtheast"), "healthiest"), + (UniCase::ascii("manufatured"), "manufactured"), + (UniCase::ascii("sceptres"), "scepters"), + (UniCase::ascii("investigaton"), "investigation"), + (UniCase::ascii("linguitics"), "linguistic"), + (UniCase::ascii("emphasised"), "emphasized"), + (UniCase::ascii("euphorisch"), "euphoric"), + (UniCase::ascii("whereever"), "wherever"), + (UniCase::ascii("kidnappping"), "kidnapping"), + (UniCase::ascii("persauded"), "persuaded"), + (UniCase::ascii("recongised"), "recognised"), + (UniCase::ascii("omnipetent"), "omnipotent"), + (UniCase::ascii("sponsorise"), "sponsors"), + (UniCase::ascii("counteratk"), "counteract"), + (UniCase::ascii("illuminadi"), "illuminati"), + (UniCase::ascii("nativley"), "natively"), + (UniCase::ascii("lubircant"), "lubricant"), + (UniCase::ascii("photographics"), "photographs"), + (UniCase::ascii("gravitaitonal"), "gravitational"), + (UniCase::ascii("repeticion"), "repetition"), + (UniCase::ascii("experementing"), "experimenting"), + (UniCase::ascii("tringale"), "triangle"), + (UniCase::ascii("boyfried"), "boyfriend"), + (UniCase::ascii("photograped"), "photographed"), + (UniCase::ascii("carolled"), "caroled"), + (UniCase::ascii("messagers"), "messages"), + (UniCase::ascii("mesmerised"), "mesmerized"), + (UniCase::ascii("sepulchre"), "sepulcher"), + (UniCase::ascii("cthluhu"), "cthulhu"), + (UniCase::ascii("preferental"), "preferential"), + (UniCase::ascii("colourize"), "colorize"), + (UniCase::ascii("chocloates"), "chocolates"), + (UniCase::ascii("unforgivible"), "unforgivable"), + (UniCase::ascii("prosicution"), "prosecution"), + (UniCase::ascii("theives"), "thieves"), + (UniCase::ascii("perferring"), "preferring"), + (UniCase::ascii("masterpice"), "masterpiece"), + (UniCase::ascii("intergate"), "integrate"), + (UniCase::ascii("therapuetic"), "therapeutic"), + (UniCase::ascii("unfreindly"), "unfriendly"), + (UniCase::ascii("muesums"), "museums"), + (UniCase::ascii("tailban"), "taliban"), + (UniCase::ascii("polishees"), "polishes"), + (UniCase::ascii("resolutin"), "resolutions"), + (UniCase::ascii("gruelling"), "grueling"), + (UniCase::ascii("undersog"), "undergo"), + (UniCase::ascii("publsih"), "publish"), + (UniCase::ascii("narcissim"), "narcissism"), + (UniCase::ascii("depiciton"), "depiction"), + (UniCase::ascii("verical"), "vertical"), + (UniCase::ascii("collobarate"), "collaborate"), + (UniCase::ascii("obtianable"), "obtainable"), + (UniCase::ascii("nautres"), "natures"), + (UniCase::ascii("resembels"), "resembles"), + (UniCase::ascii("distrubing"), "disturbing"), + (UniCase::ascii("malpractce"), "malpractice"), + (UniCase::ascii("resovle"), "resolve"), + (UniCase::ascii("afterhtought"), "afterthought"), + (UniCase::ascii("hellifre"), "hellfire"), + (UniCase::ascii("reorganised"), "reorganized"), + (UniCase::ascii("confrontato"), "confrontation"), + (UniCase::ascii("gaurding"), "guarding"), + (UniCase::ascii("gynaecologists"), "gynecologists"), + (UniCase::ascii("hurdels"), "hurdles"), + (UniCase::ascii("convencional"), "conventional"), + (UniCase::ascii("inventaron"), "inventor"), + (UniCase::ascii("agreing"), "agreeing"), + (UniCase::ascii("jstu"), "just"), + (UniCase::ascii("hopkings"), "hopkins"), + (UniCase::ascii("recognicing"), "recognizing"), + (UniCase::ascii("intercontinetal"), "intercontinental"), + (UniCase::ascii("persuated"), "persuade"), + (UniCase::ascii("pharmacuetical"), "pharmaceutical"), + (UniCase::ascii("automoterator"), "automoderator"), + (UniCase::ascii("lightwieght"), "lightweight"), + (UniCase::ascii("coordenates"), "coordinates"), + (UniCase::ascii("confesos"), "confess"), + (UniCase::ascii("entilted"), "entitled"), + (UniCase::ascii("higer"), "higher"), + (UniCase::ascii("prolitariat"), "proletariat"), + (UniCase::ascii("avilable"), "available"), + (UniCase::ascii("philosiphy"), "philosophy"), + (UniCase::ascii("scurtiny"), "scrutiny"), + (UniCase::ascii("connetation"), "connotation"), + (UniCase::ascii("fethces"), "fetches"), + (UniCase::ascii("mounth"), "month"), + (UniCase::ascii("convseration"), "conservation"), + (UniCase::ascii("mircoscopic"), "microscopic"), + (UniCase::ascii("stressers"), "stresses"), + (UniCase::ascii("datbase"), "database"), + (UniCase::ascii("distrabution"), "distribution"), + (UniCase::ascii("malyasian"), "malaysian"), + (UniCase::ascii("seached"), "searched"), + (UniCase::ascii("reincatnation"), "reincarnation"), + (UniCase::ascii("downvottes"), "downvoters"), + (UniCase::ascii("familiarizate"), "familiarize"), + (UniCase::ascii("revoultions"), "revolutions"), + (UniCase::ascii("guantanomo"), "guantanamo"), + (UniCase::ascii("prepartion"), "preparation"), + (UniCase::ascii("irritato"), "irritation"), + (UniCase::ascii("extrems"), "extremes"), + (UniCase::ascii("scannig"), "scanning"), + (UniCase::ascii("indicatore"), "indicate"), + (UniCase::ascii("commiting"), "committing"), + (UniCase::ascii("uncertainy"), "uncertainty"), + (UniCase::ascii("suspectible"), "susceptible"), + (UniCase::ascii("materialsm"), "materialism"), + (UniCase::ascii("phramacist"), "pharmacist"), + (UniCase::ascii("intereaction"), "intersection"), + (UniCase::ascii("descendenta"), "descendants"), + (UniCase::ascii("philospher"), "philosopher"), + (UniCase::ascii("inidans"), "indians"), + (UniCase::ascii("geniuss"), "geniuses"), + (UniCase::ascii("conversatiosn"), "conservation"), + (UniCase::ascii("repulican"), "republican"), + (UniCase::ascii("nauseos"), "nauseous"), + (UniCase::ascii("peridoic"), "periodic"), + (UniCase::ascii("entreprenurs"), "entrepreneurs"), + (UniCase::ascii("quailfiers"), "qualifiers"), + (UniCase::ascii("appreciae"), "appreciates"), + (UniCase::ascii("treasuers"), "treasures"), + (UniCase::ascii("disscusions"), "discussions"), + (UniCase::ascii("unfriendy"), "unfriendly"), + (UniCase::ascii("mediciney"), "mediciny"), + (UniCase::ascii("approximetly"), "approximately"), + (UniCase::ascii("magazins"), "magazines"), + (UniCase::ascii("januaray"), "january"), + (UniCase::ascii("undeinable"), "undeniable"), + (UniCase::ascii("stormade"), "stormed"), + (UniCase::ascii("sermonises"), "sermonizes"), + (UniCase::ascii("senitments"), "sentiments"), + (UniCase::ascii("hypcorite"), "hypocrite"), + (UniCase::ascii("supsension"), "suspension"), + (UniCase::ascii("conspiracize"), "conspiracies"), + (UniCase::ascii("afficionados"), "aficionados"), + (UniCase::ascii("batitsa"), "batista"), + (UniCase::ascii("distinctie"), "distinctive"), + (UniCase::ascii("publiaher"), "publisher"), + (UniCase::ascii("restricters"), "restricts"), + (UniCase::ascii("acknolwedges"), "acknowledges"), + (UniCase::ascii("avalaible"), "available"), + (UniCase::ascii("transfrom"), "transform"), + (UniCase::ascii("graphiclly"), "graphically"), + (UniCase::ascii("protectings"), "protections"), + (UniCase::ascii("cinematograpy"), "cinematography"), + (UniCase::ascii("disatrous"), "disastrous"), + (UniCase::ascii("flavourless"), "flavorless"), + (UniCase::ascii("transitiong"), "transitioning"), + (UniCase::ascii("videogaems"), "videogames"), + (UniCase::ascii("invulenrable"), "invulnerable"), + (UniCase::ascii("decentralises"), "decentralizes"), + (UniCase::ascii("wich"), "which"), + (UniCase::ascii("marvellous"), "marvelous"), + (UniCase::ascii("addionally"), "additionally"), + (UniCase::ascii("bandwitdh"), "bandwidth"), + (UniCase::ascii("draculla"), "dracula"), + (UniCase::ascii("labatory"), "lavatory"), + (UniCase::ascii("brutailty"), "brutality"), + (UniCase::ascii("perverst"), "pervert"), + (UniCase::ascii("ministy"), "ministry"), + (UniCase::ascii("exaggarate"), "exaggerate"), + (UniCase::ascii("offical"), "official"), + (UniCase::ascii("modle"), "model"), + (UniCase::ascii("succesfuly"), "successfully"), + (UniCase::ascii("cabinettas"), "cabinets"), + (UniCase::ascii("intaxication"), "intoxication"), + (UniCase::ascii("peripherial"), "peripheral"), + (UniCase::ascii("rectengular"), "rectangular"), + (UniCase::ascii("racaus"), "raucous"), + (UniCase::ascii("breathalysed"), "breathalyzed"), + (UniCase::ascii("fertilise"), "fertilize"), + (UniCase::ascii("archytypes"), "archetypes"), + (UniCase::ascii("insmonia"), "insomnia"), + (UniCase::ascii("comaprisons"), "comparisons"), + (UniCase::ascii("tailgatting"), "tailgating"), + (UniCase::ascii("mistakengly"), "mistakenly"), + (UniCase::ascii("flatterende"), "flattered"), + (UniCase::ascii("unrealisitic"), "unrealistic"), + (UniCase::ascii("catalysing"), "catalyzing"), + (UniCase::ascii("hdinsight"), "hindsight"), + (UniCase::ascii("positionned"), "positioned"), + (UniCase::ascii("listenend"), "listened"), + (UniCase::ascii("midfieldes"), "midfielders"), + (UniCase::ascii("psychiatrics"), "psychiatrist"), + (UniCase::ascii("oilgarchy"), "oligarchy"), + (UniCase::ascii("permanant"), "permanent"), + (UniCase::ascii("narrativas"), "narratives"), + (UniCase::ascii("balnaced"), "balanced"), + (UniCase::ascii("worshipping"), "worshiping"), + (UniCase::ascii("politicing"), "politician"), + (UniCase::ascii("frientzoned"), "friendzoned"), + (UniCase::ascii("complitation"), "complication"), + (UniCase::ascii("publishor"), "publisher"), + (UniCase::ascii("oportunity"), "opportunity"), + (UniCase::ascii("aesthitically"), "aesthetically"), + (UniCase::ascii("volleyboll"), "volleyball"), + (UniCase::ascii("geographicly"), "geographical"), + (UniCase::ascii("disrecpected"), "disrespected"), + (UniCase::ascii("dimaond"), "diamond"), + (UniCase::ascii("infiltrait"), "infiltrate"), + (UniCase::ascii("accelerare"), "accelerate"), + (UniCase::ascii("restaurents"), "restaurants"), + (UniCase::ascii("unsustainble"), "unsustainable"), + (UniCase::ascii("linguisitc"), "linguistics"), + (UniCase::ascii("trailes"), "trailers"), + (UniCase::ascii("obvilion"), "oblivion"), + (UniCase::ascii("archaelogy"), "archaeology"), + (UniCase::ascii("reflecto"), "reflection"), + (UniCase::ascii("spectaulars"), "spectaculars"), + (UniCase::ascii("speciallist"), "specialist"), + (UniCase::ascii("supress"), "suppress"), + (UniCase::ascii("traitoris"), "traitors"), + (UniCase::ascii("schoalrs"), "scholars"), + (UniCase::ascii("civilised"), "civilized"), + (UniCase::ascii("shortenting"), "shortening"), + (UniCase::ascii("ioniser"), "ionizer"), + (UniCase::ascii("concentratin"), "concentration"), + (UniCase::ascii("chartiable"), "charitable"), + (UniCase::ascii("demonstre"), "demonstrate"), + (UniCase::ascii("marineras"), "mariners"), + (UniCase::ascii("methaphor"), "metaphor"), + (UniCase::ascii("unresponive"), "unresponsive"), + (UniCase::ascii("prohibicion"), "prohibition"), + (UniCase::ascii("yementite"), "yemenite"), + (UniCase::ascii("gaolers"), "jailers"), + (UniCase::ascii("simluate"), "simulate"), + (UniCase::ascii("premeir"), "premier"), + (UniCase::ascii("dammage"), "damage"), + (UniCase::ascii("distinguised"), "distinguished"), + (UniCase::ascii("ethicaly"), "ethically"), + (UniCase::ascii("proprotionally"), "proportionally"), + (UniCase::ascii("muniches"), "munchies"), + (UniCase::ascii("alternatve"), "alternate"), + (UniCase::ascii("tenderise"), "tenderize"), + (UniCase::ascii("oversimplificaiton"), "oversimplification"), + (UniCase::ascii("sponsered"), "sponsored"), + (UniCase::ascii("marhsmallows"), "marshmallows"), + (UniCase::ascii("minsicule"), "miniscule"), + (UniCase::ascii("commandbox"), "commando"), + (UniCase::ascii("marketpalce"), "marketplace"), + (UniCase::ascii("transmisisons"), "transmissions"), + (UniCase::ascii("lithaunia"), "lithuania"), + (UniCase::ascii("feminitity"), "femininity"), + (UniCase::ascii("anbd"), "and"), + (UniCase::ascii("collonies"), "colonies"), + (UniCase::ascii("regulaotrs"), "regulators"), + (UniCase::ascii("misunderatanding"), "misunderstandings"), + (UniCase::ascii("manufacturor"), "manufacturer"), + (UniCase::ascii("chromozome"), "chromosome"), + (UniCase::ascii("remarkabley"), "remarkably"), + (UniCase::ascii("overclcoked"), "overclocked"), + (UniCase::ascii("oversimplifaction"), "oversimplification"), + (UniCase::ascii("amateures"), "amateurs"), + (UniCase::ascii("quartery"), "quarterly"), + (UniCase::ascii("refersher"), "refresher"), + (UniCase::ascii("corruptin"), "corruption"), + (UniCase::ascii("equivlanets"), "equivalents"), + (UniCase::ascii("promethues"), "prometheus"), + (UniCase::ascii("precurser"), "precursor"), + (UniCase::ascii("capitlaize"), "capitalized"), + (UniCase::ascii("monserrat"), "montserrat"), + (UniCase::ascii("carmalite"), "carmelite"), + (UniCase::ascii("indefinete"), "indefinite"), + (UniCase::ascii("wrok"), "work"), + (UniCase::ascii("copenhangen"), "copenhagen"), + (UniCase::ascii("boaut"), "bout"), + (UniCase::ascii("analitycal"), "analytical"), + (UniCase::ascii("unconstititional"), "unconstitutional"), + (UniCase::ascii("privitazed"), "privatized"), + (UniCase::ascii("materialising"), "materializing"), + (UniCase::ascii("thoerist"), "theorist"), + (UniCase::ascii("janaury"), "january"), + (UniCase::ascii("targetting"), "targeting"), + (UniCase::ascii("scostman"), "scotsman"), + (UniCase::ascii("irrevelant"), "irrelevant"), + (UniCase::ascii("tornadoe"), "tornado"), + (UniCase::ascii("unplesant"), "unpleasant"), + (UniCase::ascii("mercurcy"), "mercury"), + (UniCase::ascii("nightmarket"), "nightmare"), + (UniCase::ascii("indistructible"), "indestructible"), + (UniCase::ascii("raoming"), "roaming"), + (UniCase::ascii("powerfisting"), "powerlifting"), + (UniCase::ascii("jamaicaman"), "jamaican"), + (UniCase::ascii("execption"), "exception"), + (UniCase::ascii("unfamilair"), "unfamiliar"), + (UniCase::ascii("predeccesors"), "predecessor"), + (UniCase::ascii("starins"), "strains"), + (UniCase::ascii("wiull"), "will"), + (UniCase::ascii("motherbaord"), "motherboard"), + (UniCase::ascii("paranoica"), "paranoia"), + (UniCase::ascii("sprotsmanship"), "sportsmanship"), + (UniCase::ascii("requirment"), "requirement"), + (UniCase::ascii("initiavite"), "initiatives"), + (UniCase::ascii("acknowldeged"), "acknowledged"), + (UniCase::ascii("warrantly"), "warranty"), + (UniCase::ascii("manifestating"), "manifestation"), + (UniCase::ascii("califorina"), "california"), + (UniCase::ascii("automatron"), "automation"), + (UniCase::ascii("cannibalising"), "cannibalizing"), + (UniCase::ascii("retireve"), "retrieve"), + (UniCase::ascii("concious"), "conscious"), + (UniCase::ascii("doub"), "doubt"), + (UniCase::ascii("foetid"), "fetid"), + (UniCase::ascii("illinoians"), "illinois"), + (UniCase::ascii("dismanlting"), "dismantling"), + (UniCase::ascii("luanched"), "launched"), + (UniCase::ascii("naturalises"), "naturalizes"), + (UniCase::ascii("edficient"), "deficient"), + (UniCase::ascii("desuction"), "seduction"), + (UniCase::ascii("curiostiy"), "curiosity"), + (UniCase::ascii("mysogonistic"), "misogynistic"), + (UniCase::ascii("paragrpah"), "paragraph"), + (UniCase::ascii("invalidas"), "invalidates"), + (UniCase::ascii("presuade"), "persuade"), + (UniCase::ascii("developmenet"), "developments"), + (UniCase::ascii("destructo"), "destruction"), + (UniCase::ascii("comeptitors"), "competitors"), + (UniCase::ascii("ambluance"), "ambulance"), + (UniCase::ascii("frightenend"), "frightened"), + (UniCase::ascii("prostitutke"), "prostitutes"), + (UniCase::ascii("dolhpin"), "dolphin"), + (UniCase::ascii("prostehtic"), "prosthetic"), + (UniCase::ascii("unconditinal"), "unconditional"), + (UniCase::ascii("donwload"), "download"), + (UniCase::ascii("fabircation"), "fabrication"), + (UniCase::ascii("programms"), "programs"), + (UniCase::ascii("thunderbot"), "thunderbolt"), + (UniCase::ascii("fedreally"), "federally"), + (UniCase::ascii("regulaters"), "regulators"), + (UniCase::ascii("prelimenary"), "preliminary"), + (UniCase::ascii("skirmiches"), "skirmish"), + (UniCase::ascii("transitin"), "transitions"), + (UniCase::ascii("apocalypic"), "apocalyptic"), + (UniCase::ascii("confidentuality"), "confidential"), + (UniCase::ascii("simluator"), "simulator"), + (UniCase::ascii("octohedra"), "octahedra"), + (UniCase::ascii("depicitng"), "depicting"), + (UniCase::ascii("rumoured"), "rumored"), + (UniCase::ascii("fasicsm"), "fascism"), + (UniCase::ascii("substancially"), "substantially"), + (UniCase::ascii("gaolbreaks"), "jailbreaks"), + (UniCase::ascii("physicallity"), "physically"), + (UniCase::ascii("illumunati"), "illuminati"), + (UniCase::ascii("urbanise"), "urbanize"), + (UniCase::ascii("prejuduced"), "prejudiced"), + (UniCase::ascii("minipulating"), "manipulating"), + (UniCase::ascii("guresome"), "gruesome"), + (UniCase::ascii("chronologial"), "chronological"), + (UniCase::ascii("resinged"), "resigned"), + (UniCase::ascii("bengalos"), "bengals"), + (UniCase::ascii("metahpor"), "metaphor"), + (UniCase::ascii("belabours"), "belabors"), + (UniCase::ascii("yeras"), "years"), + (UniCase::ascii("underestemating"), "underestimating"), + (UniCase::ascii("pornogrpahy"), "pornography"), + (UniCase::ascii("accedentally"), "accidentally"), + (UniCase::ascii("introduceres"), "introduces"), + (UniCase::ascii("distributs"), "distributors"), + (UniCase::ascii("goverment"), "government"), + (UniCase::ascii("interveneing"), "intervening"), + (UniCase::ascii("humoural"), "humoral"), + (UniCase::ascii("repentable"), "repeatable"), + (UniCase::ascii("achievemnts"), "achievements"), + (UniCase::ascii("compartmentalised"), "compartmentalized"), + (UniCase::ascii("reinstallng"), "reinstalling"), + (UniCase::ascii("uninstallled"), "uninstalled"), + (UniCase::ascii("demonstratin"), "demonstration"), + (UniCase::ascii("uninterruped"), "uninterrupted"), + (UniCase::ascii("overshadowd"), "overshadowed"), + (UniCase::ascii("administratior"), "administrator"), + (UniCase::ascii("evelutionary"), "evolutionary"), + (UniCase::ascii("metaphyscial"), "metaphysical"), + (UniCase::ascii("concervatism"), "conservatism"), + (UniCase::ascii("resolutons"), "resolutions"), + (UniCase::ascii("seventen"), "seventeen"), + (UniCase::ascii("quailfy"), "qualify"), + (UniCase::ascii("rehabilitaion"), "rehabilitation"), + (UniCase::ascii("mauarder"), "marauder"), + (UniCase::ascii("facinated"), "fascinated"), + (UniCase::ascii("obsessin"), "obsession"), + (UniCase::ascii("countertrap"), "counterpart"), + (UniCase::ascii("dependencey"), "dependency"), + (UniCase::ascii("handicape"), "handicapped"), + (UniCase::ascii("eldistribution"), "redistribution"), + (UniCase::ascii("pancakers"), "pancakes"), + (UniCase::ascii("jouranlism"), "journalism"), + (UniCase::ascii("rivlary"), "rivalry"), + (UniCase::ascii("suspecions"), "suspicions"), + (UniCase::ascii("controveries"), "controversies"), + (UniCase::ascii("downvotess"), "downvoters"), + (UniCase::ascii("misconcpetion"), "misconceptions"), + (UniCase::ascii("politessen"), "politeness"), + (UniCase::ascii("refrehser"), "refresher"), + (UniCase::ascii("practitioneer"), "practitioners"), + (UniCase::ascii("calibraton"), "calibration"), + (UniCase::ascii("heigthened"), "heightened"), + (UniCase::ascii("complicatted"), "complicate"), + (UniCase::ascii("philosophae"), "philosopher"), + (UniCase::ascii("omision"), "omission"), + (UniCase::ascii("guarantes"), "guarantees"), + (UniCase::ascii("substituded"), "substituted"), + (UniCase::ascii("renuion"), "reunion"), + (UniCase::ascii("intolerate"), "intolerant"), + (UniCase::ascii("exersising"), "exercising"), + (UniCase::ascii("visbily"), "visibly"), + (UniCase::ascii("mathimatical"), "mathematical"), + (UniCase::ascii("mathematicaly"), "mathematically"), + (UniCase::ascii("inconsequentual"), "inconsequential"), + (UniCase::ascii("describiste"), "describes"), + (UniCase::ascii("dumptser"), "dumpster"), + (UniCase::ascii("homineim"), "hominem"), + (UniCase::ascii("environmentality"), "environmentally"), + (UniCase::ascii("circuis"), "circuits"), + (UniCase::ascii("recognices"), "recognizes"), + (UniCase::ascii("sylablles"), "syllables"), + (UniCase::ascii("absolutelys"), "absolutes"), + (UniCase::ascii("mobilises"), "mobilizes"), + (UniCase::ascii("deodorise"), "deodorize"), + (UniCase::ascii("perpendiculaires"), "perpendicular"), + (UniCase::ascii("landins"), "landings"), + (UniCase::ascii("indonesa"), "indonesia"), + (UniCase::ascii("scootes"), "scooters"), + (UniCase::ascii("wonderus"), "wonders"), + (UniCase::ascii("calcularon"), "calculator"), + (UniCase::ascii("depresso"), "depression"), + (UniCase::ascii("hypotheticaly"), "hypothetically"), + (UniCase::ascii("lithuaina"), "lithuania"), + (UniCase::ascii("hypothesies"), "hypothesis"), + (UniCase::ascii("resoultions"), "resolutions"), + (UniCase::ascii("touristes"), "tourists"), + (UniCase::ascii("capsulers"), "capsules"), + (UniCase::ascii("sexualzied"), "sexualized"), + (UniCase::ascii("frontlinies"), "frontline"), + (UniCase::ascii("initalizes"), "initializes"), + (UniCase::ascii("analitic"), "analytic"), + (UniCase::ascii("randomrs"), "randoms"), + (UniCase::ascii("endoresments"), "endorsement"), + (UniCase::ascii("philadeplhia"), "philadelphia"), + (UniCase::ascii("qualificaton"), "qualification"), + (UniCase::ascii("aestheticaly"), "aesthetically"), + (UniCase::ascii("contemple"), "contemplate"), + (UniCase::ascii("narciscism"), "narcissism"), + (UniCase::ascii("acheivable"), "achievable"), + (UniCase::ascii("cheeseburgie"), "cheeseburger"), + (UniCase::ascii("circumstential"), "circumstantial"), + (UniCase::ascii("anticipe"), "anticipate"), + (UniCase::ascii("popularest"), "populate"), + (UniCase::ascii("elicided"), "elicited"), + (UniCase::ascii("fantasitcally"), "fantastically"), + (UniCase::ascii("subsequenty"), "subsequently"), + (UniCase::ascii("comftorable"), "comfortable"), + (UniCase::ascii("technicolour"), "technicolor"), + (UniCase::ascii("sacrifaced"), "sacrificed"), + (UniCase::ascii("culumative"), "cumulative"), + (UniCase::ascii("reminicient"), "reminiscent"), + (UniCase::ascii("collectems"), "collects"), + (UniCase::ascii("austrija"), "austria"), + (UniCase::ascii("graudally"), "gradually"), + (UniCase::ascii("tournamet"), "tournament"), + (UniCase::ascii("poisin"), "poison"), + (UniCase::ascii("powerliftng"), "powerlifting"), + (UniCase::ascii("merchanise"), "merchandise"), + (UniCase::ascii("sacksonville"), "jacksonville"), + (UniCase::ascii("apocalytic"), "apocalyptic"), + (UniCase::ascii("quantaty"), "quantity"), + (UniCase::ascii("microcentre"), "microcenter"), + (UniCase::ascii("protuguese"), "portuguese"), + (UniCase::ascii("inconsiderant"), "inconsiderate"), + (UniCase::ascii("acknoweldgement"), "acknowledgement"), + (UniCase::ascii("socailly"), "socially"), + (UniCase::ascii("regularily"), "regularly"), + (UniCase::ascii("cincinnnati"), "cincinnati"), + (UniCase::ascii("abodminal"), "abdominal"), + (UniCase::ascii("propagandises"), "propagandizes"), + (UniCase::ascii("industrialise"), "industrialize"), + (UniCase::ascii("rescuse"), "rescues"), + (UniCase::ascii("voilating"), "violating"), + (UniCase::ascii("trustowrthy"), "trustworthy"), + (UniCase::ascii("gloablly"), "globally"), + (UniCase::ascii("realisticlly"), "realistically"), + (UniCase::ascii("photogrophers"), "photographers"), + (UniCase::ascii("supose"), "suppose"), + (UniCase::ascii("congratulatons"), "congratulations"), + (UniCase::ascii("singlepalyer"), "singleplayer"), + (UniCase::ascii("engagemnet"), "engagements"), + (UniCase::ascii("indictement"), "indictment"), + (UniCase::ascii("buhddists"), "buddhists"), + (UniCase::ascii("lecutres"), "lectures"), + (UniCase::ascii("comisioning"), "commissioning"), + (UniCase::ascii("paedophiles"), "pedophiles"), + (UniCase::ascii("persan"), "person"), + (UniCase::ascii("agricultral"), "agricultural"), + (UniCase::ascii("instatutionalized"), "institutionalized"), + (UniCase::ascii("spacification"), "specification"), + (UniCase::ascii("afganhistan"), "afghanistan"), + (UniCase::ascii("ridiculose"), "ridicule"), + (UniCase::ascii("ridiculoussness"), "ridiculousness"), + (UniCase::ascii("franchizes"), "franchises"), + (UniCase::ascii("assimalate"), "assimilate"), + (UniCase::ascii("porshan"), "portion"), + (UniCase::ascii("bloster"), "bolster"), + (UniCase::ascii("inclince"), "incline"), + (UniCase::ascii("electroltyes"), "electrolytes"), + (UniCase::ascii("andriods"), "androids"), + (UniCase::ascii("conspirancy"), "conspiracy"), + (UniCase::ascii("inadeguate"), "inadequate"), + (UniCase::ascii("rasbperry"), "raspberry"), + (UniCase::ascii("dolhpins"), "dolphins"), + (UniCase::ascii("disconnectes"), "disconnects"), + (UniCase::ascii("starlted"), "startled"), + (UniCase::ascii("conencts"), "connects"), + (UniCase::ascii("bueraucracy"), "bureaucracy"), + (UniCase::ascii("adventurus"), "adventurous"), + (UniCase::ascii("roleply"), "roleplay"), + (UniCase::ascii("refromist"), "reformist"), + (UniCase::ascii("reciporcate"), "reciprocate"), + (UniCase::ascii("caramelised"), "caramelized"), + (UniCase::ascii("constatnly"), "constantly"), + (UniCase::ascii("exersize"), "exercise"), + (UniCase::ascii("wresters"), "wrestlers"), + (UniCase::ascii("totalitarni"), "totalitarian"), + (UniCase::ascii("methaphors"), "metaphors"), + (UniCase::ascii("espianoge"), "espionage"), + (UniCase::ascii("buildins"), "buildings"), + (UniCase::ascii("perpatrated"), "perpetrated"), + (UniCase::ascii("contreception"), "contraception"), + (UniCase::ascii("factorise"), "factorize"), + (UniCase::ascii("lightenning"), "lightening"), + (UniCase::ascii("ejacluation"), "ejaculation"), + (UniCase::ascii("mediorce"), "mediocre"), + (UniCase::ascii("teampseak"), "teamspeak"), + (UniCase::ascii("trasnfer"), "transfer"), + (UniCase::ascii("solitudine"), "solitude"), + (UniCase::ascii("repuglicans"), "republicans"), + (UniCase::ascii("preimere"), "premiere"), + (UniCase::ascii("formalising"), "formalizing"), + (UniCase::ascii("copenhagun"), "copenhagen"), + (UniCase::ascii("desensitises"), "desensitizes"), + (UniCase::ascii("sheelpe"), "sheeple"), + (UniCase::ascii("neigbours"), "neighbours"), + (UniCase::ascii("particapated"), "participated"), + (UniCase::ascii("speciliazed"), "specialize"), + (UniCase::ascii("symapthy"), "sympathy"), + (UniCase::ascii("asbestoes"), "asbestos"), + (UniCase::ascii("meatballls"), "meatballs"), + (UniCase::ascii("distingquished"), "distinguished"), + (UniCase::ascii("deterministische"), "deterministic"), + (UniCase::ascii("zionsit"), "zionist"), + (UniCase::ascii("creepes"), "creepers"), + (UniCase::ascii("medicaitons"), "medications"), + (UniCase::ascii("mulitated"), "mutilated"), + (UniCase::ascii("upgarded"), "upgraded"), + (UniCase::ascii("underwaer"), "underwear"), + (UniCase::ascii("developped"), "developed"), + (UniCase::ascii("protectrons"), "protections"), + (UniCase::ascii("prevalecen"), "prevalence"), + (UniCase::ascii("mencaing"), "menacing"), + (UniCase::ascii("neglicible"), "negligible"), + (UniCase::ascii("stakeboarding"), "skateboarding"), + (UniCase::ascii("preservating"), "preservation"), + (UniCase::ascii("imagin"), "imagine"), + (UniCase::ascii("mimimum"), "minimum"), + (UniCase::ascii("jaques"), "jacques"), + (UniCase::ascii("artillary"), "artillery"), + (UniCase::ascii("nedlessly"), "endlessly"), + (UniCase::ascii("gutiarist"), "guitarist"), + (UniCase::ascii("economisiti"), "economist"), + (UniCase::ascii("agnostiscm"), "agnosticism"), + (UniCase::ascii("confrimed"), "confirmed"), + (UniCase::ascii("pretensious"), "pretentious"), + (UniCase::ascii("discograhy"), "discography"), + (UniCase::ascii("translpant"), "transplants"), + (UniCase::ascii("plansewalkers"), "planeswalker"), + (UniCase::ascii("hieght"), "height"), + (UniCase::ascii("intesnity"), "intensity"), + (UniCase::ascii("nihilsim"), "nihilism"), + (UniCase::ascii("transision"), "transition"), + (UniCase::ascii("misteryous"), "mysterious"), + (UniCase::ascii("conceivablely"), "conceivably"), + (UniCase::ascii("cricumference"), "circumference"), + (UniCase::ascii("slippey"), "slippery"), + (UniCase::ascii("pilgirm"), "pilgrim"), + (UniCase::ascii("prinicipal"), "principal"), + (UniCase::ascii("perpsective"), "perspective"), + (UniCase::ascii("authentisity"), "authenticity"), + (UniCase::ascii("competant"), "competent"), + (UniCase::ascii("refridgerator"), "refrigerator"), + (UniCase::ascii("professionsl"), "professionalism"), + (UniCase::ascii("naviagte"), "navigate"), + (UniCase::ascii("sociopolical"), "sociological"), + (UniCase::ascii("compartmentalises"), "compartmentalizes"), + (UniCase::ascii("immobilzes"), "immobile"), + (UniCase::ascii("aready"), "already"), + (UniCase::ascii("unbreakble"), "unbreakable"), + (UniCase::ascii("generatore"), "generate"), + (UniCase::ascii("enchantent"), "enchantment"), + (UniCase::ascii("supsicion"), "suspicion"), + (UniCase::ascii("massace"), "massacre"), + (UniCase::ascii("projectin"), "projection"), + (UniCase::ascii("misundersood"), "misunderstood"), + (UniCase::ascii("annoints"), "anoints"), + (UniCase::ascii("productie"), "productive"), + (UniCase::ascii("recommandes"), "recommends"), + (UniCase::ascii("jamaina"), "jamaican"), + (UniCase::ascii("raidance"), "radiance"), + (UniCase::ascii("expanisons"), "expansions"), + (UniCase::ascii("extrordinary"), "extraordinary"), + (UniCase::ascii("expandes"), "expands"), + (UniCase::ascii("writting"), "writing"), + (UniCase::ascii("industriel"), "industrial"), + (UniCase::ascii("inexplicabil"), "inexplicably"), + (UniCase::ascii("fantazising"), "fantasizing"), + (UniCase::ascii("favouring"), "favoring"), + (UniCase::ascii("differenty"), "differently"), + (UniCase::ascii("imminet"), "imminent"), + (UniCase::ascii("unsucesful"), "unsuccessful"), + (UniCase::ascii("diplomatisch"), "diplomatic"), + (UniCase::ascii("toxicitiy"), "toxicity"), + (UniCase::ascii("paide"), "paid"), + (UniCase::ascii("adolecent"), "adolescent"), + (UniCase::ascii("ihaca"), "ithaca"), + (UniCase::ascii("practicioner"), "practitioner"), + (UniCase::ascii("intellectals"), "intellectuals"), + (UniCase::ascii("southmapton"), "southampton"), + (UniCase::ascii("medicalert"), "medicare"), + (UniCase::ascii("restraing"), "restraining"), + (UniCase::ascii("legalizate"), "legalize"), + (UniCase::ascii("assingment"), "assignment"), + (UniCase::ascii("miminalist"), "minimalist"), + (UniCase::ascii("realtively"), "relatively"), + (UniCase::ascii("dominateurs"), "dominates"), + (UniCase::ascii("highscholl"), "highschool"), + (UniCase::ascii("inadaquete"), "inadequate"), + (UniCase::ascii("driveris"), "drivers"), + (UniCase::ascii("vetween"), "between"), + (UniCase::ascii("expierences"), "experiences"), + (UniCase::ascii("effictiveness"), "effectiveness"), + (UniCase::ascii("categoried"), "categorized"), + (UniCase::ascii("intrduced"), "introduced"), + (UniCase::ascii("physioligical"), "physiological"), + (UniCase::ascii("qunetin"), "quentin"), + (UniCase::ascii("compromissen"), "compromise"), + (UniCase::ascii("tyrannised"), "tyrannized"), + (UniCase::ascii("cateogrize"), "categorized"), + (UniCase::ascii("exploitaiton"), "exploitation"), + (UniCase::ascii("louisvillle"), "louisville"), + (UniCase::ascii("designes"), "designs"), + (UniCase::ascii("characterizarion"), "characterization"), + (UniCase::ascii("langauges"), "languages"), + (UniCase::ascii("entrophy"), "entropy"), + (UniCase::ascii("ligthing"), "lighting"), + (UniCase::ascii("benghazhi"), "benghazi"), + (UniCase::ascii("calbire"), "calibre"), + (UniCase::ascii("experimentul"), "experimental"), + (UniCase::ascii("donig"), "doing"), + (UniCase::ascii("generationals"), "generations"), + (UniCase::ascii("festivales"), "festivals"), + (UniCase::ascii("persecutin"), "persecution"), + (UniCase::ascii("specialise"), "specialize"), + (UniCase::ascii("powrrlifting"), "powerlifting"), + (UniCase::ascii("adventrues"), "adventures"), + (UniCase::ascii("ehtanol"), "ethanol"), + (UniCase::ascii("prevailaing"), "prevailing"), + (UniCase::ascii("charachter"), "character"), + (UniCase::ascii("aggraveted"), "aggravated"), + (UniCase::ascii("frankenstiner"), "frankenstein"), + (UniCase::ascii("virutal"), "virtual"), + (UniCase::ascii("resignating"), "resignation"), + (UniCase::ascii("professers"), "professors"), + (UniCase::ascii("missils"), "missiles"), + (UniCase::ascii("institucionalized"), "institutionalized"), + (UniCase::ascii("favours"), "favors"), + (UniCase::ascii("moprhine"), "morphine"), + (UniCase::ascii("privilaged"), "privileged"), + (UniCase::ascii("dishevelled"), "disheveled"), + (UniCase::ascii("carmtan"), "cartman"), + (UniCase::ascii("exhibitin"), "exhibition"), + (UniCase::ascii("confrontacional"), "confrontational"), + (UniCase::ascii("dymanite"), "dynamite"), + (UniCase::ascii("convervatism"), "conservatism"), + (UniCase::ascii("parternship"), "partnership"), + (UniCase::ascii("suceed"), "succeed"), + (UniCase::ascii("befirend"), "befriend"), + (UniCase::ascii("susecptible"), "susceptible"), + (UniCase::ascii("helikopter"), "helicopter"), + (UniCase::ascii("diagnosies"), "diagnosis"), + (UniCase::ascii("platfromer"), "platformer"), + (UniCase::ascii("markerplace"), "marketplace"), + (UniCase::ascii("integirty"), "integrity"), + (UniCase::ascii("personalised"), "personalized"), + (UniCase::ascii("westernises"), "westernizes"), + (UniCase::ascii("introvet"), "introvert"), + (UniCase::ascii("passionatelly"), "passionately"), + (UniCase::ascii("chairtable"), "charitable"), + (UniCase::ascii("dimensinal"), "dimensional"), + (UniCase::ascii("observabil"), "observable"), + (UniCase::ascii("technoligical"), "technological"), + (UniCase::ascii("territoriella"), "territorial"), + (UniCase::ascii("descerning"), "descending"), + (UniCase::ascii("prescriped"), "prescribed"), + (UniCase::ascii("multipy"), "multiply"), + (UniCase::ascii("hatchig"), "hatching"), + (UniCase::ascii("batsita"), "batista"), + (UniCase::ascii("overwhemling"), "overwhelming"), + (UniCase::ascii("computerise"), "computerize"), + (UniCase::ascii("nucelar"), "nuclear"), + (UniCase::ascii("philospohy"), "philosophy"), + (UniCase::ascii("breathalyser"), "breathalyzer"), + (UniCase::ascii("constraction"), "construction"), + (UniCase::ascii("survivabililty"), "survivability"), + (UniCase::ascii("substancial"), "substantial"), + (UniCase::ascii("compesitions"), "compositions"), + (UniCase::ascii("outpalyed"), "outplayed"), + (UniCase::ascii("apporximately"), "approximately"), + (UniCase::ascii("penetrading"), "penetrating"), + (UniCase::ascii("sanitazion"), "sanitation"), + (UniCase::ascii("jurisdiciton"), "jurisdiction"), + (UniCase::ascii("distributiors"), "distributors"), + (UniCase::ascii("rebellios"), "rebellious"), + (UniCase::ascii("perversley"), "perverse"), + (UniCase::ascii("misinterpet"), "misinterpret"), + (UniCase::ascii("firendly"), "friendly"), + (UniCase::ascii("ocarnia"), "ocarina"), + (UniCase::ascii("socialim"), "socialism"), + (UniCase::ascii("zaelots"), "zealots"), + (UniCase::ascii("naturels"), "natures"), + (UniCase::ascii("realoding"), "reloading"), + (UniCase::ascii("outskirst"), "outskirts"), + (UniCase::ascii("refillls"), "refills"), + (UniCase::ascii("acitvates"), "activates"), + (UniCase::ascii("mastrubate"), "masturbate"), + (UniCase::ascii("nationalistics"), "nationalists"), + (UniCase::ascii("neigbhourhood"), "neighbourhood"), + (UniCase::ascii("severide"), "severed"), + (UniCase::ascii("continuare"), "continue"), + (UniCase::ascii("disresepcted"), "disrespected"), + (UniCase::ascii("counterpath"), "counterpart"), + (UniCase::ascii("croporations"), "corporations"), + (UniCase::ascii("essentias"), "essentials"), + (UniCase::ascii("discoverys"), "discovers"), + (UniCase::ascii("overreactiong"), "overreacting"), + (UniCase::ascii("deocrations"), "decorations"), + (UniCase::ascii("indoneisa"), "indonesia"), + (UniCase::ascii("genitalis"), "genitals"), + (UniCase::ascii("modificacion"), "modification"), + (UniCase::ascii("sycther"), "scyther"), + (UniCase::ascii("systematisation"), "systematization"), + (UniCase::ascii("mathcups"), "matchups"), + (UniCase::ascii("patinetly"), "patiently"), + (UniCase::ascii("relaitonship"), "relationships"), + (UniCase::ascii("mentallity"), "mentally"), + (UniCase::ascii("fiedlity"), "fidelity"), + (UniCase::ascii("colleauges"), "colleagues"), + (UniCase::ascii("congresman"), "congressman"), + (UniCase::ascii("homeopaty"), "homeopathy"), + (UniCase::ascii("zealouts"), "zealous"), + (UniCase::ascii("circumsizion"), "circumcision"), + (UniCase::ascii("disptach"), "dispatch"), + (UniCase::ascii("metaphyiscal"), "metaphysical"), + (UniCase::ascii("dermatalogist"), "dermatologist"), + (UniCase::ascii("magincian"), "magician"), + (UniCase::ascii("sttutering"), "stuttering"), + (UniCase::ascii("organisers"), "organizers"), + (UniCase::ascii("littlefigner"), "littlefinger"), + (UniCase::ascii("gynmastics"), "gymnastics"), + (UniCase::ascii("monsterous"), "monsters"), + (UniCase::ascii("illigetimate"), "illegitimate"), + (UniCase::ascii("sacrastically"), "sarcastically"), + (UniCase::ascii("inflatabale"), "inflatable"), + (UniCase::ascii("challange"), "challenge"), + (UniCase::ascii("scrunity"), "scrutiny"), + (UniCase::ascii("accumelate"), "accumulate"), + (UniCase::ascii("conservativs"), "conservatism"), + (UniCase::ascii("rolepalying"), "roleplaying"), + (UniCase::ascii("webiste"), "website"), + (UniCase::ascii("monstrosoty"), "monstrosity"), + (UniCase::ascii("packageid"), "packaged"), + (UniCase::ascii("annoucenment"), "announcements"), + (UniCase::ascii("helemts"), "helmets"), + (UniCase::ascii("contextura"), "contextual"), + (UniCase::ascii("minsiters"), "ministers"), + (UniCase::ascii("blackmsith"), "blacksmith"), + (UniCase::ascii("astrounat"), "astronaut"), + (UniCase::ascii("distrubed"), "disturbed"), + (UniCase::ascii("appraoching"), "approaching"), + (UniCase::ascii("computationnal"), "computational"), + (UniCase::ascii("hipsanics"), "hispanics"), + (UniCase::ascii("trasnporter"), "transporter"), + (UniCase::ascii("insipration"), "inspiration"), + (UniCase::ascii("crapenter"), "carpenter"), + (UniCase::ascii("geneticlly"), "genetically"), + (UniCase::ascii("metephorical"), "metaphorical"), + (UniCase::ascii("documentaires"), "documentaries"), + (UniCase::ascii("conviccion"), "conviction"), + (UniCase::ascii("stravation"), "starvation"), + (UniCase::ascii("phsyics"), "physics"), + (UniCase::ascii("exorbitent"), "exorbitant"), + (UniCase::ascii("notabley"), "notably"), + (UniCase::ascii("motivationnal"), "motivational"), + (UniCase::ascii("testomony"), "testimony"), + (UniCase::ascii("mathmatically"), "mathematically"), + (UniCase::ascii("embarressed"), "embarrassed"), + (UniCase::ascii("gryphons"), "griffins"), + (UniCase::ascii("transformus"), "transforms"), + (UniCase::ascii("specialised"), "specialized"), + (UniCase::ascii("substite"), "substitute"), + (UniCase::ascii("upgardes"), "upgrades"), + (UniCase::ascii("secretley"), "secretly"), + (UniCase::ascii("eearly"), "early"), + (UniCase::ascii("principly"), "principally"), + (UniCase::ascii("jaguares"), "jaguars"), + (UniCase::ascii("subscriptin"), "subscriptions"), + (UniCase::ascii("addional"), "additional"), + (UniCase::ascii("confrimation"), "confirmation"), + (UniCase::ascii("misogynstic"), "misogynist"), + (UniCase::ascii("sophosticated"), "sophisticated"), + (UniCase::ascii("skeptis"), "skeptics"), + (UniCase::ascii("distunguish"), "distinguish"), + (UniCase::ascii("somethibng"), "somethin"), + (UniCase::ascii("intelligient"), "intelligent"), + (UniCase::ascii("conferance"), "conference"), + (UniCase::ascii("hypocritial"), "hypocritical"), + (UniCase::ascii("precisly"), "precisely"), + (UniCase::ascii("saddenes"), "saddens"), + (UniCase::ascii("palastinians"), "palestinians"), + (UniCase::ascii("immersie"), "immerse"), + (UniCase::ascii("autocorrext"), "autocorrect"), + (UniCase::ascii("scriptue"), "scriptures"), + (UniCase::ascii("contractos"), "contracts"), + (UniCase::ascii("palce"), "place"), + (UniCase::ascii("definitivley"), "definitively"), + (UniCase::ascii("checkponts"), "checkpoints"), + (UniCase::ascii("westbroook"), "westbrook"), + (UniCase::ascii("vasall"), "vassal"), + (UniCase::ascii("immobilises"), "immobilizes"), + (UniCase::ascii("positon"), "position"), + (UniCase::ascii("determinisitc"), "deterministic"), + (UniCase::ascii("ecstasty"), "ecstasy"), + (UniCase::ascii("brainwased"), "brainwashed"), + (UniCase::ascii("subarmine"), "submarine"), + (UniCase::ascii("deovtion"), "devotion"), + (UniCase::ascii("condeferacy"), "confederacy"), + (UniCase::ascii("nuisanse"), "nuisance"), + (UniCase::ascii("stilus"), "stylus"), + (UniCase::ascii("conatiners"), "containers"), + (UniCase::ascii("priestes"), "priests"), + (UniCase::ascii("figurativeley"), "figuratively"), + (UniCase::ascii("apostrophies"), "apostrophe"), + (UniCase::ascii("apporpriately"), "appropriately"), + (UniCase::ascii("disagreemtn"), "disagreements"), + (UniCase::ascii("firendzoned"), "friendzoned"), + (UniCase::ascii("indepentently"), "independently"), + (UniCase::ascii("susceptibile"), "susceptible"), + (UniCase::ascii("parapharsed"), "paraphrase"), + (UniCase::ascii("herad"), "heard"), + (UniCase::ascii("volunteeers"), "volunteers"), + (UniCase::ascii("comptuers"), "computers"), + (UniCase::ascii("helluvva"), "helluva"), + (UniCase::ascii("philosophics"), "philosophies"), + (UniCase::ascii("selectivley"), "selectively"), + (UniCase::ascii("fesitve"), "festive"), + (UniCase::ascii("helictopers"), "helicopters"), + (UniCase::ascii("clitoridis"), "clitoris"), + (UniCase::ascii("ridiculise"), "ridicule"), + (UniCase::ascii("contributs"), "contributes"), + (UniCase::ascii("quanitites"), "quantities"), + (UniCase::ascii("prodecural"), "procedural"), + (UniCase::ascii("euphroic"), "euphoric"), + (UniCase::ascii("palythrough"), "playthrough"), + (UniCase::ascii("implicitily"), "implicitly"), + (UniCase::ascii("electrisity"), "electricity"), + (UniCase::ascii("cancerns"), "cancers"), + (UniCase::ascii("neigbhour"), "neighbour"), + (UniCase::ascii("repsecting"), "respecting"), + (UniCase::ascii("segementation"), "segmentation"), + (UniCase::ascii("extemporises"), "extemporizes"), + (UniCase::ascii("workstaion"), "workstation"), + (UniCase::ascii("electroncis"), "electrons"), + (UniCase::ascii("samruai"), "samurai"), + (UniCase::ascii("duting"), "during"), + (UniCase::ascii("immortalty"), "immortality"), + (UniCase::ascii("bordeom"), "boredom"), + (UniCase::ascii("austrila"), "austria"), + (UniCase::ascii("architechural"), "architectural"), + (UniCase::ascii("bethedsa"), "bethesda"), + (UniCase::ascii("dedicato"), "dedication"), + (UniCase::ascii("sepreate"), "seperate"), + (UniCase::ascii("passowrds"), "passwords"), + (UniCase::ascii("substante"), "substantive"), + (UniCase::ascii("sepulchres"), "sepulchers"), + (UniCase::ascii("playthroughers"), "playthroughs"), + (UniCase::ascii("amortise"), "amortize"), + (UniCase::ascii("mccarhty"), "mccarthy"), + (UniCase::ascii("antidepresssants"), "antidepressants"), + (UniCase::ascii("righteoussness"), "righteousness"), + (UniCase::ascii("dramtic"), "dramatic"), + (UniCase::ascii("dealying"), "delaying"), + (UniCase::ascii("convienence"), "convenience"), + (UniCase::ascii("caridac"), "cardiac"), + (UniCase::ascii("freindships"), "friendships"), + (UniCase::ascii("camofluage"), "camouflage"), + (UniCase::ascii("agriculteur"), "agriculture"), + (UniCase::ascii("challengur"), "challenger"), + (UniCase::ascii("metropolitin"), "metropolitan"), + (UniCase::ascii("comprese"), "compressed"), + (UniCase::ascii("appropropiate"), "appropriate"), + (UniCase::ascii("outfidel"), "outfield"), + (UniCase::ascii("sensitising"), "sensitizing"), + (UniCase::ascii("atmoizer"), "atomizer"), + (UniCase::ascii("affiliaton"), "affiliation"), + (UniCase::ascii("rollercaoster"), "rollercoaster"), + (UniCase::ascii("peodphilia"), "pedophilia"), + (UniCase::ascii("universite"), "universities"), + (UniCase::ascii("westernised"), "westernized"), + (UniCase::ascii("heightend"), "heightened"), + (UniCase::ascii("patriotes"), "patriots"), + (UniCase::ascii("venezuelean"), "venezuela"), + (UniCase::ascii("unknwon"), "unknown"), + (UniCase::ascii("incompatiblities"), "incompatibilities"), + (UniCase::ascii("schyzophrenia"), "schizophrenia"), + (UniCase::ascii("surprisinly"), "surprisingly"), + (UniCase::ascii("archetpyes"), "archetypes"), + (UniCase::ascii("perpetraded"), "perpetrated"), + (UniCase::ascii("backgroud"), "background"), + (UniCase::ascii("assassinare"), "assassinate"), + (UniCase::ascii("completey"), "completely"), + (UniCase::ascii("fraudalent"), "fraudulent"), + (UniCase::ascii("misinterpert"), "misinterpret"), + (UniCase::ascii("predominatly"), "predominantly"), + (UniCase::ascii("responsibiliy"), "responsibility"), + (UniCase::ascii("mispelled"), "misspelled"), + (UniCase::ascii("substituto"), "substitution"), + (UniCase::ascii("absestos"), "asbestos"), + (UniCase::ascii("invulnurable"), "invulnerable"), + (UniCase::ascii("originalis"), "originals"), + (UniCase::ascii("ionises"), "ionizes"), + (UniCase::ascii("pedantisch"), "pedantic"), + (UniCase::ascii("emmiting"), "emitting"), + (UniCase::ascii("humiliaton"), "humiliation"), + (UniCase::ascii("temparature"), "temperature"), + (UniCase::ascii("ukrianians"), "ukrainians"), + (UniCase::ascii("livestrem"), "livestream"), + (UniCase::ascii("oversimplificiation"), "oversimplification"), + (UniCase::ascii("plaigarism"), "plagiarism"), + (UniCase::ascii("syntethic"), "synthetic"), + (UniCase::ascii("relfect"), "reflect"), + (UniCase::ascii("continuating"), "continuation"), + (UniCase::ascii("understandbly"), "understandably"), + (UniCase::ascii("friendlines"), "friendlies"), + (UniCase::ascii("pedophilla"), "pedophilia"), + (UniCase::ascii("troubelshooting"), "troubleshooting"), + (UniCase::ascii("breif"), "brief"), + (UniCase::ascii("konversation"), "conversation"), + (UniCase::ascii("hinudism"), "hinduism"), + (UniCase::ascii("custcene"), "cutscene"), + (UniCase::ascii("situacional"), "situational"), + (UniCase::ascii("sancturay"), "sanctuary"), + (UniCase::ascii("organisaton"), "organisation"), + (UniCase::ascii("simplet"), "simplest"), + (UniCase::ascii("neice"), "niece"), + (UniCase::ascii("phsyical"), "physical"), + (UniCase::ascii("handwritting"), "handwriting"), + (UniCase::ascii("dialectos"), "dialects"), + (UniCase::ascii("larrry"), "larry"), + (UniCase::ascii("righetousness"), "righteousness"), + (UniCase::ascii("victoriuos"), "victorious"), + (UniCase::ascii("athenean"), "athenian"), + (UniCase::ascii("surrouded"), "surrounded"), + (UniCase::ascii("requries"), "requires"), + (UniCase::ascii("coordonated"), "coordinated"), + (UniCase::ascii("yuo"), "you"), + (UniCase::ascii("emapthize"), "empathize"), + (UniCase::ascii("explicatii"), "explicit"), + (UniCase::ascii("centralised"), "centralized"), + (UniCase::ascii("furutistic"), "futuristic"), + (UniCase::ascii("pshyciatrist"), "psychiatrist"), + (UniCase::ascii("forgivance"), "forgiven"), + (UniCase::ascii("derviatives"), "derivatives"), + (UniCase::ascii("gaolbirds"), "jailbirds"), + (UniCase::ascii("monolouge"), "monologue"), + (UniCase::ascii("arcehtypes"), "archetypes"), + (UniCase::ascii("manufacturors"), "manufacturers"), + (UniCase::ascii("authobiography"), "autobiography"), + (UniCase::ascii("deciptions"), "depictions"), + (UniCase::ascii("mousturizing"), "moisturizing"), + (UniCase::ascii("excerise"), "exercise"), + (UniCase::ascii("vacciantion"), "vaccination"), + (UniCase::ascii("funcitonal"), "functional"), + (UniCase::ascii("emminent"), "eminent"), + (UniCase::ascii("entrepreneuers"), "entrepreneurs"), + (UniCase::ascii("condidtions"), "conditions"), + (UniCase::ascii("playthrouh"), "playthrough"), + (UniCase::ascii("fundamentaly"), "fundamentally"), + (UniCase::ascii("capsulets"), "capsules"), + (UniCase::ascii("larington"), "arlington"), + (UniCase::ascii("volonteer"), "volunteer"), + (UniCase::ascii("transformase"), "transforms"), + (UniCase::ascii("flautist"), "flutist"), + (UniCase::ascii("gongratulations"), "congratulations"), + (UniCase::ascii("zelaots"), "zealots"), + (UniCase::ascii("contaire"), "containers"), + (UniCase::ascii("juggernout"), "juggernaut"), + (UniCase::ascii("socreboard"), "scoreboard"), + (UniCase::ascii("capitalizaiton"), "capitalization"), + (UniCase::ascii("arrary"), "array"), + (UniCase::ascii("corresponders"), "corresponds"), + (UniCase::ascii("misrepresentaion"), "misrepresentation"), + (UniCase::ascii("monstrasity"), "monstrosity"), + (UniCase::ascii("centipedle"), "centipede"), + (UniCase::ascii("overwelming"), "overwhelming"), + (UniCase::ascii("sastifying"), "satisfying"), + (UniCase::ascii("alledgely"), "allegedly"), + (UniCase::ascii("terminilogy"), "terminology"), + (UniCase::ascii("valentein"), "valentine"), + (UniCase::ascii("evaulation"), "evaluation"), + (UniCase::ascii("manufactorer"), "manufacturer"), + (UniCase::ascii("headahces"), "headaches"), + (UniCase::ascii("persepctives"), "perspectives"), + (UniCase::ascii("understandibly"), "understandably"), + (UniCase::ascii("imperfet"), "imperfect"), + (UniCase::ascii("reclami"), "reclaim"), + (UniCase::ascii("intimitating"), "intimidating"), + (UniCase::ascii("confessino"), "confessions"), + (UniCase::ascii("crystas"), "crystals"), + (UniCase::ascii("vegatarian"), "vegetarian"), + (UniCase::ascii("contanimate"), "contaminated"), + (UniCase::ascii("southerness"), "southerners"), + (UniCase::ascii("bastardises"), "bastardizes"), + (UniCase::ascii("feminise"), "feminize"), + (UniCase::ascii("tremelos"), "tremolos"), + (UniCase::ascii("sandales"), "sandals"), + (UniCase::ascii("privilage"), "privilege"), + (UniCase::ascii("elephantos"), "elephants"), + (UniCase::ascii("skelatel"), "skeletal"), + (UniCase::ascii("implantes"), "implants"), + (UniCase::ascii("vitmains"), "vitamins"), + (UniCase::ascii("socailists"), "socialists"), + (UniCase::ascii("generalised"), "generalized"), + (UniCase::ascii("seinor"), "senior"), + (UniCase::ascii("denonimator"), "denominator"), + (UniCase::ascii("activley"), "actively"), + (UniCase::ascii("sturggling"), "struggling"), + (UniCase::ascii("acuracy"), "accuracy"), + (UniCase::ascii("fraternisation"), "fraternization"), + (UniCase::ascii("apolegetics"), "apologetics"), + (UniCase::ascii("experiening"), "experiencing"), + (UniCase::ascii("undersetimated"), "underestimated"), + (UniCase::ascii("summoenrs"), "summoners"), + (UniCase::ascii("statits"), "statist"), + (UniCase::ascii("ministeres"), "ministers"), + (UniCase::ascii("recipiant"), "recipient"), + (UniCase::ascii("hunagrian"), "hungarian"), + (UniCase::ascii("vocalised"), "vocalized"), + (UniCase::ascii("asborbing"), "absorbing"), + (UniCase::ascii("crutchs"), "crutches"), + (UniCase::ascii("thoughout"), "throughout"), + (UniCase::ascii("ingorance"), "ignorance"), + (UniCase::ascii("horizones"), "horizons"), + (UniCase::ascii("oragnered"), "orangered"), + (UniCase::ascii("degrase"), "degrasse"), + (UniCase::ascii("scorpiomon"), "scorpion"), + (UniCase::ascii("arlighty"), "alrighty"), + (UniCase::ascii("usualy"), "usually"), + (UniCase::ascii("consentration"), "concentration"), + (UniCase::ascii("adminsiter"), "administer"), + (UniCase::ascii("criticable"), "critical"), + (UniCase::ascii("renassiance"), "renaissance"), + (UniCase::ascii("colordao"), "colorado"), + (UniCase::ascii("reagrds"), "regards"), + (UniCase::ascii("questiond"), "questioned"), + (UniCase::ascii("collapseing"), "collapsing"), + (UniCase::ascii("whsipers"), "whispers"), + (UniCase::ascii("partols"), "patrols"), + (UniCase::ascii("penssylvania"), "pennsylvania"), + (UniCase::ascii("habsbourg"), "habsburg"), + (UniCase::ascii("subsidisation"), "subsidization"), + (UniCase::ascii("reflecte"), "reflective"), + (UniCase::ascii("tacticts"), "tactics"), + (UniCase::ascii("capialized"), "capitalized"), + (UniCase::ascii("gambolled"), "gamboled"), + (UniCase::ascii("replecated"), "replicated"), + (UniCase::ascii("cartrigdes"), "cartridges"), + (UniCase::ascii("cousines"), "cousins"), + (UniCase::ascii("moralises"), "moralizes"), + (UniCase::ascii("virgings"), "virgins"), + (UniCase::ascii("iritated"), "irritated"), + (UniCase::ascii("atmoshperic"), "atmospheric"), + (UniCase::ascii("amature"), "armature"), + (UniCase::ascii("offensivelly"), "offensively"), + (UniCase::ascii("humilitaion"), "humiliation"), + (UniCase::ascii("partiarchal"), "patriarchal"), + (UniCase::ascii("enhanceds"), "enhances"), + (UniCase::ascii("instalement"), "installment"), + (UniCase::ascii("anphetamines"), "amphetamines"), + (UniCase::ascii("psychologysts"), "psychologists"), + (UniCase::ascii("afair"), "affair"), + (UniCase::ascii("conenctivity"), "connectivity"), + (UniCase::ascii("indigneous"), "indigenous"), + (UniCase::ascii("durabiltiy"), "durability"), + (UniCase::ascii("lollipoop"), "lollipop"), + (UniCase::ascii("specialops"), "specials"), + (UniCase::ascii("certainlyt"), "certainty"), + (UniCase::ascii("unrpoven"), "unproven"), + (UniCase::ascii("quantitiy"), "quantity"), + (UniCase::ascii("entrepeneur"), "entrepreneur"), + (UniCase::ascii("suspicisons"), "suspicions"), + (UniCase::ascii("supervisiors"), "supervisors"), + (UniCase::ascii("toothbursh"), "toothbrush"), + (UniCase::ascii("simluations"), "simulations"), + (UniCase::ascii("prioratize"), "prioritize"), + (UniCase::ascii("neutraly"), "neutrality"), + (UniCase::ascii("throium"), "thorium"), + (UniCase::ascii("graphis"), "graphics"), + (UniCase::ascii("absurditiy"), "absurdity"), + (UniCase::ascii("dumbfoundeads"), "dumbfounded"), + (UniCase::ascii("compremising"), "compromising"), + (UniCase::ascii("electromagnetc"), "electromagnetic"), + (UniCase::ascii("composte"), "compose"), + (UniCase::ascii("resembes"), "resembles"), + (UniCase::ascii("victimisation"), "victimization"), + (UniCase::ascii("swepth"), "swept"), + (UniCase::ascii("interceptin"), "interception"), + (UniCase::ascii("inventario"), "inventor"), + (UniCase::ascii("consept"), "concept"), + (UniCase::ascii("volonteering"), "volunteering"), + (UniCase::ascii("origniality"), "originality"), + (UniCase::ascii("decoratie"), "decorative"), + (UniCase::ascii("storeis"), "stories"), + (UniCase::ascii("tablespons"), "tablespoons"), + (UniCase::ascii("imaginating"), "imagination"), + (UniCase::ascii("presonas"), "personas"), + (UniCase::ascii("challengeing"), "challenging"), + (UniCase::ascii("dissagreement"), "disagreement"), + (UniCase::ascii("lisenced"), "silenced"), + (UniCase::ascii("alunimum"), "aluminum"), + (UniCase::ascii("matieral"), "material"), + (UniCase::ascii("documenation"), "documentation"), + (UniCase::ascii("wrestlewar"), "wrestler"), + (UniCase::ascii("standartized"), "standardized"), + (UniCase::ascii("bargaing"), "bargaining"), + (UniCase::ascii("disciplinery"), "disciplinary"), + (UniCase::ascii("transcrpit"), "transcript"), + (UniCase::ascii("instinctivelly"), "instinctively"), + (UniCase::ascii("comtemplating"), "contemplating"), + (UniCase::ascii("complier"), "compiler"), + (UniCase::ascii("olypmic"), "olympic"), + (UniCase::ascii("communiss"), "communists"), + (UniCase::ascii("interfereing"), "interfering"), + (UniCase::ascii("cartdridge"), "cartridge"), + (UniCase::ascii("interviwed"), "interviewed"), + (UniCase::ascii("proteccion"), "protection"), + (UniCase::ascii("answerd"), "answered"), + (UniCase::ascii("ethicallity"), "ethically"), + (UniCase::ascii("infrastrutture"), "infrastructure"), + (UniCase::ascii("unsuccessfull"), "unsuccessful"), + (UniCase::ascii("flaskbacks"), "flashbacks"), + (UniCase::ascii("rewitten"), "rewritten"), + (UniCase::ascii("arithmetisch"), "arithmetic"), + (UniCase::ascii("decifits"), "deficits"), + (UniCase::ascii("implicatie"), "implicit"), + (UniCase::ascii("interruptors"), "interrupts"), + (UniCase::ascii("phenonemon"), "phenomenon"), + (UniCase::ascii("waterlemon"), "watermelon"), + (UniCase::ascii("necessaties"), "necessities"), + (UniCase::ascii("capitalsim"), "capitalism"), + (UniCase::ascii("affiliato"), "affiliation"), + (UniCase::ascii("minimilast"), "minimalist"), + (UniCase::ascii("peodphiles"), "pedophiles"), + (UniCase::ascii("obeidence"), "obedience"), + (UniCase::ascii("despies"), "despise"), + (UniCase::ascii("parenthisis"), "parenthesis"), + (UniCase::ascii("inpsection"), "inspection"), + (UniCase::ascii("purposedly"), "purposely"), + (UniCase::ascii("exceedigly"), "exceedingly"), + (UniCase::ascii("handycapped"), "handicapped"), + (UniCase::ascii("accoustic"), "acoustic"), + (UniCase::ascii("sterlie"), "sterile"), + (UniCase::ascii("grammer"), "grammar"), + (UniCase::ascii("defintiion"), "definitions"), + (UniCase::ascii("adaptes"), "adapters"), + (UniCase::ascii("argumentate"), "argumentative"), + (UniCase::ascii("transporder"), "transporter"), + (UniCase::ascii("doublelit"), "doublelift"), + (UniCase::ascii("univeristy"), "university"), + (UniCase::ascii("questonable"), "questionable"), + (UniCase::ascii("entretainment"), "entertainment"), + (UniCase::ascii("stubbron"), "stubborn"), + (UniCase::ascii("chirstianity"), "christianity"), + (UniCase::ascii("propriatory"), "proprietary"), + (UniCase::ascii("hypocriscy"), "hypocrisy"), + (UniCase::ascii("confidance"), "confidence"), + (UniCase::ascii("morroco"), "morocco"), + (UniCase::ascii("underestimeted"), "underestimated"), + (UniCase::ascii("egaliterian"), "egalitarian"), + (UniCase::ascii("consideratie"), "considerate"), + (UniCase::ascii("gaoling"), "jailing"), + (UniCase::ascii("catholicisim"), "catholicism"), + (UniCase::ascii("activit"), "activist"), + (UniCase::ascii("appropreation"), "appropriation"), + (UniCase::ascii("sebastain"), "sebastian"), + (UniCase::ascii("libertaryan"), "libertarian"), + (UniCase::ascii("appetities"), "appetite"), + (UniCase::ascii("apporpriation"), "appropriation"), + (UniCase::ascii("misunderstanting"), "misunderstandings"), + (UniCase::ascii("werstle"), "wrestle"), + (UniCase::ascii("legitimite"), "legitimate"), + (UniCase::ascii("excahnges"), "exchanges"), + (UniCase::ascii("hallicunation"), "hallucination"), + (UniCase::ascii("govermetn"), "goverment"), + (UniCase::ascii("manufacure"), "manufacture"), + (UniCase::ascii("backgruond"), "backgrounds"), + (UniCase::ascii("encyclopeadic"), "encyclopedia"), + (UniCase::ascii("specimines"), "specimen"), + (UniCase::ascii("encompases"), "encompasses"), + (UniCase::ascii("ethnocentricm"), "ethnocentrism"), + (UniCase::ascii("cathloics"), "catholics"), + (UniCase::ascii("assocation"), "association"), + (UniCase::ascii("construde"), "construed"), + (UniCase::ascii("festivle"), "festive"), + (UniCase::ascii("persucuted"), "persecuted"), + (UniCase::ascii("insomina"), "insomnia"), + (UniCase::ascii("profitiablity"), "profitability"), + (UniCase::ascii("adheisve"), "adhesive"), + (UniCase::ascii("conlcusions"), "conclusions"), + (UniCase::ascii("irreversiable"), "irreversible"), + (UniCase::ascii("lightweigth"), "lightweight"), + (UniCase::ascii("independets"), "independents"), + (UniCase::ascii("westbrok"), "westbrook"), + (UniCase::ascii("extremistisk"), "extremists"), + (UniCase::ascii("incomptable"), "incompatible"), + (UniCase::ascii("maintenace"), "maintenance"), + (UniCase::ascii("instutitions"), "institutions"), + (UniCase::ascii("revelatons"), "revelations"), + (UniCase::ascii("disastrosi"), "disastrous"), + (UniCase::ascii("littlepinger"), "littlefinger"), + (UniCase::ascii("indianas"), "indians"), + (UniCase::ascii("disconenct"), "disconnect"), + (UniCase::ascii("institutionalise"), "institutionalize"), + (UniCase::ascii("aluminimum"), "aluminum"), + (UniCase::ascii("incompatability"), "incompatibility"), + (UniCase::ascii("manifestado"), "manifesto"), + (UniCase::ascii("displayfps"), "displays"), + (UniCase::ascii("neutralt"), "neutrality"), + (UniCase::ascii("serialisation"), "serialization"), + (UniCase::ascii("doulbe"), "double"), + (UniCase::ascii("campains"), "campaigns"), + (UniCase::ascii("interacs"), "interacts"), + (UniCase::ascii("simultaenous"), "simultaneous"), + (UniCase::ascii("conveniantly"), "conveniently"), + (UniCase::ascii("feministas"), "feminists"), + (UniCase::ascii("aregument"), "arguement"), + (UniCase::ascii("contradiccion"), "contradiction"), + (UniCase::ascii("reasonablly"), "reasonably"), + (UniCase::ascii("temparement"), "temperament"), + (UniCase::ascii("malpractive"), "malpractice"), + (UniCase::ascii("fighitng"), "fighting"), + (UniCase::ascii("counteries"), "counters"), + (UniCase::ascii("confrentation"), "confrontation"), + (UniCase::ascii("developmently"), "developmental"), + (UniCase::ascii("cataclym"), "cataclysm"), + (UniCase::ascii("optimised"), "optimized"), + (UniCase::ascii("charecterization"), "characterization"), + (UniCase::ascii("constarints"), "constraint"), + (UniCase::ascii("neckbearders"), "neckbeards"), + (UniCase::ascii("narritives"), "narratives"), + (UniCase::ascii("chrsitian"), "christian"), + (UniCase::ascii("mechanicle"), "mechanical"), + (UniCase::ascii("expropiated"), "expropriated"), + (UniCase::ascii("cauterising"), "cauterizing"), + (UniCase::ascii("traitorus"), "traitors"), + (UniCase::ascii("distrcit"), "district"), + (UniCase::ascii("distrobutions"), "distributions"), + (UniCase::ascii("recoginsed"), "recognised"), + (UniCase::ascii("difficuly"), "difficulty"), + (UniCase::ascii("sexualixed"), "sexualized"), + (UniCase::ascii("mercenarias"), "mercenaries"), + (UniCase::ascii("substansen"), "substances"), + (UniCase::ascii("brussells"), "brussels"), + (UniCase::ascii("badnwagon"), "bandwagon"), + (UniCase::ascii("confrims"), "confirms"), + (UniCase::ascii("organisten"), "organise"), + (UniCase::ascii("sountrack"), "soundtrack"), + (UniCase::ascii("manipualting"), "manipulating"), + (UniCase::ascii("migriane"), "migraine"), + (UniCase::ascii("questionne"), "questioned"), + (UniCase::ascii("deprivating"), "deprivation"), + (UniCase::ascii("distinations"), "distinctions"), + (UniCase::ascii("blanketts"), "blankets"), + (UniCase::ascii("galsgow"), "glasgow"), + (UniCase::ascii("hurricance"), "hurricane"), + (UniCase::ascii("alternitively"), "alternatively"), + (UniCase::ascii("cardina"), "cardigan"), + (UniCase::ascii("disqustingly"), "disgustingly"), + (UniCase::ascii("foreing"), "foreign"), + (UniCase::ascii("distrubute"), "distribute"), + (UniCase::ascii("illistration"), "illustration"), + (UniCase::ascii("succceeded"), "succeeded"), + (UniCase::ascii("insepct"), "inspect"), + (UniCase::ascii("generationers"), "generations"), + (UniCase::ascii("managebale"), "manageable"), + (UniCase::ascii("reamined"), "remained"), + (UniCase::ascii("tranlsated"), "translated"), + (UniCase::ascii("jaimacan"), "jamaican"), + (UniCase::ascii("mediterrannean"), "mediterranean"), + (UniCase::ascii("voluntairy"), "voluntarily"), + (UniCase::ascii("informerad"), "informed"), + (UniCase::ascii("empathised"), "empathized"), + (UniCase::ascii("abbreviatin"), "abbreviation"), + (UniCase::ascii("aboriganal"), "aboriginal"), + (UniCase::ascii("reconized"), "recognized"), + (UniCase::ascii("lighthorse"), "lighthouse"), + (UniCase::ascii("positiong"), "positioning"), + (UniCase::ascii("xenophibia"), "xenophobia"), + (UniCase::ascii("overloards"), "overload"), + (UniCase::ascii("refroms"), "reforms"), + (UniCase::ascii("inspektors"), "inspectors"), + (UniCase::ascii("definstely"), "definately"), + (UniCase::ascii("enthusigasm"), "enthusiasm"), + (UniCase::ascii("peacefullly"), "peacefully"), + (UniCase::ascii("regulatons"), "regulations"), + (UniCase::ascii("premanent"), "permanent"), + (UniCase::ascii("multipling"), "multiplying"), + (UniCase::ascii("hiptsers"), "hipsters"), + (UniCase::ascii("vulnarability"), "vulnerability"), + (UniCase::ascii("continute"), "continue"), + (UniCase::ascii("facebok"), "facebook"), + (UniCase::ascii("organites"), "organise"), + (UniCase::ascii("philosiphies"), "philosophies"), + (UniCase::ascii("procrascinating"), "procrastinating"), + (UniCase::ascii("optimizaton"), "optimization"), + (UniCase::ascii("stimulaton"), "stimulation"), + (UniCase::ascii("backhacking"), "backpacking"), + (UniCase::ascii("accountatns"), "accountants"), + (UniCase::ascii("concersation"), "conservation"), + (UniCase::ascii("gigabtye"), "gigabyte"), + (UniCase::ascii("crystallisation"), "crystallization"), + (UniCase::ascii("proporition"), "proposition"), + (UniCase::ascii("repressin"), "repression"), + (UniCase::ascii("bounites"), "bounties"), + (UniCase::ascii("puhsups"), "pushups"), + (UniCase::ascii("construint"), "constraint"), + (UniCase::ascii("configurato"), "configuration"), + (UniCase::ascii("killingest"), "killings"), + (UniCase::ascii("doubleleft"), "doublelift"), + (UniCase::ascii("displayd"), "displayed"), + (UniCase::ascii("headhpones"), "headphones"), + (UniCase::ascii("spartants"), "spartans"), + (UniCase::ascii("altruisim"), "altruism"), + (UniCase::ascii("monopolly"), "monopoly"), + (UniCase::ascii("develepors"), "developers"), + (UniCase::ascii("concsiously"), "consciously"), + (UniCase::ascii("scientifc"), "scientific"), + (UniCase::ascii("territorry"), "territory"), + (UniCase::ascii("counrtyside"), "countryside"), + (UniCase::ascii("vibratoare"), "vibrator"), + (UniCase::ascii("invesitgation"), "investigation"), + (UniCase::ascii("earthqaukes"), "earthquakes"), + (UniCase::ascii("cataloguing"), "cataloging"), + (UniCase::ascii("nessecary"), "necessary"), + (UniCase::ascii("worls"), "world"), + (UniCase::ascii("filpped"), "flipped"), + (UniCase::ascii("sacrificie"), "sacrificed"), + (UniCase::ascii("brittish"), "british"), + (UniCase::ascii("ejaculaion"), "ejaculation"), + (UniCase::ascii("haversting"), "harvesting"), + (UniCase::ascii("availablity"), "availability"), + (UniCase::ascii("literarly"), "literary"), + (UniCase::ascii("weightlfiting"), "weightlifting"), + (UniCase::ascii("equivilants"), "equivalents"), + (UniCase::ascii("partnetship"), "partnership"), + (UniCase::ascii("yaerly"), "yearly"), + (UniCase::ascii("athelticism"), "athleticism"), + (UniCase::ascii("recquired"), "required"), + (UniCase::ascii("familiarises"), "familiarizes"), + (UniCase::ascii("restrictes"), "restricts"), + (UniCase::ascii("organise"), "organize"), + (UniCase::ascii("manufactueres"), "manufactures"), + (UniCase::ascii("iritable"), "irritable"), + (UniCase::ascii("classicus"), "classics"), + (UniCase::ascii("governemnts"), "governments"), + (UniCase::ascii("certificiate"), "certificate"), + (UniCase::ascii("persuded"), "persuaded"), + (UniCase::ascii("proponants"), "proponents"), + (UniCase::ascii("extrapole"), "extrapolate"), + (UniCase::ascii("portary"), "portray"), + (UniCase::ascii("pericings"), "piercings"), + (UniCase::ascii("tentacels"), "tentacles"), + (UniCase::ascii("newcaslte"), "newcastle"), + (UniCase::ascii("wincheseter"), "winchester"), + (UniCase::ascii("sentimenal"), "sentimental"), + (UniCase::ascii("polinator"), "pollinator"), + (UniCase::ascii("equivolent"), "equivalent"), + (UniCase::ascii("assmebly"), "assembly"), + (UniCase::ascii("cumulitive"), "cumulative"), + (UniCase::ascii("shortining"), "shortening"), + (UniCase::ascii("scriptus"), "scripts"), + (UniCase::ascii("procotols"), "protocols"), + (UniCase::ascii("repsonsible"), "responsible"), + (UniCase::ascii("gigantisch"), "gigantic"), + (UniCase::ascii("patterno"), "patterson"), + (UniCase::ascii("challneger"), "challenger"), + (UniCase::ascii("discrapency"), "discrepancy"), + (UniCase::ascii("evenlopes"), "envelopes"), + (UniCase::ascii("landscaps"), "landscapes"), + (UniCase::ascii("illsutrator"), "illustrator"), + (UniCase::ascii("critisizms"), "criticisms"), + (UniCase::ascii("ballisitc"), "ballistic"), + (UniCase::ascii("enchantmet"), "enchantments"), + (UniCase::ascii("disctinctive"), "distinctive"), + (UniCase::ascii("specifices"), "specifics"), + (UniCase::ascii("zimbabwae"), "zimbabwe"), + (UniCase::ascii("authoratitive"), "authoritative"), + (UniCase::ascii("unconstituional"), "unconstitutional"), + (UniCase::ascii("accidebtly"), "accidently"), + (UniCase::ascii("contamporary"), "contemporary"), + (UniCase::ascii("elementray"), "elementary"), + (UniCase::ascii("encylopedia"), "encyclopedia"), + (UniCase::ascii("previal"), "prevail"), + (UniCase::ascii("critizised"), "criticized"), + (UniCase::ascii("preferabbly"), "preferably"), + (UniCase::ascii("somtimes"), "sometimes"), + (UniCase::ascii("unqaulified"), "unqualified"), + (UniCase::ascii("billionairres"), "billionaire"), + (UniCase::ascii("recognises"), "recognizes"), + (UniCase::ascii("liousville"), "louisville"), + (UniCase::ascii("demonstarted"), "demonstrated"), + (UniCase::ascii("vitrual"), "virtual"), + (UniCase::ascii("chrisitans"), "christians"), + (UniCase::ascii("contaminted"), "contaminated"), + (UniCase::ascii("thna"), "than"), + (UniCase::ascii("unusaully"), "unusually"), + (UniCase::ascii("preivews"), "previews"), + (UniCase::ascii("nestin"), "nesting"), + (UniCase::ascii("suppresion"), "suppression"), + (UniCase::ascii("disapperead"), "disappeared"), + (UniCase::ascii("specrtal"), "spectral"), + (UniCase::ascii("frankenstined"), "frankenstein"), + (UniCase::ascii("supramacist"), "supremacist"), + (UniCase::ascii("circumstanial"), "circumstantial"), + (UniCase::ascii("observarse"), "observers"), + (UniCase::ascii("savouries"), "savories"), + (UniCase::ascii("advertis"), "adverts"), + (UniCase::ascii("earthquate"), "earthquake"), + (UniCase::ascii("unsubscrbed"), "unsubscribed"), + (UniCase::ascii("acknoweldged"), "acknowledged"), + (UniCase::ascii("recepients"), "recipients"), + (UniCase::ascii("troups"), "troupes"), + (UniCase::ascii("nationalties"), "nationalist"), + (UniCase::ascii("vulnerabile"), "vulnerable"), + (UniCase::ascii("distatesful"), "distasteful"), + (UniCase::ascii("suspectes"), "suspects"), + (UniCase::ascii("implementaitons"), "implementations"), + (UniCase::ascii("assnage"), "assange"), + (UniCase::ascii("accpetance"), "acceptance"), + (UniCase::ascii("tallets"), "tallest"), + (UniCase::ascii("parlaiment"), "parliament"), + (UniCase::ascii("defelction"), "deflection"), + (UniCase::ascii("paralely"), "parallelly"), + (UniCase::ascii("territority"), "territory"), + (UniCase::ascii("carolinia"), "carolina"), + (UniCase::ascii("definety"), "definetly"), + (UniCase::ascii("nagivation"), "navigation"), + (UniCase::ascii("internalised"), "internalized"), + (UniCase::ascii("corsiar"), "corsair"), + (UniCase::ascii("hopelessy"), "hopelessly"), + (UniCase::ascii("worhsiping"), "worshiping"), + (UniCase::ascii("fascits"), "fascist"), + (UniCase::ascii("vengance"), "vengeance"), + (UniCase::ascii("continuarlo"), "continual"), + (UniCase::ascii("documentarios"), "documentaries"), + (UniCase::ascii("knockbak"), "knockback"), + (UniCase::ascii("centuty"), "century"), + (UniCase::ascii("championsip"), "championship"), + (UniCase::ascii("bodyweigth"), "bodyweight"), + (UniCase::ascii("copenahgen"), "copenhagen"), + (UniCase::ascii("yorksher"), "yorkshire"), + (UniCase::ascii("competitevely"), "competitively"), + (UniCase::ascii("ratpure"), "rapture"), + (UniCase::ascii("ulterioare"), "ulterior"), + (UniCase::ascii("inaccurasies"), "inaccuracies"), + (UniCase::ascii("bookamrks"), "bookmarks"), + (UniCase::ascii("criticisied"), "criticise"), + (UniCase::ascii("phychologically"), "psychologically"), + (UniCase::ascii("mediteranean"), "mediterranean"), + (UniCase::ascii("referere"), "referee"), + (UniCase::ascii("disensitized"), "desensitized"), + (UniCase::ascii("satasfactory"), "satisfactory"), + (UniCase::ascii("synchornously"), "synchronously"), + (UniCase::ascii("vigrins"), "virgins"), + (UniCase::ascii("demonstraion"), "demonstration"), + (UniCase::ascii("uncencored"), "uncensored"), + (UniCase::ascii("discrimiate"), "discriminate"), + (UniCase::ascii("charicterization"), "characterization"), + (UniCase::ascii("exportas"), "exports"), + (UniCase::ascii("wealtheir"), "wealthier"), + (UniCase::ascii("randomise"), "randomize"), + (UniCase::ascii("apoligists"), "apologists"), + (UniCase::ascii("reslove"), "resolve"), + (UniCase::ascii("misinterpred"), "misinterpreted"), + (UniCase::ascii("penison"), "pension"), + (UniCase::ascii("informable"), "informal"), + (UniCase::ascii("sportsmamship"), "sportsmanship"), + (UniCase::ascii("autocorrent"), "autocorrect"), + (UniCase::ascii("mississipis"), "mississippi"), + (UniCase::ascii("liberalnim"), "liberalism"), + (UniCase::ascii("hyrdogen"), "hydrogen"), + (UniCase::ascii("enlighment"), "enlighten"), + (UniCase::ascii("disastrious"), "disastrous"), + (UniCase::ascii("comfortabel"), "comfortably"), + (UniCase::ascii("syncronous"), "synchronous"), + (UniCase::ascii("valkirye"), "valkyrie"), + (UniCase::ascii("definateley"), "definately"), + (UniCase::ascii("admited"), "admitted"), + (UniCase::ascii("libertariens"), "libertarians"), + (UniCase::ascii("incarnaton"), "incarnation"), + (UniCase::ascii("surreptiously"), "surreptitiously"), + (UniCase::ascii("restauraunts"), "restaurants"), + (UniCase::ascii("registerred"), "registered"), + (UniCase::ascii("humours"), "humors"), + (UniCase::ascii("interviening"), "interviewing"), + (UniCase::ascii("insuspecting"), "unsuspecting"), + (UniCase::ascii("memoery"), "memory"), + (UniCase::ascii("morphinate"), "morphine"), + (UniCase::ascii("grammarical"), "grammatical"), + (UniCase::ascii("renaiscance"), "renaissance"), + (UniCase::ascii("colourant"), "colorant"), + (UniCase::ascii("frequenties"), "frequencies"), + (UniCase::ascii("excecuting"), "executing"), + (UniCase::ascii("grovelled"), "groveled"), + (UniCase::ascii("alcohalics"), "alcoholics"), + (UniCase::ascii("backsta"), "backseat"), + (UniCase::ascii("straignt"), "straighten"), + (UniCase::ascii("assasin"), "assassin"), + (UniCase::ascii("squarley"), "squarely"), + (UniCase::ascii("degenere"), "degenerate"), + (UniCase::ascii("intrisnic"), "intrinsic"), + (UniCase::ascii("neckbead"), "neckbeard"), + (UniCase::ascii("organizatons"), "organizations"), + (UniCase::ascii("huanting"), "haunting"), + (UniCase::ascii("soverignty"), "sovereignty"), + (UniCase::ascii("negociated"), "negotiated"), + (UniCase::ascii("protestans"), "protests"), + (UniCase::ascii("allign"), "align"), + (UniCase::ascii("pressuming"), "pressuring"), + (UniCase::ascii("adres"), "address"), + (UniCase::ascii("aledged"), "alleged"), + (UniCase::ascii("alligned"), "aligned"), + (UniCase::ascii("segretated"), "segregated"), + (UniCase::ascii("nationalisties"), "nationalists"), + (UniCase::ascii("pedopholia"), "pedophilia"), + (UniCase::ascii("legendaris"), "legendaries"), + (UniCase::ascii("dispoves"), "dispose"), + (UniCase::ascii("unconciousness"), "unconsciousness"), + (UniCase::ascii("glagsow"), "glasgow"), + (UniCase::ascii("visualizaiton"), "visualization"), + (UniCase::ascii("aforememtioned"), "aforementioned"), + (UniCase::ascii("philosophise"), "philosophize"), + (UniCase::ascii("jailbrocken"), "jailbroken"), + (UniCase::ascii("detectarlo"), "detector"), + (UniCase::ascii("grammaticaly"), "grammatically"), + (UniCase::ascii("antibiotcs"), "antibiotics"), + (UniCase::ascii("bathrooom"), "bathroom"), + (UniCase::ascii("roelplay"), "roleplay"), + (UniCase::ascii("shotuout"), "shoutout"), + (UniCase::ascii("dirbble"), "dribble"), + (UniCase::ascii("categroized"), "categorized"), + (UniCase::ascii("oragnes"), "oranges"), + (UniCase::ascii("breakthrouh"), "breakthrough"), + (UniCase::ascii("pyschological"), "psychological"), + (UniCase::ascii("delibitating"), "debilitating"), + (UniCase::ascii("noticable"), "noticeable"), + (UniCase::ascii("ressemblence"), "resemblance"), + (UniCase::ascii("industrialises"), "industrializes"), + (UniCase::ascii("jaugars"), "jaguars"), + (UniCase::ascii("diea"), "idea"), + (UniCase::ascii("accessibilty"), "accessibility"), + (UniCase::ascii("mutlitasking"), "multitasking"), + (UniCase::ascii("contextualise"), "contextualize"), + (UniCase::ascii("incerceration"), "incarceration"), + (UniCase::ascii("fraternising"), "fraternizing"), + (UniCase::ascii("patriarcy"), "patriarchy"), + (UniCase::ascii("neighboorhod"), "neighbourhood"), + (UniCase::ascii("calulated"), "calculated"), + (UniCase::ascii("explorarea"), "explorer"), + (UniCase::ascii("aforementioend"), "aforementioned"), + (UniCase::ascii("dictats"), "dictates"), + (UniCase::ascii("forecfully"), "forcefully"), + (UniCase::ascii("undetecable"), "undetectable"), + (UniCase::ascii("brethen"), "brethren"), + (UniCase::ascii("masturabte"), "masturbate"), + (UniCase::ascii("thikns"), "thinks"), + (UniCase::ascii("objecitves"), "objectives"), + (UniCase::ascii("udpated"), "updated"), + (UniCase::ascii("convento"), "convention"), + (UniCase::ascii("defaintly"), "defiantly"), + (UniCase::ascii("cannotations"), "connotations"), + (UniCase::ascii("descendands"), "descendants"), + (UniCase::ascii("conservitave"), "conservatives"), + (UniCase::ascii("underestimateing"), "underestimating"), + (UniCase::ascii("catastrphe"), "catastrophe"), + (UniCase::ascii("consequece"), "consequence"), + (UniCase::ascii("catalyses"), "catalyzes"), + (UniCase::ascii("restraunt"), "restraint"), + (UniCase::ascii("empirial"), "empirical"), + (UniCase::ascii("justfiy"), "justify"), + (UniCase::ascii("immoblie"), "immobile"), + (UniCase::ascii("doapmine"), "dopamine"), + (UniCase::ascii("chernobly"), "chernobyl"), + (UniCase::ascii("diffrent"), "different"), + (UniCase::ascii("generalizaing"), "generalizing"), + (UniCase::ascii("compunet"), "compute"), + (UniCase::ascii("disconncet"), "disconnects"), + (UniCase::ascii("adventuros"), "adventurous"), + (UniCase::ascii("disgustosa"), "disgusts"), + (UniCase::ascii("mininos"), "minions"), + (UniCase::ascii("antagnoist"), "antagonist"), + (UniCase::ascii("controceptives"), "contraceptives"), + (UniCase::ascii("desregarding"), "disregarding"), + (UniCase::ascii("scuplture"), "sculpture"), + (UniCase::ascii("difficultes"), "difficulties"), + (UniCase::ascii("undoubtley"), "undoubtedly"), + (UniCase::ascii("traingle"), "triangle"), + (UniCase::ascii("respitatory"), "respiratory"), + (UniCase::ascii("survivavility"), "survivability"), + (UniCase::ascii("idenitfy"), "identify"), + (UniCase::ascii("sociopatas"), "sociopaths"), + (UniCase::ascii("sourth"), "south"), + (UniCase::ascii("noramlly"), "normally"), + (UniCase::ascii("paliamentarian"), "parliamentarian"), + (UniCase::ascii("rectanguar"), "rectangular"), + (UniCase::ascii("technitians"), "technicians"), + (UniCase::ascii("behavioural"), "behavioral"), + (UniCase::ascii("marshmallowiest"), "marshmallows"), + (UniCase::ascii("fundumentalists"), "fundamentalists"), + (UniCase::ascii("alegbra"), "algebra"), + (UniCase::ascii("absovle"), "absolve"), + (UniCase::ascii("sliently"), "silently"), + (UniCase::ascii("goodlcuk"), "goodluck"), + (UniCase::ascii("coutnerpart"), "counterpart"), + (UniCase::ascii("hydregon"), "hydrogen"), + (UniCase::ascii("cursader"), "crusader"), + (UniCase::ascii("certanity"), "certainty"), + (UniCase::ascii("photoshoppad"), "photoshopped"), + (UniCase::ascii("attackes"), "attackers"), + (UniCase::ascii("civizilation"), "civilizations"), + (UniCase::ascii("noticiably"), "noticeably"), + (UniCase::ascii("detramental"), "detrimental"), + (UniCase::ascii("patriarca"), "patriarchal"), + (UniCase::ascii("terrorise"), "terrorize"), + (UniCase::ascii("thermodynamcis"), "thermodynamics"), + (UniCase::ascii("definitevely"), "definitively"), + (UniCase::ascii("skillshoot"), "skillshots"), + (UniCase::ascii("nutriens"), "nutrients"), + (UniCase::ascii("hospitalises"), "hospitalizes"), + (UniCase::ascii("arithmetric"), "arithmetic"), + (UniCase::ascii("independenet"), "independents"), + (UniCase::ascii("currentpos"), "currents"), + (UniCase::ascii("muktitasking"), "multitasking"), + (UniCase::ascii("apsirin"), "aspirin"), + (UniCase::ascii("perhiperals"), "peripherals"), + (UniCase::ascii("weightlifitng"), "weightlifting"), + (UniCase::ascii("refromed"), "reformed"), + (UniCase::ascii("bayonent"), "bayonet"), + (UniCase::ascii("disrespekting"), "disrespecting"), + (UniCase::ascii("temepratures"), "temperatures"), + (UniCase::ascii("tranzformer"), "transformer"), + (UniCase::ascii("afircan"), "african"), + (UniCase::ascii("surprizingly"), "surprisingly"), + (UniCase::ascii("flucutate"), "fluctuate"), + (UniCase::ascii("homeonwers"), "homeowners"), + (UniCase::ascii("unrwitten"), "unwritten"), + (UniCase::ascii("parliamantary"), "parliamentary"), + (UniCase::ascii("vendeta"), "vendetta"), + (UniCase::ascii("greenalnd"), "greenland"), + (UniCase::ascii("innocentius"), "innocents"), + (UniCase::ascii("philippinoes"), "philippines"), + (UniCase::ascii("inhabitats"), "inhabitants"), + (UniCase::ascii("atrosities"), "atrocities"), + (UniCase::ascii("spleling"), "spelling"), + (UniCase::ascii("installatin"), "installations"), + (UniCase::ascii("subsedized"), "subsidized"), + (UniCase::ascii("decorativos"), "decorations"), + (UniCase::ascii("microtransactional"), "microtransactions"), + (UniCase::ascii("homogenising"), "homogenizing"), + (UniCase::ascii("compulsery"), "compulsory"), + (UniCase::ascii("sidelinien"), "sideline"), + (UniCase::ascii("detectivs"), "detectives"), + (UniCase::ascii("infiltrade"), "infiltrate"), + (UniCase::ascii("visualizacion"), "visualization"), + (UniCase::ascii("oppurtunities"), "opportunities"), + (UniCase::ascii("planeswaller"), "planeswalker"), + (UniCase::ascii("priemere"), "premiere"), + (UniCase::ascii("reportedy"), "reportedly"), + (UniCase::ascii("misoginist"), "misogynist"), + (UniCase::ascii("legitimancy"), "legitimacy"), + (UniCase::ascii("cleanlyness"), "cleanliness"), + (UniCase::ascii("thunderbots"), "thunderbolt"), + (UniCase::ascii("headphoens"), "headphones"), + (UniCase::ascii("unbeleivable"), "unbelievable"), + (UniCase::ascii("punsiher"), "punisher"), + (UniCase::ascii("proletariant"), "proletariat"), + (UniCase::ascii("genitales"), "genitals"), + (UniCase::ascii("sryacuse"), "syracuse"), + (UniCase::ascii("indistinguishible"), "indistinguishable"), + (UniCase::ascii("comandos"), "commandos"), + (UniCase::ascii("encyclopaedia"), "encyclopedia"), + (UniCase::ascii("commishioner"), "commissioner"), + (UniCase::ascii("demogrpahic"), "demographic"), + (UniCase::ascii("sqaudron"), "squadron"), + (UniCase::ascii("demonstrabil"), "demonstrably"), + (UniCase::ascii("flashligth"), "flashlight"), + (UniCase::ascii("expresss"), "expresses"), + (UniCase::ascii("boyfreind"), "boyfriend"), + (UniCase::ascii("understandabley"), "understandably"), + (UniCase::ascii("implimenation"), "implementation"), + (UniCase::ascii("obvisouly"), "obviously"), + (UniCase::ascii("overwhelemed"), "overwhelmed"), + (UniCase::ascii("compolsory"), "compulsory"), + (UniCase::ascii("prefereble"), "preferable"), + (UniCase::ascii("catastrope"), "catastrophe"), + (UniCase::ascii("strategicaly"), "strategically"), + (UniCase::ascii("acknowlede"), "acknowledge"), + (UniCase::ascii("coincidnce"), "coincide"), + (UniCase::ascii("outperfoms"), "outperform"), + (UniCase::ascii("foundaiton"), "foundations"), + (UniCase::ascii("sicne"), "since"), + (UniCase::ascii("simplfy"), "simplify"), + (UniCase::ascii("procedrual"), "procedural"), + (UniCase::ascii("shoudlers"), "shoulders"), + (UniCase::ascii("pessimestic"), "pessimistic"), + (UniCase::ascii("representitve"), "representative"), + (UniCase::ascii("fulttershy"), "fluttershy"), + (UniCase::ascii("jaunary"), "january"), + (UniCase::ascii("fleed"), "fled"), + (UniCase::ascii("prologe"), "prologue"), + (UniCase::ascii("tradisional"), "traditional"), + (UniCase::ascii("marrtyred"), "martyred"), + (UniCase::ascii("composities"), "composite"), + (UniCase::ascii("boradly"), "broadly"), + (UniCase::ascii("compase"), "compares"), + (UniCase::ascii("discusting"), "discussing"), + (UniCase::ascii("asside"), "aside"), + (UniCase::ascii("diagramas"), "diagrams"), + (UniCase::ascii("simulaties"), "simulate"), + (UniCase::ascii("definate"), "definite"), + (UniCase::ascii("luandry"), "laundry"), + (UniCase::ascii("chronicals"), "chronicles"), + (UniCase::ascii("compramises"), "compromises"), + (UniCase::ascii("impecabbly"), "impeccably"), + (UniCase::ascii("radaint"), "radiant"), + (UniCase::ascii("hokpins"), "hopkins"), + (UniCase::ascii("telegrah"), "telegraph"), + (UniCase::ascii("curcumcision"), "circumcision"), + (UniCase::ascii("tuesdsay"), "tuesdays"), + (UniCase::ascii("recgonizable"), "recognizable"), + (UniCase::ascii("commercent"), "commence"), + (UniCase::ascii("experimention"), "experimenting"), + (UniCase::ascii("simulteanously"), "simultaneously"), + (UniCase::ascii("sypmathetic"), "sympathetic"), + (UniCase::ascii("misfortunte"), "misfortune"), + (UniCase::ascii("expresions"), "expression"), + (UniCase::ascii("caricaturale"), "caricature"), + (UniCase::ascii("arithmentic"), "arithmetic"), + (UniCase::ascii("huanted"), "haunted"), + (UniCase::ascii("repostes"), "reposts"), + (UniCase::ascii("immortas"), "immortals"), + (UniCase::ascii("parallells"), "parallels"), + (UniCase::ascii("specializare"), "specialize"), + (UniCase::ascii("hallunications"), "hallucinations"), + (UniCase::ascii("procrestinating"), "procrastinating"), + (UniCase::ascii("narcissicm"), "narcissism"), + (UniCase::ascii("vulgarised"), "vulgarized"), + (UniCase::ascii("unrestircted"), "unrestricted"), + (UniCase::ascii("protaginists"), "protagonists"), + (UniCase::ascii("collaboratin"), "collaboration"), + (UniCase::ascii("sacreficed"), "sacrificed"), + (UniCase::ascii("machiens"), "machines"), + (UniCase::ascii("peripathetic"), "peripatetic"), + (UniCase::ascii("emphacizing"), "emphasizing"), + (UniCase::ascii("sheepel"), "sheeple"), + (UniCase::ascii("competitivley"), "competitively"), + (UniCase::ascii("performous"), "performs"), + (UniCase::ascii("stadius"), "stadiums"), + (UniCase::ascii("dismisse"), "dismissive"), + (UniCase::ascii("courthosue"), "courthouse"), + (UniCase::ascii("exerciseing"), "exercising"), + (UniCase::ascii("affrimative"), "affirmative"), + (UniCase::ascii("examinated"), "examined"), + (UniCase::ascii("concerte"), "concrete"), + (UniCase::ascii("irreversibile"), "irreversible"), + (UniCase::ascii("jsut"), "just"), + (UniCase::ascii("pamplet"), "pamphlet"), + (UniCase::ascii("playthroguh"), "playthroughs"), + (UniCase::ascii("crulety"), "cruelty"), + (UniCase::ascii("quarrelling"), "quarreling"), + (UniCase::ascii("antagonising"), "antagonizing"), + (UniCase::ascii("dispence"), "dispense"), + (UniCase::ascii("sophisticted"), "sophisticated"), + (UniCase::ascii("conciveably"), "conceivably"), + (UniCase::ascii("synphony"), "symphony"), + (UniCase::ascii("mathematicion"), "mathematician"), + (UniCase::ascii("emualtion"), "emulation"), + (UniCase::ascii("mysteriosly"), "mysteriously"), + (UniCase::ascii("releive"), "relieve"), + (UniCase::ascii("abreviated"), "abbreviated"), + (UniCase::ascii("painkilers"), "painkillers"), + (UniCase::ascii("distustingly"), "disgustingly"), + (UniCase::ascii("contraceptivos"), "contraceptives"), + (UniCase::ascii("propesterous"), "preposterous"), + (UniCase::ascii("electromegnetic"), "electromagnetic"), + (UniCase::ascii("neslave"), "enslave"), + (UniCase::ascii("heartbeast"), "heartbeat"), + (UniCase::ascii("intellegent"), "intelligent"), + (UniCase::ascii("unsubscrible"), "unsubscribed"), + (UniCase::ascii("ceremonias"), "ceremonies"), + (UniCase::ascii("misspelld"), "misspelled"), + (UniCase::ascii("chancillor"), "chancellor"), + (UniCase::ascii("priviliges"), "privileges"), + (UniCase::ascii("excellance"), "excellence"), + (UniCase::ascii("microcentres"), "microcenter"), + (UniCase::ascii("varisty"), "varsity"), + (UniCase::ascii("reminiscint"), "reminiscent"), + (UniCase::ascii("scoreboad"), "scoreboard"), + (UniCase::ascii("contiunal"), "continual"), + (UniCase::ascii("episonage"), "espionage"), + (UniCase::ascii("horrendos"), "horrendous"), + (UniCase::ascii("illustrater"), "illustrator"), + (UniCase::ascii("sigantures"), "signatures"), + (UniCase::ascii("nineth"), "ninth"), + (UniCase::ascii("natique"), "antique"), + (UniCase::ascii("misreably"), "miserably"), + (UniCase::ascii("disocgraphy"), "discography"), + (UniCase::ascii("materiaal"), "material"), + (UniCase::ascii("prusuit"), "pursuit"), + (UniCase::ascii("acoutsic"), "acoustic"), + (UniCase::ascii("mitre"), "miter"), + (UniCase::ascii("outrageuosly"), "outrageously"), + (UniCase::ascii("austrailian"), "australian"), + (UniCase::ascii("repitle"), "reptile"), + (UniCase::ascii("illustre"), "illustrate"), + (UniCase::ascii("needlessy"), "needlessly"), + (UniCase::ascii("restauration"), "restoration"), + (UniCase::ascii("sumbissions"), "submissions"), + (UniCase::ascii("somethigng"), "somethin"), + (UniCase::ascii("cententenial"), "centennial"), + (UniCase::ascii("ascneding"), "ascending"), + (UniCase::ascii("manufactuerer"), "manufacturer"), + (UniCase::ascii("dumspter"), "dumpster"), + (UniCase::ascii("condidtion"), "condition"), + (UniCase::ascii("ostensably"), "ostensibly"), + (UniCase::ascii("consumation"), "consumption"), + (UniCase::ascii("inexpereince"), "inexperience"), + (UniCase::ascii("corretly"), "correctly"), + (UniCase::ascii("synonynous"), "synonymous"), + (UniCase::ascii("dolphis"), "dolphins"), + (UniCase::ascii("crusdaers"), "crusaders"), + (UniCase::ascii("particularises"), "particularizes"), + (UniCase::ascii("descriptoin"), "descriptions"), + (UniCase::ascii("comtpon"), "compton"), + (UniCase::ascii("retrived"), "retrieved"), + (UniCase::ascii("misanderstood"), "misunderstood"), + (UniCase::ascii("metaphyics"), "metaphysics"), + (UniCase::ascii("straightend"), "straightened"), + (UniCase::ascii("acronysm"), "acronyms"), + (UniCase::ascii("steriel"), "sterile"), + (UniCase::ascii("appluase"), "applause"), + (UniCase::ascii("conpensating"), "compensating"), + (UniCase::ascii("instrucion"), "instruction"), + (UniCase::ascii("sence"), "sense"), + (UniCase::ascii("hierachies"), "hierarchies"), + (UniCase::ascii("explicitely"), "explicitly"), + (UniCase::ascii("foetal"), "fetal"), + (UniCase::ascii("apprecitae"), "appreciates"), + (UniCase::ascii("insultas"), "insults"), + (UniCase::ascii("universitets"), "universities"), + (UniCase::ascii("tasliman"), "talisman"), + (UniCase::ascii("regenade"), "renegade"), + (UniCase::ascii("penaltis"), "penalties"), + (UniCase::ascii("tranluscent"), "translucent"), + (UniCase::ascii("practising"), "practicing"), + (UniCase::ascii("whietlist"), "whitelist"), + (UniCase::ascii("uninteristing"), "uninteresting"), + (UniCase::ascii("autistc"), "autistic"), + (UniCase::ascii("misproportionate"), "disproportionate"), + (UniCase::ascii("negiotated"), "negotiated"), + (UniCase::ascii("psychoanalyses"), "psychoanalyzes"), + (UniCase::ascii("outisders"), "outsiders"), + (UniCase::ascii("minoroties"), "minorities"), + (UniCase::ascii("babysiting"), "babysitting"), + (UniCase::ascii("tyre"), "tire"), + (UniCase::ascii("appartments"), "apartments"), + (UniCase::ascii("dissapointd"), "dissapointed"), + (UniCase::ascii("zionistisk"), "zionists"), + (UniCase::ascii("repeatae"), "repeatable"), + (UniCase::ascii("currentlys"), "currents"), + (UniCase::ascii("donwsides"), "downsides"), + (UniCase::ascii("alingment"), "alignment"), + (UniCase::ascii("substences"), "substances"), + (UniCase::ascii("disappearence"), "disappearance"), + (UniCase::ascii("mouthpeices"), "mouthpiece"), + (UniCase::ascii("delapidated"), "dilapidated"), + (UniCase::ascii("octohedron"), "octahedron"), + (UniCase::ascii("compalation"), "compilation"), + (UniCase::ascii("participait"), "participant"), + (UniCase::ascii("imtimidation"), "intimidation"), + (UniCase::ascii("microscoptic"), "microscopic"), + (UniCase::ascii("showboarding"), "snowboarding"), + (UniCase::ascii("possessers"), "possesses"), + (UniCase::ascii("obligitary"), "obligatory"), + (UniCase::ascii("retribvtion"), "retribution"), + (UniCase::ascii("navigato"), "navigation"), + (UniCase::ascii("prescriptons"), "prescriptions"), + (UniCase::ascii("shareholds"), "shareholders"), + (UniCase::ascii("preferenser"), "preferences"), + (UniCase::ascii("militarise"), "militarize"), + (UniCase::ascii("professiomal"), "professionalism"), + (UniCase::ascii("extremeophile"), "extremophile"), + (UniCase::ascii("homecomming"), "homecoming"), + (UniCase::ascii("meditarrenean"), "mediterranean"), + (UniCase::ascii("sunggle"), "snuggle"), + (UniCase::ascii("candidatas"), "candidates"), + (UniCase::ascii("differentes"), "differences"), + (UniCase::ascii("relagation"), "relaxation"), + (UniCase::ascii("initiaitive"), "initiative"), + (UniCase::ascii("torrenters"), "torrents"), + (UniCase::ascii("egalitara"), "egalitarian"), + (UniCase::ascii("normalisation"), "normalization"), + (UniCase::ascii("daugthers"), "daughters"), + (UniCase::ascii("isntaller"), "installer"), + (UniCase::ascii("cirticising"), "criticising"), + (UniCase::ascii("logisitcal"), "logistical"), + (UniCase::ascii("resolverse"), "resolves"), + (UniCase::ascii("thorttling"), "throttling"), + (UniCase::ascii("realsitic"), "realistic"), + (UniCase::ascii("randomising"), "randomizing"), + (UniCase::ascii("paraside"), "paradise"), + (UniCase::ascii("uncanney"), "uncanny"), + (UniCase::ascii("innovatin"), "innovations"), + (UniCase::ascii("halluciantions"), "hallucinations"), + (UniCase::ascii("skeletones"), "skeletons"), + (UniCase::ascii("transplats"), "transplants"), + (UniCase::ascii("neigbour"), "neighbour"), + (UniCase::ascii("sarcasitcally"), "sarcastically"), + (UniCase::ascii("repentence"), "repentance"), + (UniCase::ascii("chekcer"), "checker"), + (UniCase::ascii("uncannny"), "uncanny"), + (UniCase::ascii("guaduloupe"), "guadalupe"), + (UniCase::ascii("personarse"), "personas"), + (UniCase::ascii("hertzs"), "hertz"), + (UniCase::ascii("preservacion"), "preservation"), + (UniCase::ascii("origonated"), "originated"), + (UniCase::ascii("anonymosly"), "anonymously"), + (UniCase::ascii("armourers"), "armorers"), + (UniCase::ascii("definitie"), "definitive"), + (UniCase::ascii("comparetively"), "comparatively"), + (UniCase::ascii("referances"), "references"), + (UniCase::ascii("ostenisbly"), "ostensibly"), + (UniCase::ascii("phychiatrists"), "psychiatrists"), + (UniCase::ascii("armpitts"), "armpits"), + (UniCase::ascii("domiante"), "dominate"), + (UniCase::ascii("thyorid"), "thyroid"), + (UniCase::ascii("socioecomonic"), "socioeconomic"), + (UniCase::ascii("irrelivant"), "irrelevant"), + (UniCase::ascii("sociapaths"), "sociopaths"), + (UniCase::ascii("articluate"), "articulate"), + (UniCase::ascii("legnthy"), "lengthy"), + (UniCase::ascii("intimidade"), "intimidated"), + (UniCase::ascii("environmetal"), "environmental"), + (UniCase::ascii("iburpofen"), "ibuprofen"), + (UniCase::ascii("beastiality"), "bestiality"), + (UniCase::ascii("coincidencal"), "coincidental"), + (UniCase::ascii("buliders"), "builders"), + (UniCase::ascii("androgenous"), "androgynous"), + (UniCase::ascii("dolphines"), "dolphins"), + (UniCase::ascii("unbreakeble"), "unbreakable"), + (UniCase::ascii("electronagnetic"), "electromagnetic"), + (UniCase::ascii("consentrates"), "concentrates"), + (UniCase::ascii("commandpod"), "commando"), + (UniCase::ascii("transformarem"), "transformer"), + (UniCase::ascii("comparitive"), "comparative"), + (UniCase::ascii("revlover"), "revolver"), + (UniCase::ascii("rollercoaters"), "rollercoaster"), + (UniCase::ascii("chambre"), "chamber"), + (UniCase::ascii("primaris"), "primaries"), + (UniCase::ascii("colloborate"), "collaborate"), + (UniCase::ascii("sturctures"), "structures"), + (UniCase::ascii("conveniant"), "convenient"), + (UniCase::ascii("efficienct"), "efficient"), + (UniCase::ascii("tesitcles"), "testicles"), + (UniCase::ascii("nationalises"), "nationalizes"), + (UniCase::ascii("tequilia"), "tequila"), + (UniCase::ascii("accumalate"), "accumulate"), + (UniCase::ascii("furance"), "furnace"), + (UniCase::ascii("choatic"), "chaotic"), + (UniCase::ascii("collobaration"), "collaboration"), + (UniCase::ascii("scorebored"), "scoreboard"), + (UniCase::ascii("inacuraccies"), "inaccuracies"), + (UniCase::ascii("emergancies"), "emergencies"), + (UniCase::ascii("imrpovised"), "improvised"), + (UniCase::ascii("unbreakabke"), "unbreakable"), + (UniCase::ascii("shenanegans"), "shenanigans"), + (UniCase::ascii("diskrimination"), "discrimination"), + (UniCase::ascii("colourizing"), "colorizing"), + (UniCase::ascii("theoritically"), "theoretically"), + (UniCase::ascii("misudnerstanding"), "misunderstandings"), + (UniCase::ascii("succour"), "succor"), + (UniCase::ascii("critizing"), "criticizing"), + (UniCase::ascii("roiters"), "rioters"), + (UniCase::ascii("referenses"), "referees"), + (UniCase::ascii("producto"), "production"), + (UniCase::ascii("alcholic"), "alcoholic"), + (UniCase::ascii("pertians"), "pertains"), + (UniCase::ascii("perfromer"), "performer"), + (UniCase::ascii("destruktive"), "destructive"), + (UniCase::ascii("squishey"), "squishy"), + (UniCase::ascii("fracter"), "fracture"), + (UniCase::ascii("oxidisation"), "oxidization"), + (UniCase::ascii("devastaded"), "devastated"), + (UniCase::ascii("unresponsibe"), "unresponsive"), + (UniCase::ascii("crosair"), "corsair"), + (UniCase::ascii("multiplicaiton"), "multiplication"), + (UniCase::ascii("philosopy"), "philosophy"), + (UniCase::ascii("organizare"), "organizer"), + (UniCase::ascii("continuety"), "continuity"), + (UniCase::ascii("commonspace"), "commonplace"), + (UniCase::ascii("cliffbanger"), "cliffhanger"), + (UniCase::ascii("biploar"), "bipolar"), + (UniCase::ascii("responsabilities"), "responsibilities"), + (UniCase::ascii("socialsits"), "socialists"), + (UniCase::ascii("pseudonyn"), "pseudonym"), + (UniCase::ascii("rationalises"), "rationalizes"), + (UniCase::ascii("appal"), "appall"), + (UniCase::ascii("northen"), "northern"), + (UniCase::ascii("modellers"), "modelers"), + (UniCase::ascii("dictionaire"), "dictionaries"), + (UniCase::ascii("capitilazation"), "capitalization"), + (UniCase::ascii("campuss"), "campuses"), + (UniCase::ascii("massachusettians"), "massachusetts"), + (UniCase::ascii("disgustose"), "disgusts"), + (UniCase::ascii("satisy"), "satisfy"), + (UniCase::ascii("presentacion"), "presentation"), + (UniCase::ascii("simultaneosly"), "simultaneously"), + (UniCase::ascii("indianos"), "indians"), + (UniCase::ascii("mortarts"), "mortars"), + (UniCase::ascii("flaried"), "flaired"), + (UniCase::ascii("entrepreuners"), "entrepreneurs"), + (UniCase::ascii("norhern"), "northern"), + (UniCase::ascii("perdictive"), "predictive"), + (UniCase::ascii("neuronas"), "neurons"), + (UniCase::ascii("becomeing"), "becoming"), + (UniCase::ascii("finacial"), "financial"), + (UniCase::ascii("horisontal"), "horizontal"), + (UniCase::ascii("curising"), "cruising"), + (UniCase::ascii("devolvendo"), "devolved"), + (UniCase::ascii("strangel"), "strangle"), + (UniCase::ascii("syntehtic"), "synthetic"), + (UniCase::ascii("corrolated"), "correlated"), + (UniCase::ascii("adolescene"), "adolescence"), + (UniCase::ascii("conglaturations"), "congratulations"), + (UniCase::ascii("photogrpahed"), "photographed"), + (UniCase::ascii("govenrment"), "government"), + (UniCase::ascii("nationalitic"), "nationalistic"), + (UniCase::ascii("literarry"), "literary"), + (UniCase::ascii("governmet"), "governments"), + (UniCase::ascii("sometinh"), "somethin"), + (UniCase::ascii("ecstascy"), "ecstasy"), + (UniCase::ascii("abuseres"), "abusers"), + (UniCase::ascii("diminushing"), "diminishing"), + (UniCase::ascii("keyensian"), "keynesian"), + (UniCase::ascii("paraphrashing"), "paraphrasing"), + (UniCase::ascii("sumbissive"), "submissive"), + (UniCase::ascii("dangerus"), "dangers"), + (UniCase::ascii("stereotpying"), "stereotyping"), + (UniCase::ascii("factorys"), "factors"), + (UniCase::ascii("benefica"), "beneficial"), + (UniCase::ascii("collaterial"), "collateral"), + (UniCase::ascii("windosr"), "windsor"), + (UniCase::ascii("preposterus"), "preposterous"), + (UniCase::ascii("rivarly"), "rivalry"), + (UniCase::ascii("coefficiant"), "coefficient"), + (UniCase::ascii("streamear"), "streamer"), + (UniCase::ascii("comfortbly"), "comfortably"), + (UniCase::ascii("abusrdly"), "absurdly"), + (UniCase::ascii("boradway"), "broadway"), + (UniCase::ascii("faceplam"), "facepalm"), + (UniCase::ascii("presonally"), "personally"), + (UniCase::ascii("hypothesised"), "hypothesized"), + (UniCase::ascii("consious"), "conscious"), + (UniCase::ascii("implementatin"), "implementations"), + (UniCase::ascii("stationairy"), "stationary"), + (UniCase::ascii("inexplicibly"), "inexplicably"), + (UniCase::ascii("morrisette"), "morissette"), + (UniCase::ascii("participaste"), "participants"), + (UniCase::ascii("reserach"), "research"), + (UniCase::ascii("accomodations"), "accommodations"), + (UniCase::ascii("orgainzer"), "organizer"), + (UniCase::ascii("friendzowned"), "friendzoned"), + (UniCase::ascii("misognyistic"), "misogynistic"), + (UniCase::ascii("incarcaration"), "incarceration"), + (UniCase::ascii("relativitly"), "relativity"), + (UniCase::ascii("ommiting"), "omitting"), + (UniCase::ascii("caucasain"), "caucasian"), + (UniCase::ascii("centrepiece"), "centerpiece"), + (UniCase::ascii("mistakently"), "mistakenly"), + (UniCase::ascii("becouse"), "because"), + (UniCase::ascii("wealthly"), "wealthy"), + (UniCase::ascii("creationsim"), "creationism"), + (UniCase::ascii("transsexuella"), "transsexual"), + (UniCase::ascii("recipeints"), "recipients"), + (UniCase::ascii("stupidr"), "stupider"), + (UniCase::ascii("tribuanl"), "tribunal"), + (UniCase::ascii("gentialia"), "genitalia"), + (UniCase::ascii("bastardos"), "bastards"), + (UniCase::ascii("projectlie"), "projectiles"), + (UniCase::ascii("minimini"), "minimizing"), + (UniCase::ascii("bayoent"), "bayonet"), + (UniCase::ascii("maintianing"), "maintaining"), + (UniCase::ascii("inpsect"), "inspect"), + (UniCase::ascii("benedicat"), "benedict"), + (UniCase::ascii("noticabe"), "noticable"), + (UniCase::ascii("unbannend"), "unbanned"), + (UniCase::ascii("finallizes"), "finalizes"), + (UniCase::ascii("turnapound"), "turnaround"), + (UniCase::ascii("multiplaye"), "multiply"), + (UniCase::ascii("metaphsyical"), "metaphysical"), + (UniCase::ascii("erally"), "orally"), + (UniCase::ascii("differentiatiors"), "differentiation"), + (UniCase::ascii("procedurile"), "procedure"), + (UniCase::ascii("discreditted"), "discredited"), + (UniCase::ascii("lieutennant"), "lieutenant"), + (UniCase::ascii("intangeble"), "intangible"), + (UniCase::ascii("formelly"), "formerly"), + (UniCase::ascii("colelctors"), "collectors"), + (UniCase::ascii("nullfiy"), "nullify"), + (UniCase::ascii("offereings"), "offerings"), + (UniCase::ascii("overlcocking"), "overclocking"), + (UniCase::ascii("spontanes"), "spontaneous"), + (UniCase::ascii("extraordinair"), "extraordinary"), + (UniCase::ascii("htikn"), "think"), + (UniCase::ascii("consipracy"), "conspiracy"), + (UniCase::ascii("correktions"), "corrections"), + (UniCase::ascii("infiltratred"), "infiltrate"), + (UniCase::ascii("superpowereds"), "superpowers"), + (UniCase::ascii("regualtion"), "regulations"), + (UniCase::ascii("shanghia"), "shanghai"), + (UniCase::ascii("braziliians"), "brazilians"), + (UniCase::ascii("destablized"), "destabilized"), + (UniCase::ascii("emulatin"), "emulation"), + (UniCase::ascii("impluse"), "impulse"), + (UniCase::ascii("upstaris"), "upstairs"), + (UniCase::ascii("sticthes"), "stitches"), + (UniCase::ascii("temptating"), "temptation"), + (UniCase::ascii("unsistainable"), "unsustainable"), + (UniCase::ascii("pedophilie"), "pedophile"), + (UniCase::ascii("unsuccesfully"), "unsuccessfully"), + (UniCase::ascii("alienet"), "alienate"), + (UniCase::ascii("disagres"), "disagrees"), + (UniCase::ascii("suprassing"), "surpassing"), + (UniCase::ascii("audioboook"), "audiobook"), + (UniCase::ascii("battlearts"), "battlestar"), + (UniCase::ascii("pharamceuticals"), "pharmaceutical"), + (UniCase::ascii("reconsidder"), "reconsider"), + (UniCase::ascii("accelarate"), "accelerate"), + (UniCase::ascii("outpreform"), "outperform"), + (UniCase::ascii("macthups"), "matchups"), + (UniCase::ascii("persistance"), "persistence"), + (UniCase::ascii("icefrong"), "icefrog"), + (UniCase::ascii("somethinhg"), "somethings"), + (UniCase::ascii("thurdsay"), "thursday"), + (UniCase::ascii("surveill"), "surveil"), + (UniCase::ascii("defectus"), "defects"), + (UniCase::ascii("misinterprit"), "misinterpreting"), + (UniCase::ascii("baceause"), "because"), + (UniCase::ascii("inevtiably"), "inevitably"), + (UniCase::ascii("aeroplanes"), "airplanes"), + (UniCase::ascii("rescuecd"), "rescued"), + (UniCase::ascii("interpertation"), "interpretation"), + (UniCase::ascii("fuelled"), "fueled"), + (UniCase::ascii("lanuchers"), "launchers"), + (UniCase::ascii("staggerwing"), "staggering"), + (UniCase::ascii("preliferation"), "proliferation"), + (UniCase::ascii("visualised"), "visualized"), + (UniCase::ascii("marvelled"), "marveled"), + (UniCase::ascii("compones"), "compose"), + (UniCase::ascii("inspiraton"), "inspiration"), + (UniCase::ascii("incestigator"), "investigator"), + (UniCase::ascii("delearships"), "dealerships"), + (UniCase::ascii("sasauges"), "sausages"), + (UniCase::ascii("semnatics"), "semantics"), + (UniCase::ascii("spartas"), "spartans"), + (UniCase::ascii("electrinic"), "electrician"), + (UniCase::ascii("participans"), "participants"), + (UniCase::ascii("politicas"), "politics"), + (UniCase::ascii("ancedotes"), "anecdotes"), + (UniCase::ascii("calcualting"), "calculating"), + (UniCase::ascii("invunlerable"), "invulnerable"), + (UniCase::ascii("actauly"), "actualy"), + (UniCase::ascii("discriminatin"), "discrimination"), + (UniCase::ascii("compandium"), "compendium"), + (UniCase::ascii("meaningles"), "meanings"), + (UniCase::ascii("tanlged"), "tangled"), + (UniCase::ascii("propertly"), "property"), + (UniCase::ascii("supressing"), "suppressing"), + (UniCase::ascii("misteriously"), "mysteriously"), + (UniCase::ascii("convoluded"), "convoluted"), + (UniCase::ascii("imperailist"), "imperialist"), + (UniCase::ascii("disciplinas"), "disciplines"), + (UniCase::ascii("wavelegnth"), "wavelength"), + (UniCase::ascii("straighted"), "straightened"), + (UniCase::ascii("koncentration"), "concentration"), + (UniCase::ascii("contense"), "contenders"), + (UniCase::ascii("representive"), "representative"), + (UniCase::ascii("specializate"), "specialize"), + (UniCase::ascii("virginas"), "virgins"), + (UniCase::ascii("corralated"), "correlated"), + (UniCase::ascii("uninstaled"), "uninstalled"), + (UniCase::ascii("promiscus"), "promiscuous"), + (UniCase::ascii("interese"), "interested"), + (UniCase::ascii("termanology"), "terminology"), + (UniCase::ascii("equivelants"), "equivalents"), + (UniCase::ascii("regulaion"), "regulation"), + (UniCase::ascii("siginificant"), "significant"), + (UniCase::ascii("enligthened"), "enlightened"), + (UniCase::ascii("habaeus"), "habeas"), + (UniCase::ascii("brussles"), "brussels"), + (UniCase::ascii("appetitie"), "appetite"), + (UniCase::ascii("procesess"), "processes"), + (UniCase::ascii("polyphonyic"), "polyphonic"), + (UniCase::ascii("suspiciois"), "suspicions"), + (UniCase::ascii("robberys"), "robbers"), + (UniCase::ascii("fellowshop"), "fellowship"), + (UniCase::ascii("glorifindel"), "glorified"), + (UniCase::ascii("wepbage"), "webpage"), + (UniCase::ascii("relatabe"), "relatable"), + (UniCase::ascii("runnung"), "running"), + (UniCase::ascii("pharmacueticals"), "pharmaceutical"), + (UniCase::ascii("inexplicabley"), "inexplicably"), + (UniCase::ascii("unfourtunately"), "unfortunately"), + (UniCase::ascii("planteary"), "planetary"), + (UniCase::ascii("instruktor"), "instructor"), + (UniCase::ascii("continuemos"), "continues"), + (UniCase::ascii("savoury"), "savory"), + (UniCase::ascii("neconstitutional"), "unconstitutional"), + (UniCase::ascii("intiution"), "intuition"), + (UniCase::ascii("annihliation"), "annihilation"), + (UniCase::ascii("instanciate"), "instantiate"), + (UniCase::ascii("disastrosa"), "disastrous"), + (UniCase::ascii("acticating"), "activating"), + (UniCase::ascii("diety"), "deity"), + (UniCase::ascii("consequenes"), "consequence"), + (UniCase::ascii("integreres"), "interferes"), + (UniCase::ascii("develope"), "develop"), + (UniCase::ascii("commited"), "committed"), + (UniCase::ascii("predickted"), "predicated"), + (UniCase::ascii("piankillers"), "painkillers"), + (UniCase::ascii("explanetary"), "explanatory"), + (UniCase::ascii("subsquent"), "subsequent"), + (UniCase::ascii("chocolats"), "chocolates"), + (UniCase::ascii("invairably"), "invariably"), + (UniCase::ascii("mutliplying"), "multiplying"), + (UniCase::ascii("dominent"), "dominant"), + (UniCase::ascii("diganose"), "diagnose"), + (UniCase::ascii("funides"), "fundies"), + (UniCase::ascii("escavation"), "escalation"), + (UniCase::ascii("teansylvania"), "transylvania"), + (UniCase::ascii("playthourghs"), "playthroughs"), + (UniCase::ascii("insurgencey"), "insurgency"), + (UniCase::ascii("desginations"), "destinations"), + (UniCase::ascii("parlours"), "parlors"), + (UniCase::ascii("attirtion"), "attrition"), + (UniCase::ascii("prioritised"), "prioritized"), + (UniCase::ascii("philosophios"), "philosophies"), + (UniCase::ascii("preformer"), "performer"), + (UniCase::ascii("nominet"), "nominate"), + (UniCase::ascii("activaste"), "activates"), + (UniCase::ascii("burritio"), "burrito"), + (UniCase::ascii("transparentcy"), "transparency"), + (UniCase::ascii("institutionella"), "institutional"), + (UniCase::ascii("businesss"), "businesses"), + (UniCase::ascii("privaleged"), "privileged"), + (UniCase::ascii("demonise"), "demonize"), + (UniCase::ascii("adolescant"), "adolescent"), + (UniCase::ascii("blasphmey"), "blasphemy"), + (UniCase::ascii("formalisation"), "formalization"), + (UniCase::ascii("humants"), "humanist"), + (UniCase::ascii("unsespecting"), "unsuspecting"), + (UniCase::ascii("thnakyou"), "thankyou"), + (UniCase::ascii("suspitions"), "suspicions"), + (UniCase::ascii("libertatian"), "libertarian"), + (UniCase::ascii("adroable"), "adorable"), + (UniCase::ascii("falshes"), "flashes"), + (UniCase::ascii("questionning"), "questioning"), + (UniCase::ascii("representationen"), "representations"), + (UniCase::ascii("satirises"), "satirizes"), + (UniCase::ascii("aquisition"), "acquisition"), + (UniCase::ascii("matierals"), "materials"), + (UniCase::ascii("neccesary"), "necessary"), + (UniCase::ascii("carbonising"), "carbonizing"), + (UniCase::ascii("probaly"), "probably"), + (UniCase::ascii("vurnerability"), "vulnerability"), + (UniCase::ascii("abosrbed"), "absorbed"), + (UniCase::ascii("innersection"), "intersection"), + (UniCase::ascii("introducion"), "introduction"), + (UniCase::ascii("masturabting"), "masturbating"), + (UniCase::ascii("collequial"), "colloquial"), + (UniCase::ascii("dissapear"), "disappear"), + (UniCase::ascii("desentizised"), "desensitized"), + (UniCase::ascii("ocasionaly"), "occasionally"), + (UniCase::ascii("passabe"), "passable"), + (UniCase::ascii("renaiisance"), "renaissance"), + (UniCase::ascii("denominaton"), "denomination"), + (UniCase::ascii("patenterad"), "patented"), + (UniCase::ascii("transmisson"), "transmission"), + (UniCase::ascii("minneosta"), "minnesota"), + (UniCase::ascii("entoxication"), "intoxication"), + (UniCase::ascii("ignornace"), "ignorance"), + (UniCase::ascii("condomnation"), "condemnation"), + (UniCase::ascii("fucntion"), "function"), + (UniCase::ascii("adpater"), "adapter"), + (UniCase::ascii("misundertsanding"), "misunderstandings"), + (UniCase::ascii("crowm"), "crown"), + (UniCase::ascii("simplifiing"), "simplifying"), + (UniCase::ascii("recreatie"), "recreate"), + (UniCase::ascii("hvae"), "have"), + (UniCase::ascii("rationaly"), "rationally"), + (UniCase::ascii("symobls"), "symbols"), + (UniCase::ascii("organizate"), "organize"), + (UniCase::ascii("dispostion"), "disposition"), + (UniCase::ascii("applicato"), "application"), + (UniCase::ascii("cheslea"), "chelsea"), + (UniCase::ascii("seskatchewan"), "saskatchewan"), + (UniCase::ascii("replacemnt"), "replacement"), + (UniCase::ascii("gunslanger"), "gunslinger"), + (UniCase::ascii("stigmatise"), "stigmatize"), + (UniCase::ascii("associatin"), "associations"), + (UniCase::ascii("competation"), "computation"), + (UniCase::ascii("counselling"), "counseling"), + (UniCase::ascii("disproportionaltely"), "disproportionately"), + (UniCase::ascii("diversed"), "diverse"), + (UniCase::ascii("uncontrollablly"), "uncontrollably"), + (UniCase::ascii("comfortabley"), "comfortably"), + (UniCase::ascii("crucifiction"), "crucifixion"), + (UniCase::ascii("grenads"), "grenades"), + (UniCase::ascii("provencial"), "provincial"), + (UniCase::ascii("reinitalizes"), "reinitializes"), + (UniCase::ascii("swedisch"), "swedish"), + (UniCase::ascii("unqiuely"), "uniquely"), + (UniCase::ascii("ocasional"), "occasional"), + (UniCase::ascii("bejewelled"), "bejeweled"), + (UniCase::ascii("dealershits"), "dealerships"), + (UniCase::ascii("downvoteds"), "downvoters"), + (UniCase::ascii("poulations"), "populations"), + (UniCase::ascii("editorialised"), "editorialized"), + (UniCase::ascii("diagonsis"), "diagnosis"), + (UniCase::ascii("wellignton"), "wellington"), + (UniCase::ascii("microtransacions"), "microtransactions"), + (UniCase::ascii("jersyes"), "jerseys"), + (UniCase::ascii("periphereal"), "peripheral"), + (UniCase::ascii("immitated"), "imitated"), + (UniCase::ascii("deliberante"), "deliberate"), + (UniCase::ascii("availabillity"), "availability"), + (UniCase::ascii("activistion"), "activision"), + (UniCase::ascii("redunduncy"), "redundancy"), + (UniCase::ascii("analysie"), "analyse"), + (UniCase::ascii("reflectie"), "reflective"), + (UniCase::ascii("unreasonbly"), "unreasonably"), + (UniCase::ascii("inocence"), "innocence"), + (UniCase::ascii("peripheals"), "peripherals"), + (UniCase::ascii("androidtvs"), "androids"), + (UniCase::ascii("resolutino"), "resolutions"), + (UniCase::ascii("periodes"), "periods"), + (UniCase::ascii("psychoanalysing"), "psychoanalyzing"), + (UniCase::ascii("consolitated"), "consolidate"), + (UniCase::ascii("unisntall"), "uninstall"), + (UniCase::ascii("artistas"), "artists"), + (UniCase::ascii("delaership"), "dealership"), + (UniCase::ascii("affliation"), "affliction"), + (UniCase::ascii("compulsary"), "compulsory"), + (UniCase::ascii("gerogia"), "georgia"), + (UniCase::ascii("essesital"), "essential"), + (UniCase::ascii("imperically"), "empirically"), + (UniCase::ascii("paraniod"), "paranoid"), + (UniCase::ascii("uninitalized"), "uninitialized"), + (UniCase::ascii("memorised"), "memorized"), + (UniCase::ascii("progresive"), "progressive"), + (UniCase::ascii("shakepseare"), "shakespeare"), + (UniCase::ascii("naploeon"), "napoleon"), + (UniCase::ascii("simplyfied"), "simplified"), + (UniCase::ascii("mirrord"), "mirrored"), + (UniCase::ascii("downstar"), "downstairs"), + (UniCase::ascii("sciencists"), "scientists"), + (UniCase::ascii("refirgerator"), "refrigerator"), + (UniCase::ascii("battlefied"), "battlefield"), + (UniCase::ascii("substiture"), "substitute"), + (UniCase::ascii("privatises"), "privatizes"), + (UniCase::ascii("bewteen"), "between"), + (UniCase::ascii("microcender"), "microcenter"), + (UniCase::ascii("covnersation"), "conservation"), + (UniCase::ascii("subsizided"), "subsidized"), + (UniCase::ascii("obvoius"), "obvious"), + (UniCase::ascii("compleet"), "complete"), + (UniCase::ascii("saskatchewn"), "saskatchewan"), + (UniCase::ascii("demandes"), "demands"), + (UniCase::ascii("economistes"), "economists"), + (UniCase::ascii("communters"), "commenters"), + (UniCase::ascii("elementay"), "elementary"), + (UniCase::ascii("revelaiton"), "revelations"), + (UniCase::ascii("confussions"), "confessions"), + (UniCase::ascii("electoratul"), "electoral"), + (UniCase::ascii("destiney"), "destiny"), + (UniCase::ascii("owudl"), "would"), + (UniCase::ascii("permisions"), "permission"), + (UniCase::ascii("supplemant"), "supplemental"), + (UniCase::ascii("immobilisation"), "immobilization"), + (UniCase::ascii("gothenberg"), "gothenburg"), + (UniCase::ascii("barracs"), "barracks"), + (UniCase::ascii("exhibitons"), "exhibits"), + (UniCase::ascii("magneisum"), "magnesium"), + (UniCase::ascii("tath"), "that"), + (UniCase::ascii("insentivises"), "insensitive"), + (UniCase::ascii("misinterpretting"), "misinterpreting"), + (UniCase::ascii("outrageouly"), "outrageously"), + (UniCase::ascii("liberalim"), "liberalism"), + (UniCase::ascii("firends"), "friends"), + (UniCase::ascii("concequences"), "consequences"), + (UniCase::ascii("encription"), "encryption"), + (UniCase::ascii("instruktion"), "instruction"), + (UniCase::ascii("cheeseburguers"), "cheeseburgers"), + (UniCase::ascii("nutrutional"), "nutritional"), + (UniCase::ascii("implicati"), "implicit"), + (UniCase::ascii("torandoes"), "tornadoes"), + (UniCase::ascii("decpetion"), "deception"), + (UniCase::ascii("fomed"), "formed"), + (UniCase::ascii("athlets"), "athletes"), + (UniCase::ascii("observible"), "observable"), + (UniCase::ascii("vulnerabilty"), "vulnerability"), + (UniCase::ascii("fascinatie"), "fascinated"), + (UniCase::ascii("fingertops"), "fingertips"), + (UniCase::ascii("sympathised"), "sympathized"), + (UniCase::ascii("vaporises"), "vaporizes"), + (UniCase::ascii("currenty"), "currently"), + (UniCase::ascii("statuets"), "statutes"), + (UniCase::ascii("abudance"), "abundance"), + (UniCase::ascii("inaccruate"), "inaccurate"), + (UniCase::ascii("reveiwer"), "reviewer"), + (UniCase::ascii("seige"), "siege"), + (UniCase::ascii("simultaenously"), "simultaneously"), + (UniCase::ascii("lightneing"), "lightening"), + (UniCase::ascii("cricitising"), "criticising"), + (UniCase::ascii("ddoging"), "dodging"), + (UniCase::ascii("labriynth"), "labyrinth"), + (UniCase::ascii("administratiei"), "administrative"), + (UniCase::ascii("masogynistic"), "misogynistic"), + (UniCase::ascii("bureaocratic"), "bureaucratic"), + (UniCase::ascii("overwheliming"), "overwhelming"), + (UniCase::ascii("unheathly"), "unhealthy"), + (UniCase::ascii("fullscrean"), "fullscreen"), + (UniCase::ascii("emmisary"), "emissary"), + (UniCase::ascii("proponet"), "proponents"), + (UniCase::ascii("vaccum"), "vacuum"), + (UniCase::ascii("conneciton"), "connection"), + (UniCase::ascii("indentical"), "identical"), + (UniCase::ascii("recompence"), "recompense"), + (UniCase::ascii("highalnder"), "highlander"), + (UniCase::ascii("neighbourhoods"), "neighborhoods"), + (UniCase::ascii("professin"), "professions"), + (UniCase::ascii("prosectuion"), "prosecution"), + (UniCase::ascii("emplore"), "employer"), + (UniCase::ascii("literative"), "literate"), + (UniCase::ascii("freedos"), "freedoms"), + (UniCase::ascii("adovcates"), "advocates"), + (UniCase::ascii("organes"), "organise"), + (UniCase::ascii("tabacco"), "tobacco"), + (UniCase::ascii("peninsual"), "peninsula"), + (UniCase::ascii("despiste"), "despise"), + (UniCase::ascii("versatiliy"), "versatility"), + (UniCase::ascii("acceptence"), "acceptance"), + (UniCase::ascii("probabilty"), "probability"), + (UniCase::ascii("evaulating"), "evaluating"), + (UniCase::ascii("alrington"), "arlington"), + (UniCase::ascii("amking"), "making"), + (UniCase::ascii("forgivens"), "forgiveness"), + (UniCase::ascii("revloves"), "revolves"), + (UniCase::ascii("adviseur"), "adviser"), + (UniCase::ascii("exaggeratting"), "exaggerating"), + (UniCase::ascii("druming"), "drumming"), + (UniCase::ascii("apocaplyse"), "apocalypse"), + (UniCase::ascii("intutively"), "intuitively"), + (UniCase::ascii("fantasised"), "fantasized"), + (UniCase::ascii("transmorfers"), "transformer"), + (UniCase::ascii("commerorative"), "commemorative"), + (UniCase::ascii("concreet"), "concrete"), + (UniCase::ascii("narcisisst"), "narcissist"), + (UniCase::ascii("succesive"), "successive"), + (UniCase::ascii("incremetal"), "incremental"), + (UniCase::ascii("religous"), "religious"), + (UniCase::ascii("initalisation"), "initialisation"), + (UniCase::ascii("inpsire"), "inspire"), + (UniCase::ascii("awkawrdly"), "awkwardly"), + (UniCase::ascii("mechanising"), "mechanizing"), + (UniCase::ascii("scnadinavian"), "scandinavian"), + (UniCase::ascii("elephantis"), "elephants"), + (UniCase::ascii("familair"), "familiar"), + (UniCase::ascii("diagnoal"), "diagonal"), + (UniCase::ascii("gunlsinger"), "gunslinger"), + (UniCase::ascii("vulernability"), "vulnerability"), + (UniCase::ascii("optinally"), "optimally"), + (UniCase::ascii("interpritations"), "interpretations"), + (UniCase::ascii("vitailty"), "vitality"), + (UniCase::ascii("socioeconimic"), "socioeconomic"), + (UniCase::ascii("fortuantely"), "fortunately"), + (UniCase::ascii("miltary"), "military"), + (UniCase::ascii("ocuntries"), "countries"), + (UniCase::ascii("nationaly"), "nationally"), + (UniCase::ascii("cletics"), "celtics"), + (UniCase::ascii("intertvined"), "intertwined"), + (UniCase::ascii("underminning"), "undermining"), + (UniCase::ascii("sweetshart"), "sweetheart"), + (UniCase::ascii("pahtfinder"), "pathfinder"), + (UniCase::ascii("intruduces"), "introduces"), + (UniCase::ascii("hypocracy"), "hypocrisy"), + (UniCase::ascii("californica"), "california"), + (UniCase::ascii("initisl"), "initials"), + (UniCase::ascii("sepearte"), "seperate"), + (UniCase::ascii("hydrualic"), "hydraulic"), + (UniCase::ascii("arised"), "arose"), + (UniCase::ascii("percepted"), "perceived"), + (UniCase::ascii("dependente"), "dependence"), + (UniCase::ascii("asteorid"), "asteroid"), + (UniCase::ascii("microwavees"), "microwaves"), + (UniCase::ascii("metagaem"), "metagame"), + (UniCase::ascii("diarreha"), "diarrhea"), + (UniCase::ascii("mulitplayer"), "multiplayer"), + (UniCase::ascii("columsn"), "columns"), + (UniCase::ascii("oftenly"), "often"), + (UniCase::ascii("sexuallly"), "sexually"), + (UniCase::ascii("cutsence"), "cutscene"), + (UniCase::ascii("ulitmatum"), "ultimatum"), + (UniCase::ascii("murdererd"), "murdered"), + (UniCase::ascii("hapmshire"), "hampshire"), + (UniCase::ascii("narcisisstic"), "narcissistic"), + (UniCase::ascii("tortiose"), "tortoise"), + (UniCase::ascii("introvers"), "introverts"), + (UniCase::ascii("kidnergarten"), "kindergarten"), + (UniCase::ascii("recuriters"), "recruiters"), + (UniCase::ascii("marganilize"), "marginalized"), + (UniCase::ascii("purpotedly"), "purportedly"), + (UniCase::ascii("happends"), "happens"), + (UniCase::ascii("cataclsym"), "cataclysm"), + (UniCase::ascii("blackade"), "blacked"), + (UniCase::ascii("inevitabily"), "inevitably"), + (UniCase::ascii("propriatery"), "proprietary"), + (UniCase::ascii("wheras"), "whereas"), + (UniCase::ascii("startegy"), "strategy"), + (UniCase::ascii("professiinal"), "professionalism"), + (UniCase::ascii("avataras"), "avatars"), + (UniCase::ascii("collectes"), "collects"), + (UniCase::ascii("squirrles"), "squirrels"), + (UniCase::ascii("overwhlemingly"), "overwhelmingly"), + (UniCase::ascii("astronuats"), "astronauts"), + (UniCase::ascii("hestiant"), "hesitant"), + (UniCase::ascii("componants"), "components"), + (UniCase::ascii("monumentous"), "monuments"), + (UniCase::ascii("abominaton"), "abomination"), + (UniCase::ascii("exceptionaly"), "exceptionally"), + (UniCase::ascii("performas"), "performs"), + (UniCase::ascii("gundamentalists"), "fundamentalists"), + (UniCase::ascii("communicatie"), "communicate"), + (UniCase::ascii("visualizaton"), "visualization"), + (UniCase::ascii("efficeintly"), "efficiently"), + (UniCase::ascii("pscyhiatrists"), "psychiatrists"), + (UniCase::ascii("vegansim"), "veganism"), + (UniCase::ascii("encycolpedia"), "encyclopedia"), + (UniCase::ascii("stregnthening"), "strengthening"), + (UniCase::ascii("colgone"), "cologne"), + (UniCase::ascii("commentaar"), "commentary"), + (UniCase::ascii("liteicon"), "litecoin"), + (UniCase::ascii("knowladgable"), "knowledgable"), + (UniCase::ascii("persocuted"), "persecuted"), + (UniCase::ascii("arbours"), "arbors"), + (UniCase::ascii("consideribly"), "considerably"), + (UniCase::ascii("defautls"), "defaults"), + (UniCase::ascii("superficiel"), "superficial"), + (UniCase::ascii("hybridus"), "hybrids"), + (UniCase::ascii("destabilising"), "destabilizing"), + (UniCase::ascii("heroicas"), "heroics"), + (UniCase::ascii("interrogato"), "interrogation"), + (UniCase::ascii("lifesytles"), "lifestyles"), + (UniCase::ascii("versitlity"), "versatility"), + (UniCase::ascii("frequensies"), "frequencies"), + (UniCase::ascii("adovcacy"), "advocacy"), + (UniCase::ascii("definetly"), "definitely"), + (UniCase::ascii("unrelaible"), "unreliable"), + (UniCase::ascii("heartborne"), "heartbroken"), + (UniCase::ascii("pedictions"), "depictions"), + (UniCase::ascii("ukriane"), "ukraine"), + (UniCase::ascii("calssify"), "classify"), + (UniCase::ascii("committs"), "commits"), + (UniCase::ascii("phyisology"), "physiology"), + (UniCase::ascii("stregnthen"), "strengthen"), + (UniCase::ascii("butterfies"), "butterflies"), + (UniCase::ascii("oppossed"), "opposed"), + (UniCase::ascii("jamaicains"), "jamaican"), + (UniCase::ascii("efel"), "evil"), + (UniCase::ascii("refrigarator"), "refrigerator"), + (UniCase::ascii("recongizable"), "recognizable"), + (UniCase::ascii("sarcasim"), "sarcasm"), + (UniCase::ascii("immenseley"), "immensely"), + (UniCase::ascii("threatenes"), "threatens"), + (UniCase::ascii("moisturised"), "moisturized"), + (UniCase::ascii("staggaring"), "staggering"), + (UniCase::ascii("euthanaisa"), "euthanasia"), + (UniCase::ascii("unprotexted"), "unprotected"), + (UniCase::ascii("enthusisast"), "enthusiasts"), + (UniCase::ascii("retardatron"), "retardation"), + (UniCase::ascii("dimensiones"), "dimensions"), + (UniCase::ascii("stormfrount"), "stormfront"), + (UniCase::ascii("authrorities"), "authorities"), + (UniCase::ascii("steathly"), "stealthy"), + (UniCase::ascii("duelled"), "dueled"), + (UniCase::ascii("lecteurs"), "lectures"), + (UniCase::ascii("attmepted"), "attempted"), + (UniCase::ascii("defetead"), "defeated"), + (UniCase::ascii("mould"), "mold"), + (UniCase::ascii("manufacturerd"), "manufactured"), + (UniCase::ascii("jounralist"), "journalist"), + (UniCase::ascii("survaillence"), "surveillance"), + (UniCase::ascii("atmosphir"), "atmospheric"), + (UniCase::ascii("favourie"), "favourites"), + (UniCase::ascii("prostituto"), "prostitution"), + (UniCase::ascii("ceromony"), "ceremony"), + (UniCase::ascii("pedophilies"), "pedophile"), + (UniCase::ascii("portalis"), "portals"), + (UniCase::ascii("decriminalisation"), "decriminalization"), + (UniCase::ascii("portrayl"), "portrayal"), + (UniCase::ascii("passivised"), "passivized"), + (UniCase::ascii("foricbly"), "forcibly"), + (UniCase::ascii("literae"), "literate"), + (UniCase::ascii("inconsequencial"), "inconsequential"), + (UniCase::ascii("imediately"), "immediately"), + (UniCase::ascii("alturistic"), "altruistic"), + (UniCase::ascii("eclispe"), "eclipse"), + (UniCase::ascii("challengr"), "challenger"), + (UniCase::ascii("intolerent"), "intolerant"), + (UniCase::ascii("teleporing"), "teleporting"), + (UniCase::ascii("conservativsm"), "conservatism"), + (UniCase::ascii("distribitor"), "distributor"), + (UniCase::ascii("lesiure"), "leisure"), + (UniCase::ascii("archtypes"), "archetypes"), + (UniCase::ascii("unrealitic"), "unrealistic"), + (UniCase::ascii("sergent"), "sergeant"), + (UniCase::ascii("pakistanais"), "pakistani"), + (UniCase::ascii("ptichforks"), "pitchforks"), + (UniCase::ascii("misdameanor"), "misdemeanor"), + (UniCase::ascii("jaguras"), "jaguars"), + (UniCase::ascii("hypocricy"), "hypocrisy"), + (UniCase::ascii("fractalers"), "fractals"), + (UniCase::ascii("aquaintance"), "acquaintance"), + (UniCase::ascii("samuari"), "samurai"), + (UniCase::ascii("blaim"), "blame"), + (UniCase::ascii("dependancy"), "dependency"), + (UniCase::ascii("accomadated"), "accommodated"), + (UniCase::ascii("nationailty"), "nationality"), + (UniCase::ascii("parterns"), "partners"), + (UniCase::ascii("undenaibly"), "undeniably"), + (UniCase::ascii("wednseday"), "wednesday"), + (UniCase::ascii("fiercly"), "fiercely"), + (UniCase::ascii("lisense"), "license"), + (UniCase::ascii("seperated"), "separated"), + (UniCase::ascii("adatper"), "adapter"), + (UniCase::ascii("florene"), "florence"), + (UniCase::ascii("definitivno"), "definition"), + (UniCase::ascii("hurrikanes"), "hurricanes"), + (UniCase::ascii("swiming"), "swimming"), + (UniCase::ascii("inquisiter"), "inquisitor"), + (UniCase::ascii("disentry"), "dysentery"), + (UniCase::ascii("faeces"), "feces"), + (UniCase::ascii("metorpolitan"), "metropolitan"), + (UniCase::ascii("nautiuls"), "nautilus"), + (UniCase::ascii("trasnportation"), "transportation"), + (UniCase::ascii("contingecy"), "contingency"), + (UniCase::ascii("scholarstic"), "scholastic"), + (UniCase::ascii("sargant"), "sergeant"), + (UniCase::ascii("photagrapher"), "photographer"), + (UniCase::ascii("whsiper"), "whisper"), + (UniCase::ascii("bookmakrs"), "bookmarks"), + (UniCase::ascii("physiologial"), "physiological"), + (UniCase::ascii("vaccinaties"), "vaccinate"), + (UniCase::ascii("proportians"), "proportions"), + (UniCase::ascii("absorpsion"), "absorption"), + (UniCase::ascii("registraion"), "registration"), + (UniCase::ascii("authobiographic"), "autobiographic"), + (UniCase::ascii("eraticly"), "erratically"), + (UniCase::ascii("climbes"), "climbers"), + (UniCase::ascii("contraversy"), "controversy"), + (UniCase::ascii("constantivs"), "constants"), + (UniCase::ascii("perspectief"), "perspective"), + (UniCase::ascii("electrobytes"), "electrolytes"), + (UniCase::ascii("vulnerabil"), "vulnerable"), + (UniCase::ascii("momentos"), "moments"), + (UniCase::ascii("sympathiers"), "sympathizers"), + (UniCase::ascii("calcualte"), "calculate"), + (UniCase::ascii("lighthours"), "lighthouse"), + (UniCase::ascii("physicks"), "physics"), + (UniCase::ascii("templeos"), "temples"), + (UniCase::ascii("commodites"), "commodities"), + (UniCase::ascii("disposicion"), "disposition"), + (UniCase::ascii("parachutte"), "parachute"), + (UniCase::ascii("spacebr"), "spacebar"), + (UniCase::ascii("expemtions"), "exemptions"), + (UniCase::ascii("randomus"), "randoms"), + (UniCase::ascii("intertwinded"), "intertwined"), + (UniCase::ascii("counseil"), "counsel"), + (UniCase::ascii("respiratiory"), "respiratory"), + (UniCase::ascii("industrialied"), "industrialized"), + (UniCase::ascii("accidential"), "accidental"), + (UniCase::ascii("cerberal"), "cerebral"), + (UniCase::ascii("serbain"), "serbian"), + (UniCase::ascii("thermomoter"), "thermometer"), + (UniCase::ascii("anmesia"), "amnesia"), + (UniCase::ascii("synthesising"), "synthesizing"), + (UniCase::ascii("playbody"), "playboy"), + (UniCase::ascii("mathamatics"), "mathematics"), + (UniCase::ascii("necromamcer"), "necromancer"), + (UniCase::ascii("exprensive"), "expressive"), + (UniCase::ascii("islamiskt"), "islamist"), + (UniCase::ascii("developmet"), "developments"), + (UniCase::ascii("operationable"), "operational"), + (UniCase::ascii("fictionalising"), "fictionalizing"), + (UniCase::ascii("chequebook"), "checkbook"), + (UniCase::ascii("idiologically"), "ideologically"), + (UniCase::ascii("operacional"), "operational"), + (UniCase::ascii("appoitnments"), "appointments"), + (UniCase::ascii("compitability"), "compatibility"), + (UniCase::ascii("asbestoast"), "asbestos"), + (UniCase::ascii("ungreatfull"), "ungrateful"), + (UniCase::ascii("instrament"), "instrument"), + (UniCase::ascii("insualted"), "insulated"), + (UniCase::ascii("asethetics"), "aesthetics"), + (UniCase::ascii("economicos"), "economics"), + (UniCase::ascii("partiots"), "patriots"), + (UniCase::ascii("overwheling"), "overwhelming"), + (UniCase::ascii("gigbayte"), "gigabyte"), + (UniCase::ascii("responsiby"), "responsibly"), + (UniCase::ascii("dismanteled"), "dismantled"), + (UniCase::ascii("desinger"), "designer"), + (UniCase::ascii("importes"), "imports"), + (UniCase::ascii("twiligt"), "twilight"), + (UniCase::ascii("initmately"), "intimately"), + (UniCase::ascii("reiceved"), "recieved"), + (UniCase::ascii("metabolitic"), "metabolic"), + (UniCase::ascii("scropion"), "scorpion"), + (UniCase::ascii("neurologial"), "neurological"), + (UniCase::ascii("paramaters"), "parameters"), + (UniCase::ascii("homewoners"), "homeowners"), + (UniCase::ascii("familairize"), "familiarize"), + (UniCase::ascii("tentacuel"), "tentacle"), + (UniCase::ascii("democarcies"), "democracies"), + (UniCase::ascii("stringnet"), "stringent"), + (UniCase::ascii("subtelty"), "subtlety"), + (UniCase::ascii("guarnateed"), "guaranteed"), + (UniCase::ascii("producting"), "production"), + (UniCase::ascii("anticiaption"), "anticipation"), + (UniCase::ascii("suppresssion"), "suppression"), + (UniCase::ascii("birthdayers"), "birthdays"), + (UniCase::ascii("demoloshed"), "demolished"), + (UniCase::ascii("hyponsis"), "hypnosis"), + (UniCase::ascii("exclucivity"), "exclusivity"), + (UniCase::ascii("progresing"), "progressing"), + (UniCase::ascii("narcisst"), "narcissist"), + (UniCase::ascii("initalisms"), "initialisms"), + (UniCase::ascii("automodertor"), "automoderator"), + (UniCase::ascii("passionale"), "passionately"), + (UniCase::ascii("californnia"), "californian"), + (UniCase::ascii("prosocution"), "prosecution"), + (UniCase::ascii("naugthy"), "naughty"), + (UniCase::ascii("unlikey"), "unlikely"), + (UniCase::ascii("bastars"), "bastards"), + (UniCase::ascii("encahnting"), "enchanting"), + (UniCase::ascii("distribuent"), "distribute"), + (UniCase::ascii("insturction"), "instruction"), + (UniCase::ascii("characteristcs"), "characteristics"), + (UniCase::ascii("awesomenss"), "awesomeness"), + (UniCase::ascii("campaing"), "campaign"), + (UniCase::ascii("italianess"), "italians"), + (UniCase::ascii("devloved"), "devolved"), + (UniCase::ascii("eles"), "eels"), + (UniCase::ascii("miscelaneous"), "miscellaneous"), + (UniCase::ascii("sylablle"), "syllable"), + (UniCase::ascii("heigher"), "higher"), + (UniCase::ascii("weakneses"), "weakness"), + (UniCase::ascii("berkelely"), "berkeley"), + (UniCase::ascii("recurits"), "recruits"), + (UniCase::ascii("monestary"), "monastery"), + (UniCase::ascii("agruable"), "arguable"), + (UniCase::ascii("dinosar"), "dinosaur"), + (UniCase::ascii("rewtched"), "wretched"), + (UniCase::ascii("revelant"), "relevant"), + (UniCase::ascii("commonhealth"), "commonwealth"), + (UniCase::ascii("fomaing"), "foaming"), + (UniCase::ascii("variey"), "variety"), + (UniCase::ascii("unsubscirbe"), "unsubscribe"), + (UniCase::ascii("bandwidht"), "bandwidth"), + (UniCase::ascii("crtical"), "critical"), + (UniCase::ascii("healthyest"), "healthiest"), + (UniCase::ascii("steriotypical"), "stereotypical"), + (UniCase::ascii("respwan"), "respawn"), + (UniCase::ascii("persuing"), "pursuing"), + (UniCase::ascii("prefectly"), "perfectly"), + (UniCase::ascii("sunderlund"), "sunderland"), + (UniCase::ascii("familiarising"), "familiarizing"), + (UniCase::ascii("complecations"), "complications"), + (UniCase::ascii("modifires"), "modifiers"), + (UniCase::ascii("soberity"), "sobriety"), + (UniCase::ascii("denationalisation"), "denationalization"), + (UniCase::ascii("frecklers"), "freckles"), + (UniCase::ascii("opitmal"), "optimal"), + (UniCase::ascii("constituion"), "constitution"), + (UniCase::ascii("anonmyously"), "anonymously"), + (UniCase::ascii("characterisitics"), "characteristics"), + (UniCase::ascii("sucide"), "suicide"), + (UniCase::ascii("carrotts"), "carrots"), + (UniCase::ascii("grandchildern"), "grandchildren"), + (UniCase::ascii("courtey"), "courtesy"), + (UniCase::ascii("sacrificas"), "sacrifices"), + (UniCase::ascii("antibiodics"), "antibiotics"), + (UniCase::ascii("documentories"), "documentaries"), + (UniCase::ascii("irreverant"), "irrelevant"), + (UniCase::ascii("suspisions"), "suspicions"), + (UniCase::ascii("demenstration"), "demonstration"), + (UniCase::ascii("clangour"), "clangor"), + (UniCase::ascii("fasicst"), "fascist"), + (UniCase::ascii("uninteresed"), "uninterested"), + (UniCase::ascii("envinroment"), "environments"), + (UniCase::ascii("explodeds"), "explodes"), + (UniCase::ascii("interstelar"), "interstellar"), + (UniCase::ascii("physciatric"), "psychiatric"), + (UniCase::ascii("sceptic"), "skeptic"), + (UniCase::ascii("israelies"), "israelis"), + (UniCase::ascii("potrayed"), "portrayed"), + (UniCase::ascii("promethesus"), "prometheus"), + (UniCase::ascii("foregroud"), "foreground"), + (UniCase::ascii("undecideable"), "undecidable"), + (UniCase::ascii("inctroduce"), "introduce"), + (UniCase::ascii("surviellance"), "surveillance"), + (UniCase::ascii("minimised"), "minimized"), + (UniCase::ascii("displayes"), "displays"), + (UniCase::ascii("offensivly"), "offensively"), + (UniCase::ascii("architexture"), "architecture"), + (UniCase::ascii("wallpapr"), "wallpapers"), + (UniCase::ascii("plateu"), "plateau"), + (UniCase::ascii("successsion"), "succession"), + (UniCase::ascii("compliation"), "compilation"), + (UniCase::ascii("invovling"), "involving"), + (UniCase::ascii("accidentley"), "accidently"), + (UniCase::ascii("playofs"), "playoffs"), + (UniCase::ascii("decoratin"), "decorations"), + (UniCase::ascii("twon"), "town"), + (UniCase::ascii("rictatorship"), "dictatorship"), + (UniCase::ascii("neglicence"), "negligence"), + (UniCase::ascii("appologies"), "apologies"), + (UniCase::ascii("aqcuired"), "acquired"), + (UniCase::ascii("soudn"), "sound"), + (UniCase::ascii("probabiliste"), "probabilities"), + (UniCase::ascii("sacrifieced"), "sacrificed"), + (UniCase::ascii("immediatley"), "immediately"), + (UniCase::ascii("assosiating"), "associating"), + (UniCase::ascii("inderictly"), "indirectly"), + (UniCase::ascii("librarse"), "libraries"), + (UniCase::ascii("oppresso"), "oppression"), + (UniCase::ascii("dimineshes"), "diminishes"), + (UniCase::ascii("infornt"), "infront"), + (UniCase::ascii("repositiory"), "repository"), + (UniCase::ascii("godlberg"), "goldberg"), + (UniCase::ascii("equivilant"), "equivalent"), + (UniCase::ascii("provervial"), "proverbial"), + (UniCase::ascii("univerisites"), "universities"), + (UniCase::ascii("contiunity"), "continuity"), + (UniCase::ascii("unbeatbale"), "unbeatable"), + (UniCase::ascii("confidenly"), "confidently"), + (UniCase::ascii("scrutiney"), "scrutiny"), + (UniCase::ascii("seflishness"), "selfishness"), + (UniCase::ascii("picthforks"), "pitchforks"), + (UniCase::ascii("identificato"), "identification"), + (UniCase::ascii("statisitc"), "statistic"), + (UniCase::ascii("chronicels"), "chronicles"), + (UniCase::ascii("vegetairan"), "vegetarians"), + (UniCase::ascii("amercias"), "americas"), + (UniCase::ascii("photograpphed"), "photographed"), + (UniCase::ascii("unsavoury"), "unsavory"), + (UniCase::ascii("disconnets"), "disconnects"), + (UniCase::ascii("caucasin"), "caucasian"), + (UniCase::ascii("specializeds"), "specializes"), + (UniCase::ascii("competiveness"), "competitiveness"), + (UniCase::ascii("performacne"), "performances"), + (UniCase::ascii("propagana"), "propaganda"), + (UniCase::ascii("withdrawalls"), "withdrawals"), + (UniCase::ascii("publicher"), "publisher"), + (UniCase::ascii("uniquiness"), "uniqueness"), + (UniCase::ascii("halluzinations"), "hallucinations"), + (UniCase::ascii("temporali"), "temporarily"), + (UniCase::ascii("democract"), "democrat"), + (UniCase::ascii("photograhper"), "photographer"), + (UniCase::ascii("malasyian"), "malaysian"), + (UniCase::ascii("campain"), "campaign"), + (UniCase::ascii("overwhelemd"), "overwhelmed"), + (UniCase::ascii("dualtiy"), "duality"), + (UniCase::ascii("heaviliy"), "heavily"), + (UniCase::ascii("disguisted"), "disguise"), + (UniCase::ascii("fountian"), "fountain"), + (UniCase::ascii("horading"), "hoarding"), + (UniCase::ascii("disgarees"), "disagrees"), + (UniCase::ascii("shcolars"), "scholars"), + (UniCase::ascii("pushpus"), "pushups"), + (UniCase::ascii("sanlder"), "sandler"), + (UniCase::ascii("extravegant"), "extravagant"), + (UniCase::ascii("apprentie"), "apprentice"), + (UniCase::ascii("hellucination"), "hallucination"), + (UniCase::ascii("endorces"), "endorse"), + (UniCase::ascii("juipter"), "jupiter"), + (UniCase::ascii("dissapoimted"), "dissapointed"), + (UniCase::ascii("flawess"), "flawless"), + (UniCase::ascii("misundersranding"), "misunderstandings"), + (UniCase::ascii("intillectual"), "intellectual"), + (UniCase::ascii("haemophiliac"), "hemophiliac"), + (UniCase::ascii("constaints"), "constraints"), + (UniCase::ascii("metephysical"), "metaphysical"), + (UniCase::ascii("grassrooters"), "grassroots"), + (UniCase::ascii("intellectuel"), "intellectual"), + (UniCase::ascii("incarcelated"), "incarcerated"), + (UniCase::ascii("eiter"), "either"), + (UniCase::ascii("knowledgeble"), "knowledgeable"), + (UniCase::ascii("exicting"), "exciting"), + (UniCase::ascii("cholocate"), "chocolate"), + (UniCase::ascii("regardes"), "regards"), + (UniCase::ascii("invlove"), "involve"), + (UniCase::ascii("laboraty"), "laboratory"), + (UniCase::ascii("terrorsim"), "terrorism"), + (UniCase::ascii("unkonwn"), "unknown"), + (UniCase::ascii("traumatises"), "traumatizes"), + (UniCase::ascii("achiveing"), "achieving"), + (UniCase::ascii("silimiar"), "similiar"), + (UniCase::ascii("cigerattes"), "cigarettes"), + (UniCase::ascii("consisteny"), "consistency"), + (UniCase::ascii("consistentcy"), "consistently"), + (UniCase::ascii("definatelty"), "definately"), + (UniCase::ascii("transito"), "transition"), + (UniCase::ascii("throughtput"), "throughput"), + (UniCase::ascii("commercialise"), "commercialize"), + (UniCase::ascii("scholarley"), "scholarly"), + (UniCase::ascii("amrenian"), "armenian"), + (UniCase::ascii("occassionally"), "occasionally"), + (UniCase::ascii("parliment"), "parliament"), + (UniCase::ascii("disciplince"), "disciplines"), + (UniCase::ascii("orchestraded"), "orchestrated"), + (UniCase::ascii("distributons"), "distributors"), + (UniCase::ascii("annouced"), "announced"), + (UniCase::ascii("underpowererd"), "underpowered"), + (UniCase::ascii("suddnely"), "suddenly"), + (UniCase::ascii("infectation"), "infestation"), + (UniCase::ascii("enlsave"), "enslave"), + (UniCase::ascii("pomegranite"), "pomegranate"), + (UniCase::ascii("labelling"), "labeling"), + (UniCase::ascii("billioniare"), "billionaire"), + (UniCase::ascii("ajdectives"), "adjectives"), + (UniCase::ascii("infintiy"), "infinity"), + (UniCase::ascii("individuella"), "individual"), + (UniCase::ascii("emphatize"), "empathize"), + (UniCase::ascii("conotations"), "connotations"), + (UniCase::ascii("plantium"), "platinum"), + (UniCase::ascii("uncertainity"), "uncertainty"), + (UniCase::ascii("malaira"), "malaria"), + (UniCase::ascii("unihabited"), "uninhabited"), + (UniCase::ascii("dinosaures"), "dinosaurs"), + (UniCase::ascii("sustainble"), "sustainable"), + (UniCase::ascii("clanand"), "clannad"), + (UniCase::ascii("brakley"), "barkley"), + (UniCase::ascii("sriraca"), "sriracha"), + (UniCase::ascii("psychopants"), "psychopaths"), + (UniCase::ascii("horizantal"), "horizontal"), + (UniCase::ascii("prostiture"), "prostitute"), + (UniCase::ascii("circunstance"), "circumstance"), + (UniCase::ascii("successs"), "successes"), + (UniCase::ascii("protelariat"), "proletariat"), + (UniCase::ascii("improvemnt"), "improvement"), + (UniCase::ascii("subconcsious"), "subconscious"), + (UniCase::ascii("bureaucratische"), "bureaucratic"), + (UniCase::ascii("manufactued"), "manufactured"), + (UniCase::ascii("techinican"), "technician"), + (UniCase::ascii("excerising"), "exercising"), + (UniCase::ascii("consdider"), "consider"), + (UniCase::ascii("compatabile"), "compatible"), + (UniCase::ascii("ludcrious"), "ludicrous"), + (UniCase::ascii("treasurey"), "treasury"), + (UniCase::ascii("randomez"), "randomized"), + (UniCase::ascii("contriubte"), "contributes"), + (UniCase::ascii("recommeded"), "recommended"), + (UniCase::ascii("capitalises"), "capitalizes"), + (UniCase::ascii("schizophrentic"), "schizophrenic"), + (UniCase::ascii("documentating"), "documentation"), + (UniCase::ascii("environemntally"), "environmentally"), + (UniCase::ascii("defitenly"), "definetly"), + (UniCase::ascii("litecion"), "litecoin"), + (UniCase::ascii("utlrasound"), "ultrasound"), + (UniCase::ascii("cynicisim"), "cynicism"), + (UniCase::ascii("beliveable"), "believable"), + (UniCase::ascii("arbitary"), "arbitrary"), + (UniCase::ascii("gloabl"), "global"), + (UniCase::ascii("singature"), "signature"), + (UniCase::ascii("strenghen"), "strengthen"), + (UniCase::ascii("egytpian"), "egyptian"), + (UniCase::ascii("accelarated"), "accelerated"), + (UniCase::ascii("likelyhood"), "likelihood"), + (UniCase::ascii("steadilly"), "steadily"), + (UniCase::ascii("henious"), "heinous"), + (UniCase::ascii("distrubitors"), "distributors"), + (UniCase::ascii("hurrycanes"), "hurricanes"), + (UniCase::ascii("participatin"), "participation"), + (UniCase::ascii("transsexuel"), "transsexual"), + (UniCase::ascii("ploughing"), "plowing"), + (UniCase::ascii("finalisation"), "finalization"), + (UniCase::ascii("privilegeds"), "privileges"), + (UniCase::ascii("heteresexual"), "heterosexual"), + (UniCase::ascii("coridal"), "cordial"), + (UniCase::ascii("interpretares"), "interpreter"), + (UniCase::ascii("overclok"), "overclock"), + (UniCase::ascii("imcomplete"), "incomplete"), + (UniCase::ascii("lotharingen"), "lothringen"), + (UniCase::ascii("promiscuos"), "promiscuous"), + (UniCase::ascii("romanmania"), "romanian"), + (UniCase::ascii("cincinatti"), "cincinnati"), + (UniCase::ascii("collcetion"), "collections"), + (UniCase::ascii("grativational"), "gravitational"), + (UniCase::ascii("antiquited"), "antiquated"), + (UniCase::ascii("reaserch"), "research"), + (UniCase::ascii("reduncancy"), "redundancy"), + (UniCase::ascii("immediatly"), "immediately"), + (UniCase::ascii("engagaments"), "engagements"), + (UniCase::ascii("chernoybl"), "chernobyl"), + (UniCase::ascii("hurldes"), "hurdles"), + (UniCase::ascii("implementes"), "implements"), + (UniCase::ascii("brilliany"), "brilliantly"), + (UniCase::ascii("psycholigically"), "psychologically"), + (UniCase::ascii("entbook"), "netbook"), + (UniCase::ascii("dislikse"), "dislikes"), + (UniCase::ascii("catepillars"), "caterpillars"), + (UniCase::ascii("lifestiles"), "lifestyles"), + (UniCase::ascii("entartaining"), "entertaining"), + (UniCase::ascii("thermodynanics"), "thermodynamics"), + (UniCase::ascii("modernising"), "modernizing"), + (UniCase::ascii("alltogether"), "altogether"), + (UniCase::ascii("familiaries"), "familiarize"), + (UniCase::ascii("southernes"), "southerners"), + (UniCase::ascii("priotities"), "priorities"), + (UniCase::ascii("alege"), "allege"), + (UniCase::ascii("synonomy"), "synonym"), + (UniCase::ascii("conservite"), "conserve"), + (UniCase::ascii("lobbyistes"), "lobbyists"), + (UniCase::ascii("househoulds"), "households"), + (UniCase::ascii("inclinacion"), "inclination"), + (UniCase::ascii("contagiosum"), "contagious"), + (UniCase::ascii("refrigirator"), "refrigerator"), + (UniCase::ascii("cyrptic"), "cryptic"), + (UniCase::ascii("influenser"), "influences"), + (UniCase::ascii("mormones"), "mormons"), + (UniCase::ascii("dispensiary"), "dispensary"), + (UniCase::ascii("maneuveres"), "maneuvers"), + (UniCase::ascii("professionalsim"), "professionalism"), + (UniCase::ascii("stealthely"), "stealthy"), + (UniCase::ascii("frustratin"), "frustration"), + (UniCase::ascii("definitieve"), "definitive"), + (UniCase::ascii("bascily"), "basicly"), + (UniCase::ascii("regeneraton"), "regeneration"), + (UniCase::ascii("becamae"), "became"), + (UniCase::ascii("disciplies"), "disciplines"), + (UniCase::ascii("finacee"), "fiancee"), + (UniCase::ascii("philadelpha"), "philadelphia"), + (UniCase::ascii("laguages"), "languages"), + (UniCase::ascii("expentiture"), "expenditure"), + (UniCase::ascii("mischevious"), "mischievous"), + (UniCase::ascii("exoticos"), "exotics"), + (UniCase::ascii("australain"), "australians"), + (UniCase::ascii("palcebo"), "placebo"), + (UniCase::ascii("infektious"), "infectious"), + (UniCase::ascii("executings"), "executions"), + (UniCase::ascii("authorotative"), "authoritative"), + (UniCase::ascii("ubiquituous"), "ubiquitous"), + (UniCase::ascii("recepient"), "recipient"), + (UniCase::ascii("presentaion"), "presentation"), + (UniCase::ascii("godafther"), "godfather"), + (UniCase::ascii("organisere"), "organizers"), + (UniCase::ascii("victorinos"), "victorious"), + (UniCase::ascii("threshhold"), "threshold"), + (UniCase::ascii("sepina"), "subpoena"), + (UniCase::ascii("compinsation"), "compensation"), + (UniCase::ascii("implantase"), "implants"), + (UniCase::ascii("implimenting"), "implementing"), + (UniCase::ascii("initialling"), "initialing"), + (UniCase::ascii("demograhpics"), "demographics"), + (UniCase::ascii("sovereigny"), "sovereignty"), + (UniCase::ascii("recommented"), "recommended"), + (UniCase::ascii("hopeleslly"), "hopelessly"), + (UniCase::ascii("donwloads"), "downloads"), + (UniCase::ascii("stimulli"), "stimuli"), + (UniCase::ascii("simeltaneous"), "simultaneous"), + (UniCase::ascii("touranments"), "tournaments"), + (UniCase::ascii("paritally"), "partially"), + (UniCase::ascii("anaemic"), "anemic"), + (UniCase::ascii("accordian"), "accordion"), + (UniCase::ascii("fortunatelly"), "fortunately"), + (UniCase::ascii("evloving"), "evolving"), + (UniCase::ascii("convaluted"), "convoluted"), + (UniCase::ascii("soldeirs"), "soldiers"), + (UniCase::ascii("curiser"), "cruiser"), + (UniCase::ascii("hyperbrophy"), "hypertrophy"), + (UniCase::ascii("delearship"), "dealership"), + (UniCase::ascii("unworthly"), "unworthy"), + (UniCase::ascii("breasttaking"), "breathtaking"), + (UniCase::ascii("ibuprofine"), "ibuprofen"), + (UniCase::ascii("requierment"), "requirements"), + (UniCase::ascii("continus"), "continues"), + (UniCase::ascii("bitcion"), "bitcoin"), + (UniCase::ascii("benagls"), "bengals"), + (UniCase::ascii("chamiponship"), "championships"), + (UniCase::ascii("substituion"), "substitution"), + (UniCase::ascii("democratas"), "democrats"), + (UniCase::ascii("warrent"), "warrant"), + (UniCase::ascii("clitiros"), "clitoris"), + (UniCase::ascii("poralized"), "polarized"), + (UniCase::ascii("alternativos"), "alternatives"), + (UniCase::ascii("exclusivos"), "exclusives"), + (UniCase::ascii("radicalises"), "radicalizes"), + (UniCase::ascii("packadge"), "packaged"), + (UniCase::ascii("intermedite"), "intermediate"), + (UniCase::ascii("mobilitiy"), "mobility"), + (UniCase::ascii("inadvertantly"), "inadvertently"), + (UniCase::ascii("comiting"), "committing"), + (UniCase::ascii("cheeseburgare"), "cheeseburger"), + (UniCase::ascii("extradtion"), "extraction"), + (UniCase::ascii("organizatinal"), "organizational"), + (UniCase::ascii("reconnoitring"), "reconnoitering"), + (UniCase::ascii("ofcousre"), "ofcourse"), + (UniCase::ascii("tehnically"), "ethnically"), + (UniCase::ascii("exaggaration"), "exaggeration"), + (UniCase::ascii("reconnoitres"), "reconnoiters"), + (UniCase::ascii("experement"), "experiment"), + (UniCase::ascii("lesiban"), "lesbian"), + (UniCase::ascii("socioligical"), "sociological"), + (UniCase::ascii("sotryline"), "storyline"), + (UniCase::ascii("mircoscope"), "microscope"), + (UniCase::ascii("snese"), "sneeze"), + (UniCase::ascii("handrwiting"), "handwriting"), + (UniCase::ascii("tapitude"), "aptitude"), + (UniCase::ascii("condradictory"), "contradictory"), + (UniCase::ascii("transational"), "transitional"), + (UniCase::ascii("acceleread"), "accelerated"), + (UniCase::ascii("stiring"), "stirring"), + (UniCase::ascii("stratgey"), "strategy"), + (UniCase::ascii("coordinar"), "coordinator"), + (UniCase::ascii("accidens"), "accidents"), + (UniCase::ascii("squirrelling"), "squirreling"), + (UniCase::ascii("naturalising"), "naturalizing"), + (UniCase::ascii("influneced"), "influenced"), + (UniCase::ascii("indepednent"), "independents"), + (UniCase::ascii("depositd"), "deposited"), + (UniCase::ascii("simplificaiton"), "simplification"), + (UniCase::ascii("implementationen"), "implementations"), + (UniCase::ascii("acceptabil"), "acceptable"), + (UniCase::ascii("caluclation"), "calculation"), + (UniCase::ascii("explinatory"), "explanatory"), + (UniCase::ascii("imaginatiei"), "imaginative"), + (UniCase::ascii("plagiarise"), "plagiarize"), + (UniCase::ascii("chameloen"), "chameleon"), + (UniCase::ascii("tranclucent"), "translucent"), + (UniCase::ascii("anaylse"), "analyse"), + (UniCase::ascii("egotestical"), "egotistical"), + (UniCase::ascii("photogrpaher"), "photographer"), + (UniCase::ascii("retalitation"), "retaliation"), + (UniCase::ascii("medicinens"), "medicines"), + (UniCase::ascii("skpetics"), "skeptics"), + (UniCase::ascii("unconsciouslly"), "unconsciously"), + (UniCase::ascii("splendours"), "splendors"), + (UniCase::ascii("fashionalble"), "fashionable"), + (UniCase::ascii("lieutenent"), "lieutenant"), + (UniCase::ascii("exhibicion"), "exhibition"), + (UniCase::ascii("transformees"), "transforms"), + (UniCase::ascii("pakistain"), "pakistani"), + (UniCase::ascii("narcissitic"), "narcissistic"), + (UniCase::ascii("fascisim"), "fascism"), + (UniCase::ascii("percentagens"), "percentages"), + (UniCase::ascii("probablybe"), "probable"), + (UniCase::ascii("asteriod"), "asteroid"), + (UniCase::ascii("preformances"), "performances"), + (UniCase::ascii("descirption"), "descriptions"), + (UniCase::ascii("degenarate"), "degenerate"), + (UniCase::ascii("conceptul"), "conceptual"), + (UniCase::ascii("physcedelics"), "psychedelics"), + (UniCase::ascii("notoriosly"), "notoriously"), + (UniCase::ascii("accusato"), "accusation"), + (UniCase::ascii("govrement"), "goverment"), + (UniCase::ascii("compulsivley"), "compulsive"), + (UniCase::ascii("levelled"), "leveled"), + (UniCase::ascii("aethists"), "atheists"), + (UniCase::ascii("demoralise"), "demoralize"), + (UniCase::ascii("alreayd"), "already"), + (UniCase::ascii("investigstions"), "investigations"), + (UniCase::ascii("mercaneries"), "mercenaries"), + (UniCase::ascii("feministisk"), "feminists"), + (UniCase::ascii("expolit"), "exploit"), + (UniCase::ascii("progressivo"), "progression"), + (UniCase::ascii("sympathtic"), "sympathetic"), + (UniCase::ascii("explanitary"), "explanatory"), + (UniCase::ascii("ceratin"), "certain"), + (UniCase::ascii("respectes"), "respects"), + (UniCase::ascii("represssion"), "repression"), + (UniCase::ascii("comparement"), "compartment"), + (UniCase::ascii("snowballls"), "snowballs"), + (UniCase::ascii("deficienct"), "deficient"), + (UniCase::ascii("plausbile"), "plausible"), + (UniCase::ascii("deinitalizing"), "deinitializing"), + (UniCase::ascii("informatiei"), "informative"), + (UniCase::ascii("lonileness"), "loneliness"), + (UniCase::ascii("descentants"), "descendants"), + (UniCase::ascii("crocodille"), "crocodile"), + (UniCase::ascii("bloodboorne"), "bloodborne"), + (UniCase::ascii("emmited"), "emitted"), + (UniCase::ascii("consonent"), "consonant"), + (UniCase::ascii("selfiers"), "selfies"), + (UniCase::ascii("unconvenient"), "inconvenient"), + (UniCase::ascii("therapeutisch"), "therapeutic"), + (UniCase::ascii("irreversibel"), "irreversible"), + (UniCase::ascii("assassinos"), "assassins"), + (UniCase::ascii("restaraunteurs"), "restaurateurs"), + (UniCase::ascii("criticisize"), "criticise"), + (UniCase::ascii("undoubetdly"), "undoubtedly"), + (UniCase::ascii("acceleratie"), "accelerate"), + (UniCase::ascii("bodybuliding"), "bodybuilding"), + (UniCase::ascii("simplictic"), "simplistic"), + (UniCase::ascii("againnst"), "against"), + (UniCase::ascii("execptional"), "exceptional"), + (UniCase::ascii("knowlegde"), "knowledge"), + (UniCase::ascii("nautlius"), "nautilus"), + (UniCase::ascii("prediccion"), "prediction"), + (UniCase::ascii("separato"), "separation"), + (UniCase::ascii("terretories"), "territories"), + (UniCase::ascii("weridly"), "weirdly"), + (UniCase::ascii("mechanims"), "mechanism"), + (UniCase::ascii("annhiliation"), "annihilation"), + (UniCase::ascii("consonents"), "consonants"), + (UniCase::ascii("universtiy"), "university"), + (UniCase::ascii("survivalibity"), "survivability"), + (UniCase::ascii("versitale"), "versatile"), + (UniCase::ascii("princepals"), "principals"), + (UniCase::ascii("proficit"), "proficient"), + (UniCase::ascii("backerds"), "backers"), + (UniCase::ascii("bulgara"), "bulgaria"), + (UniCase::ascii("intercation"), "integration"), + (UniCase::ascii("valueable"), "valuable"), + (UniCase::ascii("captiol"), "capitol"), + (UniCase::ascii("relected"), "reelected"), + (UniCase::ascii("progressino"), "progressions"), + (UniCase::ascii("disenchanged"), "disenchanted"), + (UniCase::ascii("facisnated"), "fascinated"), + (UniCase::ascii("forcefullly"), "forcefully"), + (UniCase::ascii("tasselled"), "tasseled"), + (UniCase::ascii("aritfact"), "artifact"), + (UniCase::ascii("colours"), "colors"), + (UniCase::ascii("extraordianry"), "extraordinary"), + (UniCase::ascii("misinterpretated"), "misinterpreted"), + (UniCase::ascii("unwarrented"), "unwarranted"), + (UniCase::ascii("preferance"), "preference"), + (UniCase::ascii("medicallly"), "medically"), + (UniCase::ascii("galvanises"), "galvanizes"), + (UniCase::ascii("benckmarks"), "benchmarks"), + (UniCase::ascii("uncensered"), "uncensored"), + (UniCase::ascii("palyerbase"), "playerbase"), + (UniCase::ascii("stupiditiy"), "stupidity"), + (UniCase::ascii("personell"), "personnel"), + (UniCase::ascii("ordinarly"), "ordinary"), + (UniCase::ascii("narcotis"), "narcotics"), + (UniCase::ascii("coulmns"), "columns"), + (UniCase::ascii("painkilllers"), "painkillers"), + (UniCase::ascii("physcologist"), "psychologist"), + (UniCase::ascii("activisits"), "activist"), + (UniCase::ascii("acronmys"), "acronyms"), + (UniCase::ascii("cheezeburgers"), "cheeseburgers"), + (UniCase::ascii("sherlok"), "sherlock"), + (UniCase::ascii("regimet"), "regiment"), + (UniCase::ascii("hierachy"), "hierarchy"), + (UniCase::ascii("consumiste"), "consumes"), + (UniCase::ascii("clera"), "clear"), + (UniCase::ascii("ermington"), "remington"), + (UniCase::ascii("werstler"), "wrestler"), + (UniCase::ascii("encrpytion"), "encryption"), + (UniCase::ascii("prostethics"), "prosthetic"), + (UniCase::ascii("backpackng"), "backpacking"), + (UniCase::ascii("aggravanti"), "aggravating"), + (UniCase::ascii("conlcude"), "conclude"), + (UniCase::ascii("punshiments"), "punishments"), + (UniCase::ascii("speciallize"), "specialize"), + (UniCase::ascii("broadacasting"), "broadcasting"), + (UniCase::ascii("manufactuter"), "manufacture"), + (UniCase::ascii("pscyhed"), "psyched"), + (UniCase::ascii("denationalising"), "denationalizing"), + (UniCase::ascii("revelaitons"), "revelations"), + (UniCase::ascii("inappropiate"), "inappropriate"), + (UniCase::ascii("infidility"), "infidelity"), + (UniCase::ascii("mortards"), "mortars"), + (UniCase::ascii("italicising"), "italicizing"), + (UniCase::ascii("prioritice"), "prioritize"), + (UniCase::ascii("sensure"), "censure"), + (UniCase::ascii("travellers"), "travelers"), + (UniCase::ascii("fabrikation"), "fabrication"), + (UniCase::ascii("retalier"), "retailer"), + (UniCase::ascii("occupato"), "occupation"), + (UniCase::ascii("overemphasises"), "overemphasizes"), + (UniCase::ascii("oesophaguses"), "esophaguses"), + (UniCase::ascii("smarpthone"), "smartphones"), + (UniCase::ascii("titainum"), "titanium"), + (UniCase::ascii("marshmallons"), "marshmallows"), + (UniCase::ascii("ploygon"), "polygon"), + (UniCase::ascii("overpolulation"), "overpopulation"), + (UniCase::ascii("septmeber"), "september"), + (UniCase::ascii("penetracion"), "penetration"), + (UniCase::ascii("desings"), "designs"), + (UniCase::ascii("subconsciosly"), "subconsciously"), + (UniCase::ascii("proponentes"), "proponents"), + (UniCase::ascii("coordinacion"), "coordination"), + (UniCase::ascii("lastr"), "last"), + (UniCase::ascii("girlfrients"), "girlfriends"), + (UniCase::ascii("inturrupting"), "interrupting"), + (UniCase::ascii("analitical"), "analytical"), + (UniCase::ascii("sincerley"), "sincerely"), + (UniCase::ascii("undiserable"), "undesirable"), + (UniCase::ascii("competetions"), "competitions"), + (UniCase::ascii("staright"), "straight"), + (UniCase::ascii("astranauts"), "astronauts"), + (UniCase::ascii("revelaing"), "revealing"), + (UniCase::ascii("subscribir"), "subscriber"), + (UniCase::ascii("incremential"), "incremental"), + (UniCase::ascii("trannsexual"), "transsexual"), + (UniCase::ascii("beahviours"), "behaviours"), + (UniCase::ascii("rhythim"), "rhythm"), + (UniCase::ascii("unfortuate"), "unfortunate"), + (UniCase::ascii("scartched"), "scratched"), + (UniCase::ascii("pubisher"), "publisher"), + (UniCase::ascii("shrinked"), "shrunk"), + (UniCase::ascii("legitimatelly"), "legitimately"), + (UniCase::ascii("aricraft"), "aircraft"), + (UniCase::ascii("irracional"), "irrational"), + (UniCase::ascii("accomdate"), "accommodate"), + (UniCase::ascii("superviors"), "supervisors"), + (UniCase::ascii("conceptial"), "conceptual"), + (UniCase::ascii("philippinnes"), "philippines"), + (UniCase::ascii("consequnce"), "consequence"), + (UniCase::ascii("tortila"), "tortilla"), + (UniCase::ascii("vaccineras"), "vaccines"), + (UniCase::ascii("consiciousness"), "consciousness"), + (UniCase::ascii("intentas"), "intents"), + (UniCase::ascii("versatille"), "versatile"), + (UniCase::ascii("celebrato"), "celebration"), + (UniCase::ascii("terroist"), "terrorist"), + (UniCase::ascii("acustommed"), "accustomed"), + (UniCase::ascii("forminable"), "formidable"), + (UniCase::ascii("imrpovements"), "improvements"), + (UniCase::ascii("experiemntal"), "experimental"), + (UniCase::ascii("calibres"), "calibers"), + (UniCase::ascii("ectastic"), "ecstatic"), + (UniCase::ascii("dyanmically"), "dynamically"), + (UniCase::ascii("procriation"), "procreation"), + (UniCase::ascii("prescients"), "presidents"), + (UniCase::ascii("garriosn"), "garrison"), + (UniCase::ascii("legitimising"), "legitimizing"), + (UniCase::ascii("foreseeble"), "foreseeable"), + (UniCase::ascii("catholicsim"), "catholicism"), + (UniCase::ascii("collaborato"), "collaboration"), + (UniCase::ascii("hypocrties"), "hypocrites"), + (UniCase::ascii("tremenduous"), "tremendous"), + (UniCase::ascii("nationalistisk"), "nationalists"), + (UniCase::ascii("substansive"), "substantive"), + (UniCase::ascii("capitolists"), "capitalists"), + (UniCase::ascii("prinicples"), "principles"), + (UniCase::ascii("pornograpghy"), "pornography"), + (UniCase::ascii("terrorised"), "terrorized"), + (UniCase::ascii("rethoric"), "rhetoric"), + (UniCase::ascii("unseccessful"), "unsuccessful"), + (UniCase::ascii("inifnite"), "infinite"), + (UniCase::ascii("repbulic"), "republic"), + (UniCase::ascii("rollarcoaster"), "rollercoaster"), + (UniCase::ascii("baout"), "about"), + (UniCase::ascii("sexualizied"), "sexualized"), + (UniCase::ascii("computacional"), "computational"), + (UniCase::ascii("supplemets"), "supplements"), + (UniCase::ascii("capitilism"), "capitalism"), + (UniCase::ascii("whisperes"), "whispers"), + (UniCase::ascii("rococco"), "rococo"), + (UniCase::ascii("infiniment"), "infinite"), + (UniCase::ascii("pestecides"), "pesticides"), + (UniCase::ascii("mysterieuse"), "mysteries"), + (UniCase::ascii("cleasne"), "cleanse"), + (UniCase::ascii("counterfest"), "counterfeit"), + (UniCase::ascii("jsutification"), "justifications"), + (UniCase::ascii("spectraply"), "spectral"), + (UniCase::ascii("phychological"), "psychological"), + (UniCase::ascii("parliement"), "parliament"), + (UniCase::ascii("initalese"), "initialese"), + (UniCase::ascii("sandlas"), "sandals"), + (UniCase::ascii("motherboads"), "motherboards"), + (UniCase::ascii("duleing"), "dueling"), + (UniCase::ascii("experimentais"), "experiments"), + (UniCase::ascii("recongition"), "recognition"), + (UniCase::ascii("descriibes"), "describes"), + (UniCase::ascii("encouraing"), "encouraging"), + (UniCase::ascii("noticeabley"), "noticeably"), + (UniCase::ascii("provinical"), "provincial"), + (UniCase::ascii("activites"), "activities"), + (UniCase::ascii("premius"), "premiums"), + (UniCase::ascii("propogation"), "propagation"), + (UniCase::ascii("distrubition"), "distribution"), + (UniCase::ascii("coordiantor"), "coordinator"), + (UniCase::ascii("mositurizer"), "moisturizer"), + (UniCase::ascii("socialicing"), "socializing"), + (UniCase::ascii("specialzed"), "specialized"), + (UniCase::ascii("renewabe"), "renewables"), + (UniCase::ascii("samuria"), "samurai"), + (UniCase::ascii("adventerous"), "adventures"), + (UniCase::ascii("envolutionary"), "evolutionary"), + (UniCase::ascii("slipperies"), "slippers"), + (UniCase::ascii("norhteast"), "northeast"), + (UniCase::ascii("psychopathische"), "psychopathic"), + (UniCase::ascii("synposis"), "synopsis"), + (UniCase::ascii("pornograpy"), "pornography"), + (UniCase::ascii("wednesdsay"), "wednesdays"), + (UniCase::ascii("commentars"), "commenters"), + (UniCase::ascii("enthuiasts"), "enthusiast"), + (UniCase::ascii("generalisations"), "generalizations"), + (UniCase::ascii("movei"), "movie"), + (UniCase::ascii("stubborness"), "stubbornness"), + (UniCase::ascii("countryies"), "countryside"), + (UniCase::ascii("dumbfouded"), "dumbfounded"), + (UniCase::ascii("literaly"), "literally"), + (UniCase::ascii("degenererat"), "degenerate"), + (UniCase::ascii("conservitives"), "conservatives"), + (UniCase::ascii("lesbianese"), "lesbians"), + (UniCase::ascii("relativety"), "relativity"), + (UniCase::ascii("exercizes"), "exercise"), + (UniCase::ascii("rehabilitaton"), "rehabilitation"), + (UniCase::ascii("disrispect"), "disrespect"), + (UniCase::ascii("recrod"), "record"), + (UniCase::ascii("impovershied"), "impoverished"), + (UniCase::ascii("freestlye"), "freestyle"), + (UniCase::ascii("defiintely"), "definately"), + (UniCase::ascii("soveriegnty"), "sovereignty"), + (UniCase::ascii("algerba"), "algebra"), + (UniCase::ascii("professorn"), "profession"), + (UniCase::ascii("cheesecase"), "cheesecake"), + (UniCase::ascii("tylenool"), "tylenol"), + (UniCase::ascii("periwinkie"), "periwinkle"), + (UniCase::ascii("friendzond"), "friendzoned"), + (UniCase::ascii("burgunday"), "burgundy"), + (UniCase::ascii("intoleranse"), "intolerance"), + (UniCase::ascii("fermenterad"), "fermented"), + (UniCase::ascii("practially"), "practically"), + (UniCase::ascii("substitutie"), "substitutes"), + (UniCase::ascii("relaised"), "realised"), + (UniCase::ascii("ipubrofen"), "ibuprofen"), + (UniCase::ascii("refernece"), "reference"), + (UniCase::ascii("surreptious"), "surreptitious"), + (UniCase::ascii("algorithum"), "algorithm"), + (UniCase::ascii("downvots"), "downvotes"), + (UniCase::ascii("referig"), "refering"), + (UniCase::ascii("represensible"), "reprehensible"), + (UniCase::ascii("dusfunctional"), "dysfunctional"), + (UniCase::ascii("aparthide"), "apartheid"), + (UniCase::ascii("reconstruccion"), "reconstruction"), + (UniCase::ascii("histarically"), "historically"), + (UniCase::ascii("beardude"), "bearded"), + (UniCase::ascii("telegrapgh"), "telegraph"), + (UniCase::ascii("dissapoitned"), "dissapointed"), + (UniCase::ascii("infrasturcture"), "infrastructure"), + (UniCase::ascii("drasticlly"), "drastically"), + (UniCase::ascii("banditas"), "bandits"), + (UniCase::ascii("psychedelicness"), "psychedelics"), + (UniCase::ascii("napoleonian"), "napoleonic"), + (UniCase::ascii("distirbance"), "disturbance"), + (UniCase::ascii("campagins"), "campaigns"), + (UniCase::ascii("clamours"), "clamors"), + (UniCase::ascii("fullscreeen"), "fullscreen"), + (UniCase::ascii("intermedate"), "intermediate"), + (UniCase::ascii("mischeivous"), "mischievous"), + (UniCase::ascii("annihalition"), "annihilation"), + (UniCase::ascii("prerequisities"), "prerequisite"), + (UniCase::ascii("committments"), "commitments"), + (UniCase::ascii("pestizides"), "pesticides"), + (UniCase::ascii("conclsuion"), "concussion"), + (UniCase::ascii("mircotransactions"), "microtransactions"), + (UniCase::ascii("moisterizing"), "moisturizing"), + (UniCase::ascii("moisturise"), "moisturize"), + (UniCase::ascii("genatilia"), "genitalia"), + (UniCase::ascii("mosture"), "moisture"), + (UniCase::ascii("incongito"), "incognito"), + (UniCase::ascii("expropiation"), "expropriation"), + (UniCase::ascii("secretos"), "secrets"), + (UniCase::ascii("discriminante"), "discriminate"), + (UniCase::ascii("straightned"), "straightened"), + (UniCase::ascii("creationsist"), "creationist"), + (UniCase::ascii("soceities"), "societies"), + (UniCase::ascii("parametics"), "paramedics"), + (UniCase::ascii("impactes"), "impacts"), + (UniCase::ascii("imperislist"), "imperialist"), + (UniCase::ascii("ukrainains"), "ukrainians"), + (UniCase::ascii("conceed"), "concede"), + (UniCase::ascii("proscratination"), "procrastination"), + (UniCase::ascii("improvents"), "improves"), + (UniCase::ascii("subsiquently"), "subsequently"), + (UniCase::ascii("coutnerpoint"), "counterpoint"), + (UniCase::ascii("estimativo"), "estimation"), + (UniCase::ascii("critisiscm"), "criticisms"), + (UniCase::ascii("inmigrants"), "immigrants"), + (UniCase::ascii("mulitply"), "multiply"), + (UniCase::ascii("consern"), "concern"), + (UniCase::ascii("garanteed"), "guaranteed"), + (UniCase::ascii("birhtdays"), "birthdays"), + (UniCase::ascii("achilleous"), "achilles"), + (UniCase::ascii("reputacion"), "reputation"), + (UniCase::ascii("massagens"), "massages"), + (UniCase::ascii("immidiate"), "immediate"), + (UniCase::ascii("avtaars"), "avatars"), + (UniCase::ascii("conservitism"), "conservatism"), + (UniCase::ascii("repsonsibility"), "responsibility"), + (UniCase::ascii("intoxicatin"), "intoxication"), + (UniCase::ascii("amphetamins"), "amphetamines"), + (UniCase::ascii("sandiwches"), "sandwiches"), + (UniCase::ascii("symbolsim"), "symbolism"), + (UniCase::ascii("ingenuitiy"), "ingenuity"), + (UniCase::ascii("assosiated"), "associated"), + (UniCase::ascii("conspiraces"), "conspiracies"), + (UniCase::ascii("giagbyte"), "gigabyte"), + (UniCase::ascii("euorpean"), "european"), + (UniCase::ascii("circels"), "circles"), + (UniCase::ascii("futhermore"), "furthermore"), + (UniCase::ascii("execitioner"), "executioner"), + (UniCase::ascii("savours"), "savors"), + (UniCase::ascii("buoancy"), "buoyancy"), + (UniCase::ascii("immobilzer"), "immobile"), + (UniCase::ascii("combinato"), "combination"), + (UniCase::ascii("unsolicitied"), "unsolicited"), + (UniCase::ascii("incompatable"), "incompatible"), + (UniCase::ascii("negotiatiors"), "negotiations"), + (UniCase::ascii("absorbes"), "absorbs"), + (UniCase::ascii("recordarse"), "recorder"), + (UniCase::ascii("diferrent"), "different"), + (UniCase::ascii("definetyl"), "definetly"), + (UniCase::ascii("phillippines"), "philippines"), + (UniCase::ascii("persuasian"), "persuasion"), + (UniCase::ascii("forefit"), "forfeit"), + (UniCase::ascii("contextful"), "contextual"), + (UniCase::ascii("repersented"), "represented"), + (UniCase::ascii("additivies"), "additive"), + (UniCase::ascii("synonymos"), "synonymous"), + (UniCase::ascii("malasiya"), "malaysia"), + (UniCase::ascii("domianting"), "dominating"), + (UniCase::ascii("applaudes"), "applause"), + (UniCase::ascii("generalizating"), "generalization"), + (UniCase::ascii("criticises"), "criticizes"), + (UniCase::ascii("virginus"), "virgins"), + (UniCase::ascii("temporaily"), "temporarily"), + (UniCase::ascii("renderered"), "rendered"), + (UniCase::ascii("respiritory"), "respiratory"), + (UniCase::ascii("elimenates"), "eliminates"), + (UniCase::ascii("insistes"), "insists"), + (UniCase::ascii("charasmatic"), "charismatic"), + (UniCase::ascii("sacrifising"), "sacrificing"), + (UniCase::ascii("cinncinati"), "cincinnati"), + (UniCase::ascii("intellecual"), "intellectual"), + (UniCase::ascii("obtaineble"), "obtainable"), + (UniCase::ascii("automatied"), "automate"), + (UniCase::ascii("sentensing"), "sentencing"), + (UniCase::ascii("createin"), "creatine"), + (UniCase::ascii("compremises"), "compromises"), + (UniCase::ascii("unpopluar"), "unpopular"), + (UniCase::ascii("investiagte"), "investigate"), + (UniCase::ascii("egotisitcal"), "egotistical"), + (UniCase::ascii("cincinnasti"), "cincinnati"), + (UniCase::ascii("embezelled"), "embezzled"), + (UniCase::ascii("additonal"), "additional"), + (UniCase::ascii("transohobic"), "transphobic"), + (UniCase::ascii("distration"), "distortion"), + (UniCase::ascii("altho"), "although"), + (UniCase::ascii("particularising"), "particularizing"), + (UniCase::ascii("qualifikation"), "qualification"), + (UniCase::ascii("strawbeary"), "strawberry"), + (UniCase::ascii("employeur"), "employer"), + (UniCase::ascii("radicas"), "radicals"), + (UniCase::ascii("criticas"), "critics"), + (UniCase::ascii("predocessor"), "predecessor"), + (UniCase::ascii("veritgo"), "vertigo"), + (UniCase::ascii("hungray"), "hungary"), + (UniCase::ascii("cinematagraphy"), "cinematography"), + (UniCase::ascii("terrotorial"), "territorial"), + (UniCase::ascii("enthusuastic"), "enthusiastic"), + (UniCase::ascii("overhpyed"), "overhyped"), + (UniCase::ascii("transistion"), "transition"), + (UniCase::ascii("rollertoaster"), "rollercoaster"), + (UniCase::ascii("demonination"), "denominations"), + (UniCase::ascii("gynaecology"), "gynecology"), + (UniCase::ascii("maintianed"), "maintained"), + (UniCase::ascii("spagehtti"), "spaghetti"), + (UniCase::ascii("geomety"), "geometry"), + (UniCase::ascii("coordinaton"), "coordination"), + (UniCase::ascii("electrones"), "electrons"), + (UniCase::ascii("presidet"), "presidents"), + (UniCase::ascii("dispensarios"), "dispensaries"), + (UniCase::ascii("torublesome"), "troublesome"), + (UniCase::ascii("economiclly"), "economically"), + (UniCase::ascii("transcribtion"), "transcription"), + (UniCase::ascii("refect"), "reflect"), + (UniCase::ascii("occurrencies"), "occurrences"), + (UniCase::ascii("psychedelicious"), "psychedelics"), + (UniCase::ascii("uncomftorably"), "uncomfortably"), + (UniCase::ascii("transferrs"), "transfers"), + (UniCase::ascii("suprized"), "surprised"), + (UniCase::ascii("polititian"), "politician"), + (UniCase::ascii("inattractive"), "unattractive"), + (UniCase::ascii("ploymer"), "polymer"), + (UniCase::ascii("unviersity"), "university"), + (UniCase::ascii("legalised"), "legalized"), + (UniCase::ascii("dialoge"), "dialogue"), + (UniCase::ascii("pervention"), "prevention"), + (UniCase::ascii("unintellegent"), "unintelligent"), + (UniCase::ascii("chornicles"), "chronicles"), + (UniCase::ascii("godspeeed"), "godspeed"), + (UniCase::ascii("skeletaal"), "skeletal"), + (UniCase::ascii("manifestacion"), "manifestation"), + (UniCase::ascii("donwvoting"), "downvoting"), + (UniCase::ascii("dependance"), "dependence"), + (UniCase::ascii("sympathethic"), "sympathetic"), + (UniCase::ascii("algorthim"), "algorithm"), + (UniCase::ascii("outsoure"), "outsourced"), + (UniCase::ascii("boyfirend"), "boyfriend"), + (UniCase::ascii("conquerers"), "conquerors"), + (UniCase::ascii("nieghboring"), "neighboring"), + (UniCase::ascii("artice"), "article"), + (UniCase::ascii("consumersim"), "consumerism"), + (UniCase::ascii("intoxicaton"), "intoxication"), + (UniCase::ascii("midotwn"), "midtown"), + (UniCase::ascii("predictible"), "predictable"), + (UniCase::ascii("pyjamas"), "pajamas"), + (UniCase::ascii("intriquing"), "intriguing"), + (UniCase::ascii("outmanoeuvres"), "outmaneuvers"), + (UniCase::ascii("preisthood"), "priesthood"), + (UniCase::ascii("disrputing"), "disrupting"), + (UniCase::ascii("infarred"), "infrared"), + (UniCase::ascii("punishmet"), "punishments"), + (UniCase::ascii("criterias"), "criteria"), + (UniCase::ascii("citisenship"), "citizenship"), + (UniCase::ascii("amortisable"), "amortizable"), + (UniCase::ascii("thubmnails"), "thumbnails"), + (UniCase::ascii("indespensable"), "indispensable"), + (UniCase::ascii("marshmalllows"), "marshmallows"), + (UniCase::ascii("mayballine"), "maybelline"), + (UniCase::ascii("homogeneized"), "homogenized"), + (UniCase::ascii("inpsiration"), "inspiration"), + (UniCase::ascii("downlaoding"), "downloading"), + (UniCase::ascii("unpleasent"), "unpleasant"), + (UniCase::ascii("realtive"), "relative"), + (UniCase::ascii("trancendent"), "transcendent"), + (UniCase::ascii("suspenso"), "suspension"), + (UniCase::ascii("verbaitm"), "verbatim"), + (UniCase::ascii("suppressio"), "suppressor"), + (UniCase::ascii("siezing"), "seizing"), + (UniCase::ascii("prejudis"), "prejudices"), + (UniCase::ascii("multiplayr"), "multiply"), + (UniCase::ascii("reveales"), "reveals"), + (UniCase::ascii("commisioned"), "commissioned"), + (UniCase::ascii("thetering"), "tethering"), + (UniCase::ascii("netruality"), "neutrality"), + (UniCase::ascii("journies"), "journeys"), + (UniCase::ascii("comparasons"), "comparisons"), + (UniCase::ascii("graet"), "great"), + (UniCase::ascii("mediocraty"), "mediocrity"), + (UniCase::ascii("engineerd"), "engineered"), + (UniCase::ascii("saturdsy"), "saturdays"), + (UniCase::ascii("inaproppriate"), "inappropriate"), + (UniCase::ascii("plastre"), "plaster"), + (UniCase::ascii("friendboned"), "friendzoned"), + (UniCase::ascii("aspiratons"), "aspirations"), + (UniCase::ascii("sandviches"), "sandwiches"), + (UniCase::ascii("syntehsis"), "synthesis"), + (UniCase::ascii("paychedelics"), "psychedelics"), + (UniCase::ascii("presentors"), "presents"), + (UniCase::ascii("infiltratior"), "infiltrator"), + (UniCase::ascii("mathematicals"), "mathematics"), + (UniCase::ascii("encounted"), "encountered"), + (UniCase::ascii("deparments"), "departments"), + (UniCase::ascii("implicetly"), "implicitly"), + (UniCase::ascii("mircocenter"), "microcenter"), + (UniCase::ascii("psichologically"), "psychologically"), + (UniCase::ascii("calculatons"), "calculations"), + (UniCase::ascii("vanillia"), "vanilla"), + (UniCase::ascii("certaintity"), "certainty"), + (UniCase::ascii("definitinely"), "definitively"), + (UniCase::ascii("crossfiter"), "crossfire"), + (UniCase::ascii("amonsgt"), "amongst"), + (UniCase::ascii("millenium"), "millennium"), + (UniCase::ascii("portabillity"), "portability"), + (UniCase::ascii("indefintiely"), "indefinitely"), + (UniCase::ascii("consideracion"), "consideration"), + (UniCase::ascii("mysef"), "myself"), + (UniCase::ascii("delcare"), "declare"), + (UniCase::ascii("radaince"), "radiance"), + (UniCase::ascii("desparate"), "desperate"), + (UniCase::ascii("conceptuel"), "conceptual"), + (UniCase::ascii("misognyists"), "misogynist"), + (UniCase::ascii("palaeontologists"), "paleontologists"), + (UniCase::ascii("photograhpy"), "photography"), + (UniCase::ascii("ouput"), "output"), + (UniCase::ascii("weathliest"), "wealthiest"), + (UniCase::ascii("provded"), "provided"), + (UniCase::ascii("mutliply"), "multiply"), + (UniCase::ascii("realisable"), "realizable"), + (UniCase::ascii("reaplugs"), "earplugs"), + (UniCase::ascii("unanwsered"), "unanswered"), + (UniCase::ascii("emphatizes"), "emphasizes"), + (UniCase::ascii("annihilatron"), "annihilation"), + (UniCase::ascii("connonation"), "connotation"), + (UniCase::ascii("ardour"), "ardor"), + (UniCase::ascii("declarees"), "declares"), + (UniCase::ascii("colourants"), "colorants"), + (UniCase::ascii("infantus"), "infants"), + (UniCase::ascii("sentiers"), "sentries"), + (UniCase::ascii("equilevants"), "equivalents"), + (UniCase::ascii("godlfish"), "goldfish"), + (UniCase::ascii("approximatelly"), "approximately"), + (UniCase::ascii("condicional"), "conditional"), + (UniCase::ascii("procrastinarting"), "procrastinating"), + (UniCase::ascii("apparantely"), "apparently"), + (UniCase::ascii("politican"), "politician"), + (UniCase::ascii("malaysain"), "malaysian"), + (UniCase::ascii("provocatief"), "provocative"), + (UniCase::ascii("prostitutie"), "prostitute"), + (UniCase::ascii("institutionel"), "institutional"), + (UniCase::ascii("accumulato"), "accumulation"), + (UniCase::ascii("vizualisations"), "visualization"), + (UniCase::ascii("molestarme"), "molester"), + (UniCase::ascii("supsense"), "suspense"), + (UniCase::ascii("jorunal"), "journal"), + (UniCase::ascii("recommenting"), "recommending"), + (UniCase::ascii("overbearring"), "overbearing"), + (UniCase::ascii("meditato"), "meditation"), + (UniCase::ascii("tentacel"), "tentacle"), + (UniCase::ascii("protecte"), "protective"), + (UniCase::ascii("misterious"), "mysterious"), + (UniCase::ascii("govenrments"), "governments"), + (UniCase::ascii("stimulatie"), "stimulated"), + (UniCase::ascii("repalcement"), "replacement"), + (UniCase::ascii("exliled"), "exiled"), + (UniCase::ascii("theoreticly"), "theoretical"), + (UniCase::ascii("inpolite"), "impolite"), + (UniCase::ascii("maintioned"), "mentioned"), + (UniCase::ascii("dehyrdated"), "dehydrated"), + (UniCase::ascii("pactivity"), "captivity"), + (UniCase::ascii("anonymousy"), "anonymously"), + (UniCase::ascii("miscommunicaiton"), "miscommunication"), + (UniCase::ascii("tocuhdown"), "touchdown"), + (UniCase::ascii("condomes"), "condoms"), + (UniCase::ascii("tratiors"), "traitors"), + (UniCase::ascii("ruslted"), "rustled"), + (UniCase::ascii("classifides"), "classified"), + (UniCase::ascii("pruposely"), "purposely"), + (UniCase::ascii("aborginial"), "aboriginal"), + (UniCase::ascii("systematiclly"), "systematically"), + (UniCase::ascii("recepcionist"), "receptionist"), + (UniCase::ascii("travere"), "traverse"), + (UniCase::ascii("compteting"), "completing"), + (UniCase::ascii("eqaution"), "equation"), + (UniCase::ascii("desctiptions"), "descriptions"), + (UniCase::ascii("enlightnement"), "enlightenment"), + (UniCase::ascii("slavage"), "salvage"), + (UniCase::ascii("necessitive"), "necessities"), + (UniCase::ascii("braevry"), "bravery"), + (UniCase::ascii("threataning"), "threatening"), + (UniCase::ascii("vulnerabiltiy"), "vulnerability"), + (UniCase::ascii("endrose"), "endorse"), + (UniCase::ascii("doccument"), "document"), + (UniCase::ascii("vehementy"), "vehemently"), + (UniCase::ascii("restrective"), "restrictive"), + (UniCase::ascii("abstracto"), "abstraction"), + (UniCase::ascii("pillaris"), "pillars"), + (UniCase::ascii("ineffektive"), "ineffective"), + (UniCase::ascii("limitacion"), "limitation"), + (UniCase::ascii("hedgehodge"), "hedgehog"), + (UniCase::ascii("inteligent"), "intelligent"), + (UniCase::ascii("accuratley"), "accurately"), + (UniCase::ascii("beliveing"), "believing"), + (UniCase::ascii("tiem"), "time"), + (UniCase::ascii("maltesian"), "maltese"), + (UniCase::ascii("pinpiont"), "pinpoint"), + (UniCase::ascii("decriminalising"), "decriminalizing"), + (UniCase::ascii("individuales"), "individuals"), + (UniCase::ascii("initalize"), "initialize"), + (UniCase::ascii("exection"), "execution"), + (UniCase::ascii("vulgarises"), "vulgarizes"), + (UniCase::ascii("courtsey"), "courtesy"), + (UniCase::ascii("protectie"), "protective"), + (UniCase::ascii("painfullly"), "painfully"), + (UniCase::ascii("restructed"), "restricted"), + (UniCase::ascii("metagem"), "metagame"), + (UniCase::ascii("definatlly"), "definately"), + (UniCase::ascii("recognising"), "recognizing"), + (UniCase::ascii("formallity"), "formally"), + (UniCase::ascii("brusied"), "bruised"), + (UniCase::ascii("uncivilised"), "uncivilized"), + (UniCase::ascii("volumne"), "volume"), + (UniCase::ascii("grpahics"), "graphics"), + (UniCase::ascii("respiratoy"), "respiratory"), + (UniCase::ascii("hapened"), "happened"), + (UniCase::ascii("excerises"), "exercises"), + (UniCase::ascii("pedalling"), "pedaling"), + (UniCase::ascii("liasons"), "liaisons"), + (UniCase::ascii("shevles"), "shelves"), + (UniCase::ascii("clipboad"), "clipboard"), + (UniCase::ascii("impossibillity"), "impossibility"), + (UniCase::ascii("fatigure"), "fatigue"), + (UniCase::ascii("shattening"), "shattering"), + (UniCase::ascii("renaissaince"), "renaissance"), + (UniCase::ascii("charisa"), "charisma"), + (UniCase::ascii("guantanoma"), "guantanamo"), + (UniCase::ascii("sypmathize"), "sympathize"), + (UniCase::ascii("torelable"), "tolerable"), + (UniCase::ascii("emition"), "emission"), + (UniCase::ascii("admitedly"), "admittedly"), + (UniCase::ascii("televisivo"), "television"), + (UniCase::ascii("sentenceing"), "sentencing"), + (UniCase::ascii("defensivley"), "defensively"), + (UniCase::ascii("infogrpahic"), "infographic"), + (UniCase::ascii("categoriezed"), "categorized"), + (UniCase::ascii("embarrssing"), "embarassing"), + (UniCase::ascii("priotitize"), "prioritize"), + (UniCase::ascii("directorys"), "directors"), + (UniCase::ascii("prematurley"), "prematurely"), + (UniCase::ascii("mackeral"), "mackerel"), + (UniCase::ascii("ubiqutious"), "ubiquitous"), + (UniCase::ascii("journalisitic"), "journalistic"), + (UniCase::ascii("synonymns"), "synonyms"), + (UniCase::ascii("transfromer"), "transformers"), + (UniCase::ascii("contenental"), "continental"), + (UniCase::ascii("embaraasing"), "embarassing"), + (UniCase::ascii("reprihensible"), "reprehensible"), + (UniCase::ascii("overlcock"), "overclock"), + (UniCase::ascii("consensul"), "consensual"), + (UniCase::ascii("paychologists"), "psychologists"), + (UniCase::ascii("provocotive"), "provocative"), + (UniCase::ascii("prologomena"), "prolegomena"), + (UniCase::ascii("clas"), "class"), + (UniCase::ascii("vaylkrie"), "valkyrie"), + (UniCase::ascii("micorwave"), "microwave"), + (UniCase::ascii("disproportiante"), "disproportionate"), + (UniCase::ascii("ampehtamine"), "amphetamine"), + (UniCase::ascii("favoritisme"), "favorites"), + (UniCase::ascii("replacemet"), "replacements"), + (UniCase::ascii("celesital"), "celestial"), + (UniCase::ascii("diagonaal"), "diagonal"), + (UniCase::ascii("munchis"), "munchies"), + (UniCase::ascii("disticntly"), "distinctly"), + (UniCase::ascii("disturping"), "disrupting"), + (UniCase::ascii("awnsered"), "answered"), + (UniCase::ascii("flitered"), "filtered"), + (UniCase::ascii("herocis"), "heroics"), + (UniCase::ascii("indikation"), "indication"), + (UniCase::ascii("obsucrity"), "obscurity"), + (UniCase::ascii("circumstante"), "circumstance"), + (UniCase::ascii("transplain"), "transplant"), + (UniCase::ascii("normalised"), "normalized"), + (UniCase::ascii("greenore"), "greener"), + (UniCase::ascii("propper"), "proper"), + (UniCase::ascii("pretinent"), "pertinent"), + (UniCase::ascii("pattented"), "patented"), + (UniCase::ascii("spaltoon"), "splatoon"), + (UniCase::ascii("leceister"), "leicester"), + (UniCase::ascii("shetler"), "shelter"), + (UniCase::ascii("scheduleing"), "scheduling"), + (UniCase::ascii("evolveos"), "evolves"), + (UniCase::ascii("abiltiy"), "ability"), + (UniCase::ascii("tihkn"), "think"), + (UniCase::ascii("victorain"), "victorian"), + (UniCase::ascii("airplans"), "airplanes"), + (UniCase::ascii("impedence"), "impedance"), + (UniCase::ascii("afghansitan"), "afghanistan"), + (UniCase::ascii("tigthening"), "tightening"), + (UniCase::ascii("preorded"), "preordered"), + (UniCase::ascii("improbabe"), "improbable"), + (UniCase::ascii("pedophilles"), "pedophile"), + (UniCase::ascii("corsari"), "corsair"), + (UniCase::ascii("obvoiusly"), "obviously"), + (UniCase::ascii("ceasar"), "caesar"), + (UniCase::ascii("entirey"), "entirety"), + (UniCase::ascii("recrational"), "recreational"), + (UniCase::ascii("imaganitive"), "imaginative"), + (UniCase::ascii("invalidade"), "invalidate"), + (UniCase::ascii("margines"), "margins"), + (UniCase::ascii("drotmund"), "dortmund"), + (UniCase::ascii("progressin"), "progression"), + (UniCase::ascii("selifes"), "selfies"), + (UniCase::ascii("transisions"), "transitions"), + (UniCase::ascii("businessen"), "businessmen"), + (UniCase::ascii("considerbly"), "considerably"), + (UniCase::ascii("mastereis"), "masteries"), + (UniCase::ascii("unoffical"), "unofficial"), + (UniCase::ascii("oppositition"), "opposition"), + (UniCase::ascii("urkainian"), "ukrainian"), + (UniCase::ascii("signalising"), "signalizing"), + (UniCase::ascii("televesion"), "television"), + (UniCase::ascii("contaiminate"), "contaminate"), + (UniCase::ascii("morevoer"), "moreover"), + (UniCase::ascii("photograh"), "photograph"), + (UniCase::ascii("standbay"), "standby"), + (UniCase::ascii("legalizare"), "legalize"), + (UniCase::ascii("boardcast"), "broadcast"), + (UniCase::ascii("suspicsion"), "suspicions"), + (UniCase::ascii("indicatiors"), "indicators"), + (UniCase::ascii("infograhpic"), "infographic"), + (UniCase::ascii("cultrually"), "culturally"), + (UniCase::ascii("mininalist"), "minimalist"), + (UniCase::ascii("boardband"), "broadband"), + (UniCase::ascii("intorductory"), "introductory"), + (UniCase::ascii("enterprice"), "enterprise"), + (UniCase::ascii("onwership"), "ownership"), + (UniCase::ascii("dissipatore"), "dissipate"), + (UniCase::ascii("collectivised"), "collectivized"), + (UniCase::ascii("powderade"), "powdered"), + (UniCase::ascii("subjektive"), "subjective"), + (UniCase::ascii("steroetypical"), "stereotypical"), + (UniCase::ascii("immobilien"), "immobile"), + (UniCase::ascii("influances"), "influences"), + (UniCase::ascii("poineer"), "pioneer"), + (UniCase::ascii("fucntionally"), "functionally"), + (UniCase::ascii("destryoer"), "destroyer"), + (UniCase::ascii("rosettta"), "rosetta"), + (UniCase::ascii("invesitgators"), "investigators"), + (UniCase::ascii("associatie"), "associated"), + (UniCase::ascii("commonwelath"), "commonwealth"), + (UniCase::ascii("assistsnt"), "assistants"), + (UniCase::ascii("socialy"), "socially"), + (UniCase::ascii("expendible"), "expendable"), + (UniCase::ascii("protagnoist"), "protagonist"), + (UniCase::ascii("wholeheartdly"), "wholeheartedly"), + (UniCase::ascii("goldfisch"), "goldfish"), + (UniCase::ascii("overwealming"), "overwhelming"), + (UniCase::ascii("algoriths"), "algorithms"), + (UniCase::ascii("sobreity"), "sobriety"), + (UniCase::ascii("touchapd"), "touchpad"), + (UniCase::ascii("chassids"), "chassis"), + (UniCase::ascii("complicaties"), "complicate"), + (UniCase::ascii("palestininas"), "palestinians"), + (UniCase::ascii("endorcement"), "endorsement"), + (UniCase::ascii("demonstrativo"), "demonstration"), + (UniCase::ascii("underware"), "underwear"), + (UniCase::ascii("incremently"), "incremental"), + (UniCase::ascii("accross"), "across"), + (UniCase::ascii("pracitse"), "practise"), + (UniCase::ascii("necromanser"), "necromancer"), + (UniCase::ascii("louisviile"), "louisville"), + (UniCase::ascii("hwile"), "while"), + (UniCase::ascii("stardardized"), "standardized"), + (UniCase::ascii("technicalty"), "technicality"), + (UniCase::ascii("algorithym"), "algorithm"), + (UniCase::ascii("healtheir"), "healthier"), + (UniCase::ascii("manifestion"), "manifesto"), + (UniCase::ascii("swtiched"), "switched"), + (UniCase::ascii("chronicales"), "chronicles"), + (UniCase::ascii("apperciates"), "appreciates"), + (UniCase::ascii("probabilaty"), "probability"), + (UniCase::ascii("discipliniary"), "disciplinary"), + (UniCase::ascii("referancing"), "referencing"), + (UniCase::ascii("throners"), "thrones"), + (UniCase::ascii("condiscending"), "condescending"), + (UniCase::ascii("saskatchwan"), "saskatchewan"), + (UniCase::ascii("downloadas"), "downloads"), + (UniCase::ascii("rwite"), "write"), + (UniCase::ascii("gangsterest"), "gangsters"), + (UniCase::ascii("jugnling"), "jungling"), + (UniCase::ascii("constatn"), "constant"), + (UniCase::ascii("techncially"), "technically"), + (UniCase::ascii("wrecthed"), "wretched"), + (UniCase::ascii("pscyhiatric"), "psychiatric"), + (UniCase::ascii("recocnised"), "recognised"), + (UniCase::ascii("contentos"), "contents"), + (UniCase::ascii("vitenamese"), "vietnamese"), + (UniCase::ascii("restorarion"), "restoration"), + (UniCase::ascii("tendence"), "tendencies"), + (UniCase::ascii("demonstrats"), "demonstrates"), + (UniCase::ascii("permier"), "premier"), + (UniCase::ascii("califorinan"), "californian"), + (UniCase::ascii("affirmitve"), "affirmative"), + (UniCase::ascii("documantary"), "documentary"), + (UniCase::ascii("queitly"), "quietly"), + (UniCase::ascii("sotry"), "story"), + (UniCase::ascii("cicrulating"), "circulating"), + (UniCase::ascii("conculsions"), "conclusions"), + (UniCase::ascii("dypshoria"), "dysphoria"), + (UniCase::ascii("minsitry"), "ministry"), + (UniCase::ascii("headhpone"), "headphone"), + (UniCase::ascii("subscirber"), "subscribers"), + (UniCase::ascii("commenciez"), "commence"), + (UniCase::ascii("complianed"), "compliance"), + (UniCase::ascii("australlian"), "australian"), + (UniCase::ascii("complusive"), "compulsive"), + (UniCase::ascii("litigato"), "litigation"), + (UniCase::ascii("aneroxia"), "anorexia"), + (UniCase::ascii("bitcoints"), "bitcoins"), + (UniCase::ascii("sterotypes"), "stereotypes"), + (UniCase::ascii("accidantely"), "accidently"), + (UniCase::ascii("prohpecies"), "prophecies"), + (UniCase::ascii("contraversial"), "controversial"), + (UniCase::ascii("seahaws"), "seahawks"), + (UniCase::ascii("thorats"), "throats"), + (UniCase::ascii("representaiton"), "representations"), + (UniCase::ascii("mozzarela"), "mozzarella"), + (UniCase::ascii("gagdets"), "gadgets"), + (UniCase::ascii("economisesti"), "economists"), + (UniCase::ascii("polisse"), "polishes"), + (UniCase::ascii("availabe"), "available"), + (UniCase::ascii("wathever"), "whatever"), + (UniCase::ascii("existenta"), "existential"), + (UniCase::ascii("playthrouhg"), "playthroughs"), + (UniCase::ascii("israelitas"), "israelis"), + (UniCase::ascii("tacticus"), "tactics"), + (UniCase::ascii("thyriod"), "thyroid"), + (UniCase::ascii("retributivo"), "retribution"), + (UniCase::ascii("vanadlism"), "vandalism"), + (UniCase::ascii("availabiliy"), "availability"), + (UniCase::ascii("automotove"), "automotive"), + (UniCase::ascii("sktechy"), "sketchy"), + (UniCase::ascii("phatnom"), "phantom"), + (UniCase::ascii("juvenilles"), "juvenile"), + (UniCase::ascii("emmediately"), "immediately"), + (UniCase::ascii("moderats"), "moderates"), + (UniCase::ascii("annyoingly"), "annoyingly"), + (UniCase::ascii("soluable"), "soluble"), + (UniCase::ascii("organizacion"), "organization"), + (UniCase::ascii("counterfeight"), "counterfeit"), + (UniCase::ascii("particularely"), "particularly"), + (UniCase::ascii("powerlifing"), "powerlifting"), + (UniCase::ascii("liberterians"), "libertarians"), + (UniCase::ascii("iraninas"), "iranians"), + (UniCase::ascii("juggernath"), "juggernaut"), + (UniCase::ascii("similairty"), "similarity"), + (UniCase::ascii("sebsatian"), "sebastian"), + (UniCase::ascii("represet"), "represents"), + (UniCase::ascii("satisfacting"), "satisfaction"), + (UniCase::ascii("cataloge"), "catalogue"), + (UniCase::ascii("hysteriska"), "hysteria"), + (UniCase::ascii("arguablly"), "arguably"), + (UniCase::ascii("neighbords"), "neighbours"), + (UniCase::ascii("ambassedor"), "ambassador"), + (UniCase::ascii("refilles"), "refills"), + (UniCase::ascii("anticuated"), "antiquated"), + (UniCase::ascii("perspectie"), "perspectives"), + (UniCase::ascii("funnelled"), "funneled"), + (UniCase::ascii("authenitcation"), "authentication"), + (UniCase::ascii("preperations"), "preparations"), + (UniCase::ascii("torpeados"), "torpedoes"), + (UniCase::ascii("armagideon"), "armageddon"), + (UniCase::ascii("narcissistc"), "narcissistic"), + (UniCase::ascii("fulfulling"), "fulfilling"), + (UniCase::ascii("transformare"), "transformers"), + (UniCase::ascii("constructeds"), "constructs"), + (UniCase::ascii("frientships"), "friendships"), + (UniCase::ascii("appraoched"), "approached"), + (UniCase::ascii("esponiage"), "espionage"), + (UniCase::ascii("sodomise"), "sodomize"), + (UniCase::ascii("butthoe"), "butthole"), + (UniCase::ascii("shephered"), "shepherd"), + (UniCase::ascii("hypathetical"), "hypothetical"), + (UniCase::ascii("straightforwad"), "straightforward"), + (UniCase::ascii("decendant"), "descendant"), + (UniCase::ascii("funcitons"), "functions"), + (UniCase::ascii("pkaythroughs"), "playthroughs"), + (UniCase::ascii("compadible"), "compatible"), + (UniCase::ascii("perfomrance"), "performances"), + (UniCase::ascii("participacion"), "participation"), + (UniCase::ascii("disproportiate"), "disproportionate"), + (UniCase::ascii("inaccessibile"), "inaccessible"), + (UniCase::ascii("messagease"), "messages"), + (UniCase::ascii("transmisison"), "transmission"), + (UniCase::ascii("sysamdin"), "sysadmin"), + (UniCase::ascii("cacuasian"), "caucasian"), + (UniCase::ascii("interpretaion"), "interpretation"), + (UniCase::ascii("presuasion"), "persuasion"), + (UniCase::ascii("photogrpahy"), "photography"), + (UniCase::ascii("expolsions"), "explosions"), + (UniCase::ascii("crucibe"), "crucible"), + (UniCase::ascii("intermidiate"), "intermediate"), + (UniCase::ascii("restrics"), "restricts"), + (UniCase::ascii("shortenend"), "shortened"), + (UniCase::ascii("malfunktion"), "malfunction"), + (UniCase::ascii("comming"), "coming"), + (UniCase::ascii("appology"), "apology"), + (UniCase::ascii("comeptitively"), "competitively"), + (UniCase::ascii("facilisi"), "facilities"), + (UniCase::ascii("credientals"), "credentials"), + (UniCase::ascii("restorating"), "restoration"), + (UniCase::ascii("underheight"), "underweight"), + (UniCase::ascii("introversi"), "introverts"), + (UniCase::ascii("persuasivo"), "persuasion"), + (UniCase::ascii("celebirty"), "celebrity"), + (UniCase::ascii("australianas"), "australians"), + (UniCase::ascii("thn"), "then"), + (UniCase::ascii("accelerato"), "acceleration"), + (UniCase::ascii("disproportianately"), "disproportionately"), + (UniCase::ascii("konfirmation"), "confirmation"), + (UniCase::ascii("pronunciato"), "pronunciation"), + (UniCase::ascii("unforetunately"), "unfortunately"), + (UniCase::ascii("restricive"), "restrictive"), + (UniCase::ascii("negligable"), "negligible"), + (UniCase::ascii("overreacing"), "overreacting"), + (UniCase::ascii("glueing"), "gluing"), + (UniCase::ascii("enlightenting"), "enlightening"), + (UniCase::ascii("unintentionnal"), "unintentional"), + (UniCase::ascii("aircrafts"), "aircraft"), + (UniCase::ascii("dishonesy"), "dishonesty"), + (UniCase::ascii("throast"), "throats"), + (UniCase::ascii("hypothesus"), "hypotheses"), + (UniCase::ascii("colonializm"), "colonialism"), + (UniCase::ascii("understandble"), "understandable"), + (UniCase::ascii("countires"), "countries"), + (UniCase::ascii("unvelievable"), "unbelievable"), + (UniCase::ascii("inresponsive"), "unresponsive"), + (UniCase::ascii("effecient"), "efficient"), + (UniCase::ascii("progessed"), "progressed"), + (UniCase::ascii("eminate"), "emanate"), + (UniCase::ascii("organisims"), "organism"), + (UniCase::ascii("cerification"), "verification"), + (UniCase::ascii("albiet"), "albeit"), + (UniCase::ascii("anyhting"), "anything"), + (UniCase::ascii("mechaninc"), "mechanic"), + (UniCase::ascii("allopones"), "allophones"), + (UniCase::ascii("provoactive"), "provocative"), + (UniCase::ascii("comissioner"), "commissioner"), + (UniCase::ascii("parenthesees"), "parentheses"), + (UniCase::ascii("unpleaseant"), "unpleasant"), + (UniCase::ascii("functionning"), "functioning"), + (UniCase::ascii("exectuable"), "executable"), + (UniCase::ascii("ultimative"), "ultimate"), + (UniCase::ascii("bankruptsy"), "bankruptcy"), + (UniCase::ascii("crusiers"), "cruisers"), + (UniCase::ascii("oversemplification"), "oversimplification"), + (UniCase::ascii("autisitc"), "autistic"), + (UniCase::ascii("interrigation"), "interrogation"), + (UniCase::ascii("similiarites"), "similarities"), + (UniCase::ascii("shenenigans"), "shenanigans"), + (UniCase::ascii("goddammn"), "goddamn"), + (UniCase::ascii("comradets"), "comrades"), + (UniCase::ascii("motherboad"), "motherboard"), + (UniCase::ascii("reccomendations"), "recommendations"), + (UniCase::ascii("beliefes"), "beliefs"), + (UniCase::ascii("deinitalizes"), "deinitializes"), + (UniCase::ascii("falvored"), "flavored"), + (UniCase::ascii("experementation"), "experimentation"), + (UniCase::ascii("liberalises"), "liberalizes"), + (UniCase::ascii("curriculem"), "curriculum"), + (UniCase::ascii("introspectin"), "introspection"), + (UniCase::ascii("decompositing"), "decomposing"), + (UniCase::ascii("fufilled"), "fulfilled"), + (UniCase::ascii("pscyhopaths"), "psychopaths"), + (UniCase::ascii("minipulative"), "manipulative"), + (UniCase::ascii("encyclopadia"), "encyclopedia"), + (UniCase::ascii("noticible"), "noticeable"), + (UniCase::ascii("maneouvres"), "manoeuvres"), + (UniCase::ascii("antibiodic"), "antibiotic"), + (UniCase::ascii("hailfax"), "halifax"), + (UniCase::ascii("instanty"), "instantly"), + (UniCase::ascii("collectros"), "collects"), + (UniCase::ascii("tangentialy"), "tangentially"), + (UniCase::ascii("opinoins"), "opinions"), + (UniCase::ascii("decscription"), "description"), + (UniCase::ascii("unrivalled"), "unrivaled"), + (UniCase::ascii("emtpy"), "empty"), + (UniCase::ascii("captial"), "capital"), + (UniCase::ascii("tirangles"), "triangles"), + (UniCase::ascii("valentie"), "valentines"), + (UniCase::ascii("overhwelm"), "overwhelm"), + (UniCase::ascii("constructifs"), "constructs"), + (UniCase::ascii("filmamkers"), "filmmakers"), + (UniCase::ascii("advantagous"), "advantageous"), + (UniCase::ascii("injusticas"), "injustices"), + (UniCase::ascii("manisfestations"), "manifestations"), + (UniCase::ascii("microscrope"), "microscope"), + (UniCase::ascii("looseley"), "loosely"), + (UniCase::ascii("compresssion"), "compression"), + (UniCase::ascii("compromisng"), "compromising"), + (UniCase::ascii("representstion"), "representations"), + (UniCase::ascii("investigatiors"), "investigations"), + (UniCase::ascii("compraison"), "comparisons"), + (UniCase::ascii("congratualtions"), "congratulations"), + (UniCase::ascii("raidant"), "radiant"), + (UniCase::ascii("secretas"), "secrets"), + (UniCase::ascii("sryians"), "syrians"), + (UniCase::ascii("acceptes"), "accepts"), + (UniCase::ascii("sporanos"), "sopranos"), + (UniCase::ascii("detectoare"), "detector"), + (UniCase::ascii("japanes"), "japanese"), + (UniCase::ascii("adventue"), "adventures"), + (UniCase::ascii("specailty"), "specialty"), + (UniCase::ascii("gramme"), "gram"), + (UniCase::ascii("teleproting"), "teleporting"), + (UniCase::ascii("formativos"), "formations"), + (UniCase::ascii("synomynous"), "synonymous"), + (UniCase::ascii("performancepcs"), "performances"), + (UniCase::ascii("dominaters"), "dominates"), + (UniCase::ascii("visable"), "visible"), + (UniCase::ascii("aerosapce"), "aerospace"), + (UniCase::ascii("cannibalsm"), "cannibalism"), + (UniCase::ascii("combanations"), "combinations"), + (UniCase::ascii("pedohpiles"), "pedophiles"), + (UniCase::ascii("childrents"), "childrens"), + (UniCase::ascii("inersting"), "inserting"), + (UniCase::ascii("westernising"), "westernizing"), + (UniCase::ascii("appriecate"), "appreciates"), + (UniCase::ascii("knoweldgable"), "knowledgable"), + (UniCase::ascii("terminarla"), "terminal"), + (UniCase::ascii("astronautes"), "astronauts"), + (UniCase::ascii("abandonig"), "abandoning"), + (UniCase::ascii("automatted"), "automate"), + (UniCase::ascii("seuxalized"), "sexualized"), + (UniCase::ascii("publicy"), "publicly"), + (UniCase::ascii("inconveniance"), "inconvenience"), + (UniCase::ascii("evolutionarilly"), "evolutionary"), + (UniCase::ascii("washignton"), "washington"), + (UniCase::ascii("inexeprienced"), "inexperience"), + (UniCase::ascii("rebounce"), "rebound"), + (UniCase::ascii("misogynistc"), "misogynistic"), + (UniCase::ascii("permaturely"), "prematurely"), + (UniCase::ascii("primatives"), "primitives"), + (UniCase::ascii("blacksmitch"), "blacksmith"), + (UniCase::ascii("scirpt"), "script"), + (UniCase::ascii("longevitiy"), "longevity"), + (UniCase::ascii("passagers"), "passages"), + (UniCase::ascii("womanises"), "womanizes"), + (UniCase::ascii("limitativo"), "limitation"), + (UniCase::ascii("concentrarte"), "concentrate"), + (UniCase::ascii("goreshadowing"), "foreshadowing"), + (UniCase::ascii("exectuion"), "execution"), + (UniCase::ascii("imigrant"), "emigrant"), + (UniCase::ascii("wreslte"), "wrestle"), + (UniCase::ascii("elitistm"), "elitism"), + (UniCase::ascii("priased"), "praised"), + (UniCase::ascii("prohibitng"), "prohibiting"), + (UniCase::ascii("earthqukes"), "earthquakes"), + (UniCase::ascii("conceptualises"), "conceptualizes"), + (UniCase::ascii("fascistes"), "fascists"), + (UniCase::ascii("snwoballs"), "snowballs"), + (UniCase::ascii("prestigiu"), "prestigious"), + (UniCase::ascii("broady"), "broadly"), + (UniCase::ascii("sheild"), "shield"), + (UniCase::ascii("undreground"), "underground"), + (UniCase::ascii("optimises"), "optimizes"), + (UniCase::ascii("pairlament"), "parliament"), + (UniCase::ascii("missionera"), "missionary"), + (UniCase::ascii("invonvenient"), "inconvenient"), + (UniCase::ascii("relient"), "reliant"), + (UniCase::ascii("mozzaralla"), "mozzarella"), + (UniCase::ascii("misfourtunes"), "misfortunes"), + (UniCase::ascii("delcaration"), "declaration"), + (UniCase::ascii("socialises"), "socializes"), + (UniCase::ascii("generatin"), "generations"), + (UniCase::ascii("incomfortably"), "uncomfortably"), + (UniCase::ascii("perogative"), "prerogative"), + (UniCase::ascii("refreshener"), "refresher"), + (UniCase::ascii("thermomether"), "thermometer"), + (UniCase::ascii("responsibilites"), "responsibilities"), + (UniCase::ascii("bordelrands"), "borderlands"), + (UniCase::ascii("inaccessbile"), "inaccessible"), + (UniCase::ascii("flawlessley"), "flawlessly"), + (UniCase::ascii("analysised"), "analyses"), + (UniCase::ascii("preqeuls"), "prequels"), + (UniCase::ascii("funcitoning"), "functioning"), + (UniCase::ascii("deyhdrated"), "dehydrated"), + (UniCase::ascii("inconsecuential"), "inconsequential"), + (UniCase::ascii("automoderater"), "automoderator"), + (UniCase::ascii("romaanin"), "romanian"), + (UniCase::ascii("desentitized"), "desensitized"), + (UniCase::ascii("appropriatley"), "appropriately"), + (UniCase::ascii("convirtible"), "convertible"), + (UniCase::ascii("anglicising"), "anglicizing"), + (UniCase::ascii("suprised"), "surprised"), + (UniCase::ascii("estiamtes"), "estimates"), + (UniCase::ascii("empiracally"), "empirically"), + (UniCase::ascii("documentare"), "documentaries"), + (UniCase::ascii("heapdhone"), "headphone"), + (UniCase::ascii("studioes"), "studios"), + (UniCase::ascii("lavendr"), "lavender"), + (UniCase::ascii("presuasive"), "persuasive"), + (UniCase::ascii("extrapolant"), "extrapolate"), + (UniCase::ascii("eratically"), "erratically"), + (UniCase::ascii("fortitue"), "fortitude"), + (UniCase::ascii("prohibitons"), "prohibits"), + (UniCase::ascii("inappropriatley"), "inappropriately"), + (UniCase::ascii("communites"), "communities"), + (UniCase::ascii("thomspon"), "thompson"), + (UniCase::ascii("accoring"), "according"), + (UniCase::ascii("motivatin"), "motivations"), + (UniCase::ascii("refrigerater"), "refrigerator"), + (UniCase::ascii("glichtes"), "glitches"), + (UniCase::ascii("complety"), "completely"), + (UniCase::ascii("distribuited"), "distributed"), + (UniCase::ascii("repoistory"), "repository"), + (UniCase::ascii("microtransactons"), "microtransactions"), + (UniCase::ascii("literatire"), "literate"), + (UniCase::ascii("interviened"), "interviewed"), + (UniCase::ascii("remodelled"), "remodeled"), + (UniCase::ascii("humoros"), "humorous"), + (UniCase::ascii("socratease"), "socrates"), + (UniCase::ascii("arguemnts"), "arguments"), + (UniCase::ascii("leftsits"), "leftists"), + (UniCase::ascii("philosipher"), "philosopher"), + (UniCase::ascii("soverignity"), "sovereignty"), + (UniCase::ascii("apostrephe"), "apostrophe"), + (UniCase::ascii("supermakter"), "supermarkets"), + (UniCase::ascii("comeptitive"), "competitive"), + (UniCase::ascii("inquisidor"), "inquisitor"), + (UniCase::ascii("nonsencial"), "nonsensical"), + (UniCase::ascii("defibately"), "definately"), + (UniCase::ascii("connectit"), "connecticut"), + (UniCase::ascii("purcahsed"), "purchased"), + (UniCase::ascii("snetries"), "sentries"), + (UniCase::ascii("implaments"), "implements"), + (UniCase::ascii("downvoteur"), "downvoters"), + (UniCase::ascii("transfarring"), "transferring"), + (UniCase::ascii("administratiors"), "administrators"), + (UniCase::ascii("tyhat"), "that"), + (UniCase::ascii("originalty"), "originality"), + (UniCase::ascii("constriants"), "constraints"), + (UniCase::ascii("exectuioners"), "executioner"), + (UniCase::ascii("doplhins"), "dolphins"), + (UniCase::ascii("acknolwedgement"), "acknowledgement"), + (UniCase::ascii("adequet"), "adequate"), + (UniCase::ascii("troleld"), "trolled"), + (UniCase::ascii("agre"), "agree"), + (UniCase::ascii("videogamemes"), "videogames"), + (UniCase::ascii("intimiated"), "intimidate"), + (UniCase::ascii("republicons"), "republicans"), + (UniCase::ascii("contimplating"), "contemplating"), + (UniCase::ascii("curtian"), "curtain"), + (UniCase::ascii("carinval"), "carnival"), + (UniCase::ascii("instutition"), "institution"), + (UniCase::ascii("conceved"), "concede"), + (UniCase::ascii("palestiniens"), "palestinians"), + (UniCase::ascii("gimmics"), "gimmicks"), + (UniCase::ascii("frequencey"), "frequency"), + (UniCase::ascii("extered"), "exerted"), + (UniCase::ascii("circumsision"), "circumcision"), + (UniCase::ascii("siezure"), "seizure"), + (UniCase::ascii("switchs"), "switches"), + (UniCase::ascii("conveyd"), "conveyed"), + (UniCase::ascii("sandwhich"), "sandwich"), + (UniCase::ascii("anarchsits"), "anarchists"), + (UniCase::ascii("skimrish"), "skirmish"), + (UniCase::ascii("republicanos"), "republicans"), + (UniCase::ascii("travellodge"), "travelled"), + (UniCase::ascii("constasnt"), "constants"), + (UniCase::ascii("consultating"), "consultation"), + (UniCase::ascii("inadeqaute"), "inadequate"), + (UniCase::ascii("astornauts"), "astronauts"), + (UniCase::ascii("flexibiliy"), "flexibility"), + (UniCase::ascii("corspes"), "corpses"), + (UniCase::ascii("overclockig"), "overclocking"), + (UniCase::ascii("metropilis"), "metropolis"), + (UniCase::ascii("partiotic"), "patriotic"), + (UniCase::ascii("vaporised"), "vaporized"), + (UniCase::ascii("musicains"), "musicians"), + (UniCase::ascii("partecipated"), "participated"), + (UniCase::ascii("critisizes"), "criticises"), + (UniCase::ascii("mercanaries"), "mercenaries"), + (UniCase::ascii("chronciles"), "chronicles"), + (UniCase::ascii("allegience"), "allegiance"), + (UniCase::ascii("villian"), "villain"), + (UniCase::ascii("immenint"), "imminent"), + (UniCase::ascii("legalisation"), "legalization"), + (UniCase::ascii("behavoir"), "behavior"), + (UniCase::ascii("punsihable"), "punishable"), + (UniCase::ascii("disrespecful"), "disrespectful"), + (UniCase::ascii("empirialism"), "imperialism"), + (UniCase::ascii("somethinkg"), "somethings"), + (UniCase::ascii("unahppy"), "unhappy"), + (UniCase::ascii("challeneged"), "challenged"), + (UniCase::ascii("useage"), "usage"), + (UniCase::ascii("reportadly"), "reportedly"), + (UniCase::ascii("coordianted"), "coordinated"), + (UniCase::ascii("engramms"), "engrams"), + (UniCase::ascii("capitalise"), "capitalize"), + (UniCase::ascii("vairable"), "variable"), + (UniCase::ascii("permanantly"), "permanently"), + (UniCase::ascii("rectanglar"), "rectangular"), + (UniCase::ascii("exahustion"), "exhaustion"), + (UniCase::ascii("tourits"), "tourist"), + (UniCase::ascii("commisssion"), "commissions"), + (UniCase::ascii("parliamnetary"), "parliamentary"), + (UniCase::ascii("legalizaton"), "legalization"), + (UniCase::ascii("substract"), "subtract"), + (UniCase::ascii("consilidated"), "consolidated"), + (UniCase::ascii("harldine"), "hardline"), + (UniCase::ascii("paraphrazing"), "paraphrasing"), + (UniCase::ascii("conflcits"), "conflicts"), + (UniCase::ascii("polutes"), "pollutes"), + (UniCase::ascii("republcian"), "republican"), + (UniCase::ascii("consolidare"), "consolidate"), + (UniCase::ascii("awkwardy"), "awkwardly"), + (UniCase::ascii("receptoras"), "receptors"), + (UniCase::ascii("dissmisal"), "dismissal"), + (UniCase::ascii("homelessess"), "homelessness"), + (UniCase::ascii("ethose"), "those"), + (UniCase::ascii("statememts"), "statements"), + (UniCase::ascii("progroms"), "pogroms"), + (UniCase::ascii("fingerpies"), "fingertips"), + (UniCase::ascii("regualrly"), "regularly"), + (UniCase::ascii("moderatorn"), "moderation"), + (UniCase::ascii("dael"), "deal"), + (UniCase::ascii("elephans"), "elephants"), + (UniCase::ascii("compromize"), "compromise"), + (UniCase::ascii("absuers"), "abusers"), + (UniCase::ascii("prospertity"), "prosperity"), + (UniCase::ascii("prepetually"), "perpetually"), + (UniCase::ascii("capatilized"), "capitalized"), + (UniCase::ascii("popularisation"), "popularization"), + (UniCase::ascii("continenet"), "continents"), + (UniCase::ascii("cardiocascular"), "cardiovascular"), + (UniCase::ascii("comminists"), "communists"), + (UniCase::ascii("gravitatiei"), "gravitate"), + (UniCase::ascii("ensalve"), "enslave"), + (UniCase::ascii("amphetemine"), "amphetamine"), + (UniCase::ascii("fruitsations"), "frustrations"), + (UniCase::ascii("inexpierenced"), "inexperienced"), + (UniCase::ascii("compenduim"), "compendium"), + (UniCase::ascii("quuery"), "query"), + (UniCase::ascii("sensationslism"), "sensationalism"), + (UniCase::ascii("relateds"), "relates"), + (UniCase::ascii("incoherrent"), "incoherent"), + (UniCase::ascii("forcifully"), "forcefully"), + (UniCase::ascii("manufacuter"), "manufacture"), + (UniCase::ascii("notificacion"), "notification"), + (UniCase::ascii("inisghts"), "insights"), + (UniCase::ascii("instructer"), "instructor"), + (UniCase::ascii("acquiantances"), "acquaintances"), + (UniCase::ascii("wiavers"), "waivers"), + (UniCase::ascii("decipted"), "depicted"), + (UniCase::ascii("irrationably"), "irrationally"), + (UniCase::ascii("narcissisism"), "narcissism"), + (UniCase::ascii("exlcuding"), "excluding"), + (UniCase::ascii("sanhedrim"), "sanhedrin"), + (UniCase::ascii("mechandise"), "merchandise"), + (UniCase::ascii("cabniet"), "cabinet"), + (UniCase::ascii("unconsciouly"), "unconsciously"), + (UniCase::ascii("ballsitic"), "ballistic"), + (UniCase::ascii("permiums"), "premiums"), + (UniCase::ascii("grammitical"), "grammatical"), + (UniCase::ascii("temafights"), "teamfights"), + (UniCase::ascii("retailes"), "retailers"), + (UniCase::ascii("monstre"), "monster"), + (UniCase::ascii("furiosuly"), "furiously"), + (UniCase::ascii("expodential"), "exponential"), + (UniCase::ascii("achiavable"), "achievable"), + (UniCase::ascii("prejiduces"), "prejudices"), + (UniCase::ascii("fundementally"), "fundamentally"), + (UniCase::ascii("incompatiable"), "incompatible"), + (UniCase::ascii("skrawberries"), "strawberries"), + (UniCase::ascii("encyrption"), "encryption"), + (UniCase::ascii("withdrawel"), "withdrawal"), + (UniCase::ascii("nullifiy"), "nullify"), + (UniCase::ascii("comporable"), "comparable"), + (UniCase::ascii("sucessor"), "successor"), + (UniCase::ascii("componentes"), "components"), + (UniCase::ascii("definaitly"), "definately"), + (UniCase::ascii("aqcuisition"), "acquisition"), + (UniCase::ascii("converdation"), "conservation"), + (UniCase::ascii("interpretating"), "interpretation"), + (UniCase::ascii("secularises"), "secularizes"), + (UniCase::ascii("conjuction"), "conjunction"), + (UniCase::ascii("pormetheus"), "prometheus"), + (UniCase::ascii("badnits"), "bandits"), + (UniCase::ascii("pyrmaid"), "pyramid"), + (UniCase::ascii("compalined"), "complained"), + (UniCase::ascii("geopraphically"), "geographically"), + (UniCase::ascii("fictionalisation"), "fictionalization"), + (UniCase::ascii("arival"), "arrival"), + (UniCase::ascii("officiallly"), "officially"), + (UniCase::ascii("presumabley"), "presumably"), + (UniCase::ascii("disaapointed"), "dissapointed"), + (UniCase::ascii("foriegners"), "foreigners"), + (UniCase::ascii("bitterwseet"), "bittersweet"), + (UniCase::ascii("certificare"), "certificate"), + (UniCase::ascii("incrediby"), "incredibly"), + (UniCase::ascii("wiew"), "view"), + (UniCase::ascii("angluar"), "angular"), + (UniCase::ascii("comminication"), "communication"), + (UniCase::ascii("formalise"), "formalize"), + (UniCase::ascii("ininterested"), "uninterested"), + (UniCase::ascii("disucssions"), "discussions"), + (UniCase::ascii("recrutied"), "recruited"), + (UniCase::ascii("nutritiuos"), "nutritious"), + (UniCase::ascii("littel"), "little"), + (UniCase::ascii("overemphasising"), "overemphasizing"), + (UniCase::ascii("reisntalling"), "reinstalling"), + (UniCase::ascii("downovting"), "downvoting"), + (UniCase::ascii("feodras"), "fedoras"), + (UniCase::ascii("impossable"), "impossible"), + (UniCase::ascii("personalising"), "personalizing"), + (UniCase::ascii("libertarainism"), "libertarianism"), + (UniCase::ascii("auctionrs"), "auctions"), + (UniCase::ascii("surroundign"), "surroundings"), + (UniCase::ascii("derivaties"), "derivatives"), + (UniCase::ascii("hoildays"), "holidays"), + (UniCase::ascii("hismelf"), "himself"), + (UniCase::ascii("scrutinity"), "scrutiny"), + (UniCase::ascii("instantaenous"), "instantaneous"), + (UniCase::ascii("throtlling"), "throttling"), + (UniCase::ascii("distractia"), "district"), + (UniCase::ascii("proficinecy"), "proficiency"), + (UniCase::ascii("stretchs"), "stretches"), + (UniCase::ascii("challeneges"), "challenges"), + (UniCase::ascii("patiens"), "patients"), + (UniCase::ascii("scandlas"), "scandals"), + (UniCase::ascii("mouldings"), "moldings"), + (UniCase::ascii("buthcered"), "butchered"), + (UniCase::ascii("uninsipred"), "uninspired"), + (UniCase::ascii("speculatie"), "speculative"), + (UniCase::ascii("illegitemate"), "illegitimate"), + (UniCase::ascii("eventualy"), "eventually"), + (UniCase::ascii("morrsion"), "morrison"), + (UniCase::ascii("cannisters"), "canisters"), + (UniCase::ascii("exceptin"), "exceptions"), + (UniCase::ascii("chequered"), "checkered"), + (UniCase::ascii("apsotrophe"), "apostrophe"), + (UniCase::ascii("behaviour"), "behavior"), + (UniCase::ascii("nmae"), "name"), + (UniCase::ascii("filiament"), "filament"), + (UniCase::ascii("rferences"), "references"), + (UniCase::ascii("exhaustin"), "exhaustion"), + (UniCase::ascii("rabbitts"), "rabbits"), + (UniCase::ascii("irreversibelt"), "irreversible"), + (UniCase::ascii("viatmin"), "vitamin"), + (UniCase::ascii("unravelled"), "unraveled"), + (UniCase::ascii("wavelegnths"), "wavelength"), + (UniCase::ascii("continential"), "continental"), + (UniCase::ascii("journalisitc"), "journalistic"), + (UniCase::ascii("helicoptor"), "helicopter"), + (UniCase::ascii("capitalizating"), "capitalization"), + (UniCase::ascii("reffered"), "referred"), + (UniCase::ascii("principlas"), "principals"), + (UniCase::ascii("foundaries"), "foundries"), + (UniCase::ascii("prohibation"), "prohibition"), + (UniCase::ascii("superios"), "superiors"), + (UniCase::ascii("prestiguous"), "prestigious"), + (UniCase::ascii("pinpoit"), "pinpoint"), + (UniCase::ascii("attrocities"), "atrocities"), + (UniCase::ascii("exagerrate"), "exaggerate"), + (UniCase::ascii("liberalis"), "liberals"), + (UniCase::ascii("vicotrious"), "victorious"), + (UniCase::ascii("sophmore"), "sophomore"), + (UniCase::ascii("sensationnal"), "sensational"), + (UniCase::ascii("newlsetter"), "newsletter"), + (UniCase::ascii("specificatons"), "specifications"), + (UniCase::ascii("invovled"), "involved"), + (UniCase::ascii("pertaing"), "pertaining"), + (UniCase::ascii("inkompetence"), "incompetence"), + (UniCase::ascii("teamfighs"), "teamfights"), + (UniCase::ascii("montanta"), "montana"), + (UniCase::ascii("academicas"), "academics"), + (UniCase::ascii("counterporductive"), "counterproductive"), + (UniCase::ascii("overwhelmigly"), "overwhelmingly"), + (UniCase::ascii("considerablely"), "considerably"), + (UniCase::ascii("deparment"), "department"), + (UniCase::ascii("liesure"), "leisure"), + (UniCase::ascii("inconsistenly"), "inconsistency"), + (UniCase::ascii("freedomes"), "freedoms"), + (UniCase::ascii("outraegously"), "outrageously"), + (UniCase::ascii("agressie"), "agressive"), + (UniCase::ascii("clarfiy"), "clarify"), + (UniCase::ascii("ineffictive"), "ineffective"), + (UniCase::ascii("consequeseces"), "consequences"), + (UniCase::ascii("presearing"), "preserving"), + (UniCase::ascii("introduktion"), "introduction"), + (UniCase::ascii("galcier"), "glacier"), + (UniCase::ascii("counciles"), "councils"), + (UniCase::ascii("publishher"), "publisher"), + (UniCase::ascii("inquisitior"), "inquisitor"), + (UniCase::ascii("logtiech"), "logitech"), + (UniCase::ascii("rehtorical"), "rhetorical"), + (UniCase::ascii("priesthod"), "priesthood"), + (UniCase::ascii("interferce"), "interferes"), + (UniCase::ascii("hybrides"), "hybrids"), + (UniCase::ascii("dissappointed"), "disappointed"), + (UniCase::ascii("decoracion"), "decoration"), + (UniCase::ascii("accidentlaly"), "accidently"), + (UniCase::ascii("confedarcy"), "confederacy"), + (UniCase::ascii("currens"), "currents"), + (UniCase::ascii("prerequites"), "prerequisite"), + (UniCase::ascii("activationg"), "activating"), + (UniCase::ascii("perdiction"), "prediction"), + (UniCase::ascii("unnecessarly"), "unnecessarily"), + (UniCase::ascii("compenstate"), "compensate"), + (UniCase::ascii("dominaton"), "domination"), + (UniCase::ascii("mulitplier"), "multiplier"), + (UniCase::ascii("mediveal"), "medieval"), + (UniCase::ascii("photograher"), "photographer"), + (UniCase::ascii("entertwined"), "entertained"), + (UniCase::ascii("repsonds"), "responds"), + (UniCase::ascii("complaind"), "complained"), + (UniCase::ascii("terminater"), "terminator"), + (UniCase::ascii("spiritd"), "spirited"), + (UniCase::ascii("deceptionist"), "receptionist"), + (UniCase::ascii("mechanisation"), "mechanization"), + (UniCase::ascii("monumet"), "monument"), + (UniCase::ascii("besitality"), "bestiality"), + (UniCase::ascii("battelships"), "battleship"), + (UniCase::ascii("optimizate"), "optimize"), + (UniCase::ascii("develpoment"), "developments"), + (UniCase::ascii("sould"), "could"), + (UniCase::ascii("sednetary"), "sedentary"), + (UniCase::ascii("bruning"), "burning"), + (UniCase::ascii("nuerological"), "neurological"), + (UniCase::ascii("southernest"), "southerners"), + (UniCase::ascii("californican"), "californian"), + (UniCase::ascii("prevelant"), "prevalent"), + (UniCase::ascii("repblic"), "republic"), + (UniCase::ascii("countrycide"), "countryside"), + (UniCase::ascii("primarly"), "primarily"), + (UniCase::ascii("phenomon"), "phenomenon"), + (UniCase::ascii("wroking"), "working"), + (UniCase::ascii("tradicional"), "traditional"), + (UniCase::ascii("detalied"), "detailed"), + (UniCase::ascii("beucase"), "becuase"), + (UniCase::ascii("mangesium"), "magnesium"), + (UniCase::ascii("insuniating"), "insinuating"), + (UniCase::ascii("declaracion"), "declaration"), + (UniCase::ascii("disturben"), "disturbance"), + (UniCase::ascii("orgnaisation"), "organisations"), + (UniCase::ascii("experimentacion"), "experimentation"), + (UniCase::ascii("legalizaiton"), "legalization"), + (UniCase::ascii("percpetion"), "perceptions"), + (UniCase::ascii("messagepad"), "messaged"), + (UniCase::ascii("sufferd"), "suffered"), + (UniCase::ascii("singulary"), "singularity"), + (UniCase::ascii("consequental"), "consequently"), + (UniCase::ascii("informtion"), "information"), + (UniCase::ascii("specailist"), "specialist"), + (UniCase::ascii("extravagent"), "extravagant"), + (UniCase::ascii("labirynth"), "labyrinth"), + (UniCase::ascii("necessarry"), "necessary"), + (UniCase::ascii("eslewhere"), "elsewhere"), + (UniCase::ascii("preposterious"), "preposterous"), + (UniCase::ascii("implementaiton"), "implementation"), + (UniCase::ascii("impossibily"), "impossibly"), + (UniCase::ascii("promotheus"), "prometheus"), + (UniCase::ascii("hospitalty"), "hospitality"), + (UniCase::ascii("garuantee"), "guarantee"), + (UniCase::ascii("practitionner"), "practitioner"), + (UniCase::ascii("spectaculalry"), "spectacularly"), + (UniCase::ascii("commericially"), "commercially"), + (UniCase::ascii("tantalisingly"), "tantalizingly"), + (UniCase::ascii("condradiction"), "contradiction"), + (UniCase::ascii("caliofrnia"), "californian"), + (UniCase::ascii("accomadates"), "accommodates"), + (UniCase::ascii("unprecidented"), "unprecedented"), + (UniCase::ascii("photograhs"), "photographs"), + (UniCase::ascii("inclinaison"), "inclination"), + (UniCase::ascii("diasble"), "disable"), + (UniCase::ascii("vaporisation"), "vaporization"), + (UniCase::ascii("operatings"), "operations"), + (UniCase::ascii("moralise"), "moralize"), + (UniCase::ascii("cigeratte"), "cigarette"), + (UniCase::ascii("congragation"), "congregation"), + (UniCase::ascii("psychiatic"), "psychiatric"), + (UniCase::ascii("altough"), "although"), + (UniCase::ascii("phenomemon"), "phenomenon"), + (UniCase::ascii("instered"), "inserted"), + (UniCase::ascii("dirived"), "derived"), + (UniCase::ascii("renewabels"), "renewables"), + (UniCase::ascii("destabilise"), "destabilize"), + (UniCase::ascii("counterbat"), "counteract"), + (UniCase::ascii("signins"), "signings"), + (UniCase::ascii("unprecendeted"), "unprecedented"), + (UniCase::ascii("dissppointed"), "dissapointed"), + (UniCase::ascii("prostitude"), "prostitute"), + (UniCase::ascii("perpetuationg"), "perpetuating"), + (UniCase::ascii("presicely"), "precisely"), + (UniCase::ascii("aledges"), "alleges"), + (UniCase::ascii("entertaing"), "entertaining"), + (UniCase::ascii("conicide"), "coincide"), + (UniCase::ascii("montanna"), "montana"), + (UniCase::ascii("inconsistance"), "inconsistency"), + (UniCase::ascii("shawshak"), "shawshank"), + (UniCase::ascii("remignton"), "remington"), + (UniCase::ascii("studdy"), "study"), + (UniCase::ascii("bodydbuilder"), "bodybuilder"), + (UniCase::ascii("engieneers"), "engineers"), + (UniCase::ascii("figuretively"), "figuratively"), + (UniCase::ascii("demonstraits"), "demonstrates"), + (UniCase::ascii("skillhosts"), "skillshots"), + (UniCase::ascii("haematological"), "hematological"), + (UniCase::ascii("persausion"), "persuasion"), + (UniCase::ascii("archetypus"), "archetypes"), + (UniCase::ascii("skpetic"), "skeptic"), + (UniCase::ascii("laboritory"), "laboratory"), + (UniCase::ascii("buddist"), "buddhist"), + (UniCase::ascii("adreanline"), "adrenaline"), + (UniCase::ascii("manoeuvres"), "maneuvers"), + (UniCase::ascii("transofrming"), "transforming"), + (UniCase::ascii("xeonphobia"), "xenophobia"), + (UniCase::ascii("conjuncting"), "conjunction"), + (UniCase::ascii("rebuplicans"), "republicans"), + (UniCase::ascii("sightstine"), "sightstone"), + (UniCase::ascii("enchantmants"), "enchantments"), + (UniCase::ascii("repersents"), "represents"), + (UniCase::ascii("proactivley"), "proactive"), + (UniCase::ascii("circut"), "circuit"), + (UniCase::ascii("trainig"), "training"), + (UniCase::ascii("freesytle"), "freestyle"), + (UniCase::ascii("porcelina"), "porcelain"), + (UniCase::ascii("accompliss"), "accomplishes"), + (UniCase::ascii("athleticm"), "athleticism"), + (UniCase::ascii("proportionallly"), "proportionally"), + (UniCase::ascii("livilehood"), "livelihood"), + (UniCase::ascii("recommedations"), "recommendations"), + (UniCase::ascii("satistactory"), "satisfactory"), + (UniCase::ascii("embeded"), "embedded"), + (UniCase::ascii("indonistan"), "indonesian"), + (UniCase::ascii("conspiracys"), "conspiracies"), + (UniCase::ascii("temporising"), "temporizing"), + (UniCase::ascii("responsibile"), "responsible"), + (UniCase::ascii("distructive"), "destructive"), + (UniCase::ascii("neutralise"), "neutralize"), + (UniCase::ascii("intervies"), "interviews"), + (UniCase::ascii("offence"), "offense"), + (UniCase::ascii("bathrom"), "bathroom"), + (UniCase::ascii("catagorically"), "categorically"), + (UniCase::ascii("symbolisch"), "symbolic"), + (UniCase::ascii("golitah"), "goliath"), + (UniCase::ascii("wonderfullly"), "wonderfully"), + (UniCase::ascii("historicans"), "historians"), + (UniCase::ascii("contributie"), "contribute"), + (UniCase::ascii("darkenss"), "darkness"), + (UniCase::ascii("thrusday"), "thursday"), + (UniCase::ascii("prodcutions"), "productions"), + (UniCase::ascii("fertilises"), "fertilizes"), + (UniCase::ascii("birsbane"), "brisbane"), + (UniCase::ascii("spellign"), "spelling"), + (UniCase::ascii("situationly"), "situational"), + (UniCase::ascii("govemrent"), "goverment"), + (UniCase::ascii("prerogitive"), "prerogative"), + (UniCase::ascii("continuuity"), "continuity"), + (UniCase::ascii("foucs"), "focus"), + (UniCase::ascii("wierd"), "weird"), + (UniCase::ascii("perserved"), "preserved"), + (UniCase::ascii("parcelling"), "parceling"), + (UniCase::ascii("asume"), "assume"), + (UniCase::ascii("troublehsoot"), "troubleshoot"), + (UniCase::ascii("watercolours"), "watercolors"), + (UniCase::ascii("disuptes"), "disputes"), + (UniCase::ascii("endeavour"), "endeavor"), + (UniCase::ascii("transperancy"), "transparency"), + (UniCase::ascii("marnies"), "marines"), + (UniCase::ascii("acclimitization"), "acclimatization"), + (UniCase::ascii("microtrasnactions"), "microtransactions"), + (UniCase::ascii("kinteic"), "kinetic"), + (UniCase::ascii("psycholigist"), "psychologist"), + (UniCase::ascii("captialize"), "capitalize"), + (UniCase::ascii("effortlessely"), "effortlessly"), + (UniCase::ascii("inablility"), "inability"), + (UniCase::ascii("additonally"), "additionally"), + (UniCase::ascii("lefitsts"), "leftists"), + (UniCase::ascii("whants"), "wants"), + (UniCase::ascii("psychopathes"), "psychopaths"), + (UniCase::ascii("guarentees"), "guarantees"), + (UniCase::ascii("reviere"), "reviewer"), + (UniCase::ascii("specialisation"), "specialization"), + (UniCase::ascii("intelelctuals"), "intellectuals"), + (UniCase::ascii("sadistisch"), "sadistic"), + (UniCase::ascii("emphesizes"), "emphasizes"), + (UniCase::ascii("insticnts"), "instincts"), + (UniCase::ascii("underutilised"), "underutilized"), + (UniCase::ascii("splendour"), "splendor"), + (UniCase::ascii("humanoind"), "humanoid"), + (UniCase::ascii("explicetly"), "explicitly"), + (UniCase::ascii("docrtines"), "doctrines"), + (UniCase::ascii("consolide"), "consolidate"), + (UniCase::ascii("micoscopy"), "microscopy"), + (UniCase::ascii("shatterling"), "shattering"), + (UniCase::ascii("equivilence"), "equivalence"), + (UniCase::ascii("utlimate"), "ultimate"), + (UniCase::ascii("deprivaton"), "deprivation"), + (UniCase::ascii("maneveurs"), "maneuvers"), + (UniCase::ascii("inferiorty"), "inferiority"), + (UniCase::ascii("expeditivo"), "expedition"), + (UniCase::ascii("architectrual"), "architectural"), + (UniCase::ascii("chromosoms"), "chromosomes"), + (UniCase::ascii("touritsy"), "touristy"), + (UniCase::ascii("interrogatin"), "interrogation"), + (UniCase::ascii("retrebution"), "retribution"), + (UniCase::ascii("regulae"), "regulate"), + (UniCase::ascii("thoerem"), "theorem"), + (UniCase::ascii("monts"), "months"), + (UniCase::ascii("rationalisation"), "rationalization"), + (UniCase::ascii("revelead"), "revealed"), + (UniCase::ascii("obesssion"), "obsession"), + (UniCase::ascii("terrorities"), "territories"), + (UniCase::ascii("cyandie"), "cyanide"), + (UniCase::ascii("rythem"), "rhythm"), + (UniCase::ascii("symetry"), "symmetry"), + (UniCase::ascii("athletisim"), "athleticism"), + (UniCase::ascii("antarctia"), "antarctica"), + (UniCase::ascii("socilaized"), "socialized"), + (UniCase::ascii("grandchilren"), "grandchildren"), + (UniCase::ascii("senzationalist"), "sensationalist"), + (UniCase::ascii("relavation"), "relaxation"), + (UniCase::ascii("reprecussion"), "repercussions"), + (UniCase::ascii("neighouring"), "neighboring"), + (UniCase::ascii("statiskt"), "statist"), + (UniCase::ascii("restuarant"), "restaurant"), + (UniCase::ascii("transformis"), "transforms"), + (UniCase::ascii("overheading"), "overheating"), + (UniCase::ascii("perviews"), "previews"), + (UniCase::ascii("exterme"), "extreme"), + (UniCase::ascii("synidcate"), "syndicate"), + (UniCase::ascii("complaing"), "complaining"), + (UniCase::ascii("distinctin"), "distinctions"), + (UniCase::ascii("broncoes"), "broncos"), + (UniCase::ascii("ahtleticism"), "athleticism"), + (UniCase::ascii("authenticor"), "authenticator"), + (UniCase::ascii("conceps"), "concepts"), + (UniCase::ascii("awared"), "awarded"), + (UniCase::ascii("corinthinans"), "corinthians"), + (UniCase::ascii("unfortunatley"), "unfortunately"), + (UniCase::ascii("meldoic"), "melodic"), + (UniCase::ascii("garantees"), "guarantees"), + (UniCase::ascii("perimetre"), "perimeter"), + (UniCase::ascii("weightened"), "weighted"), + (UniCase::ascii("exculsivity"), "exclusivity"), + (UniCase::ascii("successully"), "successfully"), + (UniCase::ascii("preferas"), "prefers"), + (UniCase::ascii("descriptons"), "descriptions"), + (UniCase::ascii("womaniser"), "womanizer"), + (UniCase::ascii("overboad"), "overboard"), + (UniCase::ascii("estimacion"), "estimation"), + (UniCase::ascii("ownders"), "wonders"), + (UniCase::ascii("singatures"), "signatures"), + (UniCase::ascii("jamacain"), "jamaican"), + (UniCase::ascii("populative"), "populate"), + (UniCase::ascii("pasttime"), "pastime"), + (UniCase::ascii("preventors"), "prevents"), + (UniCase::ascii("mariage"), "marriage"), + (UniCase::ascii("invisibillity"), "invisibility"), + (UniCase::ascii("instanteneous"), "instantaneous"), + (UniCase::ascii("satisfcation"), "satisfaction"), + (UniCase::ascii("thirlling"), "thrilling"), + (UniCase::ascii("journalis"), "journals"), + (UniCase::ascii("tirdent"), "trident"), + (UniCase::ascii("regrest"), "regrets"), + (UniCase::ascii("scorebaord"), "scoreboard"), + (UniCase::ascii("scandinavien"), "scandinavian"), + (UniCase::ascii("illustratin"), "illustrations"), + (UniCase::ascii("altheticism"), "athleticism"), + (UniCase::ascii("fertilisation"), "fertilization"), + (UniCase::ascii("jouranlistic"), "journalistic"), + (UniCase::ascii("uncousciously"), "unconsciously"), + (UniCase::ascii("perposefully"), "purposefully"), + (UniCase::ascii("simliiar"), "similiar"), + (UniCase::ascii("gentlemanne"), "gentlemen"), + (UniCase::ascii("synonamous"), "synonymous"), + (UniCase::ascii("politicien"), "politician"), + (UniCase::ascii("sharpenning"), "sharpening"), + (UniCase::ascii("containters"), "containers"), + (UniCase::ascii("installes"), "installs"), + (UniCase::ascii("unedicated"), "uneducated"), + (UniCase::ascii("exemple"), "example"), + (UniCase::ascii("metroploitan"), "metropolitan"), + (UniCase::ascii("narcisscist"), "narcissist"), + (UniCase::ascii("delegatie"), "delegate"), + (UniCase::ascii("natioanlist"), "nationalist"), + (UniCase::ascii("casette"), "cassette"), + (UniCase::ascii("correkting"), "correcting"), + (UniCase::ascii("promots"), "promotes"), + (UniCase::ascii("oppenly"), "openly"), + (UniCase::ascii("exectuing"), "executing"), + (UniCase::ascii("scantuary"), "sanctuary"), + (UniCase::ascii("catterpillars"), "caterpillars"), + (UniCase::ascii("determins"), "determines"), + (UniCase::ascii("provintial"), "provincial"), + (UniCase::ascii("symoblism"), "symbolism"), + (UniCase::ascii("checkpoins"), "checkpoints"), + (UniCase::ascii("liberatin"), "liberation"), + (UniCase::ascii("manauls"), "manuals"), + (UniCase::ascii("robotis"), "robotics"), + (UniCase::ascii("artificiella"), "artificial"), + (UniCase::ascii("qauntum"), "quantum"), + (UniCase::ascii("irreverisble"), "irreversible"), + (UniCase::ascii("jasmien"), "jasmine"), + (UniCase::ascii("deisgns"), "designs"), + (UniCase::ascii("neckbeardest"), "neckbeards"), + (UniCase::ascii("expedicion"), "expedition"), + (UniCase::ascii("costomizable"), "customizable"), + (UniCase::ascii("agonise"), "agonize"), + (UniCase::ascii("incrimental"), "incremental"), + (UniCase::ascii("neurosciene"), "neuroscience"), + (UniCase::ascii("professsor"), "professors"), + (UniCase::ascii("celebrationists"), "celebrations"), + (UniCase::ascii("intentionnal"), "intentional"), + (UniCase::ascii("disgrunted"), "disgruntled"), + (UniCase::ascii("eulogise"), "eulogize"), + (UniCase::ascii("metropolian"), "metropolitan"), + (UniCase::ascii("phenemonal"), "phenomenal"), + (UniCase::ascii("downroaded"), "downgraded"), + (UniCase::ascii("sucesion"), "succession"), + (UniCase::ascii("assasined"), "assassinated"), + (UniCase::ascii("felxibility"), "flexibility"), + (UniCase::ascii("arguement"), "argument"), + (UniCase::ascii("corinthains"), "corinthians"), + (UniCase::ascii("spred"), "spread"), + (UniCase::ascii("cheetoos"), "cheetos"), + (UniCase::ascii("temparate"), "temperate"), + (UniCase::ascii("summarising"), "summarizing"), + (UniCase::ascii("critisising"), "criticising"), + (UniCase::ascii("authoritay"), "authority"), + (UniCase::ascii("protagonits"), "protagonists"), + (UniCase::ascii("crossfiters"), "crossfire"), + (UniCase::ascii("crystallise"), "crystallize"), + (UniCase::ascii("temptetion"), "temptation"), + (UniCase::ascii("festivalens"), "festivals"), + (UniCase::ascii("diminisheds"), "diminishes"), + (UniCase::ascii("apostels"), "apostles"), + (UniCase::ascii("formaly"), "formally"), + (UniCase::ascii("overdrev"), "overdrive"), + (UniCase::ascii("southerers"), "southerners"), + (UniCase::ascii("distractons"), "distracts"), + (UniCase::ascii("characterisic"), "characteristic"), + (UniCase::ascii("methodoly"), "methodology"), + (UniCase::ascii("enchamtment"), "enchantment"), + (UniCase::ascii("montioring"), "monitoring"), + (UniCase::ascii("plasticas"), "plastics"), + (UniCase::ascii("athleticisim"), "athleticism"), + (UniCase::ascii("contextos"), "contexts"), + (UniCase::ascii("practitions"), "practitioners"), + (UniCase::ascii("reformes"), "reforms"), + (UniCase::ascii("southernors"), "southerners"), + (UniCase::ascii("westerness"), "westerners"), + (UniCase::ascii("extenion"), "extension"), + (UniCase::ascii("homosexualty"), "homosexuality"), + (UniCase::ascii("offically"), "officially"), + (UniCase::ascii("pereptually"), "perpetually"), + (UniCase::ascii("sketchysex"), "sketches"), + (UniCase::ascii("administraron"), "administrator"), + (UniCase::ascii("illustratie"), "illustrate"), + (UniCase::ascii("industires"), "industries"), + (UniCase::ascii("interrugum"), "interregnum"), + (UniCase::ascii("bartendars"), "bartenders"), + (UniCase::ascii("autoritharian"), "authoritarian"), + (UniCase::ascii("involantary"), "involuntary"), + (UniCase::ascii("dessigned"), "designed"), + (UniCase::ascii("goverance"), "governance"), + (UniCase::ascii("sampels"), "samples"), + (UniCase::ascii("deficiencey"), "deficiency"), + (UniCase::ascii("socailizing"), "socializing"), + (UniCase::ascii("sucesfuly"), "successfully"), + (UniCase::ascii("necesary"), "necessary"), + (UniCase::ascii("disaproval"), "disapproval"), + (UniCase::ascii("defelct"), "deflect"), + (UniCase::ascii("comision"), "commission"), + (UniCase::ascii("frequenzies"), "frequencies"), + (UniCase::ascii("critera"), "criteria"), + (UniCase::ascii("embarassig"), "embarassing"), + (UniCase::ascii("counterract"), "counterpart"), + (UniCase::ascii("repblics"), "republics"), + (UniCase::ascii("adivser"), "adviser"), + (UniCase::ascii("compresores"), "compressor"), + (UniCase::ascii("mysogenistic"), "misogynistic"), + (UniCase::ascii("overcloked"), "overclocked"), + (UniCase::ascii("migrianes"), "migraines"), + (UniCase::ascii("democratises"), "democratizes"), + (UniCase::ascii("dominacion"), "domination"), + (UniCase::ascii("anceint"), "ancient"), + (UniCase::ascii("intestinas"), "intestines"), + (UniCase::ascii("occassion"), "occasion"), + (UniCase::ascii("backgroudn"), "backgrounds"), + (UniCase::ascii("preduction"), "prediction"), + (UniCase::ascii("downvotear"), "downvoters"), + (UniCase::ascii("armoured"), "armored"), + (UniCase::ascii("creacionism"), "creationism"), + (UniCase::ascii("interpertations"), "interpretations"), + (UniCase::ascii("quarantied"), "quarantine"), + (UniCase::ascii("infantis"), "infants"), + (UniCase::ascii("enrols"), "enrolls"), + (UniCase::ascii("unweildly"), "unwieldy"), + (UniCase::ascii("moderatedly"), "moderately"), + (UniCase::ascii("compatibillity"), "compatibility"), + (UniCase::ascii("carreer"), "career"), + (UniCase::ascii("irelevent"), "irrelevant"), + (UniCase::ascii("disucssion"), "discussion"), + (UniCase::ascii("demonstarting"), "demonstrating"), + (UniCase::ascii("produccion"), "production"), + (UniCase::ascii("indonisian"), "indonesian"), + (UniCase::ascii("casued"), "caused"), + (UniCase::ascii("snowplough"), "snowplow"), + (UniCase::ascii("explosiones"), "explosions"), + (UniCase::ascii("interefers"), "interferes"), + (UniCase::ascii("pepperocini"), "pepperoni"), + (UniCase::ascii("parrallell"), "parallel"), + (UniCase::ascii("anedoctally"), "anecdotally"), + (UniCase::ascii("aboriginial"), "aboriginal"), + (UniCase::ascii("generelization"), "generalization"), + (UniCase::ascii("hurricances"), "hurricanes"), + (UniCase::ascii("impressario"), "impresario"), + (UniCase::ascii("cyrstal"), "crystal"), + (UniCase::ascii("structurels"), "structures"), + (UniCase::ascii("owerpowering"), "overpowering"), + (UniCase::ascii("jusridiction"), "jurisdiction"), + (UniCase::ascii("prescriptionists"), "prescriptions"), + (UniCase::ascii("jugglenaut"), "juggernaut"), + (UniCase::ascii("gardient"), "gradient"), + (UniCase::ascii("plausibel"), "plausible"), + (UniCase::ascii("overreaktion"), "overreaction"), + (UniCase::ascii("bussiness"), "business"), + (UniCase::ascii("supermakret"), "supermarkets"), + (UniCase::ascii("epiphanny"), "epiphany"), + (UniCase::ascii("tunnelling"), "tunneling"), + (UniCase::ascii("platfarmer"), "platformer"), + (UniCase::ascii("conceviably"), "conceivably"), + (UniCase::ascii("mecahnic"), "mechanic"), + (UniCase::ascii("valetta"), "valletta"), + (UniCase::ascii("palystyle"), "playstyle"), + (UniCase::ascii("assimiliate"), "assimilate"), + (UniCase::ascii("pscyhopath"), "psychopath"), + (UniCase::ascii("residencial"), "residential"), + (UniCase::ascii("constructur"), "constructor"), + (UniCase::ascii("kncokback"), "knockback"), + (UniCase::ascii("allegence"), "allegiance"), + (UniCase::ascii("sytem"), "system"), + (UniCase::ascii("trivialised"), "trivialized"), + (UniCase::ascii("verficiation"), "verification"), + (UniCase::ascii("celebratin"), "celebration"), + (UniCase::ascii("abandond"), "abandoned"), + (UniCase::ascii("supportors"), "supporters"), + (UniCase::ascii("reboudning"), "rebounding"), + (UniCase::ascii("glodfish"), "goldfish"), + (UniCase::ascii("intrerupt"), "interrupt"), + (UniCase::ascii("conqured"), "conquered"), + (UniCase::ascii("reuptable"), "reputable"), + (UniCase::ascii("prostetution"), "prostitution"), + (UniCase::ascii("convergens"), "converse"), + (UniCase::ascii("reconcille"), "reconcile"), + (UniCase::ascii("trasnparent"), "transparent"), + (UniCase::ascii("tranlsate"), "translate"), + (UniCase::ascii("volunterily"), "voluntarily"), + (UniCase::ascii("memeber"), "member"), + (UniCase::ascii("reveiw"), "review"), + (UniCase::ascii("infiltratie"), "infiltrate"), + (UniCase::ascii("disclamier"), "disclaimer"), + (UniCase::ascii("commomwealth"), "commonwealth"), + (UniCase::ascii("theature"), "theater"), + (UniCase::ascii("unrepetent"), "unrepentant"), + (UniCase::ascii("projectiel"), "projectiles"), + (UniCase::ascii("accumulaton"), "accumulation"), + (UniCase::ascii("respectabil"), "respectable"), + (UniCase::ascii("antibitoic"), "antibiotic"), + (UniCase::ascii("competive"), "competitive"), + (UniCase::ascii("calibre"), "caliber"), + (UniCase::ascii("idiosynchracies"), "idiosyncrasies"), + (UniCase::ascii("constructos"), "constructs"), + (UniCase::ascii("recoginse"), "recognise"), + (UniCase::ascii("boradcasting"), "broadcasting"), + (UniCase::ascii("funtion"), "function"), + (UniCase::ascii("planatery"), "planetary"), + (UniCase::ascii("balckberry"), "blackberry"), + (UniCase::ascii("policitians"), "politicians"), + (UniCase::ascii("acknowlegded"), "acknowledged"), + (UniCase::ascii("underwager"), "underwater"), + (UniCase::ascii("blulets"), "bullets"), + (UniCase::ascii("resturants"), "restaurants"), + (UniCase::ascii("compilcated"), "complicate"), + (UniCase::ascii("virtualy"), "virtually"), + (UniCase::ascii("healthiet"), "healthiest"), + (UniCase::ascii("ligthening"), "lightening"), + (UniCase::ascii("incarserated"), "incarcerated"), + (UniCase::ascii("fomr"), "from"), + (UniCase::ascii("existane"), "existance"), + (UniCase::ascii("multipe"), "multiple"), + (UniCase::ascii("misygonist"), "misogynist"), + (UniCase::ascii("abilitiy"), "ability"), + (UniCase::ascii("invertions"), "inventions"), + (UniCase::ascii("captians"), "captains"), + (UniCase::ascii("complilation"), "complication"), + (UniCase::ascii("peninusla"), "peninsula"), + (UniCase::ascii("similarlity"), "similarity"), + (UniCase::ascii("pinancle"), "pinnacle"), + (UniCase::ascii("establising"), "establishing"), + (UniCase::ascii("origonally"), "originally"), + (UniCase::ascii("isdefinitely"), "indefinitely"), + (UniCase::ascii("accidentlly"), "accidently"), + (UniCase::ascii("assassine"), "assassinate"), + (UniCase::ascii("recusrion"), "recursion"), + (UniCase::ascii("reinforcemnt"), "reinforcement"), + (UniCase::ascii("distribuitor"), "distributor"), + (UniCase::ascii("paticular"), "particular"), + (UniCase::ascii("problimatic"), "problematic"), + (UniCase::ascii("subsrcibe"), "subscribe"), + (UniCase::ascii("handedley"), "handedly"), + (UniCase::ascii("brazilions"), "brazilians"), + (UniCase::ascii("transparant"), "transparent"), + (UniCase::ascii("indifferant"), "indifferent"), + (UniCase::ascii("pulverised"), "pulverized"), + (UniCase::ascii("repubican"), "republican"), + (UniCase::ascii("scottisch"), "scottish"), + (UniCase::ascii("prohibiton"), "prohibition"), + (UniCase::ascii("politicus"), "politics"), + (UniCase::ascii("addressess"), "addresses"), + (UniCase::ascii("unjustifed"), "unjustified"), + (UniCase::ascii("polysaccaride"), "polysaccharide"), + (UniCase::ascii("devolopement"), "development"), + (UniCase::ascii("impoversihed"), "impoverished"), + (UniCase::ascii("neglegting"), "neglecting"), + (UniCase::ascii("stroy"), "story"), + (UniCase::ascii("perminantly"), "permanently"), + (UniCase::ascii("girzzly"), "grizzly"), + (UniCase::ascii("transmissin"), "transmissions"), + (UniCase::ascii("emiting"), "emitting"), + (UniCase::ascii("spetember"), "september"), + (UniCase::ascii("skillshits"), "skillshots"), + (UniCase::ascii("chinesse"), "chinese"), + (UniCase::ascii("stupdily"), "stupidly"), + (UniCase::ascii("infromal"), "informal"), + (UniCase::ascii("inveitable"), "inevitable"), + (UniCase::ascii("trivialises"), "trivializes"), + (UniCase::ascii("pastural"), "pastoral"), + (UniCase::ascii("proconceived"), "preconceived"), + (UniCase::ascii("brithday"), "birthday"), + (UniCase::ascii("heistation"), "hesitation"), + (UniCase::ascii("insperation"), "inspiration"), + (UniCase::ascii("bacehlor"), "bachelor"), + (UniCase::ascii("acnedote"), "anecdote"), + (UniCase::ascii("subsidise"), "subsidize"), + (UniCase::ascii("sotyr"), "satyr"), + (UniCase::ascii("rumour"), "rumor"), + (UniCase::ascii("substitutues"), "substitutes"), + (UniCase::ascii("wallpappers"), "wallpapers"), + (UniCase::ascii("formidabil"), "formidable"), + (UniCase::ascii("unravelling"), "unraveling"), + (UniCase::ascii("molesterd"), "molested"), + (UniCase::ascii("sterilised"), "sterilized"), + (UniCase::ascii("burriots"), "burritos"), + (UniCase::ascii("reitrement"), "retirement"), + (UniCase::ascii("bigtory"), "bigotry"), + (UniCase::ascii("retireus"), "retires"), + (UniCase::ascii("arbitratily"), "arbitrarily"), + (UniCase::ascii("inpoverished"), "impoverished"), + (UniCase::ascii("suprizingly"), "surprisingly"), + (UniCase::ascii("democratisch"), "democratic"), + (UniCase::ascii("cruasder"), "crusader"), + (UniCase::ascii("technicials"), "technicians"), + (UniCase::ascii("portrais"), "portraits"), + (UniCase::ascii("nationalitys"), "nationalist"), + (UniCase::ascii("vaccinatie"), "vaccinated"), + (UniCase::ascii("equilibrim"), "equilibrium"), + (UniCase::ascii("compartent"), "compartment"), + (UniCase::ascii("contribue"), "contribute"), + (UniCase::ascii("justificacion"), "justification"), + (UniCase::ascii("veiwership"), "viewership"), + (UniCase::ascii("horrenduous"), "horrendous"), + (UniCase::ascii("downgarded"), "downgraded"), + (UniCase::ascii("austeriy"), "austerity"), + (UniCase::ascii("hierachical"), "hierarchical"), + (UniCase::ascii("gospells"), "gospels"), + (UniCase::ascii("egalitatian"), "egalitarian"), + (UniCase::ascii("ridiculus"), "ridiculous"), + (UniCase::ascii("extensie"), "extensive"), + (UniCase::ascii("doplhin"), "dolphin"), + (UniCase::ascii("disguss"), "disgusts"), + (UniCase::ascii("gameply"), "gameplay"), + (UniCase::ascii("overbraking"), "overbearing"), + (UniCase::ascii("torphies"), "trophies"), + (UniCase::ascii("massachussetts"), "massachusetts"), + (UniCase::ascii("anthropolgist"), "anthropologist"), + (UniCase::ascii("articualte"), "articulate"), + (UniCase::ascii("physiciens"), "physicians"), + (UniCase::ascii("artmeis"), "artemis"), + (UniCase::ascii("complimenty"), "complimentary"), + (UniCase::ascii("prelimanary"), "preliminary"), + (UniCase::ascii("formualte"), "formulate"), + (UniCase::ascii("distraccion"), "distraction"), + (UniCase::ascii("narcissisim"), "narcissism"), + (UniCase::ascii("centrefold"), "centerfold"), + (UniCase::ascii("anecodtally"), "anecdotally"), + (UniCase::ascii("sensationail"), "sensational"), + (UniCase::ascii("accommadating"), "accommodating"), + (UniCase::ascii("baordwalk"), "boardwalk"), + (UniCase::ascii("reservered"), "reserved"), + (UniCase::ascii("roundaboot"), "roundabout"), + (UniCase::ascii("publishre"), "publisher"), + (UniCase::ascii("intellecutals"), "intellectuals"), + (UniCase::ascii("liason"), "liaison"), + (UniCase::ascii("critices"), "critics"), + (UniCase::ascii("louvres"), "louvers"), + (UniCase::ascii("propertiary"), "proprietary"), + (UniCase::ascii("shatterring"), "shattering"), + (UniCase::ascii("legendarios"), "legendaries"), + (UniCase::ascii("archtype"), "archetype"), + (UniCase::ascii("economicaly"), "economically"), + (UniCase::ascii("paralells"), "parallels"), + (UniCase::ascii("achivements"), "achievements"), + (UniCase::ascii("properites"), "properties"), + (UniCase::ascii("allegric"), "allergic"), + (UniCase::ascii("adhevise"), "adhesive"), + (UniCase::ascii("commandeur"), "commanders"), + (UniCase::ascii("subsiziding"), "subsidizing"), + (UniCase::ascii("beautifuly"), "beautifully"), + (UniCase::ascii("streames"), "streams"), + (UniCase::ascii("falvours"), "flavours"), + (UniCase::ascii("manifastation"), "manifestation"), + (UniCase::ascii("syphyllis"), "syphilis"), + (UniCase::ascii("distrubitions"), "distributions"), + (UniCase::ascii("restriccion"), "restriction"), + (UniCase::ascii("exeedingly"), "exceedingly"), + (UniCase::ascii("progressivsm"), "progressives"), + (UniCase::ascii("maximazing"), "maximizing"), + (UniCase::ascii("fahernheit"), "fahrenheit"), + (UniCase::ascii("portabilty"), "portability"), + (UniCase::ascii("eachohter"), "eachother"), + (UniCase::ascii("passvies"), "passives"), + (UniCase::ascii("referandum"), "referendum"), + (UniCase::ascii("illustartor"), "illustrator"), + (UniCase::ascii("liberalizm"), "liberalism"), + (UniCase::ascii("agriculteurs"), "agriculture"), + (UniCase::ascii("sitrring"), "stirring"), + (UniCase::ascii("illegallity"), "illegally"), + (UniCase::ascii("instrumentul"), "instrumental"), + (UniCase::ascii("miserablely"), "miserably"), + (UniCase::ascii("materalists"), "materialist"), + (UniCase::ascii("mainfests"), "manifests"), + (UniCase::ascii("mechanicly"), "mechanical"), + (UniCase::ascii("summarises"), "summarizes"), + (UniCase::ascii("neverthless"), "nevertheless"), + (UniCase::ascii("traverlers"), "traverse"), + (UniCase::ascii("imperavi"), "imperative"), + (UniCase::ascii("dermetologist"), "dermatologist"), + (UniCase::ascii("politicaly"), "politically"), + (UniCase::ascii("constitutiei"), "constitute"), + (UniCase::ascii("protable"), "portable"), + (UniCase::ascii("senoirs"), "seniors"), + (UniCase::ascii("frostig"), "frosting"), + (UniCase::ascii("participas"), "participants"), + (UniCase::ascii("nominatin"), "nomination"), + (UniCase::ascii("consultanti"), "consultation"), + (UniCase::ascii("desginated"), "designated"), + (UniCase::ascii("imcompetence"), "incompetence"), + (UniCase::ascii("ubsubstantiated"), "unsubstantiated"), + (UniCase::ascii("occasionals"), "occasions"), + (UniCase::ascii("appreciatied"), "appreciative"), + (UniCase::ascii("authoritorian"), "authoritarian"), + (UniCase::ascii("infiltrare"), "infiltrate"), + (UniCase::ascii("privatising"), "privatizing"), + (UniCase::ascii("exclusiveity"), "exclusivity"), + (UniCase::ascii("vociemail"), "voicemail"), + (UniCase::ascii("correspondig"), "corresponding"), + (UniCase::ascii("schozophrenic"), "schizophrenic"), + (UniCase::ascii("convertion"), "conversion"), + (UniCase::ascii("idaeidae"), "idea"), + (UniCase::ascii("ostrocized"), "ostracized"), + (UniCase::ascii("subcultuur"), "subculture"), + (UniCase::ascii("advantageus"), "advantageous"), + (UniCase::ascii("volcaron"), "volcano"), + (UniCase::ascii("democrates"), "democrats"), + (UniCase::ascii("discoure"), "discourse"), + (UniCase::ascii("pronounched"), "pronounced"), + (UniCase::ascii("canniablism"), "cannibalism"), + (UniCase::ascii("palestininan"), "palestinian"), + (UniCase::ascii("restriktion"), "restriction"), + (UniCase::ascii("arithmethic"), "arithmetic"), + (UniCase::ascii("cermaic"), "ceramic"), + (UniCase::ascii("renaissace"), "renaissance"), + (UniCase::ascii("reciprocite"), "reciprocate"), + (UniCase::ascii("pratictioners"), "practitioners"), + (UniCase::ascii("implausbile"), "implausible"), + (UniCase::ascii("interprered"), "interpreter"), + (UniCase::ascii("cananbis"), "cannabis"), + (UniCase::ascii("coururier"), "courier"), + (UniCase::ascii("jurisidctions"), "jurisdictions"), + (UniCase::ascii("inverterad"), "inverted"), + (UniCase::ascii("depersonalised"), "depersonalized"), + (UniCase::ascii("predecated"), "predicated"), + (UniCase::ascii("repsectfully"), "respectfully"), + (UniCase::ascii("parituclar"), "particular"), + (UniCase::ascii("intuitivelly"), "intuitively"), + (UniCase::ascii("unabnned"), "unbanned"), + (UniCase::ascii("midfiedlers"), "midfielders"), + (UniCase::ascii("releagtion"), "relegation"), + (UniCase::ascii("groubdbreaking"), "groundbreaking"), + (UniCase::ascii("vindicte"), "vindictive"), + (UniCase::ascii("wereabouts"), "whereabouts"), + (UniCase::ascii("contaminato"), "contamination"), + (UniCase::ascii("concidering"), "considering"), + (UniCase::ascii("aparent"), "apparent"), + (UniCase::ascii("indefinitive"), "indefinite"), + (UniCase::ascii("thundervolt"), "thunderbolt"), + (UniCase::ascii("lifetsyles"), "lifestyles"), + (UniCase::ascii("befried"), "befriend"), + (UniCase::ascii("pakistanti"), "pakistani"), + (UniCase::ascii("paragraps"), "paragraphs"), + (UniCase::ascii("hispanicos"), "hispanics"), + (UniCase::ascii("isntruments"), "instruments"), + (UniCase::ascii("shephed"), "shepherd"), + (UniCase::ascii("burtality"), "brutality"), + (UniCase::ascii("downvoteurs"), "downvoters"), + (UniCase::ascii("reorganising"), "reorganizing"), + (UniCase::ascii("organie"), "organise"), + (UniCase::ascii("depencencies"), "dependencies"), + (UniCase::ascii("extremised"), "extremes"), + (UniCase::ascii("exaggurate"), "exaggerate"), + (UniCase::ascii("consistencey"), "consistency"), + (UniCase::ascii("paralisys"), "paralysis"), + (UniCase::ascii("posion"), "poison"), + (UniCase::ascii("punihsment"), "punishments"), + (UniCase::ascii("techicians"), "technicians"), + (UniCase::ascii("stabilising"), "stabilizing"), + (UniCase::ascii("architectuur"), "architecture"), + (UniCase::ascii("decoartions"), "decoration"), + (UniCase::ascii("metephorically"), "metaphorically"), + (UniCase::ascii("vegaterian"), "vegetarian"), + (UniCase::ascii("insitution"), "institution"), + (UniCase::ascii("unsubscrided"), "unsubscribed"), + (UniCase::ascii("inhabitans"), "inhabitants"), + (UniCase::ascii("abonimation"), "abomination"), + (UniCase::ascii("moustace"), "moustache"), + (UniCase::ascii("suddeny"), "suddenly"), + (UniCase::ascii("internetts"), "internets"), + (UniCase::ascii("degraged"), "degrade"), + (UniCase::ascii("encountred"), "encountered"), + (UniCase::ascii("speicals"), "specials"), + (UniCase::ascii("moisterizer"), "moisturizer"), + (UniCase::ascii("investigatons"), "investigations"), + (UniCase::ascii("buddah"), "buddha"), + (UniCase::ascii("progerssive"), "progressives"), + (UniCase::ascii("interchangably"), "interchangeably"), + (UniCase::ascii("trasnlator"), "translator"), + (UniCase::ascii("facilitiate"), "facilitate"), + (UniCase::ascii("pretentieus"), "pretentious"), + (UniCase::ascii("admissable"), "admissible"), + (UniCase::ascii("strechted"), "stretched"), + (UniCase::ascii("transportar"), "transporter"), + (UniCase::ascii("unworhty"), "unworthy"), + (UniCase::ascii("palistinian"), "palestinian"), + (UniCase::ascii("nationalistisch"), "nationalists"), + (UniCase::ascii("apostropes"), "apostrophe"), + (UniCase::ascii("helikopters"), "helicopters"), + (UniCase::ascii("subconsicous"), "subconscious"), + (UniCase::ascii("crytsal"), "crystal"), + (UniCase::ascii("airscape"), "airspace"), + (UniCase::ascii("exeptional"), "exceptional"), + (UniCase::ascii("speecheasy"), "speeches"), + (UniCase::ascii("franchieses"), "franchises"), + (UniCase::ascii("artificialy"), "artificially"), + (UniCase::ascii("monteral"), "montreal"), + (UniCase::ascii("emotionaly"), "emotionally"), + (UniCase::ascii("curatin"), "curtain"), + (UniCase::ascii("buidling"), "building"), + (UniCase::ascii("alledged"), "alleged"), + (UniCase::ascii("misinterprate"), "misinterpret"), + (UniCase::ascii("shirely"), "shirley"), + (UniCase::ascii("trasnphobic"), "transphobic"), + (UniCase::ascii("construt"), "constructs"), + (UniCase::ascii("consitency"), "consistency"), + (UniCase::ascii("orchestrial"), "orchestra"), + (UniCase::ascii("louisianna"), "louisiana"), + (UniCase::ascii("sufferring"), "suffering"), + (UniCase::ascii("finnsih"), "finnish"), + (UniCase::ascii("instruciton"), "instruction"), + (UniCase::ascii("bombardeado"), "bombarded"), + (UniCase::ascii("crticised"), "criticised"), + (UniCase::ascii("undoubtedbly"), "undoubtedly"), + (UniCase::ascii("predicessors"), "predecessors"), + (UniCase::ascii("vaticina"), "vatican"), + (UniCase::ascii("anitbiotic"), "antibiotic"), + (UniCase::ascii("paristan"), "partisan"), + (UniCase::ascii("copenhegan"), "copenhagen"), + (UniCase::ascii("incentivies"), "incentives"), + (UniCase::ascii("correlaties"), "correlates"), + (UniCase::ascii("unconditionnal"), "unconditional"), + (UniCase::ascii("februray"), "february"), + (UniCase::ascii("hopelessley"), "hopelessly"), + (UniCase::ascii("demobilising"), "demobilizing"), + (UniCase::ascii("restauring"), "restarting"), + (UniCase::ascii("difficulity"), "difficulty"), + (UniCase::ascii("miniaturise"), "miniaturize"), + (UniCase::ascii("organizarea"), "organizer"), + (UniCase::ascii("superstision"), "superstition"), + (UniCase::ascii("hardenend"), "hardened"), + (UniCase::ascii("whther"), "whether"), + (UniCase::ascii("weightligting"), "weightlifting"), + (UniCase::ascii("protrays"), "portrays"), + (UniCase::ascii("exploites"), "exploits"), + (UniCase::ascii("journolists"), "journalists"), + (UniCase::ascii("uninspiried"), "uninspired"), + (UniCase::ascii("botivational"), "motivational"), + (UniCase::ascii("extoics"), "exotics"), + (UniCase::ascii("businessa"), "businessman"), + (UniCase::ascii("atomzier"), "atomizer"), + (UniCase::ascii("overriden"), "overridden"), + (UniCase::ascii("disporportionate"), "disproportionate"), + (UniCase::ascii("maraudeurs"), "marauder"), + (UniCase::ascii("dispapointed"), "dissapointed"), + (UniCase::ascii("inquiriy"), "inquiry"), + (UniCase::ascii("contreversial"), "controversial"), + (UniCase::ascii("technologicly"), "technological"), + (UniCase::ascii("interprate"), "interpret"), + (UniCase::ascii("fetishers"), "fetishes"), + (UniCase::ascii("reviewes"), "reviewers"), + (UniCase::ascii("auxilliary"), "auxiliary"), + (UniCase::ascii("expliots"), "exploits"), + (UniCase::ascii("interpretier"), "interpreter"), + (UniCase::ascii("pensino"), "pension"), + (UniCase::ascii("advantageos"), "advantageous"), + (UniCase::ascii("attachemnt"), "attachment"), + (UniCase::ascii("horozontally"), "horizontally"), + (UniCase::ascii("inexpenisve"), "inexpensive"), + (UniCase::ascii("settlment"), "settlement"), + (UniCase::ascii("hanidcapped"), "handicapped"), + (UniCase::ascii("certificato"), "certification"), + (UniCase::ascii("redepmtion"), "redemption"), + (UniCase::ascii("segrigation"), "segregation"), + (UniCase::ascii("saskatchawan"), "saskatchewan"), + (UniCase::ascii("fanaticus"), "fanatics"), + (UniCase::ascii("franticaly"), "frantically"), + (UniCase::ascii("italianas"), "italians"), + (UniCase::ascii("manufactuing"), "manufacturing"), + (UniCase::ascii("criticise"), "criticize"), + (UniCase::ascii("spindel"), "spindle"), + (UniCase::ascii("periphreals"), "peripherals"), + (UniCase::ascii("backgrouds"), "backgrounds"), + (UniCase::ascii("disription"), "disruption"), + (UniCase::ascii("nutirents"), "nutrients"), + (UniCase::ascii("surpemacist"), "supremacist"), + (UniCase::ascii("sponatenous"), "spontaneous"), + (UniCase::ascii("transulcent"), "translucent"), + (UniCase::ascii("braoden"), "broaden"), + (UniCase::ascii("ariborne"), "airborne"), + (UniCase::ascii("coincidentia"), "coincidental"), + (UniCase::ascii("epscially"), "specially"), + (UniCase::ascii("manufactoring"), "manufacturing"), + (UniCase::ascii("challengue"), "challenger"), + (UniCase::ascii("accountent"), "accountant"), + (UniCase::ascii("twilgiht"), "twilight"), + (UniCase::ascii("borader"), "broader"), + (UniCase::ascii("manufacteres"), "manufactures"), + (UniCase::ascii("porftolio"), "portfolio"), + (UniCase::ascii("professinal"), "professional"), + (UniCase::ascii("squadroon"), "squadron"), + (UniCase::ascii("simaltaneously"), "simultaneously"), + (UniCase::ascii("philisophies"), "philosophies"), + (UniCase::ascii("judgamental"), "judgemental"), + (UniCase::ascii("cathderal"), "cathedral"), + (UniCase::ascii("catasthrope"), "catastrophe"), + (UniCase::ascii("nkwo"), "know"), + (UniCase::ascii("aborigonal"), "aboriginal"), + (UniCase::ascii("conserned"), "concerned"), + (UniCase::ascii("paltformer"), "platformer"), + (UniCase::ascii("maneouvring"), "manoeuvring"), + (UniCase::ascii("montaban"), "montana"), + (UniCase::ascii("organistaions"), "organisations"), + (UniCase::ascii("portrating"), "portraying"), + (UniCase::ascii("disticntion"), "distinctions"), + (UniCase::ascii("homogenises"), "homogenizes"), + (UniCase::ascii("casulaty"), "casualty"), + (UniCase::ascii("acquifer"), "acquire"), + (UniCase::ascii("climats"), "climates"), + (UniCase::ascii("mediaeval"), "medieval"), + (UniCase::ascii("strenghten"), "strengthen"), + (UniCase::ascii("contestas"), "contests"), + (UniCase::ascii("geographycally"), "geographically"), + (UniCase::ascii("differencies"), "differences"), + (UniCase::ascii("assosiation"), "association"), + (UniCase::ascii("frustraded"), "frustrated"), + (UniCase::ascii("unsusbcribe"), "unsubscribe"), + (UniCase::ascii("unemployent"), "unemployment"), + (UniCase::ascii("contianers"), "containers"), + (UniCase::ascii("unfortunatelly"), "unfortunately"), + (UniCase::ascii("anniversay"), "anniversary"), + (UniCase::ascii("coform"), "conform"), + (UniCase::ascii("overwhemlingly"), "overwhelmingly"), + (UniCase::ascii("photograps"), "photographs"), + (UniCase::ascii("capitalistes"), "capitalists"), + (UniCase::ascii("sytlish"), "stylish"), + (UniCase::ascii("republicon"), "republican"), + (UniCase::ascii("preformance"), "performance"), + (UniCase::ascii("expections"), "exceptions"), + (UniCase::ascii("representating"), "representation"), + (UniCase::ascii("humilitied"), "humiliated"), + (UniCase::ascii("responsibil"), "responsibly"), + (UniCase::ascii("greande"), "grenade"), + (UniCase::ascii("infrastructuur"), "infrastructure"), + (UniCase::ascii("alterating"), "alteration"), + (UniCase::ascii("dictadorship"), "dictatorship"), + (UniCase::ascii("follwoing"), "following"), + (UniCase::ascii("inintelligent"), "unintelligent"), + (UniCase::ascii("restrictifs"), "restricts"), + (UniCase::ascii("embasssy"), "embassy"), + (UniCase::ascii("cheeots"), "cheetos"), + (UniCase::ascii("physciatrist"), "psychiatrist"), + (UniCase::ascii("iconclastic"), "iconoclastic"), + (UniCase::ascii("embarrissing"), "embarrassing"), + (UniCase::ascii("chimeny"), "chimney"), + (UniCase::ascii("skepitcal"), "skeptical"), + (UniCase::ascii("interaktion"), "interaction"), + (UniCase::ascii("innovaties"), "innovate"), + (UniCase::ascii("satsify"), "satisfy"), + (UniCase::ascii("deffine"), "define"), + (UniCase::ascii("overwhemled"), "overwhelmed"), + (UniCase::ascii("dependat"), "dependant"), + (UniCase::ascii("becuase"), "because"), + (UniCase::ascii("disresepcting"), "disrespecting"), + (UniCase::ascii("sponsorees"), "sponsors"), + (UniCase::ascii("transicion"), "transition"), + (UniCase::ascii("specimine"), "specimen"), + (UniCase::ascii("intertwyned"), "intertwined"), + (UniCase::ascii("specifiy"), "specify"), + (UniCase::ascii("competetor"), "competitor"), + (UniCase::ascii("fossilised"), "fossilized"), + (UniCase::ascii("throughiut"), "throughput"), + (UniCase::ascii("infrotn"), "infront"), + (UniCase::ascii("frustracion"), "frustration"), + (UniCase::ascii("valenica"), "valencia"), + (UniCase::ascii("distribuem"), "distribute"), + (UniCase::ascii("vitamis"), "vitamins"), + (UniCase::ascii("conceptualise"), "conceptualize"), + (UniCase::ascii("strecthed"), "stretched"), + (UniCase::ascii("wtih"), "with"), + (UniCase::ascii("appretiation"), "appreciation"), + (UniCase::ascii("revelling"), "reveling"), + (UniCase::ascii("indicentally"), "incidentally"), + (UniCase::ascii("conected"), "connected"), + (UniCase::ascii("chidlish"), "childish"), + (UniCase::ascii("patrones"), "patrons"), + (UniCase::ascii("facilites"), "facilities"), + (UniCase::ascii("stupidiy"), "stupidity"), + (UniCase::ascii("traditionaly"), "traditionally"), + (UniCase::ascii("happliy"), "happily"), + (UniCase::ascii("concideration"), "consideration"), + (UniCase::ascii("representacion"), "representation"), + (UniCase::ascii("frimware"), "firmware"), + (UniCase::ascii("perpatuate"), "perpetuate"), + (UniCase::ascii("preimum"), "premium"), + (UniCase::ascii("resolvendo"), "resolved"), + (UniCase::ascii("immobilising"), "immobilizing"), + (UniCase::ascii("divinitory"), "divinity"), + (UniCase::ascii("valkriye"), "valkyrie"), + (UniCase::ascii("thigns"), "things"), + (UniCase::ascii("restrainig"), "restraining"), + (UniCase::ascii("awnsering"), "answering"), + (UniCase::ascii("competator"), "competitor"), + (UniCase::ascii("transylvannia"), "transylvania"), + (UniCase::ascii("randomises"), "randomizes"), + (UniCase::ascii("subscribirse"), "subscriber"), + (UniCase::ascii("goilath"), "goliath"), + (UniCase::ascii("successfuly"), "successfully"), + (UniCase::ascii("maybellene"), "maybelline"), + (UniCase::ascii("bandiwdth"), "bandwidth"), + (UniCase::ascii("stlakers"), "stalkers"), + (UniCase::ascii("electroyltes"), "electrolytes"), + (UniCase::ascii("mosnters"), "monsters"), + (UniCase::ascii("linguistisch"), "linguistics"), + (UniCase::ascii("terrabyte"), "terabyte"), + (UniCase::ascii("monstros"), "monstrous"), + (UniCase::ascii("pragmatisch"), "pragmatic"), + (UniCase::ascii("betehsda"), "bethesda"), + (UniCase::ascii("snyergy"), "synergy"), + (UniCase::ascii("comander"), "commander"), + (UniCase::ascii("disappearnace"), "disappearance"), + (UniCase::ascii("circumsied"), "circumcised"), + (UniCase::ascii("idealisation"), "idealization"), + (UniCase::ascii("attirbutes"), "attributes"), + (UniCase::ascii("westmonster"), "westminster"), + (UniCase::ascii("muliple"), "multiple"), + (UniCase::ascii("hirearchy"), "hierarchy"), + (UniCase::ascii("presitge"), "prestige"), + (UniCase::ascii("mircotransaction"), "microtransactions"), + (UniCase::ascii("complicare"), "complicate"), + (UniCase::ascii("respest"), "respects"), + (UniCase::ascii("protocoles"), "protocols"), + (UniCase::ascii("pronoune"), "pronounced"), + (UniCase::ascii("headshoots"), "headshot"), + (UniCase::ascii("siezures"), "seizures"), + (UniCase::ascii("reletnless"), "relentless"), + (UniCase::ascii("brusting"), "bursting"), + (UniCase::ascii("bureaucratics"), "bureaucrats"), + (UniCase::ascii("caperbility"), "capability"), + (UniCase::ascii("similiraties"), "similarities"), + (UniCase::ascii("sociopathes"), "sociopaths"), + (UniCase::ascii("cubpoard"), "cupboard"), + (UniCase::ascii("colourless"), "colorless"), + (UniCase::ascii("ascendend"), "ascended"), + (UniCase::ascii("commendment"), "commandment"), + (UniCase::ascii("professer"), "professor"), + (UniCase::ascii("flutterhsy"), "fluttershy"), + (UniCase::ascii("wholey"), "wholly"), + (UniCase::ascii("rediculous"), "ridiculous"), + (UniCase::ascii("innovatief"), "innovate"), + (UniCase::ascii("barrles"), "barrels"), + (UniCase::ascii("freindzoned"), "friendzoned"), + (UniCase::ascii("radiocative"), "radioactive"), + (UniCase::ascii("encounterd"), "encountered"), + (UniCase::ascii("andoirds"), "androids"), + (UniCase::ascii("terminalis"), "terminals"), + (UniCase::ascii("exceprt"), "excerpt"), + (UniCase::ascii("vell"), "well"), + (UniCase::ascii("fortitudine"), "fortitude"), + (UniCase::ascii("exaggurated"), "exaggerated"), + (UniCase::ascii("mathematicly"), "mathematical"), + (UniCase::ascii("considerstions"), "considerations"), + (UniCase::ascii("enchancing"), "enchanting"), + (UniCase::ascii("unnecassarily"), "unnecessarily"), + (UniCase::ascii("destiantion"), "destinations"), + (UniCase::ascii("divison"), "division"), + (UniCase::ascii("expries"), "expires"), + (UniCase::ascii("schoold"), "schooled"), + (UniCase::ascii("responsbile"), "responsible"), + (UniCase::ascii("strawberrry"), "strawberry"), + (UniCase::ascii("misunderstending"), "misunderstandings"), + (UniCase::ascii("equivelent"), "equivalent"), + (UniCase::ascii("applainces"), "appliances"), + (UniCase::ascii("informatike"), "informative"), + (UniCase::ascii("phialdelphia"), "philadelphia"), + (UniCase::ascii("guardain"), "guardian"), + (UniCase::ascii("incorprates"), "incorporates"), + (UniCase::ascii("baulk"), "balk"), + (UniCase::ascii("egyptain"), "egyptian"), + (UniCase::ascii("smaples"), "samples"), + (UniCase::ascii("veitnamese"), "vietnamese"), + (UniCase::ascii("recommondations"), "recommendations"), + (UniCase::ascii("insperational"), "inspirational"), + (UniCase::ascii("panethon"), "pantheon"), + (UniCase::ascii("inevititably"), "inevitably"), + (UniCase::ascii("physicts"), "physicist"), + (UniCase::ascii("manufacturas"), "manufactures"), + (UniCase::ascii("decomposits"), "decomposes"), + (UniCase::ascii("skepticisim"), "skepticism"), + (UniCase::ascii("unmanouverable"), "unmaneuverable"), + (UniCase::ascii("tkaing"), "taking"), + (UniCase::ascii("netwroking"), "networking"), + (UniCase::ascii("honours"), "honors"), + (UniCase::ascii("mariens"), "marines"), + (UniCase::ascii("unexpectadly"), "unexpectedly"), + (UniCase::ascii("subsequant"), "subsequent"), + (UniCase::ascii("islmaists"), "islamists"), + (UniCase::ascii("pyschologist"), "psychologist"), + (UniCase::ascii("invalidare"), "invalidate"), + (UniCase::ascii("manufactureers"), "manufactures"), + (UniCase::ascii("privte"), "private"), + (UniCase::ascii("manglade"), "mangled"), + (UniCase::ascii("ellipticle"), "elliptical"), + (UniCase::ascii("braziliaan"), "brazilians"), + (UniCase::ascii("paramiters"), "parameters"), + (UniCase::ascii("expination"), "expiration"), + (UniCase::ascii("generacional"), "generational"), + (UniCase::ascii("designet"), "designated"), + (UniCase::ascii("guilio"), "giulio"), + (UniCase::ascii("persain"), "persian"), + (UniCase::ascii("woulndt"), "wouldnt"), + (UniCase::ascii("returnd"), "returned"), + (UniCase::ascii("anayltical"), "analytical"), + (UniCase::ascii("declars"), "declares"), + (UniCase::ascii("amendmants"), "amendments"), + (UniCase::ascii("barbaris"), "barbarians"), + (UniCase::ascii("representationer"), "representations"), + (UniCase::ascii("seceeded"), "succeeded"), + (UniCase::ascii("huminatarian"), "humanitarian"), + (UniCase::ascii("concsience"), "conscience"), + (UniCase::ascii("clarifiy"), "clarify"), + (UniCase::ascii("accessorises"), "accessorizes"), + (UniCase::ascii("kilomiters"), "kilometers"), + (UniCase::ascii("depcitions"), "depictions"), + (UniCase::ascii("monolithisch"), "monolithic"), + (UniCase::ascii("involvment"), "involvement"), + (UniCase::ascii("evovles"), "evolves"), + (UniCase::ascii("effords"), "efforts"), + (UniCase::ascii("placemet"), "placements"), + (UniCase::ascii("philedelphia"), "philadelphia"), + (UniCase::ascii("urbanised"), "urbanized"), + (UniCase::ascii("lighlty"), "lightly"), + (UniCase::ascii("consideratin"), "considerations"), + (UniCase::ascii("permises"), "premises"), + (UniCase::ascii("uniliterally"), "unilaterally"), + (UniCase::ascii("phsyicians"), "physicians"), + (UniCase::ascii("offisde"), "offside"), + (UniCase::ascii("iwll"), "will"), + (UniCase::ascii("apocalpytic"), "apocalyptic"), + (UniCase::ascii("escalato"), "escalation"), + (UniCase::ascii("arpanoid"), "paranoid"), + (UniCase::ascii("anedoctal"), "anecdotal"), + (UniCase::ascii("performace"), "performance"), + (UniCase::ascii("tronado"), "tornado"), + (UniCase::ascii("installling"), "installing"), + (UniCase::ascii("unfavourable"), "unfavorable"), + (UniCase::ascii("acedamia"), "academia"), + (UniCase::ascii("pointeres"), "pointers"), + (UniCase::ascii("formatin"), "formation"), + (UniCase::ascii("initaite"), "initiate"), + (UniCase::ascii("succesfully"), "successfully"), + (UniCase::ascii("hellucinations"), "hallucinations"), + (UniCase::ascii("overpad"), "overpaid"), + (UniCase::ascii("caligraphy"), "calligraphy"), + (UniCase::ascii("agains"), "against"), + (UniCase::ascii("inchoerent"), "incoherent"), + (UniCase::ascii("vassales"), "vassals"), + (UniCase::ascii("jerusaleum"), "jerusalem"), + (UniCase::ascii("bluebery"), "blueberry"), + (UniCase::ascii("authenticaion"), "authentication"), + (UniCase::ascii("britsol"), "bristol"), + (UniCase::ascii("scheudling"), "scheduling"), + (UniCase::ascii("caluculate"), "calculate"), + (UniCase::ascii("bodybuidling"), "bodybuilding"), + (UniCase::ascii("complane"), "complacent"), + (UniCase::ascii("savanha"), "savannah"), + (UniCase::ascii("euhporia"), "euphoria"), + (UniCase::ascii("transation"), "transition"), + (UniCase::ascii("unrepsonsive"), "unresponsive"), + (UniCase::ascii("unjustifyed"), "unjustified"), + (UniCase::ascii("concioussness"), "consciousness"), + (UniCase::ascii("denominador"), "denominator"), + (UniCase::ascii("attemtps"), "attempts"), + (UniCase::ascii("scrpited"), "scripted"), + (UniCase::ascii("abandonne"), "abandonment"), + (UniCase::ascii("mushrooom"), "mushroom"), + (UniCase::ascii("progressie"), "progressives"), + (UniCase::ascii("deadlifters"), "deadlifts"), + (UniCase::ascii("closeley"), "closely"), + (UniCase::ascii("partiotism"), "patriotism"), + (UniCase::ascii("hypocrit"), "hypocrite"), + (UniCase::ascii("benglas"), "bengals"), + (UniCase::ascii("unsubsrcibe"), "unsubscribe"), + (UniCase::ascii("nrivana"), "nirvana"), + (UniCase::ascii("transportr"), "transporter"), + (UniCase::ascii("gauntlent"), "gauntlet"), + (UniCase::ascii("buddihsts"), "buddhists"), + (UniCase::ascii("translastion"), "translations"), + (UniCase::ascii("descened"), "descend"), + (UniCase::ascii("downlaodable"), "downloadable"), + (UniCase::ascii("appetisingly"), "appetizingly"), + (UniCase::ascii("frigthening"), "frightening"), + (UniCase::ascii("touristey"), "touristy"), + (UniCase::ascii("journaal"), "journal"), + (UniCase::ascii("compolsury"), "compulsory"), + (UniCase::ascii("facsination"), "fascination"), + (UniCase::ascii("imbalancers"), "imbalances"), + (UniCase::ascii("establishemnt"), "establishments"), + (UniCase::ascii("probabily"), "probability"), + (UniCase::ascii("hosited"), "hoisted"), + (UniCase::ascii("parenthesys"), "parentheses"), + (UniCase::ascii("subtilte"), "subtitle"), + (UniCase::ascii("psychedilic"), "psychedelic"), + (UniCase::ascii("accelorate"), "accelerate"), + (UniCase::ascii("extraordinarely"), "extraordinarily"), + (UniCase::ascii("mozzeralla"), "mozzarella"), + (UniCase::ascii("represenation"), "representation"), + (UniCase::ascii("metaphysisch"), "metaphysics"), + (UniCase::ascii("annoucnes"), "announces"), + (UniCase::ascii("contibute"), "contribute"), + (UniCase::ascii("pittsbrugh"), "pittsburgh"), + (UniCase::ascii("collectief"), "collective"), + (UniCase::ascii("differenciations"), "differentiation"), + (UniCase::ascii("intergrated"), "integrated"), + (UniCase::ascii("perpenticular"), "perpendicular"), + (UniCase::ascii("robocoup"), "robocop"), + (UniCase::ascii("convorsations"), "conversations"), + (UniCase::ascii("investigatie"), "investigative"), + (UniCase::ascii("incomprehinsible"), "incomprehensible"), + (UniCase::ascii("thankyu"), "thankyou"), + (UniCase::ascii("exclsuives"), "exclusives"), + (UniCase::ascii("assembeld"), "assembled"), + (UniCase::ascii("academcially"), "academically"), + (UniCase::ascii("declinig"), "declining"), + (UniCase::ascii("privelidge"), "privileged"), + (UniCase::ascii("waggons"), "wagons"), + (UniCase::ascii("cheerleards"), "cheerleaders"), + (UniCase::ascii("infinitley"), "infinitely"), + (UniCase::ascii("disupted"), "disputed"), + (UniCase::ascii("intracacies"), "intricacies"), + (UniCase::ascii("normanday"), "normandy"), + (UniCase::ascii("individualise"), "individualize"), + (UniCase::ascii("regressivo"), "regression"), + (UniCase::ascii("celebrites"), "celebrities"), + (UniCase::ascii("descriminant"), "discriminant"), + (UniCase::ascii("endoctrinated"), "indoctrinated"), + (UniCase::ascii("protugal"), "portugal"), + (UniCase::ascii("compots"), "compost"), + (UniCase::ascii("mediciad"), "medicaid"), + (UniCase::ascii("pedestrain"), "pedestrian"), + (UniCase::ascii("compariosn"), "comparisons"), + (UniCase::ascii("exonorate"), "exonerate"), + (UniCase::ascii("despicible"), "despicable"), + (UniCase::ascii("neglagence"), "negligence"), + (UniCase::ascii("homewrold"), "homeworld"), + (UniCase::ascii("somethins"), "somethings"), + (UniCase::ascii("deflektion"), "deflection"), + (UniCase::ascii("catacyslm"), "cataclysm"), + (UniCase::ascii("geomtery"), "geometry"), + (UniCase::ascii("wreslter"), "wrestler"), + (UniCase::ascii("embarassed"), "embarrassed"), + (UniCase::ascii("decison"), "decision"), + (UniCase::ascii("encyplopedia"), "encyclopedia"), + (UniCase::ascii("maintinence"), "maintenance"), + (UniCase::ascii("electorn"), "electron"), + (UniCase::ascii("vegetarain"), "vegetarians"), + (UniCase::ascii("carolling"), "caroling"), + (UniCase::ascii("infideltiy"), "infidelity"), + (UniCase::ascii("interioara"), "interior"), + (UniCase::ascii("palster"), "plaster"), + (UniCase::ascii("socialistisk"), "socialists"), + (UniCase::ascii("fundamentas"), "fundamentals"), + (UniCase::ascii("homosexualiy"), "homosexuality"), + (UniCase::ascii("meatballers"), "meatballs"), + (UniCase::ascii("perfroms"), "performs"), + (UniCase::ascii("maximixing"), "maximizing"), + (UniCase::ascii("carrotus"), "carrots"), + (UniCase::ascii("ehternet"), "ethernet"), + (UniCase::ascii("toothbruch"), "toothbrush"), + (UniCase::ascii("bevelled"), "beveled"), + (UniCase::ascii("persepctive"), "perspective"), + (UniCase::ascii("restircts"), "restricts"), + (UniCase::ascii("pencilling"), "penciling"), + (UniCase::ascii("mircowaves"), "microwaves"), + (UniCase::ascii("bangledesh"), "bangladesh"), + (UniCase::ascii("syllabe"), "syllable"), + (UniCase::ascii("apocalyspe"), "apocalypse"), + (UniCase::ascii("exagerate"), "exaggerate"), + (UniCase::ascii("compositae"), "composite"), + (UniCase::ascii("offsrping"), "offspring"), + (UniCase::ascii("frustraits"), "frustrates"), + (UniCase::ascii("treausres"), "treasures"), + (UniCase::ascii("scarmbling"), "scrambling"), + (UniCase::ascii("indicatie"), "indicative"), + (UniCase::ascii("sunglassses"), "sunglasses"), + (UniCase::ascii("heavyweigth"), "heavyweight"), + (UniCase::ascii("chilli"), "chili"), + (UniCase::ascii("radicalis"), "radicals"), + (UniCase::ascii("ciricuit"), "circuit"), + (UniCase::ascii("delporable"), "deplorable"), + (UniCase::ascii("needleslly"), "needlessly"), + (UniCase::ascii("desperating"), "desperation"), + (UniCase::ascii("philosohpies"), "philosophies"), + (UniCase::ascii("brodaway"), "broadway"), + (UniCase::ascii("wavelenghs"), "wavelength"), + (UniCase::ascii("distribuito"), "distribution"), + (UniCase::ascii("consecuence"), "consequence"), + (UniCase::ascii("strageties"), "strategies"), + (UniCase::ascii("stabilizare"), "stabilize"), + (UniCase::ascii("inspirerad"), "inspired"), + (UniCase::ascii("editores"), "editors"), + (UniCase::ascii("fianlly"), "finally"), + (UniCase::ascii("executin"), "execution"), + (UniCase::ascii("assocaites"), "associates"), + (UniCase::ascii("cashieer"), "cashier"), + (UniCase::ascii("insurence"), "insurance"), + (UniCase::ascii("substituts"), "substitutes"), + (UniCase::ascii("recieve"), "receive"), + (UniCase::ascii("coinsidence"), "coincidence"), + (UniCase::ascii("conceitual"), "conceptual"), + (UniCase::ascii("complimentarity"), "complimentary"), + (UniCase::ascii("specifcally"), "specifically"), + (UniCase::ascii("loenard"), "leonard"), + (UniCase::ascii("conciderably"), "considerably"), + (UniCase::ascii("proceding"), "proceeding"), + (UniCase::ascii("prototye"), "prototype"), + (UniCase::ascii("conversoin"), "conversions"), + (UniCase::ascii("hopelessely"), "hopelessly"), + (UniCase::ascii("egyptains"), "egyptians"), + (UniCase::ascii("destruciton"), "destruction"), + (UniCase::ascii("prodominantly"), "predominantly"), + (UniCase::ascii("survivied"), "survived"), + (UniCase::ascii("unplayabe"), "unplayable"), + (UniCase::ascii("willaims"), "williams"), + (UniCase::ascii("championshiop"), "championships"), + (UniCase::ascii("outperfroms"), "outperform"), + (UniCase::ascii("relapes"), "relapse"), + (UniCase::ascii("prohibirte"), "prohibit"), + (UniCase::ascii("navigatore"), "navigate"), + (UniCase::ascii("outnumbed"), "outnumbered"), + (UniCase::ascii("sorcerry"), "sorcery"), + (UniCase::ascii("massasge"), "massages"), + (UniCase::ascii("atmosoheric"), "atmospheric"), + (UniCase::ascii("commuincate"), "communicated"), + (UniCase::ascii("journalizm"), "journalism"), + (UniCase::ascii("defensese"), "defenseless"), + (UniCase::ascii("importend"), "imported"), + (UniCase::ascii("manoeuvring"), "maneuvering"), + (UniCase::ascii("humanising"), "humanizing"), + (UniCase::ascii("themsleves"), "themselves"), + (UniCase::ascii("hinduisim"), "hinduism"), + (UniCase::ascii("sezuires"), "seizures"), + (UniCase::ascii("apperciation"), "appreciation"), + (UniCase::ascii("utilises"), "utilizes"), + (UniCase::ascii("prodecures"), "procedures"), + (UniCase::ascii("anticiapte"), "anticipate"), + (UniCase::ascii("mataphorically"), "metaphorically"), + (UniCase::ascii("compainons"), "companions"), + (UniCase::ascii("acquaintences"), "acquaintances"), + (UniCase::ascii("dementieva"), "dementia"), + (UniCase::ascii("monolight"), "moonlight"), + (UniCase::ascii("thnigs"), "things"), + (UniCase::ascii("catholacism"), "catholicism"), + (UniCase::ascii("audactiy"), "audacity"), + (UniCase::ascii("picthed"), "pitched"), + (UniCase::ascii("precuations"), "precautions"), + (UniCase::ascii("approxamately"), "approximately"), + (UniCase::ascii("legimitately"), "legitimately"), + (UniCase::ascii("oversue"), "overuse"), + (UniCase::ascii("propositivo"), "proposition"), + (UniCase::ascii("guardianis"), "guardians"), + (UniCase::ascii("divice"), "device"), + (UniCase::ascii("informitive"), "informative"), + (UniCase::ascii("fromation"), "formation"), + (UniCase::ascii("haemorrhages"), "hemorrhages"), + (UniCase::ascii("mongolos"), "mongols"), + (UniCase::ascii("egotisticle"), "egotistical"), + (UniCase::ascii("misintrepreted"), "misinterpreted"), + (UniCase::ascii("invalubale"), "invaluable"), + (UniCase::ascii("flavour"), "flavor"), + (UniCase::ascii("restrittive"), "restrictive"), + (UniCase::ascii("industrees"), "industries"), + (UniCase::ascii("initalisations"), "initialisations"), + (UniCase::ascii("dehumanisation"), "dehumanization"), + (UniCase::ascii("intimitated"), "intimidated"), + (UniCase::ascii("dimesnions"), "dimensions"), + (UniCase::ascii("definitlely"), "definitly"), + (UniCase::ascii("wass"), "was"), + (UniCase::ascii("statuts"), "statutes"), + (UniCase::ascii("comparitively"), "comparatively"), + (UniCase::ascii("counteres"), "counters"), + (UniCase::ascii("subscirbed"), "subscribed"), + (UniCase::ascii("tacticaly"), "tactically"), + (UniCase::ascii("trancending"), "transcending"), + (UniCase::ascii("nusiance"), "nuisance"), + (UniCase::ascii("hieghts"), "heights"), + (UniCase::ascii("protrait"), "portrait"), + (UniCase::ascii("inpsector"), "inspector"), + (UniCase::ascii("duplicats"), "duplicates"), + (UniCase::ascii("vengenace"), "vengeance"), + (UniCase::ascii("melatonion"), "melatonin"), + (UniCase::ascii("undergrund"), "underground"), + (UniCase::ascii("accussed"), "accused"), + (UniCase::ascii("torubleshoot"), "troubleshoot"), + (UniCase::ascii("childrends"), "childrens"), + (UniCase::ascii("availabilty"), "availability"), + (UniCase::ascii("italains"), "italians"), + (UniCase::ascii("zealtos"), "zealots"), + (UniCase::ascii("bodyweigt"), "bodyweight"), + (UniCase::ascii("volunteed"), "volunteered"), + (UniCase::ascii("luietenant"), "lieutenant"), + (UniCase::ascii("bottlebeck"), "bottleneck"), + (UniCase::ascii("repuglican"), "republican"), + (UniCase::ascii("sascatchewan"), "saskatchewan"), + (UniCase::ascii("entreprenures"), "entrepreneurs"), + (UniCase::ascii("stimulas"), "stimulants"), + (UniCase::ascii("laready"), "already"), + (UniCase::ascii("curcumference"), "circumference"), + (UniCase::ascii("libertarain"), "libertarian"), + (UniCase::ascii("beethoveen"), "beethoven"), + (UniCase::ascii("processer"), "processor"), + (UniCase::ascii("apocalipse"), "apocalypse"), + (UniCase::ascii("automatonic"), "automation"), + (UniCase::ascii("lincolin"), "lincoln"), + (UniCase::ascii("comapres"), "compares"), + (UniCase::ascii("emergend"), "emerged"), + (UniCase::ascii("euphoriac"), "euphoric"), + (UniCase::ascii("travesy"), "travesty"), + (UniCase::ascii("continens"), "continents"), + (UniCase::ascii("favourable"), "favorable"), + (UniCase::ascii("distincitve"), "distinctive"), + (UniCase::ascii("tournemants"), "tournaments"), + (UniCase::ascii("performence"), "performance"), + (UniCase::ascii("mosquitero"), "mosquito"), + (UniCase::ascii("procedureal"), "procedural"), + (UniCase::ascii("ingocnito"), "incognito"), + (UniCase::ascii("cinematograhpy"), "cinematography"), + (UniCase::ascii("indepentent"), "independent"), + (UniCase::ascii("anarchisim"), "anarchism"), + (UniCase::ascii("expolsive"), "explosive"), + (UniCase::ascii("executionees"), "executions"), + (UniCase::ascii("commercialised"), "commercialized"), + (UniCase::ascii("exapnds"), "expands"), + (UniCase::ascii("tempreature"), "temperature"), + (UniCase::ascii("benificial"), "beneficial"), + (UniCase::ascii("perhiperal"), "peripheral"), + (UniCase::ascii("dashbaord"), "dashboard"), + (UniCase::ascii("intervieni"), "interviewing"), + (UniCase::ascii("capitolism"), "capitalism"), + (UniCase::ascii("computacion"), "computation"), + (UniCase::ascii("minimals"), "minimalist"), + (UniCase::ascii("concentrade"), "concentrated"), + (UniCase::ascii("broadcastes"), "broadcasts"), + (UniCase::ascii("temporairly"), "temporarily"), + (UniCase::ascii("radioactief"), "radioactive"), + (UniCase::ascii("shoudlnt"), "shouldnt"), + (UniCase::ascii("rienforcements"), "reinforcements"), + (UniCase::ascii("dentistes"), "dentists"), + (UniCase::ascii("unintentionaly"), "unintentionally"), + (UniCase::ascii("misinterprented"), "misinterpret"), + (UniCase::ascii("nominativo"), "nomination"), + (UniCase::ascii("remaing"), "remaining"), + (UniCase::ascii("similaraties"), "similarities"), + (UniCase::ascii("achievemts"), "achieves"), + (UniCase::ascii("onslaugt"), "onslaught"), + (UniCase::ascii("mathewes"), "mathews"), + (UniCase::ascii("apologisms"), "apologists"), + (UniCase::ascii("contribuit"), "contribute"), + (UniCase::ascii("disgustos"), "disgusts"), + (UniCase::ascii("neoroscience"), "neuroscience"), + (UniCase::ascii("defendernos"), "defenders"), + (UniCase::ascii("respectible"), "respectable"), + (UniCase::ascii("tailsman"), "talisman"), + (UniCase::ascii("substace"), "substance"), + (UniCase::ascii("demonised"), "demonized"), + (UniCase::ascii("microtransacitons"), "microtransactions"), + (UniCase::ascii("kickstartr"), "kickstarter"), + (UniCase::ascii("continient"), "contingent"), + (UniCase::ascii("straightforeward"), "straightforward"), + (UniCase::ascii("luckilly"), "luckily"), + (UniCase::ascii("minniapolis"), "minneapolis"), + (UniCase::ascii("differenciate"), "differentiate"), + (UniCase::ascii("unsubscrive"), "unsubscribe"), + (UniCase::ascii("orbtial"), "orbital"), + (UniCase::ascii("retrobution"), "retribution"), + (UniCase::ascii("hostpot"), "hotspot"), + (UniCase::ascii("portestants"), "protestants"), + (UniCase::ascii("exibitions"), "exhibitions"), + (UniCase::ascii("colaborations"), "collaborations"), + (UniCase::ascii("chandlure"), "chandler"), + (UniCase::ascii("juridisction"), "jurisdictions"), + (UniCase::ascii("inspectoras"), "inspectors"), + (UniCase::ascii("diahrrea"), "diarrhea"), + (UniCase::ascii("negoitate"), "negotiate"), + (UniCase::ascii("meoldies"), "melodies"), + (UniCase::ascii("compleatly"), "completely"), + (UniCase::ascii("powetlifting"), "powerlifting"), + (UniCase::ascii("prohibiteds"), "prohibits"), + (UniCase::ascii("placebro"), "placebo"), + (UniCase::ascii("casaulity"), "causality"), + (UniCase::ascii("scandianvia"), "scandinavian"), + (UniCase::ascii("multiplays"), "multiply"), + (UniCase::ascii("inferiour"), "inferior"), + (UniCase::ascii("rythmic"), "rhythmic"), + (UniCase::ascii("pscyhologically"), "psychologically"), + (UniCase::ascii("exipration"), "expiration"), + (UniCase::ascii("compreses"), "compress"), + (UniCase::ascii("tyrantical"), "tyrannical"), + (UniCase::ascii("diffuculty"), "difficulty"), + (UniCase::ascii("moisutrizing"), "moisturizing"), + (UniCase::ascii("mentiong"), "mentioning"), + (UniCase::ascii("agracultural"), "agricultural"), + (UniCase::ascii("totalitaran"), "totalitarian"), + (UniCase::ascii("vegetarion"), "vegetarian"), + (UniCase::ascii("anedoctes"), "anecdotes"), + (UniCase::ascii("unsuprizing"), "unsurprising"), + (UniCase::ascii("mecahnically"), "mechanically"), + (UniCase::ascii("hallucinaitons"), "hallucination"), + (UniCase::ascii("gynaecological"), "gynecological"), + (UniCase::ascii("contradices"), "contradicts"), + (UniCase::ascii("salying"), "slaying"), + (UniCase::ascii("expriation"), "expiration"), + (UniCase::ascii("captued"), "captured"), + (UniCase::ascii("bonsues"), "bonuses"), + (UniCase::ascii("capitlaism"), "capitalism"), + (UniCase::ascii("commericial"), "commercial"), + (UniCase::ascii("extremests"), "extremists"), + (UniCase::ascii("theathre"), "theater"), + (UniCase::ascii("compuslory"), "compulsory"), + (UniCase::ascii("billionairre"), "billionaire"), + (UniCase::ascii("streamus"), "streams"), + (UniCase::ascii("suprimacist"), "supremacist"), + (UniCase::ascii("countrywides"), "countryside"), + (UniCase::ascii("communit"), "communist"), + (UniCase::ascii("ecologia"), "ecological"), + (UniCase::ascii("narcissisitc"), "narcissist"), + (UniCase::ascii("misogynyst"), "misogynist"), + (UniCase::ascii("legalising"), "legalizing"), + (UniCase::ascii("algoritm"), "algorithm"), + (UniCase::ascii("intelluctuals"), "intellectuals"), + (UniCase::ascii("surroundins"), "surrounds"), + (UniCase::ascii("illionis"), "illinois"), + (UniCase::ascii("profitabilty"), "profitability"), + (UniCase::ascii("properies"), "properties"), + (UniCase::ascii("enthusiastics"), "enthusiasts"), + (UniCase::ascii("harmoniacs"), "harmonic"), + (UniCase::ascii("comdemnation"), "condemnation"), + (UniCase::ascii("introverso"), "introverts"), + (UniCase::ascii("frustrsted"), "frustrates"), + (UniCase::ascii("foreingers"), "foreigners"), + (UniCase::ascii("calaber"), "caliber"), + (UniCase::ascii("falesly"), "falsely"), + (UniCase::ascii("tortillita"), "tortilla"), + (UniCase::ascii("hyperthropy"), "hypertrophy"), + (UniCase::ascii("primaires"), "primaries"), + (UniCase::ascii("compeltely"), "completely"), + (UniCase::ascii("brightoner"), "brighten"), + (UniCase::ascii("applicates"), "applicants"), + (UniCase::ascii("encyclopeida"), "encyclopedia"), + (UniCase::ascii("tenderises"), "tenderizes"), + (UniCase::ascii("porportion"), "proportion"), + (UniCase::ascii("expereinced"), "experienced"), + (UniCase::ascii("casion"), "caisson"), + (UniCase::ascii("impanelling"), "impaneling"), + (UniCase::ascii("misinterpted"), "misinterpret"), + (UniCase::ascii("syracue"), "syracuse"), + (UniCase::ascii("combonations"), "combinations"), + (UniCase::ascii("regresssion"), "regression"), + (UniCase::ascii("interperting"), "interpreting"), + (UniCase::ascii("arpeture"), "aperture"), + (UniCase::ascii("embarressing"), "embarrassing"), + (UniCase::ascii("magnifient"), "magnificent"), + (UniCase::ascii("rightfullly"), "rightfully"), + (UniCase::ascii("beggin"), "begin"), + (UniCase::ascii("transkript"), "transcript"), + (UniCase::ascii("relationshp"), "relationships"), + (UniCase::ascii("realisticaly"), "realistically"), + (UniCase::ascii("addresable"), "addressable"), + (UniCase::ascii("becames"), "becomes"), + (UniCase::ascii("resevoir"), "reservoir"), + (UniCase::ascii("organisera"), "organizers"), + (UniCase::ascii("definative"), "definitive"), + (UniCase::ascii("promotionnal"), "promotional"), + (UniCase::ascii("indivuduals"), "individuals"), + (UniCase::ascii("rythm"), "rhythm"), + (UniCase::ascii("revolutionnary"), "revolutionary"), + (UniCase::ascii("olreans"), "orleans"), + (UniCase::ascii("phillosophically"), "philosophically"), + (UniCase::ascii("motorcyce"), "motorcycles"), + (UniCase::ascii("periodisch"), "periodic"), + (UniCase::ascii("monopolise"), "monopolize"), + (UniCase::ascii("configuraton"), "configuration"), + (UniCase::ascii("whn"), "when"), + (UniCase::ascii("supllemental"), "supplemental"), + (UniCase::ascii("constituem"), "constitute"), + (UniCase::ascii("nuaghty"), "naughty"), + (UniCase::ascii("selectie"), "selective"), + (UniCase::ascii("doucehbag"), "douchebag"), + (UniCase::ascii("reinstallled"), "reinstalled"), + (UniCase::ascii("femminist"), "feminist"), + (UniCase::ascii("depedency"), "dependency"), + (UniCase::ascii("reserached"), "researched"), + (UniCase::ascii("stangant"), "stagnant"), + (UniCase::ascii("jeruselam"), "jerusalem"), + (UniCase::ascii("intiminated"), "intimidated"), + (UniCase::ascii("perenially"), "perennially"), + (UniCase::ascii("crusiing"), "cruising"), + (UniCase::ascii("weirldy"), "weirdly"), + (UniCase::ascii("sebastiaan"), "sebastian"), + (UniCase::ascii("minneaplois"), "minneapolis"), + (UniCase::ascii("simliarities"), "similarities"), + (UniCase::ascii("begininngs"), "beginnings"), + (UniCase::ascii("volunteeer"), "volunteers"), + (UniCase::ascii("audbile"), "audible"), + (UniCase::ascii("explorerers"), "explorers"), + (UniCase::ascii("tradtionally"), "traditionally"), + (UniCase::ascii("governered"), "governed"), + (UniCase::ascii("progresson"), "progression"), + (UniCase::ascii("sponatenously"), "spontaneously"), + (UniCase::ascii("exaggerrate"), "exaggerate"), + (UniCase::ascii("mysogyny"), "misogyny"), + (UniCase::ascii("christin"), "christian"), + (UniCase::ascii("interessted"), "interested"), + (UniCase::ascii("philiphines"), "philippines"), + (UniCase::ascii("singels"), "singles"), + (UniCase::ascii("oblitirated"), "obliterated"), + (UniCase::ascii("scooterers"), "scooters"), + (UniCase::ascii("superouman"), "superhuman"), + (UniCase::ascii("practioners"), "practitioners"), + (UniCase::ascii("automaticly"), "automatically"), + (UniCase::ascii("widespred"), "widespread"), + (UniCase::ascii("selfeshness"), "selfishness"), + (UniCase::ascii("recreacional"), "recreational"), + (UniCase::ascii("mamal"), "mammal"), + (UniCase::ascii("inevidably"), "inevitably"), + (UniCase::ascii("unknowingy"), "unknowingly"), + (UniCase::ascii("assemple"), "assemble"), + (UniCase::ascii("expolitation"), "exploitation"), + (UniCase::ascii("transofrm"), "transform"), + (UniCase::ascii("villify"), "vilify"), + (UniCase::ascii("contradicitng"), "contradicting"), + (UniCase::ascii("libertarianisim"), "libertarianism"), + (UniCase::ascii("fundemantalists"), "fundamentalists"), + (UniCase::ascii("vehciles"), "vehicles"), + (UniCase::ascii("balconny"), "balcony"), + (UniCase::ascii("articulted"), "articulated"), + (UniCase::ascii("procrastinatin"), "procrastination"), + (UniCase::ascii("statistisch"), "statistics"), + (UniCase::ascii("alternatvely"), "alternately"), + (UniCase::ascii("escalatie"), "escalate"), + (UniCase::ascii("submarinas"), "submarines"), + (UniCase::ascii("premanently"), "permanently"), + (UniCase::ascii("bengzhai"), "benghazi"), + (UniCase::ascii("archaeological"), "archeological"), + (UniCase::ascii("explanetory"), "explanatory"), + (UniCase::ascii("invesitgative"), "investigative"), + (UniCase::ascii("intiutively"), "intuitively"), + (UniCase::ascii("assulated"), "assaulted"), + (UniCase::ascii("philoshopically"), "philosophically"), + (UniCase::ascii("dramatisation"), "dramatization"), + (UniCase::ascii("bootleader"), "bootloader"), + (UniCase::ascii("permanet"), "permanent"), + (UniCase::ascii("abbrievations"), "abbreviation"), + (UniCase::ascii("portuguease"), "portuguese"), + (UniCase::ascii("companines"), "companions"), + (UniCase::ascii("avaialble"), "available"), + (UniCase::ascii("regulats"), "regulators"), + (UniCase::ascii("sharipe"), "sharpie"), + (UniCase::ascii("pessimisstic"), "pessimistic"), + (UniCase::ascii("undergradate"), "undergraduate"), + (UniCase::ascii("nationalty"), "nationality"), + (UniCase::ascii("appropriatin"), "appropriation"), + (UniCase::ascii("advsior"), "advisor"), + (UniCase::ascii("overemphasise"), "overemphasize"), + (UniCase::ascii("wieghts"), "weights"), + (UniCase::ascii("subconsicously"), "subconsciously"), + (UniCase::ascii("exclusivas"), "exclusives"), + (UniCase::ascii("excerised"), "exercised"), + (UniCase::ascii("simultaneoulsy"), "simultaneously"), + (UniCase::ascii("informas"), "informs"), + (UniCase::ascii("empitness"), "emptiness"), + (UniCase::ascii("anectode"), "anecdote"), + (UniCase::ascii("neighboorhoud"), "neighbourhood"), + (UniCase::ascii("researce"), "researcher"), + (UniCase::ascii("electrocytes"), "electrolytes"), + (UniCase::ascii("investigatin"), "investigation"), + (UniCase::ascii("testiclies"), "testicle"), + (UniCase::ascii("backfied"), "backfield"), + (UniCase::ascii("homecomeing"), "homecoming"), + (UniCase::ascii("facsinated"), "fascinated"), + (UniCase::ascii("lionisation"), "lionization"), + (UniCase::ascii("executiner"), "executioner"), + (UniCase::ascii("masturbeta"), "masturbated"), + (UniCase::ascii("orignials"), "originals"), + (UniCase::ascii("slaughted"), "slaughtered"), + (UniCase::ascii("contast"), "contacts"), + (UniCase::ascii("illegetimate"), "illegitimate"), + (UniCase::ascii("incidently"), "incidentally"), + (UniCase::ascii("encahnt"), "enchant"), + (UniCase::ascii("flavoursome"), "flavorsome"), + (UniCase::ascii("colloqiual"), "colloquial"), + (UniCase::ascii("permissin"), "permissions"), + (UniCase::ascii("chlroine"), "chlorine"), + (UniCase::ascii("anwsers"), "answers"), + (UniCase::ascii("reknowned"), "renowned"), + (UniCase::ascii("descripton"), "description"), + (UniCase::ascii("remarkes"), "remarks"), + (UniCase::ascii("feltcher"), "fletcher"), + (UniCase::ascii("proclamied"), "proclaimed"), + (UniCase::ascii("ethnaol"), "ethanol"), + (UniCase::ascii("guradians"), "guardians"), + (UniCase::ascii("pharamcists"), "pharmacist"), + (UniCase::ascii("negoitating"), "negotiating"), + (UniCase::ascii("prematurly"), "prematurely"), + (UniCase::ascii("uninspried"), "uninspired"), + (UniCase::ascii("cliantro"), "cilantro"), + (UniCase::ascii("supresses"), "suppresses"), + (UniCase::ascii("widesread"), "widespread"), + (UniCase::ascii("discograpy"), "discography"), + (UniCase::ascii("finalises"), "finalizes"), + (UniCase::ascii("threee"), "three"), + (UniCase::ascii("doubleiift"), "doublelift"), + (UniCase::ascii("absurdy"), "absurdly"), + (UniCase::ascii("vandalising"), "vandalizing"), + (UniCase::ascii("cliffhander"), "cliffhanger"), + (UniCase::ascii("economisit"), "economists"), + (UniCase::ascii("popultaion"), "populations"), + (UniCase::ascii("recievers"), "receivers"), + (UniCase::ascii("manouverable"), "maneuverable"), + (UniCase::ascii("resemblence"), "resemblance"), + (UniCase::ascii("questionalbe"), "questionable"), + (UniCase::ascii("confessin"), "confession"), + (UniCase::ascii("equialent"), "equivalent"), + (UniCase::ascii("orignally"), "originally"), + (UniCase::ascii("exaggarated"), "exaggerated"), + (UniCase::ascii("confederancy"), "confederacy"), + (UniCase::ascii("alternatiely"), "alternately"), + (UniCase::ascii("accelarating"), "accelerating"), + (UniCase::ascii("propulstion"), "propulsion"), + (UniCase::ascii("goign"), "going"), + (UniCase::ascii("chihuahuha"), "chihuahua"), + (UniCase::ascii("crystalus"), "crystals"), + (UniCase::ascii("scannign"), "scanning"), + (UniCase::ascii("defensea"), "defenseman"), + (UniCase::ascii("orpahns"), "orphans"), + (UniCase::ascii("sufferage"), "suffrage"), + (UniCase::ascii("oxidised"), "oxidized"), + (UniCase::ascii("outmanoeuvre"), "outmaneuver"), + (UniCase::ascii("possition"), "position"), + (UniCase::ascii("jurisdiktion"), "jurisdiction"), + (UniCase::ascii("preposters"), "preposterous"), + (UniCase::ascii("improbabile"), "improbable"), + (UniCase::ascii("minimalisity"), "minimalist"), + (UniCase::ascii("livestrems"), "livestream"), + (UniCase::ascii("sensacionalist"), "sensationalist"), + (UniCase::ascii("newcaste"), "newcastle"), + (UniCase::ascii("harmonises"), "harmonizes"), + (UniCase::ascii("culturels"), "cultures"), + (UniCase::ascii("sandwishes"), "sandwiches"), + (UniCase::ascii("misunterstood"), "misunderstood"), + (UniCase::ascii("analyse"), "analyze"), + (UniCase::ascii("uniformes"), "uniforms"), + (UniCase::ascii("restirction"), "restriction"), + (UniCase::ascii("symbolising"), "symbolizing"), + (UniCase::ascii("disparingly"), "disparagingly"), + (UniCase::ascii("retoractively"), "retroactively"), + (UniCase::ascii("amibguity"), "ambiguity"), + (UniCase::ascii("persistant"), "persistent"), + (UniCase::ascii("bloodbonre"), "bloodborne"), + (UniCase::ascii("cancellato"), "cancellation"), + (UniCase::ascii("initalism"), "initialism"), + (UniCase::ascii("secerts"), "secrets"), + (UniCase::ascii("criticallity"), "critically"), + (UniCase::ascii("intellectus"), "intellectuals"), + (UniCase::ascii("prejiduce"), "prejudice"), + (UniCase::ascii("problomatic"), "problematic"), + (UniCase::ascii("rela"), "real"), + (UniCase::ascii("constnatly"), "constantly"), + (UniCase::ascii("comapnions"), "companions"), + (UniCase::ascii("frankensteen"), "frankenstein"), + (UniCase::ascii("missionarry"), "missionary"), + (UniCase::ascii("revoltuion"), "revolution"), + (UniCase::ascii("prooved"), "proved"), + (UniCase::ascii("illistrations"), "illustrations"), + (UniCase::ascii("substraction"), "subtraction"), + (UniCase::ascii("pususading"), "persuading"), + (UniCase::ascii("catepillar"), "caterpillar"), + (UniCase::ascii("fantasticlly"), "fantastically"), + (UniCase::ascii("algorthims"), "algorithms"), + (UniCase::ascii("depressin"), "depression"), + (UniCase::ascii("americanus"), "americans"), + (UniCase::ascii("historicians"), "historians"), + (UniCase::ascii("refernces"), "references"), + (UniCase::ascii("guaranted"), "guaranteed"), + (UniCase::ascii("colonise"), "colonize"), + (UniCase::ascii("theroetical"), "theoretical"), + (UniCase::ascii("uncontrallably"), "uncontrollably"), + (UniCase::ascii("remould"), "remold"), + (UniCase::ascii("representaciones"), "representations"), + (UniCase::ascii("unrankend"), "unranked"), + (UniCase::ascii("positivitiy"), "positivity"), + (UniCase::ascii("nigthly"), "nightly"), + (UniCase::ascii("misgoynist"), "misogynist"), + (UniCase::ascii("entiteld"), "entitled"), + (UniCase::ascii("torando"), "tornado"), + (UniCase::ascii("avatards"), "avatars"), + (UniCase::ascii("instititional"), "institutional"), + (UniCase::ascii("maritan"), "martian"), + (UniCase::ascii("transmiter"), "transmitter"), + (UniCase::ascii("motherboars"), "motherboards"), + (UniCase::ascii("trasnmitted"), "transmitted"), + (UniCase::ascii("traileras"), "trailers"), + (UniCase::ascii("levetated"), "levitated"), + (UniCase::ascii("spirtiually"), "spiritually"), + (UniCase::ascii("tempaltes"), "templates"), + (UniCase::ascii("ceratine"), "creatine"), + (UniCase::ascii("revealtions"), "revelations"), + (UniCase::ascii("capitalisn"), "capitals"), + (UniCase::ascii("experimentan"), "experimentation"), + (UniCase::ascii("anixety"), "anxiety"), + (UniCase::ascii("amrstrong"), "armstrong"), + (UniCase::ascii("bronocs"), "broncos"), + (UniCase::ascii("fingertrips"), "fingertips"), + (UniCase::ascii("pumkpins"), "pumpkins"), + (UniCase::ascii("suspicioso"), "suspicions"), + (UniCase::ascii("evertyime"), "everytime"), + (UniCase::ascii("auxillaries"), "auxiliaries"), + (UniCase::ascii("devasted"), "devastated"), + (UniCase::ascii("cooldows"), "cooldowns"), + (UniCase::ascii("destroyeds"), "destroyers"), + (UniCase::ascii("complation"), "completion"), + (UniCase::ascii("casuation"), "causation"), + (UniCase::ascii("satisfactorally"), "satisfactory"), + (UniCase::ascii("monolitihic"), "monolithic"), + (UniCase::ascii("doctines"), "doctrines"), + (UniCase::ascii("soundtrakk"), "soundtrack"), + (UniCase::ascii("satsified"), "satisfied"), + (UniCase::ascii("percetange"), "percentages"), + (UniCase::ascii("individul"), "individual"), + (UniCase::ascii("indestrictible"), "indestructible"), + (UniCase::ascii("subsconcious"), "subconscious"), + (UniCase::ascii("reteriver"), "retriever"), + (UniCase::ascii("agricutlure"), "agriculture"), + (UniCase::ascii("aprehensive"), "apprehensive"), + (UniCase::ascii("starined"), "strained"), + (UniCase::ascii("palestininans"), "palestinians"), + (UniCase::ascii("subscripton"), "subscription"), + (UniCase::ascii("essencially"), "essentially"), + (UniCase::ascii("hemishperes"), "hemisphere"), + (UniCase::ascii("favouritsm"), "favourites"), + (UniCase::ascii("grilfriend"), "girlfriend"), + (UniCase::ascii("speciaal"), "special"), + (UniCase::ascii("ganes"), "games"), + (UniCase::ascii("refereees"), "referees"), + (UniCase::ascii("organizarem"), "organizer"), + (UniCase::ascii("institutiei"), "institute"), + (UniCase::ascii("americanis"), "americas"), + (UniCase::ascii("sweatshrit"), "sweatshirt"), + (UniCase::ascii("initalling"), "initialling"), + (UniCase::ascii("contributo"), "contribution"), + (UniCase::ascii("arguemnet"), "arguement"), + (UniCase::ascii("turltes"), "turtles"), + (UniCase::ascii("arcitechture"), "architecture"), + (UniCase::ascii("greneer"), "greener"), + (UniCase::ascii("disliks"), "dislikes"), + (UniCase::ascii("intrepretations"), "interpretations"), + (UniCase::ascii("scandaloso"), "scandals"), + (UniCase::ascii("predjuiced"), "prejudiced"), + (UniCase::ascii("athesitic"), "atheistic"), + (UniCase::ascii("comminicate"), "communicate"), + (UniCase::ascii("tenderising"), "tenderizing"), + (UniCase::ascii("introdiction"), "introduction"), + (UniCase::ascii("cousings"), "cousins"), + (UniCase::ascii("springfiled"), "springfield"), + (UniCase::ascii("moderatore"), "moderate"), + (UniCase::ascii("barbarain"), "barbarian"), + (UniCase::ascii("predominantley"), "predominantly"), + (UniCase::ascii("commuications"), "communications"), + (UniCase::ascii("feitshes"), "fetishes"), + (UniCase::ascii("conservato"), "conservation"), + (UniCase::ascii("monopollies"), "monopolies"), + (UniCase::ascii("spectaculair"), "spectacular"), + (UniCase::ascii("tyres"), "tires"), + (UniCase::ascii("articluated"), "articulated"), + (UniCase::ascii("overclocing"), "overclocking"), + (UniCase::ascii("liberterian"), "libertarian"), + (UniCase::ascii("precurosr"), "precursor"), + (UniCase::ascii("legalises"), "legalizes"), + (UniCase::ascii("contitnent"), "contingent"), + (UniCase::ascii("sympathatic"), "sympathetic"), + (UniCase::ascii("perosnas"), "personas"), + (UniCase::ascii("hoenstly"), "honestly"), + (UniCase::ascii("auhtenticate"), "authenticate"), + (UniCase::ascii("laborotory"), "laboratory"), + (UniCase::ascii("possiblilty"), "possibility"), + (UniCase::ascii("concieved"), "conceived"), + (UniCase::ascii("crystalys"), "crystals"), + (UniCase::ascii("desperatelly"), "desperately"), + (UniCase::ascii("palestinan"), "palestinian"), + (UniCase::ascii("interactice"), "interactive"), + (UniCase::ascii("gorumet"), "gourmet"), + (UniCase::ascii("desensitived"), "desensitized"), + (UniCase::ascii("mathematicans"), "mathematics"), + (UniCase::ascii("isalmist"), "islamist"), + (UniCase::ascii("exercices"), "exercise"), + (UniCase::ascii("phramacy"), "pharmacy"), + (UniCase::ascii("revolutionos"), "revolutions"), + (UniCase::ascii("maidson"), "madison"), + (UniCase::ascii("barrackus"), "barracks"), + (UniCase::ascii("implausable"), "implausible"), + (UniCase::ascii("tepmorarily"), "temporarily"), + (UniCase::ascii("microtransactios"), "microtransactions"), + (UniCase::ascii("swtizerland"), "switzerland"), + (UniCase::ascii("inaccessble"), "inaccessible"), + (UniCase::ascii("unbeliavably"), "unbelievably"), + (UniCase::ascii("medoicre"), "mediocre"), + (UniCase::ascii("startlxde"), "startled"), + (UniCase::ascii("completent"), "complement"), + (UniCase::ascii("westernisation"), "westernization"), + (UniCase::ascii("emphysyma"), "emphysema"), + (UniCase::ascii("remasterd"), "remastered"), + (UniCase::ascii("racisst"), "racists"), + (UniCase::ascii("swearshirt"), "sweatshirt"), + (UniCase::ascii("lingusitics"), "linguistics"), + (UniCase::ascii("classificato"), "classification"), + (UniCase::ascii("leiutenant"), "lieutenant"), + (UniCase::ascii("superme"), "supreme"), + (UniCase::ascii("uniquey"), "uniquely"), + (UniCase::ascii("deviatie"), "deviate"), + (UniCase::ascii("collataral"), "collateral"), + (UniCase::ascii("identifyed"), "identified"), + (UniCase::ascii("chrisitan"), "christian"), + (UniCase::ascii("occurence"), "occurrence"), + (UniCase::ascii("geneology"), "genealogy"), + (UniCase::ascii("reorganision"), "reorganisation"), + (UniCase::ascii("ministerios"), "ministers"), + (UniCase::ascii("ventilacion"), "ventilation"), + (UniCase::ascii("unconditionnally"), "unconditionally"), + (UniCase::ascii("galvanised"), "galvanized"), + (UniCase::ascii("underwheling"), "underwhelming"), + (UniCase::ascii("insensitve"), "insensitive"), + (UniCase::ascii("curricullum"), "curriculum"), + (UniCase::ascii("repsects"), "respects"), + (UniCase::ascii("psychriatic"), "psychiatric"), + (UniCase::ascii("levelling"), "leveling"), + (UniCase::ascii("dispensory"), "dispensary"), + (UniCase::ascii("extrimists"), "extremists"), + (UniCase::ascii("expectency"), "expectancy"), + (UniCase::ascii("psycholoog"), "psychology"), + (UniCase::ascii("slaugterhouses"), "slaughterhouses"), + (UniCase::ascii("consideras"), "considers"), + (UniCase::ascii("accideny"), "accidently"), + (UniCase::ascii("somethiong"), "somethin"), + (UniCase::ascii("hyperlogic"), "hyperbolic"), + (UniCase::ascii("masturbatie"), "masturbated"), + (UniCase::ascii("exept"), "except"), + (UniCase::ascii("empathising"), "empathizing"), + (UniCase::ascii("octobear"), "october"), + (UniCase::ascii("exauhstion"), "exhaustion"), + (UniCase::ascii("outsoursing"), "outsourcing"), + (UniCase::ascii("sovereignity"), "sovereignty"), + (UniCase::ascii("trasncripts"), "transcripts"), + (UniCase::ascii("privilegies"), "privilege"), + (UniCase::ascii("concernt"), "concert"), + (UniCase::ascii("precisley"), "precisely"), + (UniCase::ascii("alternativets"), "alternatives"), + (UniCase::ascii("expantions"), "expansions"), + (UniCase::ascii("busineses"), "business"), + (UniCase::ascii("brakethrough"), "breakthrough"), + (UniCase::ascii("organsiations"), "organisations"), + (UniCase::ascii("suprize"), "surprise"), + (UniCase::ascii("progressieve"), "progressive"), + (UniCase::ascii("horishima"), "hiroshima"), + (UniCase::ascii("aproximate"), "approximate"), + (UniCase::ascii("disciprine"), "discipline"), + (UniCase::ascii("prioritied"), "prioritize"), + (UniCase::ascii("achieveble"), "achievable"), + (UniCase::ascii("atributed"), "attributed"), + (UniCase::ascii("divintiy"), "divinity"), + (UniCase::ascii("exsitance"), "existance"), + (UniCase::ascii("succours"), "succors"), + (UniCase::ascii("streichung"), "stretching"), + (UniCase::ascii("fesitvals"), "festivals"), + (UniCase::ascii("dyregulation"), "deregulation"), + (UniCase::ascii("parralel"), "parallel"), + (UniCase::ascii("produceres"), "produces"), + (UniCase::ascii("reconcider"), "reconsider"), + (UniCase::ascii("neccesarily"), "necessarily"), + (UniCase::ascii("contagiosa"), "contagious"), + (UniCase::ascii("europeaness"), "europeans"), + (UniCase::ascii("liquidas"), "liquids"), + (UniCase::ascii("applicaton"), "application"), + (UniCase::ascii("reflextion"), "reflection"), + (UniCase::ascii("scientfic"), "scientific"), + (UniCase::ascii("metholodogy"), "methodology"), + (UniCase::ascii("recordarme"), "recorder"), + (UniCase::ascii("astronautlis"), "astronauts"), + (UniCase::ascii("adolsecent"), "adolescent"), + (UniCase::ascii("enclycopedia"), "encyclopedia"), + (UniCase::ascii("manufactureras"), "manufactures"), + (UniCase::ascii("committe"), "committee"), + (UniCase::ascii("versiones"), "versions"), + (UniCase::ascii("sensibilisiert"), "sensibilities"), + (UniCase::ascii("converning"), "converting"), + (UniCase::ascii("geograhpical"), "geographical"), + (UniCase::ascii("invulnarable"), "invulnerable"), + (UniCase::ascii("disrecpectful"), "disrespectful"), + (UniCase::ascii("unattendend"), "unattended"), + (UniCase::ascii("choesive"), "cohesive"), + (UniCase::ascii("planetas"), "planets"), + (UniCase::ascii("suggestes"), "suggests"), + (UniCase::ascii("noteworhty"), "noteworthy"), + (UniCase::ascii("disenginuous"), "disingenuous"), + (UniCase::ascii("deterministc"), "deterministic"), + (UniCase::ascii("subtiel"), "subtitle"), + (UniCase::ascii("disatisfaction"), "dissatisfaction"), + (UniCase::ascii("blacklit"), "blacklist"), + (UniCase::ascii("creationsism"), "creationism"), + (UniCase::ascii("hting"), "thing"), + (UniCase::ascii("narcassism"), "narcissism"), + (UniCase::ascii("overclicking"), "overclocking"), + (UniCase::ascii("libertariansism"), "libertarianism"), + (UniCase::ascii("exclusvies"), "exclusives"), + (UniCase::ascii("intruduced"), "introduced"), + (UniCase::ascii("conslutants"), "consultant"), + (UniCase::ascii("proccedings"), "proceedings"), + (UniCase::ascii("segergation"), "segregation"), + (UniCase::ascii("agriculutral"), "agricultural"), + (UniCase::ascii("immediatelly"), "immediately"), + (UniCase::ascii("shouldt"), "shouldnt"), + (UniCase::ascii("perview"), "preview"), + (UniCase::ascii("indirecty"), "indirectly"), + (UniCase::ascii("appriciates"), "appreciates"), + (UniCase::ascii("interchangeabley"), "interchangeably"), + (UniCase::ascii("shittoon"), "shitton"), + (UniCase::ascii("brocolli"), "broccoli"), + (UniCase::ascii("debuffes"), "debuffs"), + (UniCase::ascii("greatful"), "grateful"), + (UniCase::ascii("watermalon"), "watermelon"), + (UniCase::ascii("directionl"), "directional"), + (UniCase::ascii("discolour"), "discolor"), + (UniCase::ascii("investigatio"), "investigator"), + (UniCase::ascii("stereotipe"), "stereotype"), + (UniCase::ascii("peirced"), "pierced"), + (UniCase::ascii("portoguese"), "portuguese"), + (UniCase::ascii("arbitrarilly"), "arbitrarily"), + (UniCase::ascii("deregualtion"), "deregulation"), + (UniCase::ascii("materialisimo"), "materialism"), + (UniCase::ascii("stimulat"), "stimulants"), + (UniCase::ascii("infrastrukture"), "infrastructure"), + (UniCase::ascii("intereactions"), "intersections"), + (UniCase::ascii("christines"), "christians"), + (UniCase::ascii("dificulty"), "difficulty"), + (UniCase::ascii("devastaing"), "devastating"), + (UniCase::ascii("pennsylvannia"), "pennsylvania"), + (UniCase::ascii("austrai"), "austria"), + (UniCase::ascii("macarino"), "macaroni"), + (UniCase::ascii("relevent"), "relevant"), + (UniCase::ascii("anitdepressant"), "antidepressants"), + (UniCase::ascii("rememberance"), "remembrance"), + (UniCase::ascii("screenshoots"), "screenshot"), + (UniCase::ascii("subsidised"), "subsidized"), + (UniCase::ascii("procedings"), "proceedings"), + (UniCase::ascii("efficiancy"), "efficiency"), + (UniCase::ascii("bourgeousie"), "bourgeois"), + (UniCase::ascii("kidnappade"), "kidnapped"), + (UniCase::ascii("zoinist"), "zionist"), + (UniCase::ascii("apocalpyse"), "apocalypse"), + (UniCase::ascii("concentratie"), "concentrate"), + (UniCase::ascii("conceted"), "concede"), + (UniCase::ascii("intellectualls"), "intellectuals"), + (UniCase::ascii("htiboxes"), "hitboxes"), + (UniCase::ascii("prespective"), "perspective"), + (UniCase::ascii("popoulus"), "populous"), + (UniCase::ascii("commisison"), "commissions"), + (UniCase::ascii("accomplishemnts"), "accomplishments"), + (UniCase::ascii("spectre"), "specter"), + (UniCase::ascii("encomapsses"), "encompasses"), + (UniCase::ascii("blackend"), "blacked"), + (UniCase::ascii("menstrul"), "menstrual"), + (UniCase::ascii("balcklist"), "blacklist"), + (UniCase::ascii("substatial"), "substantial"), + (UniCase::ascii("transparrent"), "transparent"), + (UniCase::ascii("percious"), "precious"), + (UniCase::ascii("lightres"), "lighters"), + (UniCase::ascii("ourselvs"), "ourselves"), + (UniCase::ascii("personnell"), "personnel"), + (UniCase::ascii("refrences"), "references"), + (UniCase::ascii("manfuacturers"), "manufactures"), + (UniCase::ascii("amateus"), "amateurs"), + (UniCase::ascii("inprisonment"), "imprisonment"), + (UniCase::ascii("constillation"), "constellation"), + (UniCase::ascii("califonria"), "californian"), + (UniCase::ascii("etrailer"), "retailer"), + (UniCase::ascii("fraterntiy"), "fraternity"), + (UniCase::ascii("temperatues"), "temperatures"), + (UniCase::ascii("reminiscient"), "reminiscent"), + (UniCase::ascii("abilty"), "ability"), + (UniCase::ascii("emnity"), "enmity"), + (UniCase::ascii("aspergerers"), "aspergers"), + (UniCase::ascii("inconsequantial"), "inconsequential"), + (UniCase::ascii("sentimentalising"), "sentimentalizing"), + (UniCase::ascii("cessationalism"), "sensationalism"), + (UniCase::ascii("humiditiy"), "humidity"), + (UniCase::ascii("coencidental"), "coincidental"), + (UniCase::ascii("nightmates"), "nightmares"), + (UniCase::ascii("restriciton"), "restrictions"), + (UniCase::ascii("mirorred"), "mirrored"), + (UniCase::ascii("diconnects"), "disconnects"), + (UniCase::ascii("behngazi"), "benghazi"), + (UniCase::ascii("draclua"), "dracula"), + (UniCase::ascii("mininterpreting"), "misinterpreting"), + (UniCase::ascii("illegitime"), "illegitimate"), + (UniCase::ascii("casualites"), "casualties"), + (UniCase::ascii("comediac"), "comedic"), + (UniCase::ascii("xenophopic"), "xenophobic"), + (UniCase::ascii("realistisch"), "realistic"), + (UniCase::ascii("unbannd"), "unbanned"), + (UniCase::ascii("dramatising"), "dramatizing"), + (UniCase::ascii("siezable"), "sizeable"), + (UniCase::ascii("algoritmos"), "algorithms"), + (UniCase::ascii("massacer"), "massacre"), + (UniCase::ascii("ampehtamines"), "amphetamines"), + (UniCase::ascii("priveliges"), "privileges"), + (UniCase::ascii("transfersom"), "transforms"), + (UniCase::ascii("breathalyse"), "breathalyze"), + (UniCase::ascii("plethroa"), "plethora"), + (UniCase::ascii("subsidie"), "subsidized"), + (UniCase::ascii("specializaiton"), "specialization"), + (UniCase::ascii("ukrainain"), "ukrainian"), + (UniCase::ascii("generationens"), "generations"), + (UniCase::ascii("stuipder"), "stupider"), + (UniCase::ascii("unorigonal"), "unoriginal"), + (UniCase::ascii("unsucessfull"), "unsuccessful"), + (UniCase::ascii("pilgrimmages"), "pilgrimages"), + (UniCase::ascii("championshp"), "championship"), + (UniCase::ascii("annoucne"), "announce"), + (UniCase::ascii("utilisable"), "utilizable"), + (UniCase::ascii("affulent"), "affluent"), + (UniCase::ascii("deatlhy"), "deathly"), + (UniCase::ascii("ammused"), "amused"), + (UniCase::ascii("conservies"), "conserve"), + (UniCase::ascii("nationalis"), "nationals"), + (UniCase::ascii("wupport"), "support"), + (UniCase::ascii("retroactivily"), "retroactively"), + (UniCase::ascii("trimuph"), "triumph"), + (UniCase::ascii("imbalences"), "imbalances"), + (UniCase::ascii("unathorised"), "unauthorised"), + (UniCase::ascii("improvments"), "improvements"), + (UniCase::ascii("completeing"), "completing"), + (UniCase::ascii("transicional"), "transitional"), + (UniCase::ascii("reencarnation"), "reincarnation"), + (UniCase::ascii("analagous"), "analogous"), + (UniCase::ascii("abodmen"), "abdomen"), + (UniCase::ascii("inlcuding"), "including"), + (UniCase::ascii("disbelif"), "disbelief"), + (UniCase::ascii("arbitrarely"), "arbitrarily"), + (UniCase::ascii("senarios"), "scenarios"), + (UniCase::ascii("ellitpical"), "elliptical"), + (UniCase::ascii("mercentile"), "mercantile"), + (UniCase::ascii("inexperineced"), "inexperience"), + (UniCase::ascii("revelas"), "reveals"), + (UniCase::ascii("falseley"), "falsely"), + (UniCase::ascii("strangets"), "strangest"), + (UniCase::ascii("overeaching"), "overarching"), + (UniCase::ascii("emmitted"), "emitted"), + (UniCase::ascii("ejaculaton"), "ejaculation"), + (UniCase::ascii("introverse"), "introverts"), + (UniCase::ascii("introvents"), "introverts"), + (UniCase::ascii("relaise"), "realise"), + (UniCase::ascii("historiens"), "histories"), + (UniCase::ascii("stuidos"), "studios"), + (UniCase::ascii("ejacualtion"), "ejaculation"), + (UniCase::ascii("unwirtten"), "unwritten"), + (UniCase::ascii("linguisitic"), "linguistic"), + (UniCase::ascii("cleareance"), "clearance"), + (UniCase::ascii("electivre"), "elective"), + (UniCase::ascii("disconnnect"), "disconnect"), + (UniCase::ascii("consideret"), "considerate"), + (UniCase::ascii("preorderd"), "preordered"), + (UniCase::ascii("validitity"), "validity"), + (UniCase::ascii("mecahnical"), "mechanical"), + (UniCase::ascii("copenhaguen"), "copenhagen"), + (UniCase::ascii("survivebility"), "survivability"), + (UniCase::ascii("reatiler"), "retailer"), + (UniCase::ascii("dissappears"), "disappears"), + (UniCase::ascii("amung"), "among"), + (UniCase::ascii("paranthesis"), "parenthesis"), + (UniCase::ascii("incgonito"), "incognito"), + (UniCase::ascii("remoulds"), "remolds"), + (UniCase::ascii("familierize"), "familiarize"), + (UniCase::ascii("merhcant"), "merchant"), + (UniCase::ascii("emergerd"), "emerged"), + (UniCase::ascii("humantiy"), "humanity"), + (UniCase::ascii("formerlly"), "formerly"), + (UniCase::ascii("proceddings"), "proceedings"), + (UniCase::ascii("racistas"), "racists"), + (UniCase::ascii("mercenaires"), "mercenaries"), + (UniCase::ascii("unanimoulsy"), "unanimous"), + (UniCase::ascii("administored"), "administer"), + (UniCase::ascii("stimulans"), "stimulants"), + (UniCase::ascii("cockroachers"), "cockroaches"), + (UniCase::ascii("simultaneos"), "simultaneous"), + (UniCase::ascii("basnhee"), "banshee"), + (UniCase::ascii("murderered"), "murdered"), + (UniCase::ascii("puplisher"), "publisher"), + (UniCase::ascii("phenemona"), "phenomena"), + (UniCase::ascii("extraccion"), "extraction"), + (UniCase::ascii("populair"), "popular"), + (UniCase::ascii("ultimae"), "ultimate"), + (UniCase::ascii("specilaized"), "specialize"), + (UniCase::ascii("considerabely"), "considerable"), + (UniCase::ascii("customising"), "customizing"), + (UniCase::ascii("israleis"), "israelis"), + (UniCase::ascii("panelling"), "paneling"), + (UniCase::ascii("celisus"), "celsius"), + (UniCase::ascii("becasue"), "because"), + (UniCase::ascii("noteably"), "notably"), + (UniCase::ascii("alchohol"), "alcohol"), + (UniCase::ascii("orangerd"), "orangered"), + (UniCase::ascii("desensitised"), "desensitized"), + (UniCase::ascii("enthusiasic"), "enthusiastic"), + (UniCase::ascii("voluntairly"), "voluntarily"), + (UniCase::ascii("innvoate"), "innovate"), + (UniCase::ascii("nautral"), "natural"), + (UniCase::ascii("similiarty"), "similarity"), + (UniCase::ascii("fundamentalistisk"), "fundamentalists"), + (UniCase::ascii("wordlwide"), "worldwide"), + (UniCase::ascii("initiales"), "initials"), + (UniCase::ascii("fontrier"), "fontier"), + (UniCase::ascii("reptition"), "repetition"), + (UniCase::ascii("norhtern"), "northern"), + (UniCase::ascii("populatoin"), "populations"), + (UniCase::ascii("prisitne"), "pristine"), + (UniCase::ascii("accuratelly"), "accurately"), + (UniCase::ascii("brewerks"), "brewers"), + (UniCase::ascii("greusome"), "gruesome"), + (UniCase::ascii("compatiblities"), "compatibilities"), + (UniCase::ascii("westernese"), "westerners"), + (UniCase::ascii("disterbance"), "disturbance"), + (UniCase::ascii("dissipointed"), "dissapointed"), + (UniCase::ascii("immediantly"), "immediately"), + (UniCase::ascii("odour"), "odor"), + (UniCase::ascii("predicited"), "predicated"), + (UniCase::ascii("murdererous"), "murderers"), + (UniCase::ascii("californinan"), "californian"), + (UniCase::ascii("cralwed"), "crawled"), + (UniCase::ascii("scandalose"), "scandals"), + (UniCase::ascii("fibreglass"), "fiberglass"), + (UniCase::ascii("piglrim"), "pilgrim"), + (UniCase::ascii("scandonavian"), "scandinavian"), + (UniCase::ascii("contributer"), "contributor"), + (UniCase::ascii("agonises"), "agonizes"), + (UniCase::ascii("undertoe"), "undertones"), + (UniCase::ascii("misspeeling"), "misspelling"), + (UniCase::ascii("huminoid"), "humanoid"), + (UniCase::ascii("temperment"), "temperament"), + (UniCase::ascii("forcibley"), "forcibly"), + (UniCase::ascii("imparied"), "impaired"), + (UniCase::ascii("favoured"), "favored"), + (UniCase::ascii("masterpeace"), "masterpiece"), + (UniCase::ascii("schizophreniiic"), "schizophrenic"), + (UniCase::ascii("conisderation"), "considerations"), + (UniCase::ascii("extreemly"), "extremely"), + (UniCase::ascii("staoshi"), "satoshi"), + (UniCase::ascii("insistance"), "insistence"), + (UniCase::ascii("inadverdently"), "inadvertently"), + (UniCase::ascii("perpertators"), "perpetrators"), + (UniCase::ascii("enviroment"), "environment"), + (UniCase::ascii("sensationalise"), "sensationalize"), + (UniCase::ascii("inifnity"), "infinity"), + (UniCase::ascii("mutliverse"), "multiverse"), + (UniCase::ascii("disspaointed"), "dissapointed"), + (UniCase::ascii("cmoputer"), "computer"), + (UniCase::ascii("minstries"), "ministries"), + (UniCase::ascii("assembe"), "assemble"), + (UniCase::ascii("philosophised"), "philosophized"), + (UniCase::ascii("criticos"), "critics"), + (UniCase::ascii("finalise"), "finalize"), + (UniCase::ascii("rektifications"), "certifications"), + (UniCase::ascii("nectode"), "netcode"), + (UniCase::ascii("expereincing"), "experiencing"), + (UniCase::ascii("substitutos"), "substitutes"), + (UniCase::ascii("grapefrukt"), "grapefruit"), + (UniCase::ascii("ellipsical"), "elliptical"), + (UniCase::ascii("introductury"), "introductory"), + (UniCase::ascii("convesration"), "conservation"), + (UniCase::ascii("exlcuded"), "excluded"), + (UniCase::ascii("competative"), "competitive"), + (UniCase::ascii("impractial"), "impractical"), + (UniCase::ascii("infaltable"), "inflatable"), + (UniCase::ascii("constanty"), "constantly"), + (UniCase::ascii("fluctaute"), "fluctuate"), + (UniCase::ascii("casulaties"), "casualties"), + (UniCase::ascii("organisationnels"), "organisations"), + (UniCase::ascii("laboratoy"), "laboratory"), + (UniCase::ascii("altnerately"), "alternately"), + (UniCase::ascii("signalling"), "signaling"), + (UniCase::ascii("territorries"), "territories"), + (UniCase::ascii("ontairo"), "ontario"), + (UniCase::ascii("painkills"), "painkillers"), + (UniCase::ascii("recogise"), "recognise"), + (UniCase::ascii("injustics"), "injustices"), + (UniCase::ascii("torpdeo"), "torpedo"), + (UniCase::ascii("straightenend"), "straightened"), + (UniCase::ascii("substitued"), "substitute"), + (UniCase::ascii("bombardeada"), "bombarded"), + (UniCase::ascii("dipolma"), "diploma"), + (UniCase::ascii("interresing"), "interfering"), + (UniCase::ascii("alphabeast"), "alphabet"), + (UniCase::ascii("understsnd"), "understands"), + (UniCase::ascii("accomponied"), "accompanied"), + (UniCase::ascii("behaivours"), "behaviours"), + (UniCase::ascii("apparenty"), "apparently"), + (UniCase::ascii("editorialise"), "editorialize"), + (UniCase::ascii("distincitons"), "distinctions"), + (UniCase::ascii("comminucation"), "communications"), + (UniCase::ascii("impracticle"), "impractical"), + (UniCase::ascii("specialice"), "specialize"), + (UniCase::ascii("prevolence"), "prevalence"), + (UniCase::ascii("percaution"), "precaution"), + (UniCase::ascii("degrassse"), "degrasse"), + (UniCase::ascii("plagairism"), "plagiarism"), + (UniCase::ascii("resistans"), "resistances"), + (UniCase::ascii("electrolites"), "electrolytes"), + (UniCase::ascii("afternon"), "afternoon"), + (UniCase::ascii("definetely"), "definitely"), + (UniCase::ascii("dopmaine"), "dopamine"), + (UniCase::ascii("cringewhorty"), "cringeworthy"), + (UniCase::ascii("shaddow"), "shadow"), + (UniCase::ascii("internts"), "interns"), + (UniCase::ascii("familiare"), "familiarize"), + (UniCase::ascii("repsonded"), "responded"), + (UniCase::ascii("priestood"), "priesthood"), + (UniCase::ascii("trageted"), "targeted"), + (UniCase::ascii("sensationella"), "sensational"), + (UniCase::ascii("sensetionalism"), "sensationalism"), + (UniCase::ascii("powerhourse"), "powerhouse"), + (UniCase::ascii("fimilies"), "families"), + (UniCase::ascii("grammarically"), "grammatically"), + (UniCase::ascii("exoskelaton"), "exoskeleton"), + (UniCase::ascii("degoratory"), "derogatory"), + (UniCase::ascii("kindergarden"), "kindergarten"), + (UniCase::ascii("preculde"), "preclude"), + (UniCase::ascii("sexaulized"), "sexualized"), + (UniCase::ascii("dialgoue"), "dialogue"), + (UniCase::ascii("exponencially"), "exponentially"), + (UniCase::ascii("italicise"), "italicize"), + (UniCase::ascii("statisticly"), "statistical"), + (UniCase::ascii("theri"), "their"), + (UniCase::ascii("asshates"), "asshats"), + (UniCase::ascii("fabulos"), "fabulous"), + (UniCase::ascii("mistakinly"), "mistakenly"), + (UniCase::ascii("consilation"), "consolation"), + (UniCase::ascii("paraprhase"), "paraphrase"), + (UniCase::ascii("circlebs"), "circles"), + (UniCase::ascii("synoynm"), "synonym"), + (UniCase::ascii("fesiable"), "feasible"), + (UniCase::ascii("replayes"), "replays"), + (UniCase::ascii("distingished"), "distinguished"), + (UniCase::ascii("occurrance"), "occurrence"), + (UniCase::ascii("bourgeios"), "bourgeois"), + (UniCase::ascii("consulant"), "consultant"), + (UniCase::ascii("substitiute"), "substitute"), + (UniCase::ascii("traumatised"), "traumatized"), + (UniCase::ascii("macaronni"), "macaroni"), + (UniCase::ascii("apsergers"), "aspergers"), + (UniCase::ascii("skepticles"), "skeptics"), + (UniCase::ascii("testimoney"), "testimony"), + (UniCase::ascii("infedility"), "infidelity"), + (UniCase::ascii("unhelathy"), "unhealthy"), + (UniCase::ascii("lispticks"), "lipsticks"), + (UniCase::ascii("resgination"), "resignation"), + (UniCase::ascii("industrialising"), "industrializing"), + (UniCase::ascii("sligthly"), "slightly"), + (UniCase::ascii("princessses"), "princesses"), + (UniCase::ascii("supposebly"), "supposedly"), + (UniCase::ascii("conjecutre"), "conjecture"), + (UniCase::ascii("inconsisteny"), "inconsistency"), + (UniCase::ascii("behaviourism"), "behaviorism"), + (UniCase::ascii("exlposion"), "explosion"), + (UniCase::ascii("ultrason"), "ultrasound"), + (UniCase::ascii("alphabt"), "alphabet"), + (UniCase::ascii("reinstaling"), "reinstalling"), + (UniCase::ascii("creatie"), "creatine"), + (UniCase::ascii("clesius"), "celsius"), + (UniCase::ascii("unhealhty"), "unhealthy"), + (UniCase::ascii("intracicies"), "intricacies"), + (UniCase::ascii("higway"), "highway"), + (UniCase::ascii("containmemt"), "containment"), + (UniCase::ascii("adreneline"), "adrenaline"), + (UniCase::ascii("occasionaly"), "occasionally"), + (UniCase::ascii("prosperos"), "prosperous"), + (UniCase::ascii("legnths"), "lengths"), + (UniCase::ascii("privatizied"), "privatized"), + (UniCase::ascii("lockscreeen"), "lockscreen"), + (UniCase::ascii("thgat"), "that"), + (UniCase::ascii("rewatchibg"), "rewatching"), + (UniCase::ascii("circumsition"), "circumcision"), + (UniCase::ascii("negotiaion"), "negotiation"), + (UniCase::ascii("simplets"), "simplest"), + (UniCase::ascii("contricted"), "contracted"), + (UniCase::ascii("stabilised"), "stabilized"), + (UniCase::ascii("iminent"), "eminent"), + (UniCase::ascii("randmoness"), "randomness"), + (UniCase::ascii("terrurists"), "terrorists"), + (UniCase::ascii("litihum"), "lithium"), + (UniCase::ascii("thoroughy"), "thoroughly"), + (UniCase::ascii("cyclistes"), "cyclists"), + (UniCase::ascii("procrastinationg"), "procrastinating"), + (UniCase::ascii("territorist"), "terrorist"), + (UniCase::ascii("melieux"), "milieux"), + (UniCase::ascii("chornological"), "chronological"), + (UniCase::ascii("supperssor"), "suppressor"), + (UniCase::ascii("glithced"), "glitched"), + (UniCase::ascii("valdiated"), "validated"), + (UniCase::ascii("isntalls"), "installs"), + (UniCase::ascii("levleing"), "leveling"), + (UniCase::ascii("cringeworhy"), "cringeworthy"), + (UniCase::ascii("approxiamtely"), "approximately"), + (UniCase::ascii("infecteous"), "infectious"), + (UniCase::ascii("activelly"), "actively"), + (UniCase::ascii("infiltrase"), "infiltrate"), + (UniCase::ascii("greif"), "grief"), + (UniCase::ascii("unifroms"), "uniforms"), + (UniCase::ascii("brightn"), "brighten"), + (UniCase::ascii("skeletl"), "skeletal"), + (UniCase::ascii("conditon"), "condition"), + (UniCase::ascii("videogams"), "videogames"), + (UniCase::ascii("democratising"), "democratizing"), + (UniCase::ascii("glaicer"), "glacier"), + (UniCase::ascii("weakensses"), "weaknesses"), + (UniCase::ascii("demenor"), "demeanor"), + (UniCase::ascii("keychan"), "keychain"), + (UniCase::ascii("informativo"), "information"), + (UniCase::ascii("cambirdge"), "cambridge"), + (UniCase::ascii("motorcicle"), "motorcycle"), + (UniCase::ascii("cataylst"), "catalyst"), + (UniCase::ascii("rougly"), "roughly"), + (UniCase::ascii("deutchsland"), "deutschland"), + (UniCase::ascii("magnetis"), "magnets"), + (UniCase::ascii("frankenstain"), "frankenstein"), + (UniCase::ascii("aquitted"), "acquitted"), + (UniCase::ascii("sumbarines"), "submarines"), + (UniCase::ascii("officals"), "officials"), + (UniCase::ascii("workststion"), "workstation"), + (UniCase::ascii("accalimed"), "acclaimed"), + (UniCase::ascii("repblican"), "republican"), + (UniCase::ascii("mechinical"), "mechanical"), + (UniCase::ascii("claculator"), "calculator"), + (UniCase::ascii("lingiere"), "lingerie"), + (UniCase::ascii("pratcise"), "practise"), + (UniCase::ascii("arbitrairly"), "arbitrarily"), + (UniCase::ascii("guitares"), "guitars"), + (UniCase::ascii("serentiy"), "serenity"), + (UniCase::ascii("monitores"), "monitors"), + (UniCase::ascii("nostlagic"), "nostalgic"), + (UniCase::ascii("capacators"), "capacitors"), + (UniCase::ascii("defniately"), "definately"), + (UniCase::ascii("motherobard"), "motherboards"), + (UniCase::ascii("genrates"), "generates"), + (UniCase::ascii("chorline"), "chlorine"), + (UniCase::ascii("trickyer"), "trickery"), + (UniCase::ascii("impressons"), "impressions"), + (UniCase::ascii("compromosing"), "compromising"), + (UniCase::ascii("motherbaords"), "motherboards"), + (UniCase::ascii("symtpom"), "symptom"), + (UniCase::ascii("hemlets"), "helmets"), + (UniCase::ascii("twelth"), "twelfth"), + (UniCase::ascii("norwegain"), "norwegian"), + (UniCase::ascii("advertisting"), "advertising"), + (UniCase::ascii("collectons"), "collections"), + (UniCase::ascii("perimetr"), "perimeter"), + (UniCase::ascii("resurrecion"), "resurrection"), + (UniCase::ascii("carbohyrdates"), "carbohydrates"), + (UniCase::ascii("remarkablly"), "remarkably"), + (UniCase::ascii("aqaurium"), "aquarium"), + (UniCase::ascii("flashligt"), "flashlight"), + (UniCase::ascii("familairity"), "familiarity"), + (UniCase::ascii("castlers"), "castles"), + (UniCase::ascii("motivationals"), "motivations"), + (UniCase::ascii("decoritive"), "decorative"), + (UniCase::ascii("penetraton"), "penetration"), + (UniCase::ascii("doctrins"), "doctrines"), + (UniCase::ascii("depseration"), "desperation"), + (UniCase::ascii("watkings"), "watkins"), + (UniCase::ascii("concersion"), "concession"), + (UniCase::ascii("unicornus"), "unicorns"), + (UniCase::ascii("greenlad"), "greenland"), + (UniCase::ascii("enginnering"), "engineering"), + (UniCase::ascii("additinally"), "additionally"), + (UniCase::ascii("interperted"), "interpreted"), + (UniCase::ascii("scruitny"), "scrutiny"), + (UniCase::ascii("udnerdog"), "underdog"), + (UniCase::ascii("vegetarien"), "vegetarian"), + (UniCase::ascii("repeateadly"), "repeatedly"), + (UniCase::ascii("specualting"), "speculating"), + (UniCase::ascii("subsadized"), "subsidized"), + (UniCase::ascii("bifgoot"), "bigfoot"), + (UniCase::ascii("califronian"), "californian"), + (UniCase::ascii("prioritise"), "prioritize"), + (UniCase::ascii("globalised"), "globalized"), + (UniCase::ascii("equivlaent"), "equivalents"), + (UniCase::ascii("pacificts"), "pacifist"), + (UniCase::ascii("mechanicus"), "mechanics"), + (UniCase::ascii("equippment"), "equipment"), + (UniCase::ascii("millilitre"), "milliliter"), + (UniCase::ascii("perdicament"), "predicament"), + (UniCase::ascii("undernearth"), "underneath"), + (UniCase::ascii("frequenices"), "frequencies"), + (UniCase::ascii("anual"), "annual"), + (UniCase::ascii("collisin"), "collisions"), + (UniCase::ascii("differantiation"), "differentiation"), + (UniCase::ascii("interestinly"), "interestingly"), + (UniCase::ascii("hypertrohpy"), "hypertrophy"), + (UniCase::ascii("fisionable"), "fissionable"), + (UniCase::ascii("reigment"), "regiment"), + (UniCase::ascii("turkisch"), "turkish"), + (UniCase::ascii("subtitls"), "subtitles"), + (UniCase::ascii("chemicaly"), "chemically"), + (UniCase::ascii("signles"), "singles"), + (UniCase::ascii("partecipate"), "participate"), + (UniCase::ascii("benidect"), "benedict"), + (UniCase::ascii("soveriegn"), "sovereign"), + (UniCase::ascii("intimidatin"), "intimidation"), + (UniCase::ascii("petroluem"), "petroleum"), + (UniCase::ascii("purhcased"), "purchased"), + (UniCase::ascii("hwole"), "whole"), + (UniCase::ascii("considerablly"), "considerably"), + (UniCase::ascii("horizonts"), "horizons"), + (UniCase::ascii("rectifiy"), "rectify"), + (UniCase::ascii("horribley"), "horribly"), + (UniCase::ascii("shamelessy"), "shamelessly"), + (UniCase::ascii("commenteries"), "commenters"), + (UniCase::ascii("incorperate"), "incorporate"), + (UniCase::ascii("specailized"), "specialized"), + (UniCase::ascii("councellors"), "councillors"), + (UniCase::ascii("functionalty"), "functionality"), + (UniCase::ascii("countepart"), "counteract"), + (UniCase::ascii("observare"), "observer"), + (UniCase::ascii("resoltuions"), "resolutions"), + (UniCase::ascii("jamacia"), "jamaica"), + (UniCase::ascii("mensutral"), "menstrual"), + (UniCase::ascii("subredddits"), "subreddits"), + (UniCase::ascii("brusies"), "bruises"), + (UniCase::ascii("passionatley"), "passionately"), + (UniCase::ascii("jacksonvillle"), "jacksonville"), + (UniCase::ascii("emperical"), "empirical"), + (UniCase::ascii("unbelieveble"), "unbelievable"), + (UniCase::ascii("advertisted"), "advertised"), + (UniCase::ascii("legistation"), "legislation"), + (UniCase::ascii("kintergarten"), "kindergarten"), + (UniCase::ascii("lazyness"), "laziness"), + (UniCase::ascii("prefernece"), "preferences"), + (UniCase::ascii("uncomfertably"), "uncomfortably"), + (UniCase::ascii("freindship"), "friendship"), + (UniCase::ascii("intercontinential"), "intercontinental"), + (UniCase::ascii("coordiantion"), "coordination"), + (UniCase::ascii("tournamnet"), "tournament"), + (UniCase::ascii("redneckers"), "rednecks"), + (UniCase::ascii("apolegetic"), "apologetic"), + (UniCase::ascii("renaissanse"), "renaissance"), + (UniCase::ascii("influenses"), "influences"), + (UniCase::ascii("predecence"), "precedence"), + (UniCase::ascii("distributivos"), "distributions"), + (UniCase::ascii("crankenstein"), "frankenstein"), + (UniCase::ascii("complicatii"), "complicit"), + (UniCase::ascii("reproduccion"), "reproduction"), + (UniCase::ascii("publsiher"), "publisher"), + (UniCase::ascii("contentous"), "contentious"), + (UniCase::ascii("introductary"), "introductory"), + (UniCase::ascii("sunconscious"), "subconscious"), + (UniCase::ascii("techincian"), "technician"), + (UniCase::ascii("cheque"), "check"), + (UniCase::ascii("coordenated"), "coordinated"), + (UniCase::ascii("lanugages"), "languages"), + (UniCase::ascii("intensitiy"), "intensity"), + (UniCase::ascii("responsibilty"), "responsibility"), + (UniCase::ascii("constituie"), "constitute"), + (UniCase::ascii("refeeres"), "referees"), + (UniCase::ascii("corolloa"), "corolla"), + (UniCase::ascii("coralina"), "carolina"), + (UniCase::ascii("imexperience"), "inexperience"), + (UniCase::ascii("contribuent"), "contribute"), + (UniCase::ascii("fedorans"), "fedoras"), + (UniCase::ascii("dissobediance"), "disobedience"), + (UniCase::ascii("continunity"), "continuity"), + (UniCase::ascii("rehtoric"), "rhetoric"), + (UniCase::ascii("innocuos"), "innocuous"), + (UniCase::ascii("inconvenince"), "inconvenience"), + (UniCase::ascii("liberatrians"), "libertarians"), + (UniCase::ascii("quizes"), "quizzes"), + (UniCase::ascii("definaty"), "definately"), + (UniCase::ascii("procedger"), "procedure"), + (UniCase::ascii("accomodated"), "accommodated"), + (UniCase::ascii("existentiel"), "existential"), + (UniCase::ascii("algorithyms"), "algorithm"), + (UniCase::ascii("valuble"), "valuable"), + (UniCase::ascii("accepterad"), "accepted"), + (UniCase::ascii("romanticised"), "romanticized"), + (UniCase::ascii("indoctrinatin"), "indoctrination"), + (UniCase::ascii("deadlifs"), "deadlifts"), + (UniCase::ascii("reciproce"), "reciprocate"), + (UniCase::ascii("bachelores"), "bachelors"), + (UniCase::ascii("rollorcoaster"), "rollercoaster"), + (UniCase::ascii("impropable"), "improbable"), + (UniCase::ascii("hsitorians"), "historians"), + (UniCase::ascii("alrightey"), "alrighty"), + (UniCase::ascii("chiuhahua"), "chihuahua"), + (UniCase::ascii("theroetically"), "theoretically"), + (UniCase::ascii("propabilities"), "probabilities"), + (UniCase::ascii("manfiesto"), "manifesto"), + (UniCase::ascii("tempalte"), "template"), + (UniCase::ascii("performancewise"), "performances"), + (UniCase::ascii("controdictions"), "contradictions"), + (UniCase::ascii("immortaly"), "immortality"), + (UniCase::ascii("specailizes"), "specializes"), + (UniCase::ascii("panellists"), "panelists"), + (UniCase::ascii("cognizent"), "cognizant"), + (UniCase::ascii("irresistably"), "irresistibly"), + (UniCase::ascii("minipulation"), "manipulation"), + (UniCase::ascii("abbreviato"), "abbreviation"), + (UniCase::ascii("imperetive"), "imperative"), + (UniCase::ascii("creationst"), "creationist"), + (UniCase::ascii("reviewtrue"), "reviewer"), + (UniCase::ascii("thereotically"), "theoretically"), + (UniCase::ascii("poportional"), "proportional"), + (UniCase::ascii("baragin"), "bargain"), + (UniCase::ascii("inconcequential"), "inconsequential"), + (UniCase::ascii("protecs"), "protects"), + (UniCase::ascii("competiors"), "competitors"), + (UniCase::ascii("atheisim"), "atheism"), + (UniCase::ascii("exagerates"), "exaggerates"), + (UniCase::ascii("capitilists"), "capitalists"), + (UniCase::ascii("homophobie"), "homophobe"), + (UniCase::ascii("relegato"), "relegation"), + (UniCase::ascii("electricien"), "electrician"), + (UniCase::ascii("homosexul"), "homosexuals"), + (UniCase::ascii("gimmicy"), "gimmicky"), + (UniCase::ascii("distingiushing"), "distinguishing"), + (UniCase::ascii("intellectualised"), "intellectualized"), + (UniCase::ascii("summonr"), "summoner"), + (UniCase::ascii("pepperino"), "pepperoni"), + (UniCase::ascii("comparisson"), "comparisons"), + (UniCase::ascii("balanceada"), "balanced"), + (UniCase::ascii("caricate"), "caricature"), + (UniCase::ascii("mulitple"), "multiple"), + (UniCase::ascii("inconsistancy"), "inconsistency"), + (UniCase::ascii("guaridans"), "guardians"), + (UniCase::ascii("decentralising"), "decentralizing"), + (UniCase::ascii("misandrony"), "misandry"), + (UniCase::ascii("neurosicence"), "neuroscience"), + (UniCase::ascii("conceled"), "concede"), + (UniCase::ascii("inbalanced"), "imbalanced"), + (UniCase::ascii("popularised"), "popularized"), + (UniCase::ascii("electrictian"), "electrician"), + (UniCase::ascii("universella"), "universally"), + (UniCase::ascii("partnerd"), "partnered"), + (UniCase::ascii("forbiden"), "forbidden"), + (UniCase::ascii("hypothisis"), "hypothesis"), + (UniCase::ascii("steorid"), "steroid"), + (UniCase::ascii("jospeh"), "joseph"), + (UniCase::ascii("leathal"), "lethal"), + (UniCase::ascii("beleive"), "believe"), + (UniCase::ascii("caclulation"), "calculation"), + (UniCase::ascii("incompitent"), "incompetent"), + (UniCase::ascii("raelism"), "realism"), + (UniCase::ascii("circularising"), "circularizing"), + (UniCase::ascii("toursits"), "tourists"), + (UniCase::ascii("speciliast"), "specialists"), + (UniCase::ascii("cilmbers"), "climbers"), + (UniCase::ascii("vigour"), "vigor"), + (UniCase::ascii("pakistian"), "pakistani"), + (UniCase::ascii("instantaneu"), "instantaneous"), + (UniCase::ascii("angirly"), "angrily"), + (UniCase::ascii("psysiological"), "physiological"), + (UniCase::ascii("incohorent"), "incoherent"), + (UniCase::ascii("invovles"), "involves"), + (UniCase::ascii("misubderstanding"), "misunderstandings"), + (UniCase::ascii("spendour"), "splendour"), + (UniCase::ascii("descirbes"), "describes"), + (UniCase::ascii("compession"), "compassion"), + (UniCase::ascii("misdeamenor"), "misdemeanor"), + (UniCase::ascii("detrimentul"), "detrimental"), + (UniCase::ascii("palestein"), "palestine"), + (UniCase::ascii("absense"), "absence"), + (UniCase::ascii("impossibal"), "impossibly"), + (UniCase::ascii("mutliplayer"), "multiplayer"), + (UniCase::ascii("deamenor"), "demeanor"), + (UniCase::ascii("syas"), "says"), + (UniCase::ascii("disgiuse"), "disguise"), + (UniCase::ascii("corrispondants"), "correspondents"), + (UniCase::ascii("virtuels"), "virtues"), + (UniCase::ascii("quantitatve"), "quantitative"), + (UniCase::ascii("huntmsan"), "huntsman"), + (UniCase::ascii("brightern"), "brighten"), + (UniCase::ascii("performantes"), "performances"), + (UniCase::ascii("motoroal"), "motorola"), + (UniCase::ascii("corinthans"), "corinthians"), + (UniCase::ascii("propsect"), "prospect"), + (UniCase::ascii("cannibas"), "cannabis"), + (UniCase::ascii("pretensje"), "pretense"), + (UniCase::ascii("imprefections"), "imperfections"), + (UniCase::ascii("publicaly"), "publicly"), + (UniCase::ascii("containg"), "containing"), + (UniCase::ascii("shenanagans"), "shenanigans"), + (UniCase::ascii("currenices"), "currencies"), + (UniCase::ascii("starnation"), "starvation"), + (UniCase::ascii("restriktive"), "restrictive"), + (UniCase::ascii("arguemet"), "arguement"), + (UniCase::ascii("condemnig"), "condemning"), + (UniCase::ascii("sebrian"), "serbian"), + (UniCase::ascii("autocorret"), "autocorrect"), + (UniCase::ascii("techeis"), "techies"), + (UniCase::ascii("inflitrate"), "infiltrate"), + (UniCase::ascii("overwhem"), "overwhelm"), + (UniCase::ascii("disembowelling"), "disemboweling"), + (UniCase::ascii("compareble"), "comparable"), + (UniCase::ascii("descripters"), "descriptors"), + (UniCase::ascii("cohesie"), "cohesive"), + (UniCase::ascii("unsettleing"), "unsettling"), + (UniCase::ascii("inquizitor"), "inquisitor"), + (UniCase::ascii("hwihc"), "which"), + (UniCase::ascii("exectuions"), "executions"), + (UniCase::ascii("sturctural"), "structural"), + (UniCase::ascii("allegedely"), "allegedly"), + (UniCase::ascii("ridiculue"), "ridicule"), + (UniCase::ascii("harbouring"), "harboring"), + (UniCase::ascii("translyvania"), "transylvania"), + (UniCase::ascii("inquisitr"), "inquisitor"), + (UniCase::ascii("muscluar"), "muscular"), + (UniCase::ascii("completily"), "complexity"), + (UniCase::ascii("inferioara"), "inferior"), + (UniCase::ascii("direccional"), "directional"), + (UniCase::ascii("impliments"), "implements"), + (UniCase::ascii("pensinula"), "peninsula"), + (UniCase::ascii("symapthizers"), "sympathizers"), + (UniCase::ascii("compulsivo"), "compulsion"), + (UniCase::ascii("persuaso"), "persuasion"), + (UniCase::ascii("fundamnetal"), "fundamentals"), + (UniCase::ascii("contengency"), "contingency"), + (UniCase::ascii("progresion"), "progression"), + (UniCase::ascii("categoricaly"), "categorically"), + (UniCase::ascii("volunatrily"), "voluntarily"), + (UniCase::ascii("generalice"), "generalize"), + (UniCase::ascii("satsifaction"), "satisfaction"), + (UniCase::ascii("americanas"), "americans"), + (UniCase::ascii("reporduction"), "reproduction"), + (UniCase::ascii("construcive"), "constructive"), + (UniCase::ascii("guniness"), "guinness"), + (UniCase::ascii("essensials"), "essentials"), + (UniCase::ascii("curcial"), "crucial"), + (UniCase::ascii("lienups"), "lineups"), + (UniCase::ascii("consistenly"), "consistently"), + (UniCase::ascii("extraordinairily"), "extraordinarily"), + (UniCase::ascii("thanskgiving"), "thanksgiving"), + (UniCase::ascii("comparsion"), "comparison"), + (UniCase::ascii("morisette"), "morissette"), + (UniCase::ascii("reguarly"), "regularly"), + (UniCase::ascii("vecotrs"), "vectors"), + (UniCase::ascii("cahched"), "cached"), + (UniCase::ascii("leran"), "learn"), + (UniCase::ascii("photoshopd"), "photoshopped"), + (UniCase::ascii("implementas"), "implements"), + (UniCase::ascii("inbelievable"), "unbelievable"), + (UniCase::ascii("sneeks"), "sneaks"), + (UniCase::ascii("firmwear"), "firmware"), + (UniCase::ascii("therapeutuc"), "therapeutic"), + (UniCase::ascii("marixsm"), "marxism"), + (UniCase::ascii("drasitcally"), "drastically"), + (UniCase::ascii("depersonalise"), "depersonalize"), + (UniCase::ascii("syphons"), "siphons"), + (UniCase::ascii("tonuges"), "tongues"), + (UniCase::ascii("incarnato"), "incarnation"), + (UniCase::ascii("individuallity"), "individuality"), + (UniCase::ascii("unfortuantely"), "unfortunately"), + (UniCase::ascii("koordination"), "coordination"), + (UniCase::ascii("intrumental"), "instrumental"), + (UniCase::ascii("exteriour"), "exterior"), + (UniCase::ascii("indulgue"), "indulge"), + (UniCase::ascii("scritpures"), "scriptures"), + (UniCase::ascii("historiaan"), "historians"), + (UniCase::ascii("southerton"), "southern"), + (UniCase::ascii("medievel"), "medieval"), + (UniCase::ascii("experimentaion"), "experimentation"), + (UniCase::ascii("pandroa"), "pandora"), + (UniCase::ascii("motorised"), "motorized"), + (UniCase::ascii("desencitized"), "desensitized"), + (UniCase::ascii("insignifiant"), "insignificant"), + (UniCase::ascii("personis"), "persons"), + (UniCase::ascii("conferene"), "conferences"), + (UniCase::ascii("electromagntic"), "electromagnetic"), + (UniCase::ascii("lighhtning"), "lightening"), + (UniCase::ascii("exhaustn"), "exhaustion"), + (UniCase::ascii("sastifies"), "satisfies"), + (UniCase::ascii("connotaion"), "connotation"), + (UniCase::ascii("reowrked"), "reworked"), + (UniCase::ascii("administartors"), "administrators"), + (UniCase::ascii("superstitios"), "superstitious"), + (UniCase::ascii("critising"), "criticising"), + (UniCase::ascii("positionly"), "positional"), + (UniCase::ascii("decideable"), "decidable"), + (UniCase::ascii("gaurdian"), "guardian"), + (UniCase::ascii("islamisists"), "islamists"), + (UniCase::ascii("circumstantual"), "circumstantial"), + (UniCase::ascii("garflied"), "garfield"), + (UniCase::ascii("hamburgaren"), "hamburger"), + (UniCase::ascii("peopel"), "people"), + (UniCase::ascii("inheirted"), "inherited"), + (UniCase::ascii("interveen"), "intervene"), + (UniCase::ascii("marshalling"), "marshaling"), + (UniCase::ascii("infiltre"), "infiltrate"), + (UniCase::ascii("specatcular"), "spectacular"), + (UniCase::ascii("dramaticaly"), "dramatically"), + (UniCase::ascii("vulnurable"), "vulnerable"), + (UniCase::ascii("australianos"), "australians"), + (UniCase::ascii("inapporpriately"), "inappropriately"), + (UniCase::ascii("organiclly"), "organically"), + (UniCase::ascii("socrateks"), "socrates"), + (UniCase::ascii("prestigioso"), "prestigious"), + (UniCase::ascii("creativey"), "creatively"), + (UniCase::ascii("thermodynaics"), "thermodynamics"), + (UniCase::ascii("explanatin"), "explanations"), + (UniCase::ascii("perdominantly"), "predominantly"), + (UniCase::ascii("condenming"), "condemning"), + (UniCase::ascii("realtable"), "relatable"), + (UniCase::ascii("valentiens"), "valentines"), + (UniCase::ascii("powerhours"), "powerhouse"), + (UniCase::ascii("neccessarily"), "necessarily"), + (UniCase::ascii("qunatum"), "quantum"), + (UniCase::ascii("optimistisch"), "optimistic"), + (UniCase::ascii("serveillance"), "surveillance"), + (UniCase::ascii("relativy"), "relativity"), + (UniCase::ascii("lionise"), "lionize"), + (UniCase::ascii("remannt"), "remnant"), + (UniCase::ascii("possessin"), "possessions"), + (UniCase::ascii("dishonourably"), "dishonorably"), + (UniCase::ascii("permisisons"), "permissions"), + (UniCase::ascii("chidlfree"), "childfree"), + (UniCase::ascii("automibile"), "automobile"), + (UniCase::ascii("epicentre"), "epicenter"), + (UniCase::ascii("humanised"), "humanized"), + (UniCase::ascii("precedessor"), "predecessor"), + (UniCase::ascii("tresuary"), "treasury"), + (UniCase::ascii("acadamy"), "academy"), + (UniCase::ascii("dictionaires"), "dictionaries"), + (UniCase::ascii("miscellanous"), "miscellaneous"), + (UniCase::ascii("exludes"), "excludes"), + (UniCase::ascii("withdrawning"), "withdrawing"), + (UniCase::ascii("flimmakers"), "filmmakers"), + (UniCase::ascii("commiteted"), "commited"), + (UniCase::ascii("simplifing"), "simplifying"), + (UniCase::ascii("threadened"), "threaded"), + (UniCase::ascii("breakdows"), "breakdowns"), + (UniCase::ascii("dispartiy"), "disparity"), + (UniCase::ascii("invoekr"), "invoker"), + (UniCase::ascii("overtapping"), "overlapping"), + (UniCase::ascii("progressoin"), "progressions"), + (UniCase::ascii("aquaruim"), "aquarium"), + (UniCase::ascii("bookmars"), "bookmarks"), + (UniCase::ascii("agruably"), "arguably"), + (UniCase::ascii("anaylst"), "analyst"), + (UniCase::ascii("pharmacias"), "pharmacist"), + (UniCase::ascii("vaticaan"), "vatican"), + (UniCase::ascii("monopolis"), "monopolies"), + (UniCase::ascii("socialising"), "socializing"), + (UniCase::ascii("completelly"), "completely"), + (UniCase::ascii("chromozomes"), "chromosomes"), + (UniCase::ascii("friendlis"), "friendlies"), + (UniCase::ascii("vacestomy"), "vasectomy"), + (UniCase::ascii("factualy"), "factually"), + (UniCase::ascii("arbritary"), "arbitrary"), + (UniCase::ascii("initialises"), "initializes"), + (UniCase::ascii("temparatures"), "temperatures"), + (UniCase::ascii("renderes"), "renders"), + (UniCase::ascii("prophocies"), "prophecies"), + (UniCase::ascii("narcassist"), "narcissist"), + (UniCase::ascii("diganosed"), "diagnosed"), + (UniCase::ascii("ghandi"), "gandhi"), + (UniCase::ascii("realisations"), "realizations"), + (UniCase::ascii("intriguied"), "intrigue"), + (UniCase::ascii("principales"), "principles"), + (UniCase::ascii("proceedes"), "proceeds"), + (UniCase::ascii("multiplater"), "multiplayer"), + (UniCase::ascii("aplied"), "applied"), + (UniCase::ascii("minstry"), "ministry"), + (UniCase::ascii("invinvible"), "invincible"), + (UniCase::ascii("relfections"), "reflections"), + (UniCase::ascii("sproels"), "sproles"), + (UniCase::ascii("koreanos"), "koreans"), + (UniCase::ascii("realisim"), "realism"), + (UniCase::ascii("squirrle"), "squirrel"), + (UniCase::ascii("deafults"), "defaults"), + (UniCase::ascii("heterosexuella"), "heterosexual"), + (UniCase::ascii("switchign"), "switching"), + (UniCase::ascii("culterally"), "culturally"), + (UniCase::ascii("priveleges"), "privileges"), + (UniCase::ascii("interneting"), "interesting"), + (UniCase::ascii("demonstartion"), "demonstration"), + (UniCase::ascii("shamen"), "shaman"), + (UniCase::ascii("underminig"), "undermining"), + (UniCase::ascii("libertaryanism"), "libertarianism"), + (UniCase::ascii("magnetising"), "magnetizing"), + (UniCase::ascii("superifical"), "superficial"), + (UniCase::ascii("composit"), "compost"), + (UniCase::ascii("commandmends"), "commandments"), + (UniCase::ascii("acutality"), "actuality"), + (UniCase::ascii("anxeity"), "anxiety"), + (UniCase::ascii("coorperation"), "cooperation"), + (UniCase::ascii("massechusetts"), "massachusetts"), + (UniCase::ascii("ridicoulus"), "ridiculous"), + (UniCase::ascii("cataclysim"), "cataclysm"), + (UniCase::ascii("everets"), "everest"), + (UniCase::ascii("combatabts"), "combatants"), + (UniCase::ascii("indluge"), "indulge"), + (UniCase::ascii("zionistm"), "zionism"), + (UniCase::ascii("comprension"), "compression"), + (UniCase::ascii("engeneering"), "engineering"), + (UniCase::ascii("massachucetts"), "massachusetts"), + (UniCase::ascii("evenhtually"), "eventually"), + (UniCase::ascii("surroud"), "surround"), + (UniCase::ascii("countercoat"), "counteract"), + (UniCase::ascii("ofocurse"), "ofcourse"), + (UniCase::ascii("websties"), "websites"), + (UniCase::ascii("detuschland"), "deutschland"), + (UniCase::ascii("overpooling"), "overlooking"), + (UniCase::ascii("predicitng"), "predicting"), + (UniCase::ascii("microhpones"), "microphones"), + (UniCase::ascii("chromisome"), "chromosome"), + (UniCase::ascii("virgintiy"), "virginity"), + (UniCase::ascii("symapthetic"), "sympathetic"), + (UniCase::ascii("governmant"), "governmental"), + (UniCase::ascii("associaties"), "associates"), + (UniCase::ascii("eulogises"), "eulogizes"), + (UniCase::ascii("commercialy"), "commercially"), + (UniCase::ascii("initiativs"), "initiatives"), + (UniCase::ascii("behavour"), "behavior"), + (UniCase::ascii("republcians"), "republicans"), + (UniCase::ascii("flexibel"), "flexible"), + (UniCase::ascii("constituinte"), "constituents"), + (UniCase::ascii("initmacy"), "intimacy"), + (UniCase::ascii("highschoool"), "highschool"), + (UniCase::ascii("swivelling"), "swiveling"), + (UniCase::ascii("frustrastion"), "frustrations"), + (UniCase::ascii("reffering"), "referring"), + (UniCase::ascii("disgiused"), "disguised"), + (UniCase::ascii("moreso"), "more"), + (UniCase::ascii("predominanty"), "predominantly"), + (UniCase::ascii("condenm"), "condemn"), + (UniCase::ascii("hypotethical"), "hypothetical"), + (UniCase::ascii("devialet"), "deviate"), + (UniCase::ascii("cancerus"), "cancers"), + (UniCase::ascii("bombarment"), "bombardment"), + (UniCase::ascii("specualtive"), "speculative"), + (UniCase::ascii("annilihation"), "annihilation"), + (UniCase::ascii("associsted"), "associates"), + (UniCase::ascii("scartches"), "scratches"), + (UniCase::ascii("considerabley"), "considerably"), + (UniCase::ascii("abandonnent"), "abandonment"), + (UniCase::ascii("charecters"), "characters"), + (UniCase::ascii("provisiones"), "provisions"), + (UniCase::ascii("empolyees"), "employees"), + (UniCase::ascii("detorit"), "detroit"), + (UniCase::ascii("civilizatoin"), "civilizations"), + (UniCase::ascii("guaranteeds"), "guarantees"), + (UniCase::ascii("clitors"), "clitoris"), + (UniCase::ascii("intrisincally"), "intrinsically"), + (UniCase::ascii("imprefection"), "imperfections"), + (UniCase::ascii("inquisiton"), "inquisition"), + (UniCase::ascii("emabrassing"), "embarassing"), + (UniCase::ascii("facitilies"), "facilities"), + (UniCase::ascii("geographacilly"), "geographically"), + (UniCase::ascii("aritsts"), "artists"), + (UniCase::ascii("conviciton"), "conviction"), + (UniCase::ascii("commerciales"), "commercials"), + (UniCase::ascii("barabrians"), "barbarians"), + (UniCase::ascii("respectabile"), "respectable"), + (UniCase::ascii("symmertical"), "symmetrical"), + (UniCase::ascii("burnign"), "burning"), + (UniCase::ascii("reintarnation"), "reincarnation"), + (UniCase::ascii("fundamnetalist"), "fundamentalist"), + (UniCase::ascii("caterpilar"), "caterpillar"), + (UniCase::ascii("portrat"), "portrait"), + (UniCase::ascii("sponteneously"), "spontaneously"), + (UniCase::ascii("containts"), "contains"), + (UniCase::ascii("ehtically"), "ethically"), + (UniCase::ascii("oragsms"), "orgasms"), + (UniCase::ascii("consultent"), "consultant"), + (UniCase::ascii("atmopsheric"), "atmospheric"), + (UniCase::ascii("patroits"), "patriots"), + (UniCase::ascii("intutive"), "intuitive"), + (UniCase::ascii("reciding"), "residing"), + (UniCase::ascii("motorolja"), "motorola"), + (UniCase::ascii("basicaly"), "basically"), + (UniCase::ascii("brimestone"), "brimstone"), + (UniCase::ascii("keynseian"), "keynesian"), + (UniCase::ascii("disrepsecting"), "disrespecting"), + (UniCase::ascii("insensative"), "insensitive"), + (UniCase::ascii("witnesssing"), "witnessing"), + (UniCase::ascii("classificaiton"), "classification"), + (UniCase::ascii("discoveres"), "discovers"), + (UniCase::ascii("transporation"), "transportation"), + (UniCase::ascii("guitards"), "guitars"), + (UniCase::ascii("yoghurts"), "yogurts"), + (UniCase::ascii("transphonic"), "transphobic"), + (UniCase::ascii("paraprashing"), "paraphrasing"), + (UniCase::ascii("athleticos"), "athletics"), + (UniCase::ascii("blockchian"), "blockchain"), + (UniCase::ascii("espoinage"), "espionage"), + (UniCase::ascii("intimitade"), "intimidated"), + (UniCase::ascii("allinace"), "alliance"), + (UniCase::ascii("straightin"), "straighten"), + (UniCase::ascii("criticies"), "criticise"), + (UniCase::ascii("recongize"), "recognize"), + (UniCase::ascii("puritannical"), "puritanical"), + (UniCase::ascii("allegedley"), "allegedly"), + (UniCase::ascii("draculea"), "dracula"), + (UniCase::ascii("misrepresenation"), "misrepresentation"), + (UniCase::ascii("faggotts"), "faggots"), + (UniCase::ascii("fanaticas"), "fanatics"), + (UniCase::ascii("initmate"), "intimate"), + (UniCase::ascii("efficientcy"), "efficiently"), + (UniCase::ascii("actulay"), "actualy"), + (UniCase::ascii("obsessie"), "obsessive"), + (UniCase::ascii("perrogative"), "prerogative"), + (UniCase::ascii("sufficent"), "sufficient"), + (UniCase::ascii("improted"), "imported"), + (UniCase::ascii("singluar"), "singular"), + (UniCase::ascii("apprectice"), "apprentice"), + (UniCase::ascii("abstinince"), "abstinence"), + (UniCase::ascii("annuled"), "annulled"), + (UniCase::ascii("woudl"), "would"), + (UniCase::ascii("brewerey"), "brewery"), + (UniCase::ascii("relatie"), "relative"), + (UniCase::ascii("retrospekt"), "retrospect"), + (UniCase::ascii("intangiable"), "intangible"), + (UniCase::ascii("unsusbcribed"), "unsubscribed"), + (UniCase::ascii("intersetllar"), "interstellar"), + (UniCase::ascii("proteines"), "proteins"), + (UniCase::ascii("magicain"), "magician"), + (UniCase::ascii("chairmain"), "chairman"), + (UniCase::ascii("malyasia"), "malaysia"), + (UniCase::ascii("respondas"), "responds"), + (UniCase::ascii("invloves"), "involves"), + (UniCase::ascii("prejudicies"), "prejudice"), + (UniCase::ascii("contemperary"), "contemporary"), + (UniCase::ascii("pacifit"), "pacifist"), + (UniCase::ascii("councellor"), "councillor"), + (UniCase::ascii("pshycology"), "psychology"), + (UniCase::ascii("acknowldegement"), "acknowledgement"), + (UniCase::ascii("procalimed"), "proclaimed"), + (UniCase::ascii("extermely"), "extremely"), + (UniCase::ascii("dishonour"), "dishonor"), + (UniCase::ascii("hurricans"), "hurricanes"), + (UniCase::ascii("agricolture"), "agriculture"), + (UniCase::ascii("assosiates"), "associates"), + (UniCase::ascii("sovereing"), "sovereign"), + (UniCase::ascii("highpander"), "highlander"), + (UniCase::ascii("oxigen"), "oxygen"), + (UniCase::ascii("inferir"), "inferior"), + (UniCase::ascii("analyitcal"), "analytical"), + (UniCase::ascii("acheived"), "achieved"), + (UniCase::ascii("startde"), "startled"), + (UniCase::ascii("creativley"), "creatively"), + (UniCase::ascii("umcomfortable"), "uncomfortable"), + (UniCase::ascii("deliviring"), "delivering"), + (UniCase::ascii("possesss"), "possesses"), + (UniCase::ascii("transparecy"), "transparency"), + (UniCase::ascii("metropolois"), "metropolis"), + (UniCase::ascii("multiplicacion"), "multiplication"), + (UniCase::ascii("explenatory"), "explanatory"), + (UniCase::ascii("particularily"), "particularly"), + (UniCase::ascii("rethorical"), "rhetorical"), + (UniCase::ascii("compalins"), "complains"), + (UniCase::ascii("arhtritis"), "arthritis"), + (UniCase::ascii("krpytonite"), "kryptonite"), + (UniCase::ascii("prostitutos"), "prostitutes"), + (UniCase::ascii("brillianty"), "brilliantly"), + (UniCase::ascii("interpretarem"), "interpreter"), + (UniCase::ascii("exhausto"), "exhaustion"), + (UniCase::ascii("metaphisical"), "metaphysical"), + (UniCase::ascii("spreadshets"), "spreadsheets"), + (UniCase::ascii("identifikation"), "identification"), + (UniCase::ascii("stragetic"), "strategic"), + (UniCase::ascii("nationalesl"), "nationals"), + (UniCase::ascii("fulfil"), "fulfill"), + (UniCase::ascii("dustification"), "justification"), + (UniCase::ascii("definotely"), "definately"), + (UniCase::ascii("ptiched"), "pitched"), + (UniCase::ascii("sadisitc"), "sadistic"), + (UniCase::ascii("croporation"), "corporation"), + (UniCase::ascii("receptionsist"), "receptionist"), + (UniCase::ascii("inadiquate"), "inadequate"), + (UniCase::ascii("famousy"), "famously"), + (UniCase::ascii("indimidating"), "intimidating"), + (UniCase::ascii("experiemnts"), "experiments"), + (UniCase::ascii("syncronization"), "synchronization"), + (UniCase::ascii("prostitue"), "prostitute"), + (UniCase::ascii("docuhey"), "douchey"), + (UniCase::ascii("percetnage"), "percentages"), + (UniCase::ascii("microvaves"), "microwaves"), + (UniCase::ascii("streemlining"), "streamlining"), + (UniCase::ascii("disbaling"), "disabling"), + (UniCase::ascii("characterisics"), "characteristics"), + (UniCase::ascii("arrestos"), "arrests"), + (UniCase::ascii("socialiss"), "socialists"), + (UniCase::ascii("recongizing"), "recognizing"), + (UniCase::ascii("directy"), "directly"), + (UniCase::ascii("meditereanean"), "mediterranean"), + (UniCase::ascii("cerebrawl"), "cerebral"), + (UniCase::ascii("discapline"), "discipline"), + (UniCase::ascii("colonialsm"), "colonialism"), + (UniCase::ascii("preceeds"), "precedes"), + (UniCase::ascii("implausibile"), "implausible"), + (UniCase::ascii("asuterity"), "austerity"), + (UniCase::ascii("chatolics"), "catholics"), + (UniCase::ascii("signficant"), "significant"), + (UniCase::ascii("aesthatically"), "aesthetically"), + (UniCase::ascii("replusive"), "repulsive"), + (UniCase::ascii("saddends"), "saddens"), + (UniCase::ascii("beginnins"), "beginnings"), + (UniCase::ascii("commodoties"), "commodities"), + (UniCase::ascii("lifetimers"), "lifetimes"), + (UniCase::ascii("fransiscans"), "franciscans"), + (UniCase::ascii("suggestief"), "suggestive"), + (UniCase::ascii("triolgy"), "trilogy"), + (UniCase::ascii("unliaterally"), "unilaterally"), + (UniCase::ascii("cleanleness"), "cleanliness"), + (UniCase::ascii("persectuion"), "persecution"), + (UniCase::ascii("telelevision"), "television"), + (UniCase::ascii("mosqueto"), "mosquitoes"), + (UniCase::ascii("iresistably"), "irresistibly"), + (UniCase::ascii("adjustible"), "adjustable"), + (UniCase::ascii("exlcude"), "exclude"), + (UniCase::ascii("anonymoys"), "anonymously"), + (UniCase::ascii("professonial"), "professionals"), + (UniCase::ascii("penalising"), "penalizing"), + (UniCase::ascii("donwgraded"), "downgraded"), + (UniCase::ascii("downlaods"), "downloads"), + (UniCase::ascii("simplisitc"), "simplistic"), + (UniCase::ascii("wholeheartedy"), "wholeheartedly"), + (UniCase::ascii("coordinare"), "coordinate"), + (UniCase::ascii("photographier"), "photographer"), + (UniCase::ascii("forgivenss"), "forgiveness"), + (UniCase::ascii("transfender"), "transgender"), + (UniCase::ascii("unauthoried"), "unauthorized"), + (UniCase::ascii("transforums"), "transforms"), + (UniCase::ascii("honeymon"), "honeymoon"), + (UniCase::ascii("dysfunctionnal"), "dysfunctional"), + (UniCase::ascii("bastane"), "bastante"), + (UniCase::ascii("documenteries"), "documentaries"), + (UniCase::ascii("squirtel"), "squirtle"), + (UniCase::ascii("devovled"), "devolved"), + (UniCase::ascii("micorwaves"), "microwaves"), + (UniCase::ascii("periperhal"), "peripheral"), + (UniCase::ascii("autsitic"), "autistic"), + (UniCase::ascii("impelments"), "implements"), + (UniCase::ascii("islamits"), "islamist"), + (UniCase::ascii("pshycologically"), "psychologically"), + (UniCase::ascii("chocoaltes"), "chocolates"), + (UniCase::ascii("sensationaism"), "sensationalism"), + (UniCase::ascii("organsim"), "organism"), + (UniCase::ascii("marganilized"), "marginalized"), + (UniCase::ascii("prophey"), "prophecy"), + (UniCase::ascii("utpoian"), "utopian"), + (UniCase::ascii("hiptser"), "hipster"), + (UniCase::ascii("commere"), "commerce"), + (UniCase::ascii("mathemetician"), "mathematician"), + (UniCase::ascii("donwloading"), "downloading"), + (UniCase::ascii("lasagnia"), "lasagna"), + (UniCase::ascii("contaniments"), "containment"), + (UniCase::ascii("anaylsis"), "analysis"), + (UniCase::ascii("spreadsheat"), "spreadsheet"), + (UniCase::ascii("swaers"), "swears"), + (UniCase::ascii("pharmasist"), "pharmacist"), + (UniCase::ascii("betrayd"), "betrayed"), + (UniCase::ascii("familliar"), "familiar"), + (UniCase::ascii("materias"), "materials"), + (UniCase::ascii("deteoriated"), "deteriorated"), + (UniCase::ascii("domapine"), "dopamine"), + (UniCase::ascii("electricy"), "electricity"), + (UniCase::ascii("celullar"), "cellular"), + (UniCase::ascii("comminucate"), "communicate"), + (UniCase::ascii("contemplare"), "contemplate"), + (UniCase::ascii("discreto"), "discretion"), + (UniCase::ascii("condescenion"), "condescension"), + (UniCase::ascii("anorexiac"), "anorexic"), + (UniCase::ascii("conncetion"), "connections"), + (UniCase::ascii("sprakling"), "sparkling"), + (UniCase::ascii("refelction"), "reflection"), + (UniCase::ascii("logisitcs"), "logistics"), + (UniCase::ascii("generatting"), "generating"), + (UniCase::ascii("misunderstandind"), "misunderstandings"), + (UniCase::ascii("forensisch"), "forensic"), + (UniCase::ascii("karoake"), "karaoke"), + (UniCase::ascii("miligram"), "milligram"), + (UniCase::ascii("bueraucrats"), "bureaucrats"), + (UniCase::ascii("occurrances"), "occurrences"), + (UniCase::ascii("computanti"), "computation"), + (UniCase::ascii("unfirendly"), "unfriendly"), + (UniCase::ascii("rendevous"), "rendezvous"), + (UniCase::ascii("staurdays"), "saturdays"), + (UniCase::ascii("physisict"), "physicist"), + (UniCase::ascii("dedikation"), "dedication"), + (UniCase::ascii("absolument"), "absolute"), + (UniCase::ascii("correctons"), "corrections"), + (UniCase::ascii("siblins"), "siblings"), + (UniCase::ascii("circiuts"), "circuits"), + (UniCase::ascii("adventurs"), "adventures"), + (UniCase::ascii("paraiste"), "parasite"), + (UniCase::ascii("zealotes"), "zealots"), + (UniCase::ascii("sumbitting"), "submitting"), + (UniCase::ascii("wedensday"), "wednesday"), + (UniCase::ascii("contraticting"), "contradicting"), + (UniCase::ascii("legoins"), "legions"), + (UniCase::ascii("stelathy"), "stealthy"), + (UniCase::ascii("hemishpere"), "hemisphere"), + (UniCase::ascii("deficience"), "deficiencies"), + (UniCase::ascii("calbiration"), "calibration"), + (UniCase::ascii("frustraited"), "frustrated"), + (UniCase::ascii("overestemating"), "overestimating"), + (UniCase::ascii("resolvs"), "resolves"), + (UniCase::ascii("platofrmer"), "platformer"), + (UniCase::ascii("encyclopeadia"), "encyclopedia"), + (UniCase::ascii("grainte"), "granite"), + (UniCase::ascii("inlightening"), "enlightening"), + (UniCase::ascii("repitles"), "reptiles"), + (UniCase::ascii("thirites"), "thirties"), + (UniCase::ascii("opthalmic"), "ophthalmic"), + (UniCase::ascii("antisosial"), "antisocial"), + (UniCase::ascii("wishlsit"), "wishlist"), + (UniCase::ascii("invertibrates"), "invertebrates"), + (UniCase::ascii("pedestrains"), "pedestrians"), + (UniCase::ascii("transgengered"), "transgendered"), + (UniCase::ascii("neighbourgood"), "neighbourhood"), + (UniCase::ascii("demonstartes"), "demonstrates"), + (UniCase::ascii("semestres"), "semesters"), + (UniCase::ascii("mroe"), "more"), + (UniCase::ascii("inkompatible"), "incompatible"), + (UniCase::ascii("grammes"), "grams"), + (UniCase::ascii("legistators"), "legislators"), + (UniCase::ascii("nominatie"), "nominate"), + (UniCase::ascii("illsutration"), "illustrations"), + (UniCase::ascii("singify"), "signify"), + (UniCase::ascii("soverein"), "sovereign"), + (UniCase::ascii("standars"), "standards"), + (UniCase::ascii("poenis"), "penis"), + (UniCase::ascii("aircaft"), "aircraft"), + (UniCase::ascii("indains"), "indians"), + (UniCase::ascii("lockscren"), "lockscreen"), + (UniCase::ascii("defenceless"), "defenseless"), + (UniCase::ascii("artilley"), "artillery"), + (UniCase::ascii("mabyelline"), "maybelline"), + (UniCase::ascii("lobbysits"), "lobbyists"), + (UniCase::ascii("analogues"), "analogs"), + (UniCase::ascii("calrification"), "clarification"), + (UniCase::ascii("posicional"), "positional"), + (UniCase::ascii("advertisy"), "adversity"), + (UniCase::ascii("capitalizacion"), "capitalization"), + (UniCase::ascii("varibale"), "variable"), + (UniCase::ascii("percusssion"), "percussion"), + (UniCase::ascii("deifnitly"), "definitly"), + (UniCase::ascii("tunnells"), "tunnels"), + (UniCase::ascii("normalise"), "normalize"), + (UniCase::ascii("journalistisk"), "journalists"), + (UniCase::ascii("transmatter"), "transmitter"), + (UniCase::ascii("modernises"), "modernizes"), + (UniCase::ascii("servans"), "servants"), + (UniCase::ascii("expiditions"), "expeditions"), + (UniCase::ascii("heavywieght"), "heavyweight"), + (UniCase::ascii("customizabe"), "customizable"), + (UniCase::ascii("hypotheticly"), "hypothetical"), + (UniCase::ascii("prominetly"), "prominently"), + (UniCase::ascii("definitivos"), "definitions"), + (UniCase::ascii("technichian"), "technician"), + (UniCase::ascii("brotherhod"), "brotherhood"), + (UniCase::ascii("unappropriate"), "inappropriate"), + (UniCase::ascii("infrantryman"), "infantryman"), + (UniCase::ascii("disadvatange"), "disadvantage"), + (UniCase::ascii("critisisms"), "criticisms"), + (UniCase::ascii("supervsior"), "supervisors"), + (UniCase::ascii("expressy"), "expressly"), + (UniCase::ascii("objectivelly"), "objectively"), + (UniCase::ascii("singlers"), "singles"), + (UniCase::ascii("ilterate"), "literate"), + (UniCase::ascii("enterprize"), "enterprise"), + (UniCase::ascii("inheretance"), "inheritance"), + (UniCase::ascii("detectes"), "detects"), + (UniCase::ascii("suggesst"), "suggests"), + (UniCase::ascii("enforceing"), "enforcing"), + (UniCase::ascii("parmesaen"), "parmesan"), + (UniCase::ascii("ridicoulusness"), "ridiculousness"), + (UniCase::ascii("cheifs"), "chiefs"), + (UniCase::ascii("relexation"), "relegation"), + (UniCase::ascii("spiritis"), "spirits"), + (UniCase::ascii("shperical"), "spherical"), + (UniCase::ascii("disaapoint"), "disappoint"), + (UniCase::ascii("scandenavia"), "scandinavia"), + (UniCase::ascii("investiagtions"), "investigations"), + (UniCase::ascii("existance"), "existence"), + (UniCase::ascii("disclipined"), "disciplined"), + (UniCase::ascii("receptionnist"), "receptionist"), + (UniCase::ascii("champagen"), "champagne"), + (UniCase::ascii("redemeed"), "redeemed"), + (UniCase::ascii("trivialise"), "trivialize"), + (UniCase::ascii("excludeds"), "excludes"), + (UniCase::ascii("undestructible"), "indestructible"), + (UniCase::ascii("dispraportionately"), "disproportionately"), + (UniCase::ascii("merchandies"), "merchandise"), + (UniCase::ascii("boundaires"), "boundaries"), + (UniCase::ascii("balckjack"), "blackjack"), + (UniCase::ascii("introvertis"), "introverts"), + (UniCase::ascii("concencrate"), "concentrate"), + (UniCase::ascii("muffings"), "muffins"), + (UniCase::ascii("heidelburg"), "heidelberg"), + (UniCase::ascii("lmits"), "limits"), + (UniCase::ascii("concidered"), "considered"), + (UniCase::ascii("handicaped"), "handicapped"), + (UniCase::ascii("redemtpion"), "redemption"), + (UniCase::ascii("supervisior"), "supervisor"), + (UniCase::ascii("godess"), "goddess"), + (UniCase::ascii("subsudized"), "subsidized"), + (UniCase::ascii("disrespection"), "disrespecting"), + (UniCase::ascii("discolsure"), "disclosure"), + (UniCase::ascii("disintereted"), "disinterested"), + (UniCase::ascii("insturmental"), "instrumental"), + (UniCase::ascii("intuitivno"), "intuition"), + (UniCase::ascii("canonised"), "canonized"), + (UniCase::ascii("courthourse"), "courthouse"), + (UniCase::ascii("touchscreeen"), "touchscreen"), + (UniCase::ascii("sluaghter"), "slaughter"), + (UniCase::ascii("quicket"), "quickest"), + (UniCase::ascii("ariplanes"), "airplanes"), + (UniCase::ascii("cthulhlu"), "cthulhu"), + (UniCase::ascii("acrynoms"), "acronyms"), + (UniCase::ascii("airbrone"), "airborne"), + (UniCase::ascii("misogynystic"), "misogynistic"), + (UniCase::ascii("contributiors"), "contributors"), + (UniCase::ascii("contanimated"), "contaminated"), + (UniCase::ascii("illuminiati"), "illuminati"), + (UniCase::ascii("lighthearded"), "lighthearted"), + (UniCase::ascii("numberous"), "numerous"), + (UniCase::ascii("rollerocaster"), "rollercoaster"), + (UniCase::ascii("futurisitc"), "futuristic"), + (UniCase::ascii("dysfuncion"), "dysfunction"), + (UniCase::ascii("pshycopaths"), "psychopaths"), + (UniCase::ascii("authorising"), "authorizing"), + (UniCase::ascii("assasinates"), "assassinates"), + (UniCase::ascii("depolyment"), "deployment"), + (UniCase::ascii("spammade"), "spammed"), + (UniCase::ascii("contemporaneus"), "contemporaneous"), + (UniCase::ascii("pronounds"), "pronouns"), + (UniCase::ascii("repersentations"), "representations"), + (UniCase::ascii("instil"), "instill"), + (UniCase::ascii("subscirbe"), "subscribe"), + (UniCase::ascii("fortunatly"), "fortunately"), + (UniCase::ascii("placeheld"), "placeholder"), + (UniCase::ascii("arbitray"), "arbitrary"), + (UniCase::ascii("phenomenen"), "phenomenon"), + (UniCase::ascii("experemental"), "experimental"), + (UniCase::ascii("nipticking"), "nitpicking"), + (UniCase::ascii("nuetron"), "neutron"), + (UniCase::ascii("illegalls"), "illegals"), + (UniCase::ascii("millenial"), "millennial"), + (UniCase::ascii("battelfield"), "battlefield"), + (UniCase::ascii("apostrophie"), "apostrophe"), + (UniCase::ascii("acomplish"), "accomplish"), + (UniCase::ascii("substantiable"), "substantial"), + (UniCase::ascii("tranpshobic"), "transphobic"), + (UniCase::ascii("spiralling"), "spiraling"), + (UniCase::ascii("differentiantion"), "differentiation"), + (UniCase::ascii("cosiness"), "coziness"), + (UniCase::ascii("reorganises"), "reorganizes"), + (UniCase::ascii("overclcok"), "overclock"), + (UniCase::ascii("eliminatin"), "elimination"), + (UniCase::ascii("interpet"), "interpret"), + (UniCase::ascii("canniballism"), "cannibalism"), + (UniCase::ascii("gunanine"), "guanine"), + (UniCase::ascii("andd"), "and"), + (UniCase::ascii("processsor"), "processors"), + (UniCase::ascii("freedomest"), "freedoms"), + (UniCase::ascii("souveniers"), "souvenirs"), + (UniCase::ascii("recommande"), "recommend"), + (UniCase::ascii("lingeire"), "lingerie"), + (UniCase::ascii("proprietory"), "proprietary"), + (UniCase::ascii("godspede"), "godspeed"), + (UniCase::ascii("patrios"), "patriots"), + (UniCase::ascii("assassian"), "assassin"), + (UniCase::ascii("proficienct"), "proficient"), + (UniCase::ascii("childisch"), "childish"), + (UniCase::ascii("criticisze"), "criticise"), + (UniCase::ascii("hapen"), "happen"), + (UniCase::ascii("earnt"), "earned"), + (UniCase::ascii("cubilce"), "cubicle"), + (UniCase::ascii("direclty"), "directly"), + (UniCase::ascii("indicato"), "indication"), + (UniCase::ascii("adolencent"), "adolescent"), + (UniCase::ascii("enviornment"), "environment"), + (UniCase::ascii("paradimes"), "paradise"), + (UniCase::ascii("occaison"), "occasion"), + (UniCase::ascii("communitites"), "communities"), + (UniCase::ascii("devlove"), "devolve"), + (UniCase::ascii("nutricious"), "nutritious"), + (UniCase::ascii("degarded"), "degraded"), + (UniCase::ascii("oralces"), "oracles"), + (UniCase::ascii("opressive"), "oppressive"), + (UniCase::ascii("incorrecly"), "incorrectly"), + (UniCase::ascii("lithuaninan"), "lithuania"), + (UniCase::ascii("linguistcs"), "linguistics"), + (UniCase::ascii("downvoteing"), "downvoting"), + (UniCase::ascii("libertariansm"), "libertarianism"), + (UniCase::ascii("magnited"), "magnitude"), + (UniCase::ascii("antiquae"), "antique"), + (UniCase::ascii("resssurecting"), "resurrecting"), + (UniCase::ascii("innovativo"), "innovation"), + (UniCase::ascii("interpratations"), "interpretations"), + (UniCase::ascii("bergamont"), "bergamot"), + (UniCase::ascii("loosley"), "loosely"), + (UniCase::ascii("explioted"), "exploited"), + (UniCase::ascii("antisipation"), "anticipation"), + (UniCase::ascii("transitionned"), "transitioned"), + (UniCase::ascii("demonstrationens"), "demonstrations"), + (UniCase::ascii("capacitores"), "capacitors"), + (UniCase::ascii("charactersitics"), "characteristics"), + (UniCase::ascii("sattelite"), "satellite"), + (UniCase::ascii("haemoglobin"), "hemoglobin"), + (UniCase::ascii("stalekrs"), "stalkers"), + (UniCase::ascii("reaponsibilities"), "responsibilities"), + (UniCase::ascii("assoicate"), "associate"), + (UniCase::ascii("unionises"), "unionizes"), + (UniCase::ascii("transcris"), "transcripts"), + (UniCase::ascii("provacotive"), "provocative"), + (UniCase::ascii("misoginystic"), "misogynistic"), + (UniCase::ascii("hardwod"), "hardwood"), + (UniCase::ascii("deparmental"), "departmental"), + (UniCase::ascii("manufactuered"), "manufactured"), + (UniCase::ascii("meltodwn"), "meltdown"), + (UniCase::ascii("unconventianal"), "unconventional"), + (UniCase::ascii("sovereingty"), "sovereignty"), + (UniCase::ascii("jewellers"), "jewelers"), + (UniCase::ascii("unedcuated"), "uneducated"), + (UniCase::ascii("uneccesary"), "unnecessary"), + (UniCase::ascii("directionnal"), "directional"), + (UniCase::ascii("episdoes"), "episodes"), + (UniCase::ascii("quantitize"), "quantities"), + (UniCase::ascii("succeds"), "succeeds"), + (UniCase::ascii("protray"), "portray"), + (UniCase::ascii("entreprenour"), "entrepreneur"), + (UniCase::ascii("resembelance"), "resemblance"), + (UniCase::ascii("critereon"), "criterion"), + (UniCase::ascii("meatbals"), "meatballs"), + (UniCase::ascii("reassurring"), "reassuring"), + (UniCase::ascii("polution"), "pollution"), + (UniCase::ascii("medicatons"), "medications"), + (UniCase::ascii("shifitng"), "shifting"), + (UniCase::ascii("improsoned"), "imprisoned"), + (UniCase::ascii("kilometre"), "kilometer"), + (UniCase::ascii("inhabitat"), "inhabitants"), + (UniCase::ascii("seguoys"), "segues"), + (UniCase::ascii("convenince"), "convenience"), + (UniCase::ascii("presitgious"), "prestigious"), + (UniCase::ascii("stormend"), "stormed"), + (UniCase::ascii("ideosyncratic"), "idiosyncratic"), + (UniCase::ascii("midfileders"), "midfielders"), + (UniCase::ascii("transcations"), "transactions"), + (UniCase::ascii("reincarantion"), "reincarnation"), + (UniCase::ascii("sesnors"), "sensors"), + (UniCase::ascii("saviours"), "saviors"), + (UniCase::ascii("scyhter"), "scyther"), + (UniCase::ascii("chatoic"), "chaotic"), + (UniCase::ascii("autonimous"), "autonomous"), + (UniCase::ascii("spacegoat"), "scapegoat"), + (UniCase::ascii("restuarants"), "restaurants"), + (UniCase::ascii("intenseley"), "intensely"), + (UniCase::ascii("withold"), "withhold"), + (UniCase::ascii("unnecessairy"), "unnecessarily"), + (UniCase::ascii("arbitrarly"), "arbitrary"), + (UniCase::ascii("permitis"), "permits"), + (UniCase::ascii("banhsee"), "banshee"), + (UniCase::ascii("congresssman"), "congressman"), + (UniCase::ascii("chrsitmas"), "christmas"), + (UniCase::ascii("collaros"), "collars"), + (UniCase::ascii("lukid"), "likud"), + (UniCase::ascii("extrenally"), "externally"), + (UniCase::ascii("deustchland"), "deutschland"), + (UniCase::ascii("sufferered"), "suffered"), + (UniCase::ascii("settigns"), "settings"), + (UniCase::ascii("moisutrizer"), "moisturizer"), + (UniCase::ascii("pedalled"), "pedaled"), + (UniCase::ascii("euphorical"), "euphoria"), + (UniCase::ascii("influense"), "influences"), + (UniCase::ascii("transitiond"), "transitioned"), + (UniCase::ascii("mechancis"), "mechanics"), + (UniCase::ascii("invaildate"), "invalidates"), + (UniCase::ascii("isntrument"), "instrument"), + (UniCase::ascii("warrandyte"), "warranty"), + (UniCase::ascii("psychodelic"), "psychedelic"), + (UniCase::ascii("benevelent"), "benevolent"), + (UniCase::ascii("definaetly"), "definately"), + (UniCase::ascii("exclussive"), "exclusives"), + (UniCase::ascii("fragmenot"), "fragment"), + (UniCase::ascii("crystalens"), "crystals"), + (UniCase::ascii("circumvrent"), "circumvent"), + (UniCase::ascii("scenarions"), "scenarios"), + (UniCase::ascii("bastardus"), "bastards"), + (UniCase::ascii("narcississm"), "narcissism"), + (UniCase::ascii("stunami"), "tsunami"), + (UniCase::ascii("attritube"), "attribute"), + (UniCase::ascii("resistent"), "resistant"), + (UniCase::ascii("decisivie"), "decisive"), + (UniCase::ascii("relaoding"), "reloading"), + (UniCase::ascii("comradre"), "comrade"), + (UniCase::ascii("ugprades"), "upgrades"), + (UniCase::ascii("stereotpye"), "stereotypes"), + (UniCase::ascii("rutgerus"), "rutgers"), + (UniCase::ascii("everset"), "everest"), + (UniCase::ascii("heavywieghts"), "heavyweight"), + (UniCase::ascii("repectable"), "repeatable"), + (UniCase::ascii("immunisation"), "immunization"), + (UniCase::ascii("interpretarse"), "interpreter"), + (UniCase::ascii("futurers"), "futures"), + (UniCase::ascii("occaisonal"), "occasional"), + (UniCase::ascii("brusseles"), "brussels"), + (UniCase::ascii("epaulette"), "epaulet"), + (UniCase::ascii("continious"), "continuous"), + (UniCase::ascii("dragonus"), "dragons"), + (UniCase::ascii("programmmed"), "programme"), + (UniCase::ascii("fabricas"), "fabrics"), + (UniCase::ascii("statistisk"), "statistics"), + (UniCase::ascii("sensationails"), "sensationalism"), + (UniCase::ascii("congradulations"), "congratulations"), + (UniCase::ascii("notario"), "ontario"), + (UniCase::ascii("parises"), "praises"), + (UniCase::ascii("daulity"), "duality"), + (UniCase::ascii("legilsation"), "legislation"), + (UniCase::ascii("shleter"), "shelter"), + (UniCase::ascii("terristrial"), "territorial"), + (UniCase::ascii("deinitalized"), "deinitialized"), + (UniCase::ascii("preperation"), "preparation"), + (UniCase::ascii("tyrannising"), "tyrannizing"), + (UniCase::ascii("initals"), "initials"), + (UniCase::ascii("anitdepressants"), "antidepressants"), + (UniCase::ascii("immunosupressant"), "immunosuppressant"), + (UniCase::ascii("blegian"), "belgian"), + (UniCase::ascii("advanteges"), "advantages"), + (UniCase::ascii("misinterperting"), "misinterpreting"), + (UniCase::ascii("illustartion"), "illustration"), + (UniCase::ascii("constuction"), "construction"), + (UniCase::ascii("dsytopian"), "dystopian"), + (UniCase::ascii("contentuous"), "contentious"), + (UniCase::ascii("runing"), "running"), + (UniCase::ascii("minimalisitc"), "minimalist"), + (UniCase::ascii("veiwpoint"), "viewpoint"), + (UniCase::ascii("jeoprady"), "jeopardy"), + (UniCase::ascii("motiviated"), "motivated"), + (UniCase::ascii("consequencies"), "consequence"), + (UniCase::ascii("understandablely"), "understandably"), + (UniCase::ascii("contraticted"), "contradicted"), + (UniCase::ascii("periphreal"), "peripheral"), + (UniCase::ascii("ethniticies"), "ethnicities"), + (UniCase::ascii("conversaion"), "conversion"), + (UniCase::ascii("accomplises"), "accomplishes"), + (UniCase::ascii("unimporant"), "unimportant"), + (UniCase::ascii("delyaing"), "delaying"), + (UniCase::ascii("precedance"), "precedence"), + (UniCase::ascii("australa"), "australian"), + (UniCase::ascii("narcississtic"), "narcissistic"), + (UniCase::ascii("notificaton"), "notification"), + (UniCase::ascii("destoryer"), "destroyer"), + (UniCase::ascii("addmission"), "admission"), + (UniCase::ascii("unauthroized"), "unauthorized"), + (UniCase::ascii("metaphisics"), "metaphysics"), + (UniCase::ascii("wishpering"), "whispering"), + (UniCase::ascii("phenomonal"), "phenomenal"), + (UniCase::ascii("teliportation"), "teleportation"), + (UniCase::ascii("scandenavian"), "scandinavian"), + (UniCase::ascii("carnagie"), "carnegie"), + (UniCase::ascii("themselfes"), "themselves"), + (UniCase::ascii("cliamtes"), "climates"), + (UniCase::ascii("discusison"), "discussions"), + (UniCase::ascii("interviewes"), "interviews"), + (UniCase::ascii("incoherant"), "incoherent"), + (UniCase::ascii("torchligth"), "torchlight"), + (UniCase::ascii("ideologisk"), "ideologies"), + (UniCase::ascii("metabloism"), "metabolism"), + (UniCase::ascii("vulnurabilities"), "vulnerabilities"), + (UniCase::ascii("disciplinerad"), "disciplined"), + (UniCase::ascii("initialise"), "initialize"), + (UniCase::ascii("scandinavan"), "scandinavian"), + (UniCase::ascii("solatary"), "solitary"), + (UniCase::ascii("quantitaive"), "quantitative"), + (UniCase::ascii("despciable"), "despicable"), + (UniCase::ascii("superstitiuos"), "superstitious"), + (UniCase::ascii("metabloic"), "metabolic"), + (UniCase::ascii("aesthatics"), "aesthetics"), + (UniCase::ascii("consending"), "consenting"), + (UniCase::ascii("semseter"), "semester"), + (UniCase::ascii("commitd"), "commited"), + (UniCase::ascii("excell"), "excel"), + (UniCase::ascii("shamelessely"), "shamelessly"), + (UniCase::ascii("manipulant"), "manipulate"), + (UniCase::ascii("hypotethically"), "hypothetically"), + (UniCase::ascii("concentrace"), "concentrate"), + (UniCase::ascii("exsitent"), "existent"), + (UniCase::ascii("pasteurising"), "pasteurizing"), + (UniCase::ascii("levetate"), "levitate"), + (UniCase::ascii("homophonia"), "homophobia"), + (UniCase::ascii("illution"), "illusion"), + (UniCase::ascii("cutsceens"), "cutscenes"), + (UniCase::ascii("plabeswalker"), "planeswalker"), + (UniCase::ascii("ahtletes"), "athletes"), + (UniCase::ascii("vocalise"), "vocalize"), + (UniCase::ascii("participat"), "participants"), + (UniCase::ascii("skeletos"), "skeletons"), + (UniCase::ascii("suport"), "support"), + (UniCase::ascii("puchasing"), "purchasing"), + (UniCase::ascii("interected"), "interacted"), + (UniCase::ascii("clannand"), "clannad"), + (UniCase::ascii("syringae"), "syringe"), + (UniCase::ascii("natievly"), "natively"), + (UniCase::ascii("confescated"), "confiscated"), + (UniCase::ascii("objectivy"), "objectivity"), + (UniCase::ascii("stregnths"), "strengths"), + (UniCase::ascii("counterpary"), "counterplay"), + (UniCase::ascii("comdeic"), "comedic"), + (UniCase::ascii("authorizaton"), "authorization"), + (UniCase::ascii("approstraphe"), "apostrophe"), + (UniCase::ascii("accending"), "ascending"), + (UniCase::ascii("ublisher"), "publisher"), + (UniCase::ascii("masturbsting"), "masturbating"), + (UniCase::ascii("armourer"), "armorer"), + (UniCase::ascii("inflexions"), "inflections"), + (UniCase::ascii("completetion"), "completion"), + (UniCase::ascii("coordiantes"), "coordinates"), + (UniCase::ascii("considerant"), "considerate"), + (UniCase::ascii("messiach"), "messiah"), + (UniCase::ascii("humaniterian"), "humanitarian"), + (UniCase::ascii("extactly"), "exactly"), + (UniCase::ascii("complience"), "compliance"), + (UniCase::ascii("begginer"), "beginner"), + (UniCase::ascii("peronal"), "personal"), + (UniCase::ascii("thirldy"), "thirdly"), + (UniCase::ascii("syringue"), "syringe"), + (UniCase::ascii("gardai"), "gardaí"), + (UniCase::ascii("intersecton"), "intersection"), + (UniCase::ascii("callipers"), "calipers"), + (UniCase::ascii("platformar"), "platformer"), + (UniCase::ascii("bureaocrats"), "bureaucrats"), + (UniCase::ascii("completeion"), "completion"), + (UniCase::ascii("accpets"), "accepts"), + (UniCase::ascii("enamoured"), "enamored"), + (UniCase::ascii("aremnian"), "armenian"), + (UniCase::ascii("bengazhi"), "benghazi"), + (UniCase::ascii("pressurised"), "pressurized"), + (UniCase::ascii("fanatsy"), "fantasy"), + (UniCase::ascii("distatse"), "distaste"), + (UniCase::ascii("sunifre"), "sunfire"), + (UniCase::ascii("conservitive"), "conservative"), + (UniCase::ascii("silouhette"), "silhouette"), + (UniCase::ascii("sensationilism"), "sensationalism"), + (UniCase::ascii("verifiyng"), "verifying"), + (UniCase::ascii("obatinable"), "obtainable"), + (UniCase::ascii("strengtened"), "strengthened"), + (UniCase::ascii("decentrilized"), "decentralized"), + (UniCase::ascii("pscyhological"), "psychological"), + (UniCase::ascii("breathalysers"), "breathalyzers"), + (UniCase::ascii("aestheticlly"), "aesthetically"), + (UniCase::ascii("delusionally"), "delusively"), + (UniCase::ascii("minumum"), "minimum"), + (UniCase::ascii("pitckforks"), "pitchforks"), + (UniCase::ascii("initalise"), "initialise"), + (UniCase::ascii("litigatin"), "litigation"), + (UniCase::ascii("crosshar"), "crosshair"), + (UniCase::ascii("investions"), "inventions"), + (UniCase::ascii("practisioners"), "practitioners"), + (UniCase::ascii("environmet"), "environments"), + (UniCase::ascii("organismen"), "organise"), + (UniCase::ascii("resistribution"), "redistribution"), + (UniCase::ascii("coincidential"), "coincidental"), + (UniCase::ascii("terrirorial"), "territorial"), + (UniCase::ascii("optimising"), "optimizing"), + (UniCase::ascii("implicatons"), "implications"), + (UniCase::ascii("maybellline"), "maybelline"), + (UniCase::ascii("prominantely"), "prominently"), + (UniCase::ascii("confriming"), "confirming"), + (UniCase::ascii("operationnal"), "operational"), + (UniCase::ascii("fundementals"), "fundamentals"), + (UniCase::ascii("colelctive"), "collective"), + (UniCase::ascii("leaglization"), "legalization"), + (UniCase::ascii("institue"), "institute"), + (UniCase::ascii("assingments"), "assignments"), + (UniCase::ascii("driectly"), "directly"), + (UniCase::ascii("continiuty"), "continuity"), + (UniCase::ascii("periwinkel"), "periwinkle"), + (UniCase::ascii("astronaunt"), "astronaut"), + (UniCase::ascii("spammend"), "spammed"), + (UniCase::ascii("civilizaiton"), "civilization"), + (UniCase::ascii("furctose"), "fructose"), + (UniCase::ascii("bloodboner"), "bloodborne"), + (UniCase::ascii("saught"), "sought"), + (UniCase::ascii("paradim"), "paradigm"), + (UniCase::ascii("honory"), "honorary"), + (UniCase::ascii("squirte"), "squirtle"), + (UniCase::ascii("prominately"), "prominently"), + (UniCase::ascii("mechancial"), "mechanical"), + (UniCase::ascii("snycing"), "syncing"), + (UniCase::ascii("favourably"), "favorably"), + (UniCase::ascii("broadcastors"), "broadcasts"), + (UniCase::ascii("predetermiend"), "predetermined"), + (UniCase::ascii("cambrdige"), "cambridge"), + (UniCase::ascii("uncontrallable"), "uncontrollable"), + (UniCase::ascii("christmans"), "christians"), + (UniCase::ascii("econimists"), "economists"), + (UniCase::ascii("constituite"), "constitute"), + (UniCase::ascii("temperarily"), "temporarily"), + (UniCase::ascii("remainds"), "remains"), + (UniCase::ascii("propechies"), "prophecies"), + (UniCase::ascii("commisioner"), "commissioner"), + (UniCase::ascii("livliehood"), "livelihood"), + (UniCase::ascii("supervisers"), "supervisors"), + (UniCase::ascii("architechtures"), "architectures"), + (UniCase::ascii("compromiss"), "compromises"), + (UniCase::ascii("supersticious"), "superstitious"), + (UniCase::ascii("emphatising"), "emphasizing"), + (UniCase::ascii("uncersored"), "uncensored"), + (UniCase::ascii("accomondation"), "accommodation"), + (UniCase::ascii("antiqvated"), "antiquated"), + (UniCase::ascii("progresssion"), "progressions"), + (UniCase::ascii("settelement"), "settlement"), + (UniCase::ascii("autonomity"), "autonomy"), + (UniCase::ascii("masteires"), "masteries"), + (UniCase::ascii("responsibe"), "responsive"), + (UniCase::ascii("peridoically"), "periodically"), + (UniCase::ascii("nieghbourhoods"), "neighbourhood"), + (UniCase::ascii("definatelly"), "definately"), + (UniCase::ascii("politiness"), "politeness"), + (UniCase::ascii("kindgoms"), "kingdoms"), + (UniCase::ascii("amke"), "make"), + (UniCase::ascii("insluts"), "insults"), + (UniCase::ascii("accustommed"), "accustomed"), + (UniCase::ascii("vegeterians"), "vegetarians"), + (UniCase::ascii("sasuages"), "sausages"), + (UniCase::ascii("downloaad"), "download"), + (UniCase::ascii("immideately"), "immediately"), + (UniCase::ascii("forgieners"), "foreigners"), + (UniCase::ascii("stagnat"), "stagnant"), + (UniCase::ascii("bangkock"), "bangkok"), + (UniCase::ascii("sumberged"), "submerged"), + (UniCase::ascii("yorkshrie"), "yorkshire"), + (UniCase::ascii("bastardes"), "bastards"), + (UniCase::ascii("bowdlerises"), "bowdlerizes"), + (UniCase::ascii("montaeg"), "montage"), + (UniCase::ascii("natrually"), "naturally"), + (UniCase::ascii("molestating"), "molestation"), + (UniCase::ascii("encyclepedia"), "encyclopedia"), + (UniCase::ascii("magizine"), "magazine"), + (UniCase::ascii("capitalis"), "capitals"), + (UniCase::ascii("philosophises"), "philosophizes"), + (UniCase::ascii("recommeneded"), "recommended"), + (UniCase::ascii("ukrainie"), "ukraine"), + (UniCase::ascii("illigitemate"), "illegitimate"), + (UniCase::ascii("tempearture"), "temperatures"), + (UniCase::ascii("transgendred"), "transgendered"), + (UniCase::ascii("intestinces"), "intestines"), + (UniCase::ascii("dependends"), "depended"), + (UniCase::ascii("neutrallity"), "neutrality"), + (UniCase::ascii("harmonising"), "harmonizing"), + (UniCase::ascii("appreciateing"), "appreciating"), + (UniCase::ascii("converseley"), "conversely"), + (UniCase::ascii("provicial"), "provincial"), + (UniCase::ascii("gracefuly"), "gracefully"), + (UniCase::ascii("antiobitics"), "antibiotic"), + (UniCase::ascii("inexpierence"), "inexperienced"), + (UniCase::ascii("garfeild"), "garfield"), + (UniCase::ascii("compilr"), "compiler"), + (UniCase::ascii("specualte"), "speculate"), + (UniCase::ascii("honourable"), "honorable"), + (UniCase::ascii("percpetions"), "perceptions"), + (UniCase::ascii("intuituvely"), "intuitively"), + (UniCase::ascii("undertakeing"), "undertaking"), + (UniCase::ascii("idealises"), "idealizes"), + (UniCase::ascii("victumized"), "victimized"), + (UniCase::ascii("somehtin"), "somethin"), + (UniCase::ascii("staidums"), "stadiums"), + (UniCase::ascii("placeholer"), "placeholder"), + (UniCase::ascii("adultrey"), "adultery"), + (UniCase::ascii("vunlerable"), "vulnerable"), + (UniCase::ascii("indepencence"), "independence"), + (UniCase::ascii("surprize"), "surprise"), + (UniCase::ascii("pronounciation"), "pronunciation"), + (UniCase::ascii("moderaters"), "moderates"), + (UniCase::ascii("reclutant"), "reluctant"), + (UniCase::ascii("attachemnts"), "attachments"), + (UniCase::ascii("achilleus"), "achilles"), + (UniCase::ascii("disclamer"), "disclaimer"), + (UniCase::ascii("swatiska"), "swastika"), + (UniCase::ascii("typicaly"), "typically"), + (UniCase::ascii("affirmitave"), "affirmative"), + (UniCase::ascii("thikning"), "thinking"), + (UniCase::ascii("wesbtrook"), "westbrook"), + (UniCase::ascii("fromerly"), "formerly"), + (UniCase::ascii("presidencey"), "presidency"), + (UniCase::ascii("ridicilously"), "ridiculously"), + (UniCase::ascii("singulairty"), "singularity"), + (UniCase::ascii("singulariy"), "singularity"), + (UniCase::ascii("exhasut"), "exhaust"), + (UniCase::ascii("celibrations"), "celebrations"), + (UniCase::ascii("hestiate"), "hesitate"), + (UniCase::ascii("previosuly"), "previously"), + (UniCase::ascii("docrtine"), "doctrine"), + (UniCase::ascii("clhorine"), "chlorine"), + (UniCase::ascii("photograhic"), "photographic"), + (UniCase::ascii("fuelling"), "fueling"), + (UniCase::ascii("catholizism"), "catholicism"), + (UniCase::ascii("signifigant"), "significant"), + (UniCase::ascii("similart"), "similarity"), + (UniCase::ascii("proftiable"), "profitable"), + (UniCase::ascii("amerliorate"), "ameliorate"), + (UniCase::ascii("extragavant"), "extravagant"), + (UniCase::ascii("mercenares"), "mercenaries"), + (UniCase::ascii("ogliarchy"), "oligarchy"), + (UniCase::ascii("benevloent"), "benevolent"), + (UniCase::ascii("reveiws"), "reviews"), + (UniCase::ascii("possesse"), "possessive"), + (UniCase::ascii("plansewalker"), "planeswalker"), + (UniCase::ascii("cansiter"), "canister"), + (UniCase::ascii("attribuito"), "attribution"), + (UniCase::ascii("overpowred"), "overpowered"), + (UniCase::ascii("anulled"), "annulled"), + (UniCase::ascii("brillaintly"), "brilliantly"), + (UniCase::ascii("ehtnically"), "ethnically"), + (UniCase::ascii("gaurantee"), "guarantee"), + (UniCase::ascii("interesst"), "interests"), + (UniCase::ascii("mosquite"), "mosquitoes"), + (UniCase::ascii("deodorises"), "deodorizes"), + (UniCase::ascii("anaesthetic"), "anesthetic"), + (UniCase::ascii("criticis"), "critics"), + (UniCase::ascii("sensibel"), "sensible"), + (UniCase::ascii("straightden"), "straightened"), + (UniCase::ascii("francsico"), "francisco"), + (UniCase::ascii("mispelling"), "misspelling"), + (UniCase::ascii("heroe"), "hero"), + (UniCase::ascii("poisonos"), "poisons"), + (UniCase::ascii("constitutn"), "constituents"), + (UniCase::ascii("ammount"), "amount"), + (UniCase::ascii("distuingishing"), "distinguishing"), + (UniCase::ascii("clasical"), "classical"), + (UniCase::ascii("blackbarry"), "blackberry"), + (UniCase::ascii("preferabely"), "preferable"), + (UniCase::ascii("confidentely"), "confidently"), + (UniCase::ascii("complicarte"), "complicate"), + (UniCase::ascii("haethen"), "heathen"), + (UniCase::ascii("coutneract"), "counteract"), + (UniCase::ascii("conplimentary"), "complimentary"), + (UniCase::ascii("anaesthesia"), "anesthesia"), + (UniCase::ascii("socilaists"), "socialists"), + (UniCase::ascii("longevitity"), "longevity"), + (UniCase::ascii("exagerrated"), "exaggerated"), + (UniCase::ascii("acknolwedge"), "acknowledge"), + (UniCase::ascii("legitamitely"), "legitimately"), + (UniCase::ascii("admittetly"), "admittedly"), + (UniCase::ascii("comprossor"), "compressor"), + (UniCase::ascii("speciliazation"), "specialization"), + (UniCase::ascii("lnowledgable"), "knowledgable"), + (UniCase::ascii("extreems"), "extremes"), + (UniCase::ascii("professionnalism"), "professionalism"), + (UniCase::ascii("bueraucratic"), "bureaucratic"), + (UniCase::ascii("snadler"), "sandler"), + (UniCase::ascii("ligitation"), "litigation"), + (UniCase::ascii("heirarchy"), "hierarchy"), + (UniCase::ascii("regularises"), "regularizes"), + (UniCase::ascii("adivsor"), "advisor"), + (UniCase::ascii("clinicas"), "clinics"), + (UniCase::ascii("shtiless"), "shitless"), + (UniCase::ascii("calymore"), "claymore"), + (UniCase::ascii("instutitional"), "institutional"), + (UniCase::ascii("identificaiton"), "identification"), + (UniCase::ascii("contradictary"), "contradictory"), + (UniCase::ascii("ligthning"), "lightning"), + (UniCase::ascii("cilnatro"), "cilantro"), + (UniCase::ascii("naturual"), "natural"), + (UniCase::ascii("lesbianest"), "lesbians"), + (UniCase::ascii("backgorund"), "background"), + (UniCase::ascii("vegetarin"), "vegetarians"), + (UniCase::ascii("fougth"), "fought"), + (UniCase::ascii("philosiphical"), "philosophical"), + (UniCase::ascii("procudures"), "procedures"), + (UniCase::ascii("responsile"), "responsive"), + (UniCase::ascii("multiplebgs"), "multiples"), + (UniCase::ascii("transgeder"), "transgender"), + (UniCase::ascii("suspencion"), "suspension"), + (UniCase::ascii("dictateurs"), "dictates"), + (UniCase::ascii("wintesses"), "witnesses"), + (UniCase::ascii("methaporical"), "metaphorical"), + (UniCase::ascii("experiemnted"), "experimented"), + (UniCase::ascii("coefficienct"), "coefficient"), + (UniCase::ascii("capactiors"), "capacitors"), + (UniCase::ascii("misunderstanings"), "misunderstandings"), + (UniCase::ascii("fahrenheight"), "fahrenheit"), + (UniCase::ascii("progressief"), "progressive"), + (UniCase::ascii("assistante"), "assistance"), + (UniCase::ascii("sacrastic"), "sarcastic"), + (UniCase::ascii("athesim"), "atheism"), + (UniCase::ascii("supermare"), "supermarket"), + (UniCase::ascii("accomadate"), "accommodate"), + (UniCase::ascii("collecties"), "collects"), + (UniCase::ascii("epliogue"), "epilogue"), + (UniCase::ascii("pitchworks"), "pitchforks"), + (UniCase::ascii("unorigional"), "unoriginal"), + (UniCase::ascii("egostitical"), "egotistical"), + (UniCase::ascii("architecutre"), "architecture"), + (UniCase::ascii("artcile"), "article"), + (UniCase::ascii("anthropoloy"), "anthropology"), + (UniCase::ascii("morgatges"), "mortgages"), + (UniCase::ascii("swasitka"), "swastika"), + (UniCase::ascii("fossilises"), "fossilizes"), + (UniCase::ascii("fideltiy"), "fidelity"), + (UniCase::ascii("brutaly"), "brutally"), + (UniCase::ascii("indonesion"), "indonesian"), + (UniCase::ascii("convenit"), "convenient"), + (UniCase::ascii("teleportato"), "teleportation"), + (UniCase::ascii("billionaries"), "billionaires"), + (UniCase::ascii("marginilized"), "marginalized"), + (UniCase::ascii("eliminas"), "eliminates"), + (UniCase::ascii("cycolps"), "cyclops"), + (UniCase::ascii("pedophilac"), "pedophilia"), + (UniCase::ascii("oppertunities"), "opportunities"), + (UniCase::ascii("marginalises"), "marginalizes"), + (UniCase::ascii("varians"), "variants"), + (UniCase::ascii("hopsitalized"), "hospitalized"), + (UniCase::ascii("scriputres"), "scriptures"), + (UniCase::ascii("bastardised"), "bastardized"), + (UniCase::ascii("prophetes"), "prophets"), + (UniCase::ascii("disciplinare"), "discipline"), + (UniCase::ascii("chasiss"), "chassis"), + (UniCase::ascii("caridnal"), "cardinal"), + (UniCase::ascii("announceing"), "announcing"), + (UniCase::ascii("explenation"), "explanation"), + (UniCase::ascii("inevetible"), "inevitable"), + (UniCase::ascii("voicemal"), "voicemail"), + (UniCase::ascii("experimentos"), "experiments"), + (UniCase::ascii("unimpressd"), "unimpressed"), + (UniCase::ascii("constituants"), "constituents"), + (UniCase::ascii("nationalite"), "nationalist"), + (UniCase::ascii("authorithies"), "authorities"), + (UniCase::ascii("emphsis"), "emphasis"), + (UniCase::ascii("reaserching"), "researching"), + (UniCase::ascii("derogetory"), "derogatory"), + (UniCase::ascii("investigare"), "investigate"), + (UniCase::ascii("alternater"), "alternator"), + (UniCase::ascii("teleportaion"), "teleportation"), + (UniCase::ascii("dependancies"), "dependencies"), + (UniCase::ascii("elimimates"), "eliminates"), + (UniCase::ascii("tournes"), "tourneys"), + (UniCase::ascii("fermentaiton"), "fermentation"), + (UniCase::ascii("exploitaion"), "exploitation"), + (UniCase::ascii("belssings"), "blessings"), + (UniCase::ascii("sungalsses"), "sunglasses"), + (UniCase::ascii("suceeded"), "succeeded"), + (UniCase::ascii("cerbreus"), "cerberus"), + (UniCase::ascii("investigacion"), "investigation"), + (UniCase::ascii("responsiblty"), "responsibly"), + (UniCase::ascii("confederatie"), "confederate"), + (UniCase::ascii("publiser"), "publisher"), + (UniCase::ascii("sharkening"), "sharpening"), + (UniCase::ascii("birdges"), "bridges"), + (UniCase::ascii("fluttersky"), "fluttershy"), + (UniCase::ascii("seamlessley"), "seamlessly"), + (UniCase::ascii("dsyfunctional"), "dysfunctional"), + (UniCase::ascii("benhgazi"), "benghazi"), + (UniCase::ascii("demosntrations"), "demonstrations"), + (UniCase::ascii("inconvienence"), "inconvenience"), + (UniCase::ascii("explortation"), "exploitation"), + (UniCase::ascii("bureaucraps"), "bureaucrats"), + (UniCase::ascii("percente"), "percentile"), + (UniCase::ascii("lasgana"), "lasagna"), + (UniCase::ascii("comforming"), "comforting"), + (UniCase::ascii("dispesnary"), "dispensary"), + (UniCase::ascii("behaivour"), "behaviour"), + (UniCase::ascii("adbucted"), "abducted"), + (UniCase::ascii("breakthorugh"), "breakthrough"), + (UniCase::ascii("wednsedays"), "wednesdays"), + (UniCase::ascii("predujiced"), "prejudiced"), + (UniCase::ascii("ontraio"), "ontario"), + (UniCase::ascii("defineatly"), "definately"), + (UniCase::ascii("beleivable"), "believable"), + (UniCase::ascii("invalidades"), "invalidates"), + (UniCase::ascii("succsesfull"), "successfully"), + (UniCase::ascii("vehicule"), "vehicle"), + (UniCase::ascii("afflcition"), "affliction"), + (UniCase::ascii("interpretatin"), "interpretations"), + (UniCase::ascii("nationalisim"), "nationalism"), + (UniCase::ascii("ineqaulity"), "inequality"), + (UniCase::ascii("disgruntaled"), "disgruntled"), + (UniCase::ascii("narcissitc"), "narcissist"), + (UniCase::ascii("volatillity"), "volatility"), + (UniCase::ascii("illegitimite"), "illegitimate"), + (UniCase::ascii("symbolised"), "symbolized"), + (UniCase::ascii("dynamis"), "dynamics"), + (UniCase::ascii("thurdsays"), "thursdays"), + (UniCase::ascii("fertilising"), "fertilizing"), + (UniCase::ascii("requiers"), "requires"), + (UniCase::ascii("dogamtic"), "dogmatic"), + (UniCase::ascii("definltely"), "definately"), + (UniCase::ascii("sanitises"), "sanitizes"), + (UniCase::ascii("prestigiose"), "prestigious"), + (UniCase::ascii("prostituer"), "prostitute"), + (UniCase::ascii("cesspol"), "cesspool"), + (UniCase::ascii("konstellation"), "constellation"), + (UniCase::ascii("cesspoool"), "cesspool"), + (UniCase::ascii("cannibalise"), "cannibalize"), + (UniCase::ascii("deprivition"), "deprivation"), + (UniCase::ascii("overwritte"), "overwrite"), + (UniCase::ascii("bollcoks"), "bollocks"), + (UniCase::ascii("decentralisation"), "decentralization"), + (UniCase::ascii("detectie"), "detectives"), + (UniCase::ascii("fanatism"), "fanaticism"), + (UniCase::ascii("redundent"), "redundant"), + (UniCase::ascii("prominance"), "prominence"), + (UniCase::ascii("entrepreneus"), "entrepreneurs"), + (UniCase::ascii("againts"), "against"), + (UniCase::ascii("agaisnt"), "against"), + (UniCase::ascii("insigths"), "insights"), + (UniCase::ascii("imperitave"), "imperative"), + (UniCase::ascii("iranias"), "iranians"), + (UniCase::ascii("fabricatie"), "fabricated"), + (UniCase::ascii("parliamentry"), "parliamentary"), + (UniCase::ascii("vendettta"), "vendetta"), + (UniCase::ascii("roaylties"), "royalties"), + (UniCase::ascii("nationalisations"), "nationalizations"), + (UniCase::ascii("baptised"), "baptized"), + (UniCase::ascii("excpetions"), "exceptions"), + (UniCase::ascii("psychidelic"), "psychedelic"), + (UniCase::ascii("awakenend"), "awakened"), + (UniCase::ascii("friendhsip"), "friendship"), + (UniCase::ascii("seperation"), "separation"), + (UniCase::ascii("frankensten"), "frankenstein"), + (UniCase::ascii("reveald"), "revealed"), + (UniCase::ascii("junglign"), "jungling"), + (UniCase::ascii("disastruous"), "disastrous"), + (UniCase::ascii("congressen"), "congressmen"), + (UniCase::ascii("islmaic"), "islamic"), + (UniCase::ascii("excpetionally"), "exceptionally"), + (UniCase::ascii("originalet"), "originated"), + (UniCase::ascii("somethintg"), "somethings"), + (UniCase::ascii("templas"), "templars"), + (UniCase::ascii("condesend"), "condensed"), + (UniCase::ascii("bittersweat"), "bittersweet"), + (UniCase::ascii("traumitized"), "traumatized"), + (UniCase::ascii("interchangeble"), "interchangeable"), + (UniCase::ascii("dipections"), "depictions"), + (UniCase::ascii("overclicked"), "overclocked"), + (UniCase::ascii("masturbaton"), "masturbation"), + (UniCase::ascii("spirutuality"), "spirituality"), + (UniCase::ascii("cenitpede"), "centipede"), + (UniCase::ascii("orchestarted"), "orchestrated"), + (UniCase::ascii("irresistable"), "irresistible"), + (UniCase::ascii("paranornal"), "paranormal"), + (UniCase::ascii("substantialy"), "substantially"), + (UniCase::ascii("accessorised"), "accessorized"), + (UniCase::ascii("humillation"), "humiliation"), + (UniCase::ascii("geomerty"), "geometry"), + (UniCase::ascii("neccessary"), "necessary"), + (UniCase::ascii("depoisted"), "deposited"), + (UniCase::ascii("exectuables"), "executable"), + (UniCase::ascii("contextualising"), "contextualizing"), + (UniCase::ascii("metiphorical"), "metaphorical"), + (UniCase::ascii("infiltraitor"), "infiltrator"), + (UniCase::ascii("divisons"), "divisions"), + (UniCase::ascii("satifsy"), "satisfy"), + (UniCase::ascii("anthromorphization"), "anthropomorphization"), + (UniCase::ascii("blessins"), "blessings"), + (UniCase::ascii("explenations"), "explanations"), + (UniCase::ascii("extremeley"), "extremely"), + (UniCase::ascii("intervines"), "intervenes"), + (UniCase::ascii("militis"), "militias"), + (UniCase::ascii("contengent"), "contingent"), + (UniCase::ascii("bureaucracts"), "bureaucrats"), + (UniCase::ascii("munbers"), "numbers"), + (UniCase::ascii("wrekcing"), "wrecking"), + (UniCase::ascii("hipothetical"), "hypothetical"), + (UniCase::ascii("guradian"), "guardian"), + (UniCase::ascii("employeer"), "employer"), + (UniCase::ascii("humidiy"), "humidity"), + (UniCase::ascii("magnificant"), "magnificent"), + (UniCase::ascii("accomplishs"), "accomplishes"), + (UniCase::ascii("asnwering"), "answering"), + (UniCase::ascii("apolagized"), "apologized"), + (UniCase::ascii("wavelenght"), "wavelength"), + (UniCase::ascii("homosexuais"), "homosexuals"), + (UniCase::ascii("decribed"), "described"), + (UniCase::ascii("alliegance"), "allegiance"), + (UniCase::ascii("falgship"), "flagship"), + (UniCase::ascii("inbetwen"), "inbetween"), + (UniCase::ascii("penninsular"), "peninsular"), + (UniCase::ascii("epidsodes"), "episodes"), + (UniCase::ascii("immortalises"), "immortalizes"), + (UniCase::ascii("organzier"), "organizer"), + (UniCase::ascii("junlging"), "jungling"), + (UniCase::ascii("backgorunds"), "backgrounds"), + (UniCase::ascii("respectuful"), "respectful"), + (UniCase::ascii("repeatadly"), "repeatedly"), + (UniCase::ascii("legendarisk"), "legendaries"), + (UniCase::ascii("maginficent"), "magnificent"), + (UniCase::ascii("groynes"), "groins"), + (UniCase::ascii("columnas"), "columns"), + (UniCase::ascii("stupidfree"), "stupider"), + (UniCase::ascii("unsubstansiated"), "unsubstantiated"), + (UniCase::ascii("impossbily"), "impossibly"), + (UniCase::ascii("mexcians"), "mexicans"), + (UniCase::ascii("ethincities"), "ethnicities"), + (UniCase::ascii("characterizaton"), "characterization"), + (UniCase::ascii("aritmethic"), "arithmetic"), + (UniCase::ascii("litre"), "liter"), + (UniCase::ascii("themsef"), "themself"), + (UniCase::ascii("requriements"), "requirements"), + (UniCase::ascii("simlutaneous"), "simultaneous"), + (UniCase::ascii("regresives"), "regressive"), + (UniCase::ascii("rectangluar"), "rectangular"), + (UniCase::ascii("futureus"), "futures"), + (UniCase::ascii("homophopia"), "homophobia"), + (UniCase::ascii("speach"), "speech"), + (UniCase::ascii("numericable"), "numerical"), + (UniCase::ascii("replacemnet"), "replacements"), + (UniCase::ascii("astronimical"), "astronomical"), + (UniCase::ascii("compinsating"), "compensating"), + (UniCase::ascii("eliminaste"), "eliminates"), + (UniCase::ascii("orginally"), "originally"), + (UniCase::ascii("serialises"), "serializes"), + (UniCase::ascii("sociophatic"), "sociopathic"), + (UniCase::ascii("enclsoure"), "enclosure"), + (UniCase::ascii("musilms"), "muslims"), + (UniCase::ascii("demsond"), "desmond"), + (UniCase::ascii("develpoments"), "developments"), + (UniCase::ascii("cockatils"), "cocktails"), + (UniCase::ascii("existental"), "existential"), + (UniCase::ascii("grieifng"), "griefing"), + (UniCase::ascii("inquisitir"), "inquisitor"), + (UniCase::ascii("vessells"), "vessels"), + (UniCase::ascii("prostitiute"), "prostitute"), + (UniCase::ascii("syllabels"), "syllables"), + (UniCase::ascii("uncatalogued"), "uncataloged"), + (UniCase::ascii("animostiy"), "animosity"), + (UniCase::ascii("progresssing"), "progressing"), + (UniCase::ascii("nutrituous"), "nutritious"), + (UniCase::ascii("firefigher"), "firefighter"), + (UniCase::ascii("errupted"), "erupted"), + (UniCase::ascii("demonstrerat"), "demonstrate"), + (UniCase::ascii("quaruntine"), "quarantine"), + (UniCase::ascii("somethinmg"), "somethings"), + (UniCase::ascii("politiikan"), "politician"), + (UniCase::ascii("midfileder"), "midfielder"), + (UniCase::ascii("realitvely"), "relatively"), + (UniCase::ascii("occurences"), "occurrences"), + (UniCase::ascii("incremenets"), "increments"), + (UniCase::ascii("eyebals"), "eyeballs"), + (UniCase::ascii("posessing"), "possessing"), + (UniCase::ascii("behaviorial"), "behavioral"), + (UniCase::ascii("exhaustivo"), "exhaustion"), + (UniCase::ascii("harboured"), "harbored"), + (UniCase::ascii("impeckable"), "impeccable"), + (UniCase::ascii("carefullly"), "carefully"), + (UniCase::ascii("catherdal"), "cathedral"), + (UniCase::ascii("reapirs"), "repairs"), + (UniCase::ascii("camouflagued"), "camouflage"), + (UniCase::ascii("suspensie"), "suspense"), + (UniCase::ascii("amplifiy"), "amplify"), + (UniCase::ascii("randonmess"), "randomness"), + (UniCase::ascii("viloently"), "violently"), + (UniCase::ascii("garnola"), "granola"), + (UniCase::ascii("severly"), "severely"), + (UniCase::ascii("cholrine"), "chlorine"), + (UniCase::ascii("conferming"), "confirming"), + (UniCase::ascii("turthfully"), "truthfully"), + (UniCase::ascii("privatisation"), "privatization"), + (UniCase::ascii("sodomised"), "sodomized"), + (UniCase::ascii("cynaide"), "cyanide"), + (UniCase::ascii("opthalmology"), "ophthalmology"), + (UniCase::ascii("delibaretely"), "deliberately"), + (UniCase::ascii("silders"), "sliders"), + (UniCase::ascii("mucisians"), "musicians"), + (UniCase::ascii("constitude"), "constitute"), + (UniCase::ascii("offspirng"), "offspring"), + (UniCase::ascii("dramatisations"), "dramatizations"), + (UniCase::ascii("hypnotised"), "hypnotized"), + (UniCase::ascii("conservacion"), "conservation"), + (UniCase::ascii("rennovation"), "renovation"), + (UniCase::ascii("frustrasion"), "frustrations"), + (UniCase::ascii("dinasours"), "dinosaurs"), + (UniCase::ascii("convincted"), "convince"), + (UniCase::ascii("criticiszing"), "criticising"), + (UniCase::ascii("definitin"), "definitions"), + (UniCase::ascii("psychyatrist"), "psychiatrist"), + (UniCase::ascii("catagory"), "category"), + (UniCase::ascii("repeatible"), "repeatable"), + (UniCase::ascii("thiunk"), "think"), + (UniCase::ascii("algorithems"), "algorithm"), + (UniCase::ascii("reciporcated"), "reciprocate"), + (UniCase::ascii("konfiguration"), "configuration"), + (UniCase::ascii("fragmet"), "fragment"), + (UniCase::ascii("dynastry"), "dynasty"), + (UniCase::ascii("insustainable"), "unsustainable"), + (UniCase::ascii("nightmeres"), "nightmares"), + (UniCase::ascii("spectracal"), "spectral"), + (UniCase::ascii("trotilla"), "tortilla"), + (UniCase::ascii("misdemenors"), "misdemeanors"), + (UniCase::ascii("phsyique"), "physique"), + (UniCase::ascii("incarseration"), "incarceration"), + (UniCase::ascii("anoreixa"), "anorexia"), + (UniCase::ascii("blegium"), "belgium"), + (UniCase::ascii("eveyr"), "every"), + (UniCase::ascii("kilomoters"), "kilometers"), + (UniCase::ascii("unbeknowst"), "unbeknownst"), + (UniCase::ascii("psychopats"), "psychopaths"), + (UniCase::ascii("prioritising"), "prioritizing"), + (UniCase::ascii("nationaal"), "national"), + (UniCase::ascii("alleigance"), "allegiance"), + (UniCase::ascii("deducatble"), "deductible"), + (UniCase::ascii("archetpye"), "archetype"), + (UniCase::ascii("inconsistenties"), "inconsistencies"), + (UniCase::ascii("saturacion"), "saturation"), + (UniCase::ascii("indetification"), "identification"), + (UniCase::ascii("excellant"), "excellent"), + (UniCase::ascii("incpetion"), "inception"), + (UniCase::ascii("drnik"), "drink"), + (UniCase::ascii("jamaicia"), "jamaica"), + (UniCase::ascii("malfuncion"), "malfunction"), + (UniCase::ascii("solemnises"), "solemnizes"), + (UniCase::ascii("treasurs"), "treasures"), + (UniCase::ascii("tranistions"), "transitions"), + (UniCase::ascii("slaughterd"), "slaughtered"), + (UniCase::ascii("asphlat"), "asphalt"), + (UniCase::ascii("morotola"), "motorola"), + (UniCase::ascii("aggreed"), "agreed"), + (UniCase::ascii("disclousre"), "disclosure"), + (UniCase::ascii("reevalulate"), "reevaluate"), + (UniCase::ascii("esential"), "essential"), + (UniCase::ascii("garabge"), "garbage"), + (UniCase::ascii("facilitait"), "facilitate"), + (UniCase::ascii("argumentitive"), "argumentative"), + (UniCase::ascii("ridiculouly"), "ridiculously"), + (UniCase::ascii("incarnacion"), "incarnation"), + (UniCase::ascii("abondons"), "abandons"), + (UniCase::ascii("nto"), "not"), + (UniCase::ascii("whipsering"), "whispering"), + (UniCase::ascii("incunabla"), "incunabula"), + (UniCase::ascii("wallpapes"), "wallpapers"), + (UniCase::ascii("spartaniis"), "spartans"), + (UniCase::ascii("incomfortable"), "uncomfortable"), + (UniCase::ascii("monothilic"), "monolithic"), + (UniCase::ascii("hostiliy"), "hostility"), + (UniCase::ascii("aboslve"), "absolve"), + (UniCase::ascii("mypsace"), "myspace"), + (UniCase::ascii("traditition"), "tradition"), + (UniCase::ascii("adequit"), "adequate"), + (UniCase::ascii("behavoirs"), "behaviors"), + (UniCase::ascii("rectangual"), "rectangular"), + (UniCase::ascii("fantasmically"), "fantastically"), + (UniCase::ascii("vitroil"), "vitriol"), + (UniCase::ascii("vasectomey"), "vasectomy"), + (UniCase::ascii("kindergaten"), "kindergarten"), + (UniCase::ascii("substitue"), "substitute"), + (UniCase::ascii("thiests"), "theists"), + (UniCase::ascii("masturbathe"), "masturbated"), + (UniCase::ascii("arugable"), "arguable"), + (UniCase::ascii("justificstion"), "justifications"), + (UniCase::ascii("karakoe"), "karaoke"), + (UniCase::ascii("coulndt"), "couldnt"), + (UniCase::ascii("plethorian"), "plethora"), + (UniCase::ascii("photograpers"), "photographers"), + (UniCase::ascii("guidence"), "guidance"), + (UniCase::ascii("inevetably"), "inevitably"), + (UniCase::ascii("firefigthers"), "firefighters"), + (UniCase::ascii("bluetooh"), "bluetooth"), + (UniCase::ascii("grilfriends"), "girlfriends"), + (UniCase::ascii("counsellling"), "counselling"), + (UniCase::ascii("soveregnity"), "sovereignty"), + (UniCase::ascii("conventionnal"), "conventional"), + (UniCase::ascii("possiby"), "possibly"), + (UniCase::ascii("confrentational"), "confrontational"), + (UniCase::ascii("projektile"), "projectile"), + (UniCase::ascii("vaguelly"), "vaguely"), + (UniCase::ascii("balcked"), "blacked"), + (UniCase::ascii("fundamentalismo"), "fundamentals"), + (UniCase::ascii("organising"), "organizing"), + (UniCase::ascii("cudgelled"), "cudgeled"), + (UniCase::ascii("accumilate"), "accumulate"), + (UniCase::ascii("condemnd"), "condemned"), + (UniCase::ascii("distint"), "distinct"), + (UniCase::ascii("initalises"), "initialises"), + (UniCase::ascii("strawberrries"), "strawberries"), + (UniCase::ascii("hounour"), "honour"), + (UniCase::ascii("registrating"), "registration"), + (UniCase::ascii("programmets"), "programmers"), + (UniCase::ascii("socialistes"), "socialists"), + (UniCase::ascii("haemorrhaging"), "hemorrhaging"), + (UniCase::ascii("elementrary"), "elementary"), + (UniCase::ascii("blatanty"), "blatantly"), + (UniCase::ascii("entertianment"), "entertainment"), + (UniCase::ascii("writen"), "written"), + (UniCase::ascii("miserabley"), "miserably"), + (UniCase::ascii("nigthclub"), "nightclub"), + (UniCase::ascii("rationalle"), "rationale"), + (UniCase::ascii("torchilght"), "torchlight"), + (UniCase::ascii("licencing"), "licensing"), + (UniCase::ascii("conciderable"), "considerable"), + (UniCase::ascii("orgasmus"), "orgasms"), + (UniCase::ascii("contradicitons"), "contradictions"), + (UniCase::ascii("unsubstantiaed"), "unsubstantiated"), + (UniCase::ascii("comfrontational"), "confrontational"), + (UniCase::ascii("discrepany"), "discrepancy"), + (UniCase::ascii("hamitlon"), "hamilton"), + (UniCase::ascii("shcooled"), "schooled"), + (UniCase::ascii("misogynisic"), "misogynistic"), + (UniCase::ascii("indocternated"), "indoctrinated"), + (UniCase::ascii("arrestes"), "arrests"), + (UniCase::ascii("buisnessmen"), "businessmen"), + (UniCase::ascii("ininteresting"), "uninteresting"), + (UniCase::ascii("trampolene"), "trampoline"), + (UniCase::ascii("cupbaord"), "cupboard"), + (UniCase::ascii("subsquently"), "subsequently"), + (UniCase::ascii("distribuie"), "distribute"), + (UniCase::ascii("tomatos"), "tomatoes"), + (UniCase::ascii("recipees"), "recipes"), + (UniCase::ascii("contacs"), "contacts"), + (UniCase::ascii("excecute"), "execute"), + (UniCase::ascii("interactons"), "interacts"), + (UniCase::ascii("coprses"), "corpses"), + (UniCase::ascii("wnat"), "want"), + (UniCase::ascii("headses"), "headsets"), + (UniCase::ascii("accomadations"), "accommodations"), + (UniCase::ascii("franlkin"), "franklin"), + (UniCase::ascii("devovle"), "devolve"), + (UniCase::ascii("reminscient"), "reminiscent"), + (UniCase::ascii("mataphysical"), "metaphysical"), + (UniCase::ascii("sixtin"), "sistine"), + (UniCase::ascii("conditionner"), "conditioner"), + (UniCase::ascii("psychologyst"), "psychologist"), + (UniCase::ascii("lateration"), "alteration"), + (UniCase::ascii("referrence"), "reference"), + (UniCase::ascii("ellingotn"), "ellington"), + (UniCase::ascii("unorginial"), "unoriginal"), + (UniCase::ascii("metropolitcan"), "metropolitan"), + (UniCase::ascii("chivaly"), "chivalry"), + (UniCase::ascii("glitchty"), "glitchy"), + (UniCase::ascii("speciatly"), "specialty"), + (UniCase::ascii("aleinated"), "alienated"), + (UniCase::ascii("caluiflower"), "cauliflower"), + (UniCase::ascii("restrictied"), "restrictive"), + (UniCase::ascii("positionl"), "positional"), + (UniCase::ascii("metophorical"), "metaphorical"), + (UniCase::ascii("geogrpahically"), "geographically"), + (UniCase::ascii("acousitc"), "acoustic"), + (UniCase::ascii("elecrto"), "electro"), + (UniCase::ascii("bigrading"), "brigading"), + (UniCase::ascii("denomonation"), "denomination"), + (UniCase::ascii("continously"), "continuously"), + (UniCase::ascii("expirementing"), "experimenting"), + (UniCase::ascii("rhymme"), "rhyme"), + (UniCase::ascii("retailation"), "retaliation"), + (UniCase::ascii("impliciet"), "implicit"), + (UniCase::ascii("spotfiy"), "spotify"), + (UniCase::ascii("homoeopathic"), "homeopathic"), + (UniCase::ascii("anecdatally"), "anecdotally"), + (UniCase::ascii("sphereos"), "spheres"), + (UniCase::ascii("epilgoue"), "epilogue"), + (UniCase::ascii("competiton"), "competition"), + (UniCase::ascii("tumour"), "tumor"), + (UniCase::ascii("unsubscrbe"), "unsubscribe"), + (UniCase::ascii("acomplished"), "accomplished"), + (UniCase::ascii("condescencion"), "condescension"), + (UniCase::ascii("inapproprate"), "inappropriate"), + (UniCase::ascii("entrepreneures"), "entrepreneurs"), + (UniCase::ascii("styrofom"), "styrofoam"), + (UniCase::ascii("equalisation"), "equalization"), + (UniCase::ascii("acovados"), "avocados"), + (UniCase::ascii("indepenent"), "independent"), + (UniCase::ascii("milisecond"), "millisecond"), + (UniCase::ascii("persecutie"), "persecuted"), + (UniCase::ascii("successfull"), "successful"), + (UniCase::ascii("integrarlo"), "integral"), + (UniCase::ascii("barrells"), "barrels"), + (UniCase::ascii("chanpionships"), "championships"), + (UniCase::ascii("slighty"), "slightly"), + (UniCase::ascii("accicently"), "accidently"), + (UniCase::ascii("decentraliced"), "decentralized"), + (UniCase::ascii("longitme"), "longtime"), + (UniCase::ascii("soemthings"), "somethings"), + (UniCase::ascii("initalized"), "initialized"), + (UniCase::ascii("konservatism"), "conservatism"), + (UniCase::ascii("profesisonal"), "professionals"), + (UniCase::ascii("sattelites"), "satellites"), + (UniCase::ascii("extemporisation"), "extemporization"), + (UniCase::ascii("spolied"), "spoiled"), + (UniCase::ascii("comparitve"), "comparative"), + (UniCase::ascii("moruning"), "mourning"), + (UniCase::ascii("reigining"), "reigning"), + (UniCase::ascii("absailing"), "abseiling"), + (UniCase::ascii("counsoling"), "counseling"), + (UniCase::ascii("hairstlye"), "hairstyle"), + (UniCase::ascii("necromacer"), "necromancer"), + (UniCase::ascii("rostaing"), "roasting"), + (UniCase::ascii("interferece"), "interference"), + (UniCase::ascii("apacolypse"), "apocalypse"), + (UniCase::ascii("antagonstic"), "antagonist"), + (UniCase::ascii("co-incided"), "coincided"), + (UniCase::ascii("commissionar"), "commissioner"), + (UniCase::ascii("slefies"), "selfies"), + (UniCase::ascii("ukraininans"), "ukrainians"), + (UniCase::ascii("hospitalising"), "hospitalizing"), + (UniCase::ascii("subtletly"), "subtlety"), + (UniCase::ascii("analysisto"), "analysts"), + (UniCase::ascii("requerimento"), "requirement"), + (UniCase::ascii("heistant"), "hesitant"), + (UniCase::ascii("pepperin"), "pepperoni"), + (UniCase::ascii("inutitively"), "intuitively"), + (UniCase::ascii("regluar"), "regular"), + (UniCase::ascii("pancaks"), "pancakes"), + (UniCase::ascii("tricolours"), "tricolors"), + (UniCase::ascii("fromidable"), "formidable"), + (UniCase::ascii("rezurrection"), "resurrection"), + (UniCase::ascii("bicthes"), "bitches"), + (UniCase::ascii("hypethetically"), "hypothetically"), + (UniCase::ascii("strucutral"), "structural"), + (UniCase::ascii("acomplishments"), "accomplishments"), + (UniCase::ascii("jurisidction"), "jurisdiction"), + (UniCase::ascii("licences"), "licenses"), + (UniCase::ascii("manufactureres"), "manufacturers"), + (UniCase::ascii("porshon"), "portion"), + (UniCase::ascii("inefficienct"), "inefficient"), + (UniCase::ascii("figuritively"), "figuratively"), + (UniCase::ascii("practicess"), "practise"), + (UniCase::ascii("helictoper"), "helicopters"), + (UniCase::ascii("deliviered"), "delivered"), + (UniCase::ascii("eqautions"), "equations"), + (UniCase::ascii("sceptically"), "skeptically"), + (UniCase::ascii("arthimetic"), "arithmetic"), + (UniCase::ascii("stationnary"), "stationary"), + (UniCase::ascii("intermettent"), "intermittent"), + (UniCase::ascii("sucessive"), "successive"), + (UniCase::ascii("asociated"), "associated"), + (UniCase::ascii("doosmday"), "doomsday"), + (UniCase::ascii("witht"), "with"), + (UniCase::ascii("annilihated"), "annihilated"), + (UniCase::ascii("interregation"), "interrogation"), + (UniCase::ascii("enginereed"), "engineered"), + (UniCase::ascii("winnpieg"), "winnipeg"), + (UniCase::ascii("unforgiveble"), "unforgivable"), + (UniCase::ascii("mutatiohn"), "mutation"), + (UniCase::ascii("unfriednly"), "unfriendly"), + (UniCase::ascii("construst"), "constructs"), + (UniCase::ascii("contradicion"), "contradiction"), + (UniCase::ascii("dissonante"), "dissonance"), + (UniCase::ascii("controlles"), "controls"), + (UniCase::ascii("deodorising"), "deodorizing"), + (UniCase::ascii("responcive"), "responsive"), + (UniCase::ascii("achilleos"), "achilles"), + (UniCase::ascii("fallicious"), "fallacious"), + (UniCase::ascii("photagraphers"), "photographers"), + (UniCase::ascii("unreleated"), "unreleased"), + (UniCase::ascii("naieve"), "naive"), + (UniCase::ascii("terminalogy"), "terminology"), + (UniCase::ascii("swiftley"), "swiftly"), + (UniCase::ascii("fluorish"), "flourish"), + (UniCase::ascii("simplifyng"), "simplifying"), + (UniCase::ascii("propriotary"), "proprietary"), + (UniCase::ascii("severeid"), "severed"), + (UniCase::ascii("tattooes"), "tattoos"), + (UniCase::ascii("subscribbers"), "subscribers"), + (UniCase::ascii("braodly"), "broadly"), + (UniCase::ascii("manufacutres"), "manufactures"), + (UniCase::ascii("scrutinised"), "scrutinized"), + (UniCase::ascii("occurance"), "occurrence"), + (UniCase::ascii("photogropher"), "photographer"), + (UniCase::ascii("guantanameow"), "guantanamo"), + (UniCase::ascii("unknowinly"), "unknowingly"), + (UniCase::ascii("separatron"), "separation"), + (UniCase::ascii("battelfront"), "battlefront"), + (UniCase::ascii("greenhosue"), "greenhouse"), + (UniCase::ascii("medioce"), "mediocre"), + (UniCase::ascii("appreciateive"), "appreciative"), + (UniCase::ascii("insuccessful"), "unsuccessful"), + (UniCase::ascii("parameteres"), "parameters"), + (UniCase::ascii("balitmore"), "baltimore"), + (UniCase::ascii("regenaration"), "regeneration"), + (UniCase::ascii("voilently"), "violently"), + (UniCase::ascii("undermineres"), "undermines"), + (UniCase::ascii("unrealisitc"), "unrealistic"), + (UniCase::ascii("affiliction"), "affiliation"), + (UniCase::ascii("prohibitted"), "prohibited"), + (UniCase::ascii("hallcuination"), "hallucination"), + (UniCase::ascii("austrailan"), "australian"), + (UniCase::ascii("pursiut"), "pursuit"), + (UniCase::ascii("sucessfuly"), "successfully"), + (UniCase::ascii("ackward"), "awkward"), + (UniCase::ascii("posessed"), "possessed"), + (UniCase::ascii("profesions"), "profession"), + (UniCase::ascii("prohibt"), "prohibit"), + (UniCase::ascii("agknowledged"), "acknowledged"), + (UniCase::ascii("flourine"), "fluorine"), + (UniCase::ascii("proficiancy"), "proficiency"), + (UniCase::ascii("sophisitcated"), "sophisticated"), + (UniCase::ascii("tacticas"), "tactics"), + (UniCase::ascii("affintiy"), "affinity"), + (UniCase::ascii("exclusivily"), "exclusivity"), + (UniCase::ascii("respondis"), "responds"), + (UniCase::ascii("memorie"), "memory"), + (UniCase::ascii("panellist"), "panelist"), + (UniCase::ascii("plasticos"), "plastics"), + (UniCase::ascii("trudnle"), "trundle"), + (UniCase::ascii("wieghted"), "weighted"), + (UniCase::ascii("occupaiton"), "occupation"), + (UniCase::ascii("influenting"), "influencing"), + (UniCase::ascii("kicthen"), "kitchen"), + (UniCase::ascii("gunniess"), "guinness"), + (UniCase::ascii("fininsh"), "finnish"), + (UniCase::ascii("reconisder"), "reconsider"), + (UniCase::ascii("hosptialized"), "hospitalized"), + (UniCase::ascii("ther"), "there"), + (UniCase::ascii("complets"), "completes"), + (UniCase::ascii("procrastinaton"), "procrastination"), + (UniCase::ascii("pronouced"), "pronounced"), + (UniCase::ascii("antagonostic"), "antagonist"), + (UniCase::ascii("astronat"), "astronaut"), + (UniCase::ascii("multipalyer"), "multiplayer"), + (UniCase::ascii("neccessities"), "necessities"), + (UniCase::ascii("adminstered"), "administered"), + (UniCase::ascii("ministerens"), "ministers"), + (UniCase::ascii("enterpirse"), "enterprise"), + (UniCase::ascii("argumentos"), "arguments"), + (UniCase::ascii("legislatiors"), "legislators"), + (UniCase::ascii("complimentoni"), "complimenting"), + (UniCase::ascii("inevitibly"), "inevitably"), + (UniCase::ascii("consicence"), "conscience"), + (UniCase::ascii("complicaed"), "complicate"), + (UniCase::ascii("vampirs"), "vampires"), + (UniCase::ascii("powerhorse"), "powerhouse"), + (UniCase::ascii("cubcile"), "cubicle"), + (UniCase::ascii("luanches"), "launches"), + (UniCase::ascii("predatobr"), "predator"), + (UniCase::ascii("depcits"), "depicts"), + (UniCase::ascii("impluses"), "impulses"), + (UniCase::ascii("conjuncion"), "conjunction"), + (UniCase::ascii("recruitcs"), "recruits"), + (UniCase::ascii("dissapearance"), "disappearance"), + (UniCase::ascii("retributioon"), "retribution"), + (UniCase::ascii("wawrick"), "warwick"), + (UniCase::ascii("intruige"), "intrigue"), + (UniCase::ascii("appropraite"), "appropriate"), + (UniCase::ascii("nostalgisch"), "nostalgic"), + (UniCase::ascii("complainging"), "complaining"), + (UniCase::ascii("cirucmference"), "circumference"), + (UniCase::ascii("psychoanalyse"), "psychoanalyze"), + (UniCase::ascii("problamatic"), "problematic"), + (UniCase::ascii("techanically"), "mechanically"), + (UniCase::ascii("inaccuraces"), "inaccuracies"), + (UniCase::ascii("mouthpeice"), "mouthpiece"), + (UniCase::ascii("aquire"), "acquire"), + (UniCase::ascii("resembe"), "resemble"), + (UniCase::ascii("acknowlegdes"), "acknowledges"), + (UniCase::ascii("palythroughs"), "playthroughs"), + (UniCase::ascii("acknowleded"), "acknowledged"), + (UniCase::ascii("manupilating"), "manipulating"), + (UniCase::ascii("strecthing"), "stretching"), + (UniCase::ascii("obstacal"), "obstacle"), + (UniCase::ascii("predujice"), "prejudice"), + (UniCase::ascii("suspiciuos"), "suspicions"), + (UniCase::ascii("stateman"), "statesman"), + (UniCase::ascii("regulary"), "regularly"), + (UniCase::ascii("hurricanger"), "hurricane"), + (UniCase::ascii("flippade"), "flipped"), + (UniCase::ascii("importanty"), "importantly"), + (UniCase::ascii("glitchly"), "glitchy"), + (UniCase::ascii("protaginist"), "protagonist"), + (UniCase::ascii("passivisation"), "passivization"), + (UniCase::ascii("deducitble"), "deductible"), + (UniCase::ascii("compairson"), "comparison"), + (UniCase::ascii("asshatts"), "asshats"), + (UniCase::ascii("importence"), "importance"), + (UniCase::ascii("earthquakers"), "earthquakes"), + (UniCase::ascii("chrenobyl"), "chernobyl"), + (UniCase::ascii("exchangees"), "exchanges"), + (UniCase::ascii("oxidising"), "oxidizing"), + (UniCase::ascii("efficent"), "efficient"), + (UniCase::ascii("mecahnisms"), "mechanisms"), + (UniCase::ascii("comperhend"), "comprehend"), + (UniCase::ascii("evelation"), "elevation"), + (UniCase::ascii("flavoures"), "flavours"), + (UniCase::ascii("contaminen"), "containment"), + (UniCase::ascii("apporpriate"), "appropriate"), + (UniCase::ascii("princila"), "principals"), + (UniCase::ascii("esitmated"), "estimated"), + (UniCase::ascii("unemploymed"), "unemployed"), + (UniCase::ascii("inexpectedly"), "unexpectedly"), + (UniCase::ascii("customizible"), "customizable"), + (UniCase::ascii("autocorect"), "autocorrect"), + (UniCase::ascii("miracalous"), "miraculous"), + (UniCase::ascii("banannas"), "bananas"), + (UniCase::ascii("planetwalker"), "planeswalker"), + (UniCase::ascii("interchangeablely"), "interchangeably"), + (UniCase::ascii("contingancy"), "contingency"), + (UniCase::ascii("overwath"), "overwatch"), + (UniCase::ascii("prejucide"), "prejudice"), + (UniCase::ascii("caluclators"), "calculators"), + (UniCase::ascii("therepeutic"), "therapeutic"), + (UniCase::ascii("negogiated"), "negotiated"), + (UniCase::ascii("concluso"), "conclusion"), + (UniCase::ascii("refelxes"), "reflexes"), + (UniCase::ascii("trianwreck"), "trainwreck"), + (UniCase::ascii("anonymousny"), "anonymously"), + (UniCase::ascii("castatrophe"), "catastrophe"), + (UniCase::ascii("duaghter"), "daughter"), + (UniCase::ascii("mobilisation"), "mobilization"), + (UniCase::ascii("hungarin"), "hungarian"), + (UniCase::ascii("spiralled"), "spiraled"), + (UniCase::ascii("oversimplificaton"), "oversimplification"), + (UniCase::ascii("heroicos"), "heroics"), + (UniCase::ascii("criticms"), "critics"), + (UniCase::ascii("settins"), "settings"), + (UniCase::ascii("dividens"), "dividends"), + (UniCase::ascii("successivo"), "succession"), + (UniCase::ascii("absolutey"), "absolutely"), + (UniCase::ascii("prosocuted"), "prosecuted"), + (UniCase::ascii("dependenices"), "dependencies"), + (UniCase::ascii("anthropolgy"), "anthropology"), + (UniCase::ascii("ethcially"), "ethically"), + (UniCase::ascii("contentants"), "contestants"), + (UniCase::ascii("periwankle"), "periwinkle"), + (UniCase::ascii("iranina"), "iranian"), + (UniCase::ascii("narcissict"), "narcissist"), + (UniCase::ascii("hypothesees"), "hypotheses"), + (UniCase::ascii("intesnely"), "intensely"), + (UniCase::ascii("deregulaiton"), "deregulation"), + (UniCase::ascii("illustraion"), "illustration"), + (UniCase::ascii("exclimation"), "exclamation"), + (UniCase::ascii("pharmacs"), "pharmacist"), + (UniCase::ascii("immunise"), "immunize"), + (UniCase::ascii("anaesthetises"), "anesthetizes"), + (UniCase::ascii("tempets"), "tempest"), + (UniCase::ascii("mindcrak"), "mindcrack"), + (UniCase::ascii("invididually"), "individually"), + (UniCase::ascii("deprovation"), "deprivation"), + (UniCase::ascii("buddisht"), "buddhist"), + (UniCase::ascii("phenomonenon"), "phenomenon"), + (UniCase::ascii("inproductive"), "unproductive"), + (UniCase::ascii("signatue"), "signatures"), + (UniCase::ascii("continants"), "continents"), + (UniCase::ascii("poluting"), "polluting"), + (UniCase::ascii("copehnagen"), "copenhagen"), + (UniCase::ascii("distirbutor"), "distributor"), + (UniCase::ascii("productoin"), "productions"), + (UniCase::ascii("misunderstandimg"), "misunderstandings"), + (UniCase::ascii("equilavent"), "equivalent"), + (UniCase::ascii("outragious"), "outrageous"), + (UniCase::ascii("composiiton"), "compositions"), + (UniCase::ascii("dissapeared"), "disappeared"), + (UniCase::ascii("archetyps"), "archetypes"), + (UniCase::ascii("incompatibil"), "incompatible"), + (UniCase::ascii("restructing"), "restricting"), + (UniCase::ascii("indigenos"), "indigenous"), + (UniCase::ascii("fanserivce"), "fanservice"), + (UniCase::ascii("dyshporia"), "dysphoria"), + (UniCase::ascii("patroit"), "patriot"), + (UniCase::ascii("hydropile"), "hydrophile"), + (UniCase::ascii("breatsfeeding"), "breastfeeding"), + (UniCase::ascii("ominscient"), "omniscient"), + (UniCase::ascii("immigrato"), "immigration"), + (UniCase::ascii("roganisms"), "organisms"), + (UniCase::ascii("firwmare"), "firmware"), + (UniCase::ascii("unusuable"), "unusable"), + (UniCase::ascii("agrieved"), "aggrieved"), + (UniCase::ascii("goddammt"), "goddammit"), + (UniCase::ascii("hypnoss"), "hypnosis"), + (UniCase::ascii("pacthes"), "patches"), + (UniCase::ascii("prescripton"), "prescription"), + (UniCase::ascii("feminsits"), "feminists"), + (UniCase::ascii("predicat"), "predict"), + (UniCase::ascii("capabilites"), "capabilities"), + (UniCase::ascii("photoshooped"), "photoshopped"), + (UniCase::ascii("descuss"), "discuss"), + (UniCase::ascii("constracting"), "constructing"), + (UniCase::ascii("addopted"), "adopted"), + (UniCase::ascii("mairjuana"), "marijuana"), + (UniCase::ascii("definitavely"), "definitively"), + (UniCase::ascii("interent"), "internet"), + (UniCase::ascii("alchol"), "alcohol"), + (UniCase::ascii("liasion"), "liaison"), + (UniCase::ascii("addtional"), "additional"), + (UniCase::ascii("percantage"), "percentage"), + (UniCase::ascii("exinct"), "extinct"), + (UniCase::ascii("implementaion"), "implementation"), + (UniCase::ascii("respone"), "response"), + (UniCase::ascii("circumsice"), "circumcised"), + (UniCase::ascii("outnumbred"), "outnumbered"), + (UniCase::ascii("desparately"), "desperately"), + (UniCase::ascii("billioniares"), "billionaires"), + (UniCase::ascii("territores"), "territories"), + (UniCase::ascii("infograhic"), "infographic"), + (UniCase::ascii("orangers"), "oranges"), + (UniCase::ascii("suppressin"), "suppression"), + (UniCase::ascii("consenquently"), "consequently"), + (UniCase::ascii("expanssion"), "expansions"), + (UniCase::ascii("balanse"), "balances"), + (UniCase::ascii("girafffe"), "giraffe"), + (UniCase::ascii("tkae"), "take"), + (UniCase::ascii("octopuns"), "octopus"), + (UniCase::ascii("abbreveation"), "abbreviation"), + (UniCase::ascii("negoitations"), "negotiations"), + (UniCase::ascii("headquaters"), "headquarters"), + (UniCase::ascii("spirtied"), "spirited"), + (UniCase::ascii("explotions"), "explosions"), + (UniCase::ascii("undermiming"), "undermining"), + (UniCase::ascii("egytpians"), "egyptians"), + (UniCase::ascii("shareholdes"), "shareholders"), + (UniCase::ascii("sapcebar"), "spacebar"), + (UniCase::ascii("medidating"), "meditating"), + (UniCase::ascii("paranomral"), "paranormal"), + (UniCase::ascii("substantied"), "substantive"), + (UniCase::ascii("tottehnam"), "tottenham"), + (UniCase::ascii("preconveived"), "preconceived"), + (UniCase::ascii("negligance"), "negligence"), + (UniCase::ascii("progressus"), "progresses"), + (UniCase::ascii("cooresponding"), "corresponding"), + (UniCase::ascii("pedophils"), "pedophiles"), + (UniCase::ascii("redistribuito"), "redistribution"), + (UniCase::ascii("flametrhower"), "flamethrower"), + (UniCase::ascii("turbins"), "turbines"), + (UniCase::ascii("indiviudally"), "individually"), + (UniCase::ascii("suround"), "surround"), + (UniCase::ascii("disconnectme"), "disconnected"), + (UniCase::ascii("absolue"), "absolute"), + (UniCase::ascii("assimialted"), "assimilate"), + (UniCase::ascii("haorder"), "hoarder"), + (UniCase::ascii("resapwn"), "respawn"), + (UniCase::ascii("comrads"), "comrades"), + (UniCase::ascii("intruments"), "instruments"), + (UniCase::ascii("erroenous"), "erroneous"), + (UniCase::ascii("downstiars"), "downstairs"), + (UniCase::ascii("circumstansial"), "circumstantial"), + (UniCase::ascii("transformarse"), "transformers"), + (UniCase::ascii("gignatic"), "gigantic"), + (UniCase::ascii("propotions"), "proportions"), + (UniCase::ascii("recomends"), "recommends"), + (UniCase::ascii("garuantees"), "guarantees"), + (UniCase::ascii("depcited"), "depicted"), + (UniCase::ascii("intidimation"), "intimidation"), + (UniCase::ascii("independentisme"), "independents"), + (UniCase::ascii("arlingotn"), "arlington"), + (UniCase::ascii("posioned"), "poisoned"), + (UniCase::ascii("prairy"), "prairie"), + (UniCase::ascii("alowed"), "allowed"), + (UniCase::ascii("territorrial"), "territorial"), + (UniCase::ascii("industrias"), "industries"), + (UniCase::ascii("respositories"), "repositories"), + (UniCase::ascii("premines"), "premise"), + (UniCase::ascii("leage"), "league"), + (UniCase::ascii("fertilisers"), "fertilizers"), + (UniCase::ascii("wreckign"), "wrecking"), + (UniCase::ascii("zoinism"), "zionism"), + (UniCase::ascii("oligrachy"), "oligarchy"), + (UniCase::ascii("paederasts"), "pederasts"), + (UniCase::ascii("univesities"), "universities"), + (UniCase::ascii("antibioitic"), "antibiotic"), + (UniCase::ascii("disciplins"), "disciplines"), + (UniCase::ascii("senzationalism"), "sensationalism"), + (UniCase::ascii("stainlees"), "stainless"), + (UniCase::ascii("alomst"), "almost"), + (UniCase::ascii("dermatologyst"), "dermatologist"), + (UniCase::ascii("brednan"), "brendan"), + (UniCase::ascii("monitoreada"), "monitored"), + (UniCase::ascii("intillectually"), "intellectually"), + (UniCase::ascii("shwashank"), "shawshank"), + (UniCase::ascii("protoganist"), "protagonist"), + (UniCase::ascii("inutition"), "intuition"), + (UniCase::ascii("adorbale"), "adorable"), + (UniCase::ascii("supplamental"), "supplemental"), + (UniCase::ascii("anihilation"), "annihilation"), + (UniCase::ascii("stpo"), "stop"), + (UniCase::ascii("sympethetic"), "sympathetic"), + (UniCase::ascii("launhed"), "launched"), + (UniCase::ascii("philipines"), "philippines"), + (UniCase::ascii("amaterus"), "amateurs"), + (UniCase::ascii("admiraal"), "admiral"), + (UniCase::ascii("manufacutre"), "manufactures"), + (UniCase::ascii("apreture"), "aperture"), + (UniCase::ascii("stereotypying"), "stereotyping"), + (UniCase::ascii("randomzied"), "randomized"), + (UniCase::ascii("architet"), "architect"), + (UniCase::ascii("careflly"), "carefully"), + (UniCase::ascii("pornogrphy"), "pornography"), + (UniCase::ascii("conditiond"), "conditioned"), + (UniCase::ascii("inadecuate"), "inadequate"), + (UniCase::ascii("counsilors"), "counselors"), + (UniCase::ascii("observaiton"), "observant"), + (UniCase::ascii("goalkeaper"), "goalkeeper"), + (UniCase::ascii("entreprener"), "entrepreneurs"), + (UniCase::ascii("overfapping"), "overlapping"), + (UniCase::ascii("atcualy"), "actualy"), + (UniCase::ascii("agricultue"), "agriculture"), + (UniCase::ascii("depressies"), "depressive"), + (UniCase::ascii("pressurisation"), "pressurization"), + (UniCase::ascii("filesytems"), "filesystem"), + (UniCase::ascii("rhaposdy"), "rhapsody"), + (UniCase::ascii("spoitfy"), "spotify"), + (UniCase::ascii("amphetamenes"), "amphetamines"), + (UniCase::ascii("destinaiton"), "destinations"), + (UniCase::ascii("licencie"), "licence"), + (UniCase::ascii("spectum"), "spectrum"), + (UniCase::ascii("ect"), "etc"), + (UniCase::ascii("monumentos"), "monuments"), + (UniCase::ascii("overcoding"), "overcoming"), + (UniCase::ascii("dimesnional"), "dimensional"), + (UniCase::ascii("palesitnian"), "palestinians"), + (UniCase::ascii("rumuors"), "rumours"), + (UniCase::ascii("analystics"), "analysts"), + (UniCase::ascii("diagnositcs"), "diagnostic"), + (UniCase::ascii("assagne"), "assange"), + (UniCase::ascii("corinthiens"), "corinthians"), + (UniCase::ascii("reinstale"), "reinstalled"), + (UniCase::ascii("approprietly"), "appropriately"), + (UniCase::ascii("interpretarea"), "interpreter"), + (UniCase::ascii("transister"), "transistor"), + (UniCase::ascii("oligarcy"), "oligarchy"), + (UniCase::ascii("sryinge"), "syringe"), + (UniCase::ascii("protectes"), "protects"), + (UniCase::ascii("overcloaking"), "overclocking"), + (UniCase::ascii("forsaw"), "foresaw"), + (UniCase::ascii("indonasian"), "indonesian"), + (UniCase::ascii("vasalls"), "vassals"), + (UniCase::ascii("virginis"), "virgins"), + (UniCase::ascii("warrante"), "warranties"), + (UniCase::ascii("radiane"), "radiance"), + (UniCase::ascii("presumendo"), "presumed"), + (UniCase::ascii("househols"), "households"), + (UniCase::ascii("uncertaintity"), "uncertainty"), + (UniCase::ascii("predections"), "predictions"), + (UniCase::ascii("rightfuly"), "rightfully"), + (UniCase::ascii("prostite"), "prostitute"), + (UniCase::ascii("presentaiton"), "presentations"), + (UniCase::ascii("extensis"), "extensions"), + (UniCase::ascii("passivises"), "passivizes"), + (UniCase::ascii("commissionner"), "commissioner"), + (UniCase::ascii("breserk"), "berserk"), + (UniCase::ascii("refuelling"), "refueling"), + (UniCase::ascii("handlare"), "handler"), + (UniCase::ascii("egotastical"), "egotistical"), + (UniCase::ascii("orphanes"), "orphans"), + (UniCase::ascii("playstye"), "playstyle"), + (UniCase::ascii("collaboratore"), "collaborate"), + (UniCase::ascii("cinematograhy"), "cinematography"), + (UniCase::ascii("vriginity"), "virginity"), + (UniCase::ascii("constantins"), "constants"), + (UniCase::ascii("fatiuge"), "fatigue"), + (UniCase::ascii("resurecting"), "resurrecting"), + (UniCase::ascii("authenticy"), "authenticity"), + (UniCase::ascii("hamburgare"), "hamburger"), + (UniCase::ascii("champange"), "champagne"), + (UniCase::ascii("popularily"), "popularity"), + (UniCase::ascii("positionial"), "positional"), + (UniCase::ascii("imperialfist"), "imperialist"), + (UniCase::ascii("explotacion"), "exploration"), + (UniCase::ascii("lacklusture"), "lackluster"), + (UniCase::ascii("adrelanine"), "adrenaline"), + (UniCase::ascii("inventarlo"), "inventor"), + (UniCase::ascii("specualtions"), "speculation"), + (UniCase::ascii("delevopment"), "development"), + (UniCase::ascii("unconventinal"), "unconventional"), + (UniCase::ascii("historicas"), "historians"), + (UniCase::ascii("unfavourably"), "unfavorably"), + (UniCase::ascii("guarunteed"), "guaranteed"), + (UniCase::ascii("invulnerabe"), "invulnerable"), + (UniCase::ascii("comparason"), "comparison"), + (UniCase::ascii("circumcition"), "circumcision"), + (UniCase::ascii("deplacements"), "replacements"), + (UniCase::ascii("quention"), "quentin"), + (UniCase::ascii("corperations"), "corporations"), + (UniCase::ascii("ecomonical"), "economical"), + (UniCase::ascii("blackbeery"), "blackberry"), + (UniCase::ascii("morphie"), "morphine"), + (UniCase::ascii("forsekin"), "foreskin"), + (UniCase::ascii("ansalisation"), "nasalisation"), + (UniCase::ascii("academicaly"), "academically"), + (UniCase::ascii("slaptoon"), "splatoon"), + (UniCase::ascii("helicopers"), "helicopters"), + (UniCase::ascii("protestent"), "protestant"), + (UniCase::ascii("dribbel"), "dribble"), + (UniCase::ascii("sproutes"), "sprouts"), + (UniCase::ascii("goosepumps"), "goosebumps"), + (UniCase::ascii("encyrpt"), "encrypt"), + (UniCase::ascii("predesposed"), "predisposed"), + (UniCase::ascii("signularity"), "singularity"), + (UniCase::ascii("superposer"), "superpowers"), + (UniCase::ascii("villin"), "villain"), + (UniCase::ascii("despensaries"), "dispensaries"), + (UniCase::ascii("representives"), "representatives"), + (UniCase::ascii("coca cola"), "coca-cola"), + (UniCase::ascii("progrom"), "pogrom"), + (UniCase::ascii("veyr"), "very"), + (UniCase::ascii("bureuacrats"), "bureaucrats"), + (UniCase::ascii("yosimete"), "yosemite"), + (UniCase::ascii("muscualr"), "muscular"), + (UniCase::ascii("tralier"), "trailer"), + (UniCase::ascii("portagonists"), "protagonists"), + (UniCase::ascii("circulacion"), "circulation"), + (UniCase::ascii("phyisque"), "physique"), + (UniCase::ascii("preferenze"), "preference"), + (UniCase::ascii("adminstrative"), "administrative"), + (UniCase::ascii("schizophrena"), "schizophrenia"), + (UniCase::ascii("descandants"), "descendants"), + (UniCase::ascii("edibels"), "edibles"), + (UniCase::ascii("cerimonial"), "ceremonial"), + (UniCase::ascii("centimetres"), "centimeters"), + (UniCase::ascii("fundirse"), "fundies"), + (UniCase::ascii("childres"), "childrens"), + (UniCase::ascii("emergenices"), "emergencies"), + (UniCase::ascii("intrepret"), "interpret"), + (UniCase::ascii("unimpresed"), "unimpressed"), + (UniCase::ascii("checkear"), "checker"), + (UniCase::ascii("archeytpes"), "archetypes"), + (UniCase::ascii("actualiy"), "actuality"), + (UniCase::ascii("submergered"), "submerged"), + (UniCase::ascii("loiusville"), "louisville"), + (UniCase::ascii("minitaure"), "miniature"), + (UniCase::ascii("unvulnerable"), "invulnerable"), + (UniCase::ascii("battlehips"), "battleship"), + (UniCase::ascii("steroetypes"), "stereotypes"), + (UniCase::ascii("freindly"), "friendly"), + (UniCase::ascii("cumpolsory"), "compulsory"), + (UniCase::ascii("interro"), "interior"), + (UniCase::ascii("sovereinity"), "sovereignty"), + (UniCase::ascii("vitenam"), "vietnam"), + (UniCase::ascii("vigoruosly"), "vigorously"), + (UniCase::ascii("burrtios"), "burritos"), + (UniCase::ascii("floridia"), "florida"), + (UniCase::ascii("vocabluary"), "vocabulary"), + (UniCase::ascii("initalised"), "initialised"), + (UniCase::ascii("maruader"), "marauder"), + (UniCase::ascii("deliberatly"), "deliberately"), + (UniCase::ascii("responisble"), "responsible"), + (UniCase::ascii("conversationable"), "conversational"), + (UniCase::ascii("outclasssed"), "outclassed"), + (UniCase::ascii("unbareable"), "unbearable"), + (UniCase::ascii("paramadics"), "paramedics"), + (UniCase::ascii("bitocins"), "bitcoins"), + (UniCase::ascii("ingenius"), "ingenious"), + (UniCase::ascii("multiplyer"), "multiple"), + (UniCase::ascii("framgent"), "fragment"), + (UniCase::ascii("pretaining"), "pertaining"), + (UniCase::ascii("stimulents"), "stimulants"), + (UniCase::ascii("mysoganistic"), "misogynistic"), + (UniCase::ascii("rebouns"), "rebounds"), + (UniCase::ascii("intoxocated"), "intoxicated"), + (UniCase::ascii("unbelizeable"), "unbelievable"), + (UniCase::ascii("defendeers"), "defender"), + (UniCase::ascii("incompatble"), "incompatible"), + (UniCase::ascii("reinfornced"), "reinforced"), + (UniCase::ascii("ressemble"), "resemble"), + (UniCase::ascii("attribue"), "attribute"), + (UniCase::ascii("stubmled"), "stumbled"), + (UniCase::ascii("militais"), "militias"), + (UniCase::ascii("repeadedly"), "repeatedly"), + (UniCase::ascii("identifyable"), "identifiable"), + (UniCase::ascii("meixcans"), "mexicans"), + (UniCase::ascii("factuallity"), "factually"), + (UniCase::ascii("althetics"), "athletics"), + (UniCase::ascii("signficiant"), "significant"), + (UniCase::ascii("expermient"), "experiments"), + (UniCase::ascii("glight"), "flight"), + (UniCase::ascii("episdoe"), "episode"), + (UniCase::ascii("incorpore"), "incorporate"), + (UniCase::ascii("supermarkeds"), "supermarkets"), + (UniCase::ascii("credibilty"), "credibility"), + (UniCase::ascii("overpaied"), "overpaid"), + (UniCase::ascii("taxanomy"), "taxonomy"), + (UniCase::ascii("incomprihensible"), "incomprehensible"), + (UniCase::ascii("collectie"), "collective"), + (UniCase::ascii("dumbbellls"), "dumbbells"), + (UniCase::ascii("frustrats"), "frustrates"), + (UniCase::ascii("archaology"), "archeology"), + (UniCase::ascii("wisconisn"), "wisconsin"), + (UniCase::ascii("afwully"), "awfully"), + (UniCase::ascii("reflecters"), "reflects"), + (UniCase::ascii("siganture"), "signature"), + (UniCase::ascii("tirbunal"), "tribunal"), + (UniCase::ascii("celestail"), "celestial"), + (UniCase::ascii("adminsitrator"), "administrator"), + (UniCase::ascii("illuminista"), "illuminati"), + (UniCase::ascii("excepcional"), "exceptional"), + (UniCase::ascii("interacte"), "interactive"), + (UniCase::ascii("occured"), "occurred"), + (UniCase::ascii("tyelnol"), "tylenol"), + (UniCase::ascii("refershed"), "refreshed"), + (UniCase::ascii("soemthin"), "somethin"), + (UniCase::ascii("buisnesses"), "businesses"), + (UniCase::ascii("ionising"), "ionizing"), + (UniCase::ascii("serviceble"), "serviceable"), + (UniCase::ascii("devistating"), "devastating"), + (UniCase::ascii("economisch"), "economic"), + (UniCase::ascii("objectivication"), "objectification"), + (UniCase::ascii("religiousy"), "religiously"), + (UniCase::ascii("pshycologists"), "psychologists"), + (UniCase::ascii("manafacturer"), "manufacturer"), + (UniCase::ascii("lisence"), "license"), + (UniCase::ascii("revoultion"), "revolution"), + (UniCase::ascii("canoncial"), "canonical"), + (UniCase::ascii("ectsasy"), "ecstasy"), + (UniCase::ascii("promotted"), "promoted"), + (UniCase::ascii("specisl"), "specials"), + (UniCase::ascii("steriliser"), "sterilizer"), + (UniCase::ascii("lannesters"), "lannisters"), + (UniCase::ascii("termianls"), "terminals"), + (UniCase::ascii("jouney"), "journey"), + (UniCase::ascii("fatc"), "fact"), + (UniCase::ascii("alchmeist"), "alchemist"), + (UniCase::ascii("rewritte"), "rewrite"), + (UniCase::ascii("involnerable"), "invulnerable"), + (UniCase::ascii("simualtion"), "simulation"), + (UniCase::ascii("assassinats"), "assassins"), + (UniCase::ascii("liveprool"), "liverpool"), + (UniCase::ascii("pedestrianisation"), "pedestrianization"), + (UniCase::ascii("swaskita"), "swastika"), + (UniCase::ascii("republician"), "republican"), + (UniCase::ascii("undeniabley"), "undeniably"), + (UniCase::ascii("fundamentalista"), "fundamentals"), + (UniCase::ascii("bestaility"), "bestiality"), + (UniCase::ascii("excpetional"), "exceptional"), + (UniCase::ascii("sulphate"), "sulfate"), + (UniCase::ascii("healither"), "healthier"), + (UniCase::ascii("vaibility"), "viability"), + (UniCase::ascii("neurosceince"), "neuroscience"), + (UniCase::ascii("peridinkle"), "periwinkle"), + (UniCase::ascii("liberalising"), "liberalizing"), + (UniCase::ascii("preposturous"), "preposterous"), + (UniCase::ascii("cirticise"), "criticise"), + (UniCase::ascii("cheeseface"), "cheesecake"), + (UniCase::ascii("prejeduces"), "prejudices"), + (UniCase::ascii("installatons"), "installations"), + (UniCase::ascii("cercumstance"), "circumstance"), + (UniCase::ascii("alternar"), "alternator"), + (UniCase::ascii("exponantially"), "exponentially"), + (UniCase::ascii("differances"), "differences"), + (UniCase::ascii("deficately"), "definately"), + (UniCase::ascii("intruducing"), "introducing"), + (UniCase::ascii("abscence"), "absence"), + (UniCase::ascii("expendetures"), "expenditures"), + (UniCase::ascii("beween"), "between"), + (UniCase::ascii("anecdotle"), "anecdote"), + (UniCase::ascii("oragnise"), "organise"), + (UniCase::ascii("directsong"), "directions"), + (UniCase::ascii("grassrooots"), "grassroots"), + (UniCase::ascii("circulationg"), "circulating"), + (UniCase::ascii("proceedure"), "procedure"), + (UniCase::ascii("grappnel"), "grapple"), + (UniCase::ascii("satisfactority"), "satisfactorily"), + (UniCase::ascii("synchronising"), "synchronizing"), + (UniCase::ascii("countes"), "counters"), + (UniCase::ascii("seplling"), "spelling"), + (UniCase::ascii("proveribal"), "proverbial"), + (UniCase::ascii("regocnition"), "recognition"), + (UniCase::ascii("interpresonal"), "interpersonal"), + (UniCase::ascii("earlies"), "earliest"), + (UniCase::ascii("wavelengh"), "wavelength"), + (UniCase::ascii("veiwers"), "viewers"), + (UniCase::ascii("saskatechwan"), "saskatchewan"), + (UniCase::ascii("destryoing"), "destroying"), + (UniCase::ascii("enrolement"), "enrollment"), + (UniCase::ascii("responsiblities"), "responsibilities"), + (UniCase::ascii("instructie"), "instructed"), + (UniCase::ascii("foregin"), "foreign"), + (UniCase::ascii("integrarla"), "integral"), + (UniCase::ascii("curelty"), "cruelty"), + (UniCase::ascii("commites"), "commits"), + (UniCase::ascii("volunteraly"), "voluntarily"), + (UniCase::ascii("plauthroughs"), "playthroughs"), + (UniCase::ascii("umemployment"), "unemployment"), + (UniCase::ascii("boycutting"), "boycotting"), + (UniCase::ascii("approxmiate"), "approximate"), + (UniCase::ascii("publikation"), "publication"), + (UniCase::ascii("cannabil"), "cannibal"), + (UniCase::ascii("collonade"), "colonnade"), + (UniCase::ascii("indugle"), "indulge"), + (UniCase::ascii("guerrila"), "guerrilla"), + (UniCase::ascii("midfeilders"), "midfielders"), + (UniCase::ascii("ilogical"), "illogical"), + (UniCase::ascii("desperatedly"), "desperately"), + (UniCase::ascii("corparation"), "corporation"), + (UniCase::ascii("gauntlents"), "gauntlet"), + (UniCase::ascii("intervenire"), "intervene"), + (UniCase::ascii("altrusitic"), "altruistic"), + (UniCase::ascii("proclami"), "proclaim"), + (UniCase::ascii("feburary"), "february"), + (UniCase::ascii("socilaist"), "socialist"), + (UniCase::ascii("squirrl"), "squirrel"), + (UniCase::ascii("optimisim"), "optimism"), + (UniCase::ascii("signfies"), "signifies"), + (UniCase::ascii("plantes"), "planets"), + (UniCase::ascii("counsilling"), "counselling"), + (UniCase::ascii("nieghborhoods"), "neighborhoods"), + (UniCase::ascii("distractin"), "district"), + (UniCase::ascii("willingless"), "willingness"), + (UniCase::ascii("goegraphically"), "geographically"), + (UniCase::ascii("delcared"), "declared"), + (UniCase::ascii("caridgan"), "cardigan"), + (UniCase::ascii("synegry"), "synergy"), + (UniCase::ascii("emphetamines"), "amphetamines"), + (UniCase::ascii("electricty"), "electricity"), + (UniCase::ascii("lengedaries"), "legendaries"), + (UniCase::ascii("sentemental"), "sentimental"), + (UniCase::ascii("spontaneuosly"), "spontaneously"), + (UniCase::ascii("introdue"), "introduces"), + (UniCase::ascii("mutliated"), "mutilated"), + (UniCase::ascii("sideral"), "sidereal"), + (UniCase::ascii("nostlagia"), "nostalgia"), + (UniCase::ascii("corpsers"), "corpses"), + (UniCase::ascii("gypises"), "gypsies"), + (UniCase::ascii("intellecutally"), "intellectually"), + (UniCase::ascii("cannister"), "canister"), + (UniCase::ascii("shoulndt"), "shouldnt"), + (UniCase::ascii("asutria"), "austria"), + (UniCase::ascii("surrepetitiously"), "surreptitiously"), + (UniCase::ascii("continenets"), "continents"), + (UniCase::ascii("catastrophie"), "catastrophe"), + (UniCase::ascii("substantie"), "substantive"), + (UniCase::ascii("artifcat"), "artifact"), + (UniCase::ascii("shreak"), "shriek"), + (UniCase::ascii("intervenue"), "intervene"), + (UniCase::ascii("guardianes"), "guardians"), + (UniCase::ascii("extraordinairly"), "extraordinarily"), + (UniCase::ascii("alignemnt"), "alignment"), + (UniCase::ascii("serenitary"), "serenity"), + (UniCase::ascii("socioeconmic"), "socioeconomic"), + (UniCase::ascii("imapired"), "impaired"), + (UniCase::ascii("intermitent"), "intermittent"), + (UniCase::ascii("inconveinent"), "inconvenient"), + (UniCase::ascii("polishs"), "polishes"), + (UniCase::ascii("lesibans"), "lesbians"), + (UniCase::ascii("exagerrates"), "exaggerates"), + (UniCase::ascii("affliated"), "affiliated"), + (UniCase::ascii("executioneers"), "executioner"), + (UniCase::ascii("superisor"), "superiors"), + (UniCase::ascii("assassintation"), "assassination"), + (UniCase::ascii("corinthianos"), "corinthians"), + (UniCase::ascii("pinoeer"), "pioneer"), + (UniCase::ascii("prometheas"), "prometheus"), + (UniCase::ascii("nilihism"), "nihilism"), + (UniCase::ascii("hospotality"), "hospitality"), + (UniCase::ascii("hegdehog"), "hedgehog"), + (UniCase::ascii("indianapols"), "indianapolis"), + (UniCase::ascii("immesnely"), "immensely"), + (UniCase::ascii("ciruclating"), "circulating"), + (UniCase::ascii("controdicting"), "contradicting"), + (UniCase::ascii("liecester"), "leicester"), + (UniCase::ascii("politey"), "politely"), + (UniCase::ascii("dismantleing"), "dismantling"), + (UniCase::ascii("acheivement"), "achievement"), + (UniCase::ascii("refereers"), "referees"), + (UniCase::ascii("gamergat"), "gamertag"), + (UniCase::ascii("ressits"), "resists"), + (UniCase::ascii("fashoined"), "fashioned"), + (UniCase::ascii("juadaism"), "judaism"), + (UniCase::ascii("aquired"), "acquired"), + (UniCase::ascii("enterpries"), "enterprises"), + (UniCase::ascii("surrouding"), "surrounding"), + (UniCase::ascii("catholisim"), "catholicism"), + (UniCase::ascii("consoldiated"), "consolidated"), + (UniCase::ascii("misandy"), "misandry"), + (UniCase::ascii("cholesteral"), "cholesterol"), + (UniCase::ascii("destrucive"), "destructive"), + (UniCase::ascii("tyrrany"), "tyranny"), + (UniCase::ascii("bulletpoof"), "bulletproof"), + (UniCase::ascii("aggressivley"), "aggressively"), + (UniCase::ascii("succeeed"), "succeed"), + (UniCase::ascii("anytying"), "anything"), + (UniCase::ascii("libelled"), "libeled"), + (UniCase::ascii("sapphirre"), "sapphire"), + (UniCase::ascii("retrocatively"), "retroactively"), + (UniCase::ascii("belived"), "believed"), + (UniCase::ascii("mountan"), "mountain"), + (UniCase::ascii("marginalisation"), "marginalization"), + (UniCase::ascii("compulisve"), "compulsive"), + (UniCase::ascii("decomposited"), "decomposed"), + (UniCase::ascii("maintance"), "maintenance"), + (UniCase::ascii("hipopotamus"), "hippopotamus"), + (UniCase::ascii("brazillans"), "brazilians"), + (UniCase::ascii("woodworkign"), "woodworking"), + (UniCase::ascii("formalised"), "formalized"), + (UniCase::ascii("misforture"), "misfortune"), + (UniCase::ascii("proselytising"), "proselytizing"), + (UniCase::ascii("positiviely"), "positively"), + (UniCase::ascii("italianos"), "italians"), + (UniCase::ascii("charatable"), "charitable"), + (UniCase::ascii("acquried"), "acquired"), + (UniCase::ascii("resistas"), "resists"), + (UniCase::ascii("patriotisk"), "patriots"), + (UniCase::ascii("pyarmid"), "pyramid"), + (UniCase::ascii("integrering"), "interfering"), + (UniCase::ascii("hypnotise"), "hypnotize"), + (UniCase::ascii("intruiging"), "intriguing"), + (UniCase::ascii("foriegn"), "foreign"), + (UniCase::ascii("forgivenness"), "forgiveness"), + (UniCase::ascii("instantaneos"), "instantaneous"), + (UniCase::ascii("charaterized"), "characterized"), + (UniCase::ascii("adveristy"), "adversity"), + (UniCase::ascii("eulogising"), "eulogizing"), + (UniCase::ascii("preserverd"), "preserved"), + (UniCase::ascii("substracts"), "subtracts"), + (UniCase::ascii("shuoldnt"), "shouldnt"), + (UniCase::ascii("localising"), "localizing"), + (UniCase::ascii("braceletes"), "bracelets"), + (UniCase::ascii("canalise"), "canalize"), + (UniCase::ascii("disclipines"), "disciplines"), + (UniCase::ascii("orhpans"), "orphans"), + (UniCase::ascii("angrilly"), "angrily"), + (UniCase::ascii("billingualism"), "bilingualism"), + (UniCase::ascii("acknoweldge"), "acknowledge"), + (UniCase::ascii("persectued"), "persecuted"), + (UniCase::ascii("unanymous"), "unanimous"), + (UniCase::ascii("undoubtedy"), "undoubtedly"), + (UniCase::ascii("devotin"), "devotion"), + (UniCase::ascii("somehting"), "something"), + (UniCase::ascii("paitence"), "patience"), + (UniCase::ascii("disgustosi"), "disgusts"), + (UniCase::ascii("heorics"), "heroics"), + (UniCase::ascii("mercenarios"), "mercenaries"), + (UniCase::ascii("adressable"), "addressable"), + (UniCase::ascii("manufacteur"), "manufactures"), + (UniCase::ascii("hseldon"), "sheldon"), + (UniCase::ascii("wathcer"), "watcher"), + (UniCase::ascii("enterprenuer"), "entrepreneur"), + (UniCase::ascii("someoens"), "someones"), + (UniCase::ascii("androgeny"), "androgyny"), + (UniCase::ascii("viewpiont"), "viewpoint"), + (UniCase::ascii("vicitmized"), "victimized"), + (UniCase::ascii("referene"), "referee"), + (UniCase::ascii("minimium"), "minimum"), + (UniCase::ascii("highligted"), "highlighted"), + (UniCase::ascii("somethinfg"), "somethings"), + (UniCase::ascii("dispicable"), "despicable"), + (UniCase::ascii("trasnforming"), "transforming"), + (UniCase::ascii("causalties"), "casualties"), + (UniCase::ascii("effeciently"), "efficiently"), + (UniCase::ascii("illumimati"), "illuminati"), + (UniCase::ascii("homogeneos"), "homogeneous"), + (UniCase::ascii("sympathyzers"), "sympathizers"), + (UniCase::ascii("diagonstic"), "diagnostic"), + (UniCase::ascii("commuincation"), "communications"), + (UniCase::ascii("napolean"), "napoleon"), + (UniCase::ascii("representes"), "represents"), + (UniCase::ascii("fabricacion"), "fabrication"), + (UniCase::ascii("artefact"), "artifact"), + (UniCase::ascii("internatinal"), "international"), + (UniCase::ascii("promptes"), "prompts"), + (UniCase::ascii("hullucinations"), "hallucinations"), + (UniCase::ascii("uplifitng"), "uplifting"), + (UniCase::ascii("generalizng"), "generalizing"), + (UniCase::ascii("geogria"), "georgia"), + (UniCase::ascii("promimently"), "prominently"), + (UniCase::ascii("definetaly"), "definately"), + (UniCase::ascii("lieing"), "lying"), + (UniCase::ascii("starwberries"), "strawberries"), + (UniCase::ascii("coordinater"), "coordinator"), + (UniCase::ascii("unprofessionnal"), "unprofessional"), + (UniCase::ascii("inevetable"), "inevitable"), + (UniCase::ascii("downvore"), "downvoters"), + (UniCase::ascii("preventivo"), "prevention"), + (UniCase::ascii("logisticas"), "logistics"), + (UniCase::ascii("infectuous"), "infectious"), + (UniCase::ascii("roganism"), "organism"), + (UniCase::ascii("clasic"), "classic"), + (UniCase::ascii("beleiving"), "believing"), + (UniCase::ascii("qualifiies"), "qualifiers"), + (UniCase::ascii("demosntrate"), "demonstrate"), + (UniCase::ascii("conversiones"), "conversions"), + (UniCase::ascii("braoder"), "broader"), + (UniCase::ascii("reliablely"), "reliably"), + (UniCase::ascii("attemped"), "attempted"), + (UniCase::ascii("amatersu"), "amateurs"), + (UniCase::ascii("crystsl"), "crystals"), + (UniCase::ascii("murdereres"), "murderers"), + (UniCase::ascii("lithuanina"), "lithuania"), + (UniCase::ascii("betales"), "beatles"), + (UniCase::ascii("barbarina"), "barbarian"), + (UniCase::ascii("mistakedly"), "mistakenly"), + (UniCase::ascii("hallukination"), "hallucination"), + (UniCase::ascii("downloas"), "downloads"), + (UniCase::ascii("encompasess"), "encompasses"), + (UniCase::ascii("suprising"), "surprising"), + (UniCase::ascii("plesant"), "pleasant"), + (UniCase::ascii("brusses"), "brussels"), + (UniCase::ascii("localise"), "localize"), + (UniCase::ascii("horzions"), "horizons"), + (UniCase::ascii("segregatie"), "segregated"), + (UniCase::ascii("breifly"), "briefly"), + (UniCase::ascii("jurisdiccion"), "jurisdiction"), + (UniCase::ascii("beleived"), "believed"), + (UniCase::ascii("stuctured"), "structured"), + (UniCase::ascii("feilding"), "fielding"), + (UniCase::ascii("exahust"), "exhaust"), + (UniCase::ascii("demonstraiton"), "demonstrations"), + (UniCase::ascii("necessarilly"), "necessarily"), + (UniCase::ascii("rathcet"), "ratchet"), + (UniCase::ascii("disproportinate"), "disproportionate"), + (UniCase::ascii("equivelance"), "equivalence"), + (UniCase::ascii("orchestraed"), "orchestrated"), + (UniCase::ascii("enthically"), "ethnically"), + (UniCase::ascii("mataphorical"), "metaphorical"), + (UniCase::ascii("necessiates"), "necessities"), + (UniCase::ascii("emphatizing"), "emphasizing"), + (UniCase::ascii("shouldes"), "shoulders"), + (UniCase::ascii("reptuable"), "reputable"), + (UniCase::ascii("entitlied"), "entitled"), + (UniCase::ascii("ancedote"), "anecdote"), + (UniCase::ascii("teaspon"), "teaspoon"), + (UniCase::ascii("listents"), "listens"), + (UniCase::ascii("opponenets"), "opponent"), + (UniCase::ascii("viligante"), "vigilante"), + (UniCase::ascii("ceremone"), "ceremonies"), + (UniCase::ascii("jounralists"), "journalists"), + (UniCase::ascii("aldutery"), "adultery"), + (UniCase::ascii("siezed"), "seized"), + (UniCase::ascii("perpatuating"), "perpetuating"), + (UniCase::ascii("destraction"), "destruction"), + (UniCase::ascii("knowledegable"), "knowledgeable"), + (UniCase::ascii("internationalised"), "internationalized"), + (UniCase::ascii("poylmer"), "polymer"), + (UniCase::ascii("pyschedelics"), "psychedelics"), + (UniCase::ascii("overvlocked"), "overclocked"), + (UniCase::ascii("idealistisch"), "idealistic"), + (UniCase::ascii("virutally"), "virtually"), + (UniCase::ascii("architecht"), "architect"), + (UniCase::ascii("krypotnite"), "kryptonite"), + (UniCase::ascii("artsits"), "artists"), + (UniCase::ascii("feminises"), "feminizes"), + (UniCase::ascii("jeopardise"), "jeopardize"), + (UniCase::ascii("reinitalising"), "reinitialising"), + (UniCase::ascii("cooridnates"), "coordinates"), + (UniCase::ascii("arbitraily"), "arbitrarily"), + (UniCase::ascii("responsibillity"), "responsibility"), + (UniCase::ascii("horizontaly"), "horizontally"), + (UniCase::ascii("caterpiller"), "caterpillar"), + (UniCase::ascii("democraphics"), "demographics"), + (UniCase::ascii("determinded"), "determine"), + (UniCase::ascii("redistribucion"), "redistribution"), + (UniCase::ascii("authorithy"), "authority"), + (UniCase::ascii("jugdements"), "judgements"), + (UniCase::ascii("heared"), "heard"), + (UniCase::ascii("stancers"), "stances"), + (UniCase::ascii("stumbeld"), "stumbled"), + (UniCase::ascii("degenerite"), "degenerate"), + (UniCase::ascii("precurors"), "precursor"), + (UniCase::ascii("supermaket"), "supermarket"), + (UniCase::ascii("vegtable"), "vegetable"), + (UniCase::ascii("labour"), "labor"), + (UniCase::ascii("preconceved"), "preconceived"), + (UniCase::ascii("fundamentalisme"), "fundamentals"), + (UniCase::ascii("psychotisch"), "psychotic"), + (UniCase::ascii("laucnhing"), "launching"), + (UniCase::ascii("simplistes"), "simplest"), + (UniCase::ascii("continuasse"), "continues"), + (UniCase::ascii("overlooming"), "overlooking"), + (UniCase::ascii("pyrmaids"), "pyramids"), + (UniCase::ascii("unconditionable"), "unconditional"), + (UniCase::ascii("digitising"), "digitizing"), + (UniCase::ascii("misreable"), "miserable"), + (UniCase::ascii("journalims"), "journals"), + (UniCase::ascii("subsrciption"), "subscriptions"), + (UniCase::ascii("littlefiner"), "littlefinger"), + (UniCase::ascii("pedestirans"), "pedestrians"), + (UniCase::ascii("furition"), "fruition"), + (UniCase::ascii("othrodox"), "orthodox"), + (UniCase::ascii("startus"), "startups"), + (UniCase::ascii("bethseda"), "bethesda"), + (UniCase::ascii("competators"), "competitors"), + (UniCase::ascii("simplisitic"), "simplistic"), + (UniCase::ascii("tempset"), "tempest"), + (UniCase::ascii("enveloppes"), "envelope"), + (UniCase::ascii("ploarized"), "polarized"), + (UniCase::ascii("visiblly"), "visibly"), + (UniCase::ascii("disbaled"), "disabled"), + (UniCase::ascii("misspeling"), "misspelling"), + (UniCase::ascii("amateurest"), "amateurs"), + (UniCase::ascii("largst"), "largest"), + (UniCase::ascii("fanficiton"), "fanfiction"), + (UniCase::ascii("complciated"), "complicate"), + (UniCase::ascii("letivicus"), "leviticus"), + (UniCase::ascii("unvierses"), "universes"), + (UniCase::ascii("empathise"), "empathize"), + (UniCase::ascii("eurpoeans"), "europeans"), + (UniCase::ascii("exculsivly"), "exclusively"), + (UniCase::ascii("airboner"), "airborne"), + (UniCase::ascii("critizizing"), "criticizing"), + (UniCase::ascii("briliant"), "brilliant"), + (UniCase::ascii("preditermined"), "predetermined"), + (UniCase::ascii("contian"), "contain"), + (UniCase::ascii("storyteling"), "storytelling"), + (UniCase::ascii("tkaes"), "takes"), + (UniCase::ascii("sceintific"), "scientific"), + (UniCase::ascii("interersted"), "interpreted"), + (UniCase::ascii("anticapated"), "anticipated"), + (UniCase::ascii("vigeur"), "vigueur"), + (UniCase::ascii("empathatic"), "empathetic"), + (UniCase::ascii("revolutionise"), "revolutionize"), + (UniCase::ascii("undermineras"), "undermines"), + (UniCase::ascii("mutatin"), "mutation"), + (UniCase::ascii("millionairre"), "millionaire"), + (UniCase::ascii("peom"), "poem"), + (UniCase::ascii("edoema"), "edema"), + (UniCase::ascii("controversary"), "controversy"), + (UniCase::ascii("responsabile"), "responsible"), + (UniCase::ascii("determinsim"), "determinism"), + (UniCase::ascii("libertarianismo"), "libertarians"), + (UniCase::ascii("manifestus"), "manifests"), + (UniCase::ascii("celverly"), "cleverly"), + (UniCase::ascii("salaris"), "salaries"), + (UniCase::ascii("introspektion"), "introspection"), + (UniCase::ascii("announcemet"), "announcements"), + (UniCase::ascii("certian"), "certain"), + (UniCase::ascii("directorios"), "directors"), + (UniCase::ascii("exising"), "existing"), + (UniCase::ascii("observaton"), "observation"), + (UniCase::ascii("asssassans"), "assassins"), + (UniCase::ascii("oximoron"), "oxymoron"), + (UniCase::ascii("untrammelled"), "untrammeled"), + (UniCase::ascii("comaptible"), "compatible"), + (UniCase::ascii("catholisicm"), "catholicism"), + (UniCase::ascii("monolgoue"), "monologue"), + (UniCase::ascii("subsidisers"), "subsidizers"), + (UniCase::ascii("ejaculatie"), "ejaculate"), + (UniCase::ascii("percantile"), "percentile"), + (UniCase::ascii("medevial"), "medieval"), + (UniCase::ascii("depserate"), "desperate"), + (UniCase::ascii("perclude"), "preclude"), + (UniCase::ascii("canadianese"), "canadians"), + (UniCase::ascii("emphasise"), "emphasize"), + (UniCase::ascii("administrar"), "administrator"), + (UniCase::ascii("presrciption"), "prescriptions"), + (UniCase::ascii("paramormal"), "paranormal"), + (UniCase::ascii("physcologists"), "psychologists"), + (UniCase::ascii("overlorded"), "overloaded"), + (UniCase::ascii("involunatry"), "involuntary"), + (UniCase::ascii("vocalises"), "vocalizes"), + (UniCase::ascii("aeropsace"), "aerospace"), + (UniCase::ascii("contencious"), "contentious"), + (UniCase::ascii("pamflet"), "pamphlet"), + (UniCase::ascii("reinitalizations"), "reinitializations"), + (UniCase::ascii("offpsring"), "offspring"), + (UniCase::ascii("synagouge"), "synagogue"), + (UniCase::ascii("alrightly"), "alrighty"), + (UniCase::ascii("participare"), "participate"), + (UniCase::ascii("uploades"), "uploads"), + (UniCase::ascii("multicoloured"), "multicolored"), + (UniCase::ascii("awknowledgement"), "acknowledgement"), + (UniCase::ascii("innocenters"), "innocents"), + (UniCase::ascii("surveyer"), "surveyor"), + (UniCase::ascii("confilcting"), "conflicting"), + (UniCase::ascii("strentghs"), "strengths"), + (UniCase::ascii("compatibilty"), "compatibility"), + (UniCase::ascii("explosie"), "explosive"), + (UniCase::ascii("stichting"), "stitching"), + (UniCase::ascii("butterflyes"), "butterflies"), + (UniCase::ascii("archictect"), "architect"), + (UniCase::ascii("moderacion"), "moderation"), + (UniCase::ascii("oragnizer"), "organizer"), + (UniCase::ascii("mechanised"), "mechanized"), + (UniCase::ascii("luanchers"), "launchers"), + (UniCase::ascii("translatin"), "translations"), + (UniCase::ascii("cilivians"), "civilians"), + (UniCase::ascii("assignemnts"), "assignments"), + (UniCase::ascii("assimilare"), "assimilate"), + (UniCase::ascii("husbandos"), "husbands"), + (UniCase::ascii("monstorsity"), "monstrosity"), + (UniCase::ascii("differintiate"), "differentiate"), + (UniCase::ascii("animatie"), "animate"), + (UniCase::ascii("renketon"), "renekton"), + (UniCase::ascii("relevation"), "revelation"), + (UniCase::ascii("goldamn"), "goldman"), + (UniCase::ascii("therefoer"), "therefor"), + (UniCase::ascii("louisivlle"), "louisville"), + (UniCase::ascii("colonizacion"), "colonization"), + (UniCase::ascii("nucular"), "nuclear"), + (UniCase::ascii("africanos"), "africans"), + (UniCase::ascii("metricas"), "metrics"), + (UniCase::ascii("valykrie"), "valkyrie"), + (UniCase::ascii("mundande"), "mundane"), + (UniCase::ascii("expodition"), "exposition"), + (UniCase::ascii("garuanteed"), "guaranteed"), + (UniCase::ascii("legislatie"), "legislative"), + (UniCase::ascii("demolicion"), "demolition"), + (UniCase::ascii("colonianism"), "colonialism"), + (UniCase::ascii("ceritfication"), "certifications"), + (UniCase::ascii("prosicutor"), "prosecutor"), + (UniCase::ascii("btiches"), "bitches"), + (UniCase::ascii("powerlfiting"), "powerlifting"), + (UniCase::ascii("intorduction"), "introduction"), + (UniCase::ascii("cannobalism"), "cannibalism"), + (UniCase::ascii("resisten"), "resistance"), + (UniCase::ascii("membrances"), "membrane"), + (UniCase::ascii("torrentking"), "torrenting"), + (UniCase::ascii("corproate"), "corporate"), + (UniCase::ascii("deyhdration"), "dehydration"), + (UniCase::ascii("prohpecy"), "prophecy"), + (UniCase::ascii("traversie"), "traverse"), + (UniCase::ascii("sentinet"), "sentient"), + (UniCase::ascii("vulnerablility"), "vulnerability"), + (UniCase::ascii("fwankenstein"), "frankenstein"), + (UniCase::ascii("maybellinne"), "maybelline"), + (UniCase::ascii("comftorably"), "comfortably"), + (UniCase::ascii("irleand"), "ireland"), + (UniCase::ascii("inresting"), "inserting"), + (UniCase::ascii("slighlty"), "slightly"), + (UniCase::ascii("governmential"), "governmental"), + (UniCase::ascii("baoynet"), "bayonet"), + (UniCase::ascii("initialled"), "initialed"), + (UniCase::ascii("incomprehenisble"), "incomprehensible"), + (UniCase::ascii("culturs"), "cultures"), + (UniCase::ascii("canalising"), "canalizing"), + (UniCase::ascii("exclamating"), "exclamation"), + (UniCase::ascii("lefitst"), "leftist"), + (UniCase::ascii("interseccion"), "intersection"), + (UniCase::ascii("steryotypes"), "stereotypes"), + (UniCase::ascii("withdrawels"), "withdrawals"), + (UniCase::ascii("fundimentalist"), "fundamentalist"), + (UniCase::ascii("nightley"), "nightly"), + (UniCase::ascii("moleculs"), "molecules"), + (UniCase::ascii("frinedzoned"), "friendzoned"), + (UniCase::ascii("chekcmate"), "checkmate"), + (UniCase::ascii("satasfaction"), "satisfaction"), + (UniCase::ascii("attributted"), "attribute"), + (UniCase::ascii("illustraton"), "illustration"), + (UniCase::ascii("pertoleum"), "petroleum"), + (UniCase::ascii("orcehstra"), "orchestra"), + (UniCase::ascii("obliberated"), "obliterated"), + (UniCase::ascii("disnegage"), "disengage"), + (UniCase::ascii("basicly"), "basically"), + (UniCase::ascii("terribley"), "terribly"), + (UniCase::ascii("permites"), "permits"), + (UniCase::ascii("architecutral"), "architectural"), + (UniCase::ascii("guaruntees"), "guarantees"), + (UniCase::ascii("protostant"), "protestant"), + (UniCase::ascii("indoctrinatie"), "indoctrinated"), + (UniCase::ascii("calibler"), "calibre"), + (UniCase::ascii("fundametals"), "fundamentals"), + (UniCase::ascii("referinng"), "refering"), + (UniCase::ascii("cleanisng"), "cleansing"), + (UniCase::ascii("perpitrator"), "perpetrator"), + (UniCase::ascii("vicotrian"), "victorian"), + (UniCase::ascii("notificaitons"), "notifications"), + (UniCase::ascii("antagonised"), "antagonized"), + (UniCase::ascii("collest"), "collects"), + (UniCase::ascii("deplyoment"), "deployment"), + (UniCase::ascii("cariactures"), "caricature"), + (UniCase::ascii("mosqutio"), "mosquito"), + (UniCase::ascii("autoatttack"), "autoattack"), + (UniCase::ascii("gatherins"), "gatherings"), + (UniCase::ascii("organisate"), "organise"), + (UniCase::ascii("enigneer"), "engineer"), + (UniCase::ascii("protagonistas"), "protagonists"), + (UniCase::ascii("dishonet"), "dishonesty"), + (UniCase::ascii("postdam"), "potsdam"), + (UniCase::ascii("capabillity"), "capability"), + (UniCase::ascii("peacefuly"), "peacefully"), + (UniCase::ascii("extensiones"), "extensions"), + (UniCase::ascii("overthinkig"), "overthinking"), + (UniCase::ascii("reenforced"), "reinforced"), + (UniCase::ascii("restircted"), "restricted"), + (UniCase::ascii("throughtout"), "throughout"), + (UniCase::ascii("cardnial"), "cardinal"), + (UniCase::ascii("bratenders"), "bartenders"), + (UniCase::ascii("presitigous"), "prestigious"), + (UniCase::ascii("consumate"), "consummate"), + (UniCase::ascii("towelling"), "toweling"), + (UniCase::ascii("formidabel"), "formidable"), + (UniCase::ascii("sebasitan"), "sebastian"), + (UniCase::ascii("transferts"), "transfers"), + (UniCase::ascii("quartercask"), "quarterbacks"), + (UniCase::ascii("portrayls"), "portrays"), + (UniCase::ascii("historisch"), "historic"), + (UniCase::ascii("morhpine"), "morphine"), + (UniCase::ascii("esprots"), "esports"), + (UniCase::ascii("definito"), "definition"), + (UniCase::ascii("monteize"), "monetize"), + (UniCase::ascii("acceleraton"), "acceleration"), + (UniCase::ascii("beahviour"), "behaviour"), + (UniCase::ascii("pathalogical"), "pathological"), + (UniCase::ascii("catlayst"), "catalyst"), + (UniCase::ascii("infroms"), "informs"), + (UniCase::ascii("correctionals"), "corrections"), + (UniCase::ascii("hurriganes"), "hurricanes"), + (UniCase::ascii("telegrpah"), "telegraph"), + (UniCase::ascii("aroud"), "around"), + (UniCase::ascii("discriminare"), "discriminate"), + (UniCase::ascii("tresspasing"), "trespassing"), + (UniCase::ascii("preiodic"), "periodic"), + (UniCase::ascii("definitaley"), "definately"), + (UniCase::ascii("adavanced"), "advanced"), + (UniCase::ascii("unsoliciated"), "unsolicited"), + (UniCase::ascii("copyrigthed"), "copyrighted"), + (UniCase::ascii("remmeber"), "remember"), + (UniCase::ascii("maximised"), "maximized"), + (UniCase::ascii("collecton"), "collection"), + (UniCase::ascii("preimer"), "premier"), + (UniCase::ascii("subscryber"), "subscriber"), + (UniCase::ascii("recommed"), "recommend"), + (UniCase::ascii("succcesses"), "successes"), + (UniCase::ascii("intimitading"), "intimidating"), + (UniCase::ascii("unnecissarily"), "unnecessarily"), + (UniCase::ascii("sidleine"), "sideline"), + (UniCase::ascii("ukraineans"), "ukrainians"), + (UniCase::ascii("phsyiology"), "physiology"), + (UniCase::ascii("incomprehensibe"), "incomprehensible"), + (UniCase::ascii("switcheasy"), "switches"), + (UniCase::ascii("assisst"), "assists"), + (UniCase::ascii("gamifications"), "ramifications"), + (UniCase::ascii("earhtquakes"), "earthquakes"), + (UniCase::ascii("prevailling"), "prevailing"), + (UniCase::ascii("indicaters"), "indicates"), + (UniCase::ascii("simposn"), "simpson"), + (UniCase::ascii("packge"), "package"), + (UniCase::ascii("necessitites"), "necessities"), + (UniCase::ascii("doccuments"), "documents"), + (UniCase::ascii("shaprness"), "sharpness"), + (UniCase::ascii("alternatevly"), "alternately"), + (UniCase::ascii("vientam"), "vietnam"), + (UniCase::ascii("archaeology"), "archeology"), + (UniCase::ascii("techinques"), "techniques"), + (UniCase::ascii("receptos"), "receptors"), + (UniCase::ascii("injustaces"), "injustices"), + (UniCase::ascii("superfluos"), "superfluous"), + (UniCase::ascii("anitque"), "antique"), + (UniCase::ascii("supremicist"), "supremacist"), + (UniCase::ascii("lonley"), "lonely"), + (UniCase::ascii("geneticaly"), "genetically"), + (UniCase::ascii("ocuntry"), "country"), + (UniCase::ascii("cambride"), "cambridge"), + (UniCase::ascii("handedy"), "handedly"), + (UniCase::ascii("indivudually"), "individually"), + (UniCase::ascii("bortherhood"), "brotherhood"), + (UniCase::ascii("maneveur"), "maneuver"), + (UniCase::ascii("densitiy"), "density"), + (UniCase::ascii("stautes"), "statues"), + (UniCase::ascii("sprinkeld"), "sprinkled"), + (UniCase::ascii("defenesless"), "defenseless"), + (UniCase::ascii("surveillence"), "surveillance"), + (UniCase::ascii("photograper"), "photographer"), + (UniCase::ascii("partiarchy"), "patriarchy"), + (UniCase::ascii("cancuks"), "canucks"), + (UniCase::ascii("reconcilled"), "reconcile"), + (UniCase::ascii("segrigated"), "segregated"), + (UniCase::ascii("mastrubates"), "masturbate"), + (UniCase::ascii("sawnson"), "swanson"), + (UniCase::ascii("afterthougth"), "afterthought"), + (UniCase::ascii("cilanto"), "cilantro"), + (UniCase::ascii("comphrehensive"), "comprehensive"), + (UniCase::ascii("microtransations"), "microtransactions"), + (UniCase::ascii("monolite"), "monolithic"), + (UniCase::ascii("sumary"), "summary"), + (UniCase::ascii("squeakly"), "squeaky"), + (UniCase::ascii("combiantion"), "combinations"), + (UniCase::ascii("emtpied"), "emptied"), + (UniCase::ascii("perfexcion"), "perfection"), + (UniCase::ascii("judgemetal"), "judgemental"), + (UniCase::ascii("nuculear"), "nuclear"), + (UniCase::ascii("devastanti"), "devastating"), + (UniCase::ascii("alterato"), "alteration"), + (UniCase::ascii("incidentaly"), "incidentally"), + (UniCase::ascii("exlcusively"), "exclusively"), + (UniCase::ascii("encycolpedias"), "encyclopedia"), + (UniCase::ascii("swithced"), "switched"), + (UniCase::ascii("momenterily"), "momentarily"), + (UniCase::ascii("narctoics"), "narcotics"), + (UniCase::ascii("qualifiactions"), "qualification"), + (UniCase::ascii("somethign"), "something"), + (UniCase::ascii("religiones"), "religions"), + (UniCase::ascii("propertius"), "properties"), + (UniCase::ascii("oposition"), "opposition"), + (UniCase::ascii("compliacted"), "complicate"), + (UniCase::ascii("prejeduced"), "prejudiced"), + (UniCase::ascii("personallity"), "personally"), + (UniCase::ascii("explusions"), "explosions"), + (UniCase::ascii("jefferty"), "jeffery"), + (UniCase::ascii("campagining"), "campaigning"), + (UniCase::ascii("lunaticus"), "lunatics"), + (UniCase::ascii("receptionest"), "receptionist"), + (UniCase::ascii("disfavour"), "disfavor"), + (UniCase::ascii("continuos"), "continuous"), + (UniCase::ascii("nominato"), "nomination"), + (UniCase::ascii("rigtheousness"), "righteousness"), + (UniCase::ascii("defauls"), "defaults"), + (UniCase::ascii("underbaker"), "undertaker"), + (UniCase::ascii("alternatly"), "alternately"), + (UniCase::ascii("anarchiszm"), "anarchism"), + (UniCase::ascii("reportes"), "reporters"), + (UniCase::ascii("enthusists"), "enthusiasts"), + (UniCase::ascii("commentar"), "commentator"), + (UniCase::ascii("determinsitic"), "deterministic"), + (UniCase::ascii("ethicallly"), "ethically"), + (UniCase::ascii("linnaena"), "linnaean"), + (UniCase::ascii("fourten"), "fourteen"), + (UniCase::ascii("recolleciton"), "recollection"), + (UniCase::ascii("disciplanary"), "disciplinary"), + (UniCase::ascii("mainstreem"), "mainstream"), + (UniCase::ascii("moustaches"), "mustaches"), + (UniCase::ascii("underestime"), "underestimate"), + (UniCase::ascii("contignent"), "contingent"), + (UniCase::ascii("discontinuted"), "discontinued"), + (UniCase::ascii("empathie"), "empathize"), + (UniCase::ascii("autocorrrect"), "autocorrect"), + (UniCase::ascii("hamburguers"), "hamburgers"), + (UniCase::ascii("misdemeanour"), "misdemeanor"), + (UniCase::ascii("patryarchy"), "patriarchy"), + (UniCase::ascii("percintile"), "percentile"), + (UniCase::ascii("organim"), "organism"), + (UniCase::ascii("survivour"), "survivor"), + (UniCase::ascii("assissinated"), "assassinated"), + (UniCase::ascii("triangels"), "triangles"), + (UniCase::ascii("buisness"), "business"), + (UniCase::ascii("herione"), "heroine"), + (UniCase::ascii("corregated"), "correlated"), + (UniCase::ascii("ansalization"), "nasalization"), + (UniCase::ascii("fileding"), "fielding"), + (UniCase::ascii("thryoid"), "thyroid"), + (UniCase::ascii("penatly"), "penalty"), + (UniCase::ascii("libertania"), "libertarians"), + (UniCase::ascii("masacra"), "mascara"), + (UniCase::ascii("internettes"), "internets"), + (UniCase::ascii("depicitons"), "depictions"), + (UniCase::ascii("disingenuious"), "disingenuous"), + (UniCase::ascii("inconcistency"), "inconsistency"), + (UniCase::ascii("personalis"), "personas"), + (UniCase::ascii("lightrom"), "lightroom"), + (UniCase::ascii("neigborhood"), "neighborhood"), + (UniCase::ascii("spezialisation"), "specialization"), + (UniCase::ascii("bealtes"), "beatles"), + (UniCase::ascii("chihauhua"), "chihuahua"), + (UniCase::ascii("deficiensies"), "deficiencies"), + (UniCase::ascii("chancellour"), "chancellor"), + (UniCase::ascii("fossiles"), "fossils"), + (UniCase::ascii("hotshoot"), "hotshot"), + (UniCase::ascii("respecte"), "respective"), + (UniCase::ascii("endagnering"), "endangering"), + (UniCase::ascii("subsidizng"), "subsidizing"), + (UniCase::ascii("achillees"), "achilles"), + (UniCase::ascii("uncomftorable"), "uncomfortable"), + (UniCase::ascii("ressembled"), "resembled"), + (UniCase::ascii("sympathien"), "sympathize"), + (UniCase::ascii("dysphora"), "dysphoria"), + (UniCase::ascii("distructions"), "distractions"), + (UniCase::ascii("accidentlay"), "accidently"), + (UniCase::ascii("participats"), "participant"), + (UniCase::ascii("fucntionality"), "functionality"), + (UniCase::ascii("surplanted"), "supplanted"), + (UniCase::ascii("assocaition"), "associations"), + (UniCase::ascii("autonamous"), "autonomous"), + (UniCase::ascii("unappropriately"), "inappropriately"), + (UniCase::ascii("assistanse"), "assistants"), + (UniCase::ascii("neuroscienze"), "neuroscience"), + (UniCase::ascii("neturon"), "neutron"), + (UniCase::ascii("abritration"), "arbitration"), + (UniCase::ascii("referens"), "references"), + (UniCase::ascii("manipule"), "manipulate"), + (UniCase::ascii("herculeus"), "hercules"), + (UniCase::ascii("romanticising"), "romanticizing"), + (UniCase::ascii("manufacterers"), "manufacturers"), + (UniCase::ascii("oridinarily"), "ordinarily"), + (UniCase::ascii("modivational"), "motivational"), + (UniCase::ascii("hypocritcal"), "hypocritical"), + (UniCase::ascii("moeny"), "money"), + (UniCase::ascii("documentaire"), "documentaries"), + (UniCase::ascii("coordinants"), "coordinates"), + (UniCase::ascii("amministrative"), "administrative"), + (UniCase::ascii("watchign"), "watching"), + (UniCase::ascii("masrhmallow"), "marshmallow"), + (UniCase::ascii("calliper"), "caliper"), + (UniCase::ascii("concelaed"), "concealed"), + (UniCase::ascii("compatabilities"), "compatibilities"), + (UniCase::ascii("acutaly"), "actualy"), + (UniCase::ascii("industrije"), "industries"), + (UniCase::ascii("xenohpobic"), "xenophobic"), + (UniCase::ascii("unfamilliar"), "unfamiliar"), + (UniCase::ascii("embrago"), "embargo"), + (UniCase::ascii("niusance"), "nuisance"), + (UniCase::ascii("facillitate"), "facilitate"), + (UniCase::ascii("configuraiton"), "configuration"), + (UniCase::ascii("incorparating"), "incorporating"), + (UniCase::ascii("bargianing"), "bargaining"), + (UniCase::ascii("intellectuels"), "intellectuals"), + (UniCase::ascii("naviagting"), "navigating"), + (UniCase::ascii("cousnelors"), "counselors"), + (UniCase::ascii("nominae"), "nominate"), + (UniCase::ascii("obstrucion"), "obstruction"), + (UniCase::ascii("exclusivelly"), "exclusively"), + (UniCase::ascii("romainan"), "romanian"), + (UniCase::ascii("intriuging"), "intriguing"), + (UniCase::ascii("strategiske"), "strategies"), + (UniCase::ascii("olmypics"), "olympics"), + (UniCase::ascii("wisconsion"), "wisconsin"), + (UniCase::ascii("multiverese"), "multiverse"), + (UniCase::ascii("symmety"), "symmetry"), + (UniCase::ascii("redeemeed"), "redeemed"), + (UniCase::ascii("pedophilea"), "pedophilia"), + (UniCase::ascii("planeswlaker"), "planeswalker"), + (UniCase::ascii("agircultural"), "agricultural"), + (UniCase::ascii("copenhagan"), "copenhagen"), + (UniCase::ascii("difficults"), "difficulties"), + (UniCase::ascii("architectes"), "architects"), + (UniCase::ascii("assassinato"), "assassination"), + (UniCase::ascii("antagonisitc"), "antagonistic"), + (UniCase::ascii("hysterica"), "hysteria"), + (UniCase::ascii("temperture"), "temperature"), + (UniCase::ascii("internacional"), "international"), + (UniCase::ascii("skatebored"), "skateboard"), + (UniCase::ascii("esctasy"), "ecstasy"), + (UniCase::ascii("hysteriia"), "hysteria"), + (UniCase::ascii("immigraiton"), "immigration"), + (UniCase::ascii("alcoholicos"), "alcoholics"), + (UniCase::ascii("expell"), "expel"), + (UniCase::ascii("virtuose"), "virtues"), + (UniCase::ascii("toliets"), "toilets"), + (UniCase::ascii("irrationella"), "irrational"), + (UniCase::ascii("intrepreter"), "interpreter"), + (UniCase::ascii("recgonised"), "recognised"), + (UniCase::ascii("destabilisation"), "destabilization"), + (UniCase::ascii("proposels"), "proposes"), + (UniCase::ascii("accademy"), "academy"), + (UniCase::ascii("fignerprint"), "fingerprint"), + (UniCase::ascii("spontainously"), "spontaneously"), + (UniCase::ascii("apologizeing"), "apologizing"), + (UniCase::ascii("demogrpahics"), "demographics"), + (UniCase::ascii("arpatheid"), "apartheid"), + (UniCase::ascii("faecal"), "fecal"), + (UniCase::ascii("panmedic"), "pandemic"), + (UniCase::ascii("buddhsim"), "buddhism"), + (UniCase::ascii("counsellors"), "counselors"), + (UniCase::ascii("intraverts"), "introverts"), + (UniCase::ascii("propagandised"), "propagandized"), + (UniCase::ascii("sancutary"), "sanctuary"), + (UniCase::ascii("automatiek"), "automate"), + (UniCase::ascii("fnaatic"), "fanatic"), + (UniCase::ascii("sunglesses"), "sunglasses"), + (UniCase::ascii("headseat"), "headset"), + (UniCase::ascii("narcoticos"), "narcotics"), + (UniCase::ascii("mozillia"), "mozilla"), + (UniCase::ascii("stromed"), "stormed"), + (UniCase::ascii("colour"), "color"), + (UniCase::ascii("supermacist"), "supremacist"), + (UniCase::ascii("dissovle"), "dissolve"), + (UniCase::ascii("inequailty"), "inequality"), + (UniCase::ascii("philtres"), "filters"), + (UniCase::ascii("misundersatnding"), "misunderstandings"), + (UniCase::ascii("commmemorated"), "commemorated"), + (UniCase::ascii("controlelr"), "controllers"), + (UniCase::ascii("distortian"), "distortion"), + (UniCase::ascii("dialecs"), "dialects"), + (UniCase::ascii("obilvion"), "oblivion"), + (UniCase::ascii("destkops"), "desktops"), + (UniCase::ascii("christain"), "christian"), + (UniCase::ascii("masteriers"), "masteries"), + (UniCase::ascii("comparission"), "comparisons"), + (UniCase::ascii("subjectivety"), "subjectively"), + (UniCase::ascii("espression"), "espresso"), + (UniCase::ascii("transferes"), "transfers"), + (UniCase::ascii("exorbatant"), "exorbitant"), + (UniCase::ascii("complate"), "complacent"), + (UniCase::ascii("neighbourbood"), "neighbourhood"), + (UniCase::ascii("contridictory"), "contradictory"), + (UniCase::ascii("irresponsibe"), "irresponsible"), + (UniCase::ascii("investagator"), "investigator"), + (UniCase::ascii("ukranian"), "ukrainian"), + (UniCase::ascii("socializare"), "socialize"), + (UniCase::ascii("preciselly"), "precisely"), + (UniCase::ascii("floruide"), "fluoride"), + (UniCase::ascii("binominal"), "binomial"), + (UniCase::ascii("carrers"), "careers"), + (UniCase::ascii("tradionally"), "traditionally"), + (UniCase::ascii("instututionalized"), "institutionalized"), + (UniCase::ascii("unfinsihed"), "unfinished"), + (UniCase::ascii("retroactivly"), "retroactively"), + (UniCase::ascii("breathalyses"), "breathalyzes"), + (UniCase::ascii("discriminted"), "discriminated"), + (UniCase::ascii("stockpilled"), "stockpile"), + (UniCase::ascii("practioner"), "practitioner"), + (UniCase::ascii("cheerleeder"), "cheerleader"), + (UniCase::ascii("exhuasting"), "exhausting"), + (UniCase::ascii("negociations"), "negotiations"), + (UniCase::ascii("trememdous"), "tremendous"), + (UniCase::ascii("disatvantages"), "disadvantages"), + (UniCase::ascii("obtainible"), "obtainable"), + (UniCase::ascii("highloader"), "highlander"), + (UniCase::ascii("pharmacyst"), "pharmacist"), + (UniCase::ascii("populer"), "popular"), + (UniCase::ascii("limination"), "limitation"), + (UniCase::ascii("headests"), "headsets"), + (UniCase::ascii("deadpoool"), "deadpool"), + (UniCase::ascii("stimulatin"), "stimulation"), + (UniCase::ascii("percursor"), "precursor"), + (UniCase::ascii("solemnising"), "solemnizing"), + (UniCase::ascii("bigining"), "beginning"), + (UniCase::ascii("volounteered"), "volunteered"), + (UniCase::ascii("disgareement"), "disagreements"), + (UniCase::ascii("assualt"), "assault"), + (UniCase::ascii("microtransactiosn"), "microtransactions"), + (UniCase::ascii("distinclty"), "distinctly"), + (UniCase::ascii("cpoy"), "coy"), + (UniCase::ascii("arbitraion"), "arbitration"), + (UniCase::ascii("applicaitons"), "applications"), + (UniCase::ascii("nuatilus"), "nautilus"), + (UniCase::ascii("onmiscient"), "omniscient"), + (UniCase::ascii("apropriate"), "appropriate"), + (UniCase::ascii("treatis"), "treaties"), + (UniCase::ascii("attension"), "attention"), + (UniCase::ascii("liekd"), "liked"), + (UniCase::ascii("rised"), "raised"), + (UniCase::ascii("butthoel"), "butthole"), + (UniCase::ascii("morbildy"), "morbidly"), + (UniCase::ascii("levander"), "lavender"), + (UniCase::ascii("conversationa"), "conservation"), + (UniCase::ascii("advatange"), "advantage"), + (UniCase::ascii("catastrohpe"), "catastrophe"), + (UniCase::ascii("oversimplyfication"), "oversimplification"), + (UniCase::ascii("classis"), "classics"), + (UniCase::ascii("inudstry"), "industry"), + (UniCase::ascii("unnistalled"), "uninstalled"), + (UniCase::ascii("investogators"), "investigators"), + (UniCase::ascii("prometheous"), "prometheus"), + (UniCase::ascii("overextimating"), "overestimating"), + (UniCase::ascii("maneouvred"), "manoeuvred"), + (UniCase::ascii("federacion"), "federation"), + (UniCase::ascii("benevelant"), "benevolent"), + (UniCase::ascii("fingersi"), "fingertips"), + (UniCase::ascii("impulsivley"), "impulsive"), + (UniCase::ascii("combatans"), "combatants"), + (UniCase::ascii("orgasmes"), "orgasms"), + (UniCase::ascii("brutalising"), "brutalizing"), + (UniCase::ascii("energis"), "energies"), + (UniCase::ascii("techician"), "technician"), + (UniCase::ascii("patrairchy"), "patriarchy"), + (UniCase::ascii("exposees"), "exposes"), + (UniCase::ascii("denominacion"), "denomination"), + (UniCase::ascii("humour"), "humor"), + (UniCase::ascii("comminicated"), "communicated"), + (UniCase::ascii("ulitmately"), "ultimately"), + (UniCase::ascii("thign"), "thing"), + (UniCase::ascii("publlisher"), "publisher"), + (UniCase::ascii("concusison"), "concussions"), + (UniCase::ascii("templats"), "templates"), + (UniCase::ascii("coordonation"), "coordination"), + (UniCase::ascii("designato"), "designation"), + (UniCase::ascii("brazilias"), "brazilians"), + (UniCase::ascii("unpreparred"), "unprepared"), + (UniCase::ascii("confesssion"), "confessions"), + (UniCase::ascii("exponentiella"), "exponential"), + (UniCase::ascii("communistes"), "communists"), + (UniCase::ascii("indigineous"), "indigenous"), + (UniCase::ascii("bradcast"), "broadcast"), + (UniCase::ascii("retribuito"), "retribution"), + (UniCase::ascii("environmently"), "environmental"), + (UniCase::ascii("entreprenure"), "entrepreneurs"), + (UniCase::ascii("appareances"), "appearances"), + (UniCase::ascii("achiveable"), "achievable"), + (UniCase::ascii("allegely"), "allegedly"), + (UniCase::ascii("nostriles"), "nostrils"), + (UniCase::ascii("galdiator"), "gladiator"), + (UniCase::ascii("univeral"), "universal"), + (UniCase::ascii("compemdium"), "compendium"), + (UniCase::ascii("uncomfortabley"), "uncomfortably"), + (UniCase::ascii("hvaing"), "having"), + (UniCase::ascii("deflecticon"), "deflection"), + (UniCase::ascii("achievents"), "achieves"), + (UniCase::ascii("mexicanas"), "mexicans"), + (UniCase::ascii("trialers"), "trailers"), + (UniCase::ascii("exprimental"), "experimental"), + (UniCase::ascii("infinit"), "infinite"), + (UniCase::ascii("pronuntiation"), "pronunciation"), + (UniCase::ascii("settlemnts"), "settlements"), + (UniCase::ascii("magisine"), "magazine"), + (UniCase::ascii("teusdays"), "tuesdays"), + (UniCase::ascii("garfied"), "garfield"), + (UniCase::ascii("anitsocial"), "antisocial"), + (UniCase::ascii("substansially"), "substantially"), + (UniCase::ascii("encyclopidia"), "encyclopedia"), + (UniCase::ascii("officialy"), "officially"), + (UniCase::ascii("physcedelic"), "psychedelic"), + (UniCase::ascii("environmentl"), "environmentally"), + (UniCase::ascii("sacrificeing"), "sacrificing"), + (UniCase::ascii("ellignton"), "ellington"), + (UniCase::ascii("pitchforkers"), "pitchforks"), + (UniCase::ascii("chuch"), "church"), + (UniCase::ascii("confeses"), "confess"), + (UniCase::ascii("bracelettes"), "bracelets"), + (UniCase::ascii("participantes"), "participants"), + (UniCase::ascii("intergration"), "integration"), + (UniCase::ascii("powerded"), "powdered"), + (UniCase::ascii("foresnic"), "forensic"), + (UniCase::ascii("conculsion"), "conclusion"), + (UniCase::ascii("forenics"), "forensic"), + (UniCase::ascii("transferd"), "transferred"), + (UniCase::ascii("actualoy"), "actualy"), + (UniCase::ascii("emtpiness"), "emptiness"), + (UniCase::ascii("discalimer"), "disclaimer"), + (UniCase::ascii("contestents"), "contestants"), + (UniCase::ascii("garnison"), "garrison"), + (UniCase::ascii("platfotmer"), "platformer"), + (UniCase::ascii("idealisitc"), "idealistic"), + (UniCase::ascii("chargehr"), "charger"), + (UniCase::ascii("manafacturing"), "manufacturing"), + (UniCase::ascii("intersectionals"), "intersections"), + (UniCase::ascii("supporre"), "supporters"), + (UniCase::ascii("quitely"), "quietly"), + (UniCase::ascii("jailborken"), "jailbroken"), + (UniCase::ascii("consenusal"), "consensual"), + (UniCase::ascii("interrumping"), "interrupting"), + (UniCase::ascii("exagguration"), "exaggeration"), + (UniCase::ascii("consultati"), "consultant"), + (UniCase::ascii("steeleries"), "steelers"), + (UniCase::ascii("aggressivo"), "aggression"), + (UniCase::ascii("eventaully"), "eventually"), + (UniCase::ascii("actualy"), "actually"), + (UniCase::ascii("barabrian"), "barbarian"), + (UniCase::ascii("annoyingy"), "annoyingly"), + (UniCase::ascii("statisitcally"), "statistically"), + (UniCase::ascii("blapshemy"), "blasphemy"), + (UniCase::ascii("aninteresting"), "uninteresting"), + (UniCase::ascii("organsiation"), "organisation"), + (UniCase::ascii("sketpicism"), "skepticism"), + (UniCase::ascii("tangenitally"), "tangentially"), + (UniCase::ascii("passwors"), "passwords"), + (UniCase::ascii("anectodal"), "anecdotal"), + (UniCase::ascii("makse"), "makes"), + (UniCase::ascii("skteches"), "sketches"), + (UniCase::ascii("experimeted"), "experimented"), + (UniCase::ascii("molestarte"), "molester"), + (UniCase::ascii("intimidaton"), "intimidation"), + (UniCase::ascii("asphyxation"), "asphyxiation"), + (UniCase::ascii("discussiong"), "discussing"), + (UniCase::ascii("allaince"), "alliance"), + (UniCase::ascii("facist"), "fascist"), + (UniCase::ascii("delcining"), "declining"), + (UniCase::ascii("obilgatory"), "obligatory"), + (UniCase::ascii("clarinettist"), "clarinetist"), + (UniCase::ascii("enviroments"), "environments"), + (UniCase::ascii("misunderstandig"), "misunderstandings"), + (UniCase::ascii("independens"), "independents"), + (UniCase::ascii("promisculous"), "promiscuous"), + (UniCase::ascii("mcreggor"), "mcgregor"), + (UniCase::ascii("tentacls"), "tentacles"), + (UniCase::ascii("spontaniously"), "spontaneously"), + (UniCase::ascii("victimas"), "victims"), + (UniCase::ascii("nationalizm"), "nationalism"), + (UniCase::ascii("accelerar"), "accelerator"), + (UniCase::ascii("socalism"), "socialism"), + (UniCase::ascii("patronisingly"), "patronizingly"), + (UniCase::ascii("utilising"), "utilizing"), + (UniCase::ascii("cutscens"), "cutscenes"), + (UniCase::ascii("economised"), "economized"), + (UniCase::ascii("disruptivo"), "disruption"), + (UniCase::ascii("obession"), "obsession"), + (UniCase::ascii("manufacuters"), "manufactures"), + (UniCase::ascii("correlato"), "correlation"), + (UniCase::ascii("blockchan"), "blockchain"), + (UniCase::ascii("incomprehendible"), "incomprehensible"), + (UniCase::ascii("sponsores"), "sponsors"), + (UniCase::ascii("apenines"), "apennines"), + (UniCase::ascii("somethis"), "somethings"), + (UniCase::ascii("expectaion"), "expectation"), + (UniCase::ascii("dominato"), "domination"), + (UniCase::ascii("equailty"), "equality"), + (UniCase::ascii("farehnheit"), "fahrenheit"), + (UniCase::ascii("romanna"), "romanian"), + (UniCase::ascii("recordare"), "recorder"), + (UniCase::ascii("vampries"), "vampires"), + (UniCase::ascii("disingeneous"), "disingenuous"), + (UniCase::ascii("currenlty"), "currently"), + (UniCase::ascii("concentrare"), "concentrate"), + (UniCase::ascii("marniers"), "mariners"), + (UniCase::ascii("somalija"), "somalia"), + (UniCase::ascii("compasso"), "compassion"), + (UniCase::ascii("masturbe"), "masturbate"), + (UniCase::ascii("refelcts"), "reflects"), + (UniCase::ascii("incidentes"), "incidents"), + (UniCase::ascii("complciations"), "complication"), + (UniCase::ascii("compositons"), "compositions"), + (UniCase::ascii("dramaticlly"), "dramatically"), + (UniCase::ascii("ingredientes"), "ingredients"), + (UniCase::ascii("crayones"), "crayons"), + (UniCase::ascii("soliditary"), "solidarity"), + (UniCase::ascii("exclusie"), "exclusives"), + (UniCase::ascii("stroyline"), "storyline"), + (UniCase::ascii("authoritate"), "authoritative"), + (UniCase::ascii("laborerers"), "laborers"), + (UniCase::ascii("rigourous"), "rigorous"), + (UniCase::ascii("extraordinarilly"), "extraordinary"), + (UniCase::ascii("conversare"), "converse"), + (UniCase::ascii("thyat"), "that"), + (UniCase::ascii("fulfilment"), "fulfillment"), + (UniCase::ascii("qualifiaction"), "qualification"), + (UniCase::ascii("felxible"), "flexible"), + (UniCase::ascii("initiatie"), "initiatives"), + (UniCase::ascii("charmisa"), "charisma"), + (UniCase::ascii("valentinos"), "valentines"), + (UniCase::ascii("visting"), "visiting"), + (UniCase::ascii("charakters"), "characters"), + (UniCase::ascii("prespectives"), "perspectives"), + (UniCase::ascii("portfoilo"), "portfolio"), + (UniCase::ascii("limitaiton"), "limitation"), + (UniCase::ascii("activits"), "activities"), + (UniCase::ascii("existenial"), "existential"), + (UniCase::ascii("unsolicated"), "unsolicited"), + (UniCase::ascii("magnifine"), "magnificent"), + (UniCase::ascii("enfringement"), "infringement"), + (UniCase::ascii("deciption"), "depiction"), + (UniCase::ascii("aproximately"), "approximately"), + (UniCase::ascii("spectacullar"), "spectacularly"), + (UniCase::ascii("womanisers"), "womanizers"), + (UniCase::ascii("completeds"), "completes"), + (UniCase::ascii("internationnally"), "internationally"), + (UniCase::ascii("positivy"), "positivity"), + (UniCase::ascii("significanlty"), "significantly"), + (UniCase::ascii("inaccurrate"), "inaccurate"), + (UniCase::ascii("unabel"), "unable"), + (UniCase::ascii("relationsship"), "relationships"), + (UniCase::ascii("encyclopaedias"), "encyclopedias"), + (UniCase::ascii("particualr"), "particular"), + (UniCase::ascii("powerlifitng"), "powerlifting"), + (UniCase::ascii("subscrie"), "subscriber"), + (UniCase::ascii("subscritpion"), "subscriptions"), + (UniCase::ascii("identitets"), "identities"), + (UniCase::ascii("realyl"), "really"), + (UniCase::ascii("flourescent"), "fluorescent"), + (UniCase::ascii("conversationy"), "conservation"), + (UniCase::ascii("imaginitve"), "imaginative"), + (UniCase::ascii("interaktive"), "interactive"), + (UniCase::ascii("interactifs"), "interacts"), + (UniCase::ascii("agrigultural"), "agricultural"), + (UniCase::ascii("desentisized"), "desensitized"), + (UniCase::ascii("insultes"), "insults"), + (UniCase::ascii("reluctanty"), "reluctantly"), + (UniCase::ascii("acyrlic"), "acrylic"), + (UniCase::ascii("lonlieness"), "loneliness"), + (UniCase::ascii("econimically"), "economically"), + (UniCase::ascii("shperes"), "spheres"), + (UniCase::ascii("comisions"), "commissions"), + (UniCase::ascii("discharded"), "discharged"), + (UniCase::ascii("diagonsed"), "diagnosed"), + (UniCase::ascii("quantaties"), "quantities"), + (UniCase::ascii("administerd"), "administered"), + (UniCase::ascii("dangeros"), "dangers"), + (UniCase::ascii("centres"), "centers"), + (UniCase::ascii("dehydraded"), "dehydrated"), + (UniCase::ascii("dominno"), "dominion"), + (UniCase::ascii("conveyered"), "conveyed"), + (UniCase::ascii("judgemenal"), "judgemental"), + (UniCase::ascii("underpining"), "undermining"), + (UniCase::ascii("nahsville"), "nashville"), + (UniCase::ascii("questionned"), "questioned"), + (UniCase::ascii("admrial"), "admiral"), + (UniCase::ascii("psychopaat"), "psychopath"), + (UniCase::ascii("transfors"), "transforms"), + (UniCase::ascii("conversacion"), "conversation"), + (UniCase::ascii("vailidty"), "validity"), + (UniCase::ascii("ingeniuty"), "ingenuity"), + (UniCase::ascii("progressvie"), "progressives"), + (UniCase::ascii("esctatic"), "ecstatic"), + (UniCase::ascii("conenctions"), "connections"), + (UniCase::ascii("subjectivily"), "subjectively"), + (UniCase::ascii("gosples"), "gospels"), + (UniCase::ascii("unisntalled"), "uninstalled"), + (UniCase::ascii("spectaculaire"), "spectacular"), + (UniCase::ascii("accommadation"), "accommodation"), + (UniCase::ascii("fluctiations"), "fluctuations"), + (UniCase::ascii("laughabley"), "laughably"), + (UniCase::ascii("infinitelly"), "infinitely"), + (UniCase::ascii("girlfrined"), "girlfriends"), + (UniCase::ascii("contemplat"), "contempt"), + (UniCase::ascii("apsotles"), "apostles"), + (UniCase::ascii("festivas"), "festivals"), + (UniCase::ascii("satelite"), "satellite"), + (UniCase::ascii("narcisscism"), "narcissism"), + (UniCase::ascii("consorcium"), "consortium"), + (UniCase::ascii("monitos"), "monitors"), + (UniCase::ascii("olbiterated"), "obliterated"), + (UniCase::ascii("caffinee"), "caffeine"), + (UniCase::ascii("connectins"), "connects"), + (UniCase::ascii("attracties"), "attracts"), + (UniCase::ascii("distrubitor"), "distributor"), + (UniCase::ascii("bureaucratius"), "bureaucrats"), + (UniCase::ascii("pinteret"), "pinterest"), + (UniCase::ascii("assasination"), "assassination"), + (UniCase::ascii("enrollemnt"), "enrollment"), + (UniCase::ascii("hienous"), "heinous"), + (UniCase::ascii("physcopath"), "psychopath"), + (UniCase::ascii("mexicants"), "mexicans"), + (UniCase::ascii("advocade"), "advocated"), + (UniCase::ascii("enthusiats"), "enthusiast"), + (UniCase::ascii("clinicos"), "clinics"), + (UniCase::ascii("journalisim"), "journalism"), + (UniCase::ascii("instrumentos"), "instruments"), + (UniCase::ascii("passionais"), "passions"), + (UniCase::ascii("resolucion"), "resolution"), + (UniCase::ascii("controception"), "contraception"), + (UniCase::ascii("marbels"), "marbles"), + (UniCase::ascii("reccommended"), "recommended"), + (UniCase::ascii("integrade"), "integrated"), + (UniCase::ascii("caclulus"), "calculus"), + (UniCase::ascii("dargons"), "dragons"), + (UniCase::ascii("worldveiw"), "worldview"), + (UniCase::ascii("permanenty"), "permanently"), + (UniCase::ascii("heavyweigt"), "heavyweight"), + (UniCase::ascii("contingincy"), "contingency"), + (UniCase::ascii("courcework"), "coursework"), + (UniCase::ascii("investogator"), "investigator"), + (UniCase::ascii("unexpextedly"), "unexpectedly"), + (UniCase::ascii("participent"), "participant"), + (UniCase::ascii("receptores"), "receptors"), + (UniCase::ascii("intangable"), "intangible"), + (UniCase::ascii("fundamentalismus"), "fundamentalists"), + (UniCase::ascii("corosion"), "corrosion"), + (UniCase::ascii("laughablely"), "laughably"), + (UniCase::ascii("annihilaton"), "annihilation"), + (UniCase::ascii("intelligance"), "intelligence"), + (UniCase::ascii("anglicise"), "anglicize"), + (UniCase::ascii("cerimonious"), "ceremonious"), + (UniCase::ascii("refreshr"), "refresher"), + (UniCase::ascii("destabilised"), "destabilized"), + (UniCase::ascii("bugdets"), "budgets"), + (UniCase::ascii("correspondants"), "correspondents"), + (UniCase::ascii("decribes"), "describes"), + (UniCase::ascii("uncouncious"), "unconscious"), + (UniCase::ascii("lifestlye"), "lifestyle"), + (UniCase::ascii("consistant"), "consistent"), + (UniCase::ascii("necessairly"), "necessarily"), + (UniCase::ascii("hopsitality"), "hospitality"), + (UniCase::ascii("threatend"), "threatened"), + (UniCase::ascii("condmened"), "condemned"), + (UniCase::ascii("comitting"), "committing"), + (UniCase::ascii("whsipering"), "whispering"), + (UniCase::ascii("paralyse"), "paralyze"), + (UniCase::ascii("mitres"), "miters"), + (UniCase::ascii("bianry"), "binary"), + (UniCase::ascii("commentaren"), "commenter"), + (UniCase::ascii("chromosomers"), "chromosomes"), + (UniCase::ascii("birghtness"), "brightness"), + (UniCase::ascii("improvished"), "improvised"), + (UniCase::ascii("armageedon"), "armageddon"), + (UniCase::ascii("phenominon"), "phenomenon"), + (UniCase::ascii("legitimicy"), "legitimacy"), + (UniCase::ascii("exploted"), "explode"), + (UniCase::ascii("simulteneous"), "simultaneous"), + (UniCase::ascii("questionsign"), "questioning"), + (UniCase::ascii("humanitarion"), "humanitarian"), + (UniCase::ascii("barbarions"), "barbarians"), + (UniCase::ascii("skillsshot"), "skillshots"), + (UniCase::ascii("criminalising"), "criminalizing"), + (UniCase::ascii("substitutents"), "substitutes"), + (UniCase::ascii("belabouring"), "belaboring"), + (UniCase::ascii("everyteim"), "everytime"), + (UniCase::ascii("generaters"), "generates"), + (UniCase::ascii("undermimes"), "undermines"), + (UniCase::ascii("incomparible"), "incompatible"), + (UniCase::ascii("assertation"), "assertion"), + (UniCase::ascii("sheilded"), "shielded"), + (UniCase::ascii("repbulicans"), "republicans"), + (UniCase::ascii("maximini"), "maximizing"), + (UniCase::ascii("fictionalised"), "fictionalized"), + (UniCase::ascii("vaccins"), "vaccines"), + (UniCase::ascii("ancilliary"), "ancillary"), + (UniCase::ascii("definiton"), "definition"), + (UniCase::ascii("dicovered"), "discovered"), + (UniCase::ascii("restricton"), "restriction"), + (UniCase::ascii("speciallly"), "specially"), + (UniCase::ascii("agricultrual"), "agricultural"), + (UniCase::ascii("alegience"), "allegiance"), + (UniCase::ascii("transmorged"), "transformed"), + (UniCase::ascii("respectfuly"), "respectfully"), + (UniCase::ascii("downsiders"), "downsides"), + (UniCase::ascii("undersatnd"), "understands"), + (UniCase::ascii("dotrmund"), "dortmund"), + (UniCase::ascii("concentartion"), "concentrations"), + (UniCase::ascii("reactionnary"), "reactionary"), + (UniCase::ascii("democraticlly"), "democratically"), + (UniCase::ascii("acquanited"), "acquainted"), + (UniCase::ascii("metaphyiscs"), "metaphysics"), + (UniCase::ascii("relcaim"), "reclaim"), + (UniCase::ascii("condmening"), "condemning"), + (UniCase::ascii("consolacion"), "consolation"), + (UniCase::ascii("missiony"), "missionary"), + (UniCase::ascii("distributie"), "distributed"), + (UniCase::ascii("legendaies"), "legendaries"), + (UniCase::ascii("assistents"), "assistants"), + (UniCase::ascii("commerically"), "commercially"), + (UniCase::ascii("inpsired"), "inspired"), + (UniCase::ascii("agruement"), "arguement"), + (UniCase::ascii("restatting"), "restarting"), + (UniCase::ascii("wiredest"), "weirdest"), + (UniCase::ascii("tentalce"), "tentacle"), + (UniCase::ascii("reluctanly"), "reluctantly"), + (UniCase::ascii("frequeny"), "frequency"), + (UniCase::ascii("infinitie"), "infinite"), + (UniCase::ascii("scpeter"), "scepter"), + (UniCase::ascii("shelterd"), "sheltered"), + (UniCase::ascii("equalise"), "equalize"), + (UniCase::ascii("trianlges"), "triangles"), + (UniCase::ascii("moderatley"), "moderately"), + (UniCase::ascii("becnhmarks"), "benchmarks"), + (UniCase::ascii("congratule"), "congratulate"), + (UniCase::ascii("elimiate"), "eliminate"), + (UniCase::ascii("eletricity"), "electricity"), + (UniCase::ascii("adbandon"), "abandon"), + (UniCase::ascii("abrupty"), "abruptly"), + (UniCase::ascii("benelovent"), "benevolent"), + (UniCase::ascii("thankfullly"), "thankfully"), + (UniCase::ascii("genuinley"), "genuinely"), + (UniCase::ascii("imperialisim"), "imperialism"), + (UniCase::ascii("pathelogical"), "pathological"), + (UniCase::ascii("connexion"), "connection"), + (UniCase::ascii("programem"), "programme"), + (UniCase::ascii("suspicision"), "suspicions"), + (UniCase::ascii("abruplty"), "abruptly"), + (UniCase::ascii("imaginery"), "imaginary"), + (UniCase::ascii("jewellery"), "jewelry"), + (UniCase::ascii("strengthn"), "strengthen"), + (UniCase::ascii("procrastibation"), "procrastination"), + (UniCase::ascii("temperaturas"), "temperatures"), + (UniCase::ascii("contestans"), "contests"), + (UniCase::ascii("unexplaned"), "unexplained"), + (UniCase::ascii("instantenious"), "instantaneous"), + (UniCase::ascii("recommens"), "recommends"), + (UniCase::ascii("renewebles"), "renewables"), + (UniCase::ascii("epiloge"), "epilogue"), + (UniCase::ascii("interragation"), "interrogation"), + (UniCase::ascii("hygience"), "hygiene"), + (UniCase::ascii("devaint"), "deviant"), + (UniCase::ascii("negiotating"), "negotiating"), + (UniCase::ascii("terminoligy"), "terminology"), + (UniCase::ascii("revovler"), "revolver"), + (UniCase::ascii("myraid"), "myriad"), + (UniCase::ascii("strenghtening"), "strengthening"), + (UniCase::ascii("proportionaly"), "proportionally"), + (UniCase::ascii("outragerous"), "outrageous"), + (UniCase::ascii("miscummunication"), "miscommunication"), + (UniCase::ascii("replubic"), "republic"), + (UniCase::ascii("emphazises"), "emphasizes"), + (UniCase::ascii("intiutive"), "intuitive"), + (UniCase::ascii("notoroius"), "notorious"), + (UniCase::ascii("aquairum"), "aquarium"), + (UniCase::ascii("urbanisation"), "urbanization"), + (UniCase::ascii("autority"), "authority"), + (UniCase::ascii("profesion"), "profusion"), + (UniCase::ascii("permenantly"), "permanently"), + (UniCase::ascii("throught"), "thought"), + (UniCase::ascii("xenophoby"), "xenophobia"), + (UniCase::ascii("selectivos"), "selections"), + (UniCase::ascii("correlacion"), "correlation"), + (UniCase::ascii("dicovering"), "discovering"), + (UniCase::ascii("desoriented"), "disoriented"), + (UniCase::ascii("airporta"), "airports"), + (UniCase::ascii("birmignham"), "birmingham"), + (UniCase::ascii("counsellng"), "counselling"), + (UniCase::ascii("negociate"), "negotiate"), + (UniCase::ascii("inititiave"), "initiatives"), + (UniCase::ascii("undergradute"), "undergraduate"), + (UniCase::ascii("zelaous"), "zealous"), + (UniCase::ascii("dickisch"), "dickish"), + (UniCase::ascii("fertilzier"), "fertilizer"), + (UniCase::ascii("downtraded"), "downgraded"), + (UniCase::ascii("bowdlerised"), "bowdlerized"), + (UniCase::ascii("confrontaion"), "confrontation"), + (UniCase::ascii("reconaissance"), "reconnaissance"), + (UniCase::ascii("technologial"), "technological"), + (UniCase::ascii("composistion"), "compositions"), + (UniCase::ascii("mandrian"), "mandarin"), + (UniCase::ascii("thesitic"), "theistic"), + (UniCase::ascii("hweaton"), "wheaton"), + (UniCase::ascii("discoruage"), "discourages"), + (UniCase::ascii("collecte"), "collective"), + (UniCase::ascii("essentialls"), "essentials"), + (UniCase::ascii("direcitonal"), "directional"), + (UniCase::ascii("agriculure"), "agriculture"), + (UniCase::ascii("motherbords"), "motherboards"), + (UniCase::ascii("succede"), "succeed"), + (UniCase::ascii("condolonces"), "condolences"), + (UniCase::ascii("authenticaiton"), "authentication"), + (UniCase::ascii("stresss"), "stresses"), + (UniCase::ascii("caluclated"), "calculated"), + (UniCase::ascii("explicatia"), "explicit"), + (UniCase::ascii("exercizing"), "exercising"), + (UniCase::ascii("segegrated"), "segregated"), + (UniCase::ascii("introdused"), "introduces"), + (UniCase::ascii("porposes"), "proposes"), + (UniCase::ascii("selectiose"), "selections"), + (UniCase::ascii("accessibile"), "accessible"), + (UniCase::ascii("lunaticos"), "lunatics"), + (UniCase::ascii("transalte"), "translate"), + (UniCase::ascii("immedeately"), "immediately"), + (UniCase::ascii("opitcal"), "optical"), + (UniCase::ascii("responisbility"), "responsibility"), + (UniCase::ascii("spirutually"), "spiritually"), + (UniCase::ascii("polute"), "pollute"), + (UniCase::ascii("fantasticaly"), "fantastically"), + (UniCase::ascii("subscriptons"), "subscriptions"), + (UniCase::ascii("awesomley"), "awesomely"), + (UniCase::ascii("ocassioned"), "occasioned"), + (UniCase::ascii("cyrstals"), "crystals"), + (UniCase::ascii("reliabillity"), "reliability"), + (UniCase::ascii("carcas"), "carcass"), + (UniCase::ascii("pricinpals"), "principals"), + (UniCase::ascii("highschol"), "highschool"), + (UniCase::ascii("commongly"), "commonly"), + (UniCase::ascii("romanitcally"), "romantically"), + (UniCase::ascii("psychedlic"), "psychedelic"), + (UniCase::ascii("prestigous"), "prestigious"), + (UniCase::ascii("charactor"), "character"), + (UniCase::ascii("intellectualises"), "intellectualizes"), + (UniCase::ascii("instructios"), "instructors"), + (UniCase::ascii("capitolize"), "capitalize"), + (UniCase::ascii("prostitucion"), "prostitution"), + (UniCase::ascii("publusher"), "publisher"), + (UniCase::ascii("pornograhpy"), "pornography"), + (UniCase::ascii("explaning"), "explaining"), + (UniCase::ascii("bilzzard"), "blizzard"), + (UniCase::ascii("differantly"), "differently"), + (UniCase::ascii("politley"), "politely"), + (UniCase::ascii("dispositon"), "disposition"), + (UniCase::ascii("spectacularely"), "spectacularly"), + (UniCase::ascii("cutscence"), "cutscene"), + (UniCase::ascii("startegically"), "strategically"), + (UniCase::ascii("contentios"), "contentious"), + (UniCase::ascii("pornagraphy"), "pornography"), + (UniCase::ascii("repubics"), "republics"), + (UniCase::ascii("symetrical"), "symmetrical"), + (UniCase::ascii("contenants"), "continents"), + (UniCase::ascii("trollade"), "trolled"), + (UniCase::ascii("apocalytpic"), "apocalyptic"), + (UniCase::ascii("wnats"), "wants"), + (UniCase::ascii("thudnerbolt"), "thunderbolt"), + (UniCase::ascii("memoriez"), "memorize"), + (UniCase::ascii("conversatino"), "conservation"), + (UniCase::ascii("portalus"), "portals"), + (UniCase::ascii("compeditively"), "competitively"), + (UniCase::ascii("gruellingly"), "gruelingly"), + (UniCase::ascii("volontary"), "voluntary"), + (UniCase::ascii("competeted"), "competed"), + (UniCase::ascii("spoiles"), "spoilers"), + (UniCase::ascii("generelizing"), "generalizing"), + (UniCase::ascii("privilegs"), "privileges"), + (UniCase::ascii("metabolsim"), "metabolism"), + (UniCase::ascii("initailly"), "initially"), + (UniCase::ascii("argubly"), "arguably"), + (UniCase::ascii("incomaptible"), "incompatible"), + (UniCase::ascii("quielty"), "quietly"), + (UniCase::ascii("unappeeling"), "unappealing"), + (UniCase::ascii("trasnparency"), "transparency"), + (UniCase::ascii("extremelly"), "extremely"), + (UniCase::ascii("suppliementing"), "supplementing"), + (UniCase::ascii("epitomises"), "epitomizes"), + (UniCase::ascii("colonialsim"), "colonialism"), + (UniCase::ascii("actualky"), "actualy"), + (UniCase::ascii("transgended"), "transgendered"), + (UniCase::ascii("mirrorred"), "mirrored"), + (UniCase::ascii("undesireble"), "undesirable"), + (UniCase::ascii("sohw"), "show"), + (UniCase::ascii("shieldd"), "shielded"), + (UniCase::ascii("sanitise"), "sanitize"), + (UniCase::ascii("depositis"), "deposits"), + (UniCase::ascii("saskatchewinian"), "saskatchewan"), + (UniCase::ascii("porletariat"), "proletariat"), + (UniCase::ascii("defenselss"), "defenseless"), + (UniCase::ascii("asthetical"), "aesthetical"), + (UniCase::ascii("shakesperean"), "shakespeare"), + (UniCase::ascii("firsbee"), "frisbee"), + (UniCase::ascii("organzie"), "organize"), + (UniCase::ascii("regualting"), "regulating"), + (UniCase::ascii("acquiantences"), "acquaintances"), + (UniCase::ascii("automoblie"), "automobile"), + (UniCase::ascii("imporves"), "improves"), + (UniCase::ascii("epitomising"), "epitomizing"), + (UniCase::ascii("arugment"), "argument"), + (UniCase::ascii("protectons"), "protectors"), + (UniCase::ascii("concission"), "concession"), + (UniCase::ascii("symmtery"), "symmetry"), + (UniCase::ascii("explotiative"), "exploitative"), + (UniCase::ascii("ugprade"), "upgrade"), + (UniCase::ascii("accessorise"), "accessorize"), + (UniCase::ascii("identificacion"), "identification"), + (UniCase::ascii("interace"), "interacted"), + (UniCase::ascii("dictionare"), "dictionaries"), + (UniCase::ascii("projektion"), "projection"), + (UniCase::ascii("devided"), "divided"), + (UniCase::ascii("prequles"), "prequels"), + (UniCase::ascii("ocasioned"), "occasioned"), + (UniCase::ascii("unawnsered"), "unanswered"), + (UniCase::ascii("manuevers"), "maneuvers"), + (UniCase::ascii("pregnanies"), "pregnancies"), + (UniCase::ascii("abstenance"), "abstinence"), + (UniCase::ascii("parites"), "parties"), + (UniCase::ascii("collission"), "collisions"), + (UniCase::ascii("reccuring"), "recurring"), + (UniCase::ascii("spansih"), "spanish"), + (UniCase::ascii("governmently"), "governmental"), + (UniCase::ascii("odours"), "odors"), + (UniCase::ascii("hospitaly"), "hospitality"), + (UniCase::ascii("evreyones"), "everyones"), + (UniCase::ascii("reproduktion"), "reproduction"), + (UniCase::ascii("accension"), "accession"), + (UniCase::ascii("immobilisers"), "immobilizers"), + (UniCase::ascii("abnormaly"), "abnormally"), + (UniCase::ascii("supplament"), "supplement"), + (UniCase::ascii("succesd"), "succeeds"), + (UniCase::ascii("extrapolite"), "extrapolate"), + (UniCase::ascii("chronichles"), "chronicles"), + (UniCase::ascii("exhibtion"), "exhibition"), + (UniCase::ascii("inpersonating"), "impersonating"), + (UniCase::ascii("symetrically"), "symmetrically"), + (UniCase::ascii("madturbating"), "masturbating"), + (UniCase::ascii("reproductivo"), "reproduction"), + (UniCase::ascii("counceling"), "counseling"), + (UniCase::ascii("diagnosied"), "diagnose"), + (UniCase::ascii("scandimania"), "scandinavia"), + (UniCase::ascii("perpetuae"), "perpetuate"), + (UniCase::ascii("competatively"), "competitively"), + (UniCase::ascii("disapeared"), "disappeared"), + (UniCase::ascii("ministery"), "ministry"), + (UniCase::ascii("responcibly"), "responsibly"), + (UniCase::ascii("specificaly"), "specifically"), + (UniCase::ascii("disticnt"), "distinct"), + (UniCase::ascii("councidental"), "coincidental"), + (UniCase::ascii("theromdynamics"), "thermodynamics"), + (UniCase::ascii("passagens"), "passages"), + (UniCase::ascii("entreprenaur"), "entrepreneur"), + (UniCase::ascii("corresponing"), "corresponding"), + (UniCase::ascii("podmeos"), "podemos"), + (UniCase::ascii("overklocked"), "overclocked"), + (UniCase::ascii("hunderd"), "hundred"), + (UniCase::ascii("frankiln"), "franklin"), + (UniCase::ascii("tonguers"), "tongues"), + (UniCase::ascii("visualisations"), "visualizations"), + (UniCase::ascii("criticisme"), "criticise"), + (UniCase::ascii("intricasies"), "intricacies"), + (UniCase::ascii("morbidy"), "morbidly"), + (UniCase::ascii("desgination"), "designation"), + (UniCase::ascii("consturcted"), "constructed"), + (UniCase::ascii("fluroide"), "fluoride"), + (UniCase::ascii("underhwelming"), "underwhelming"), + (UniCase::ascii("prostitite"), "prostitute"), + (UniCase::ascii("dawrves"), "dwarves"), + (UniCase::ascii("eygptians"), "egyptians"), + (UniCase::ascii("administren"), "administer"), + (UniCase::ascii("envrionmental"), "environmental"), + (UniCase::ascii("continualy"), "continually"), + (UniCase::ascii("vulnarabilities"), "vulnerabilities"), + (UniCase::ascii("characteristsics"), "characteristic"), + (UniCase::ascii("predeterminded"), "predetermined"), + (UniCase::ascii("investigaron"), "investigator"), + (UniCase::ascii("reynols"), "reynolds"), + (UniCase::ascii("hieroglphs"), "hieroglyphs"), + (UniCase::ascii("opposits"), "opposites"), + (UniCase::ascii("lveo"), "love"), + (UniCase::ascii("enforse"), "enforces"), + (UniCase::ascii("witnesss"), "witnesses"), + (UniCase::ascii("backfiled"), "backfield"), + (UniCase::ascii("motorcicles"), "motorcycles"), + (UniCase::ascii("figurativly"), "figuratively"), + (UniCase::ascii("manufacturerers"), "manufacturers"), + (UniCase::ascii("intimitely"), "intimately"), + (UniCase::ascii("eyars"), "years"), + (UniCase::ascii("dungoens"), "dungeons"), + (UniCase::ascii("conflcit"), "conflict"), + (UniCase::ascii("zepplein"), "zeppelin"), + (UniCase::ascii("shenanigens"), "shenanigans"), + (UniCase::ascii("imagenary"), "imaginary"), + (UniCase::ascii("reformerad"), "reformed"), + (UniCase::ascii("pruposefully"), "purposefully"), + (UniCase::ascii("alternativley"), "alternatively"), + (UniCase::ascii("departue"), "departure"), + (UniCase::ascii("retrubution"), "retribution"), + (UniCase::ascii("technqiues"), "techniques"), + (UniCase::ascii("alocholic"), "alcoholic"), + (UniCase::ascii("disrection"), "discretion"), + (UniCase::ascii("constrainsts"), "constraints"), + (UniCase::ascii("recations"), "creations"), + (UniCase::ascii("campaignes"), "campaigns"), + (UniCase::ascii("similiarity"), "similarity"), + (UniCase::ascii("vageuly"), "vaguely"), + (UniCase::ascii("assimliate"), "assimilate"), + (UniCase::ascii("scrutinise"), "scrutinize"), + (UniCase::ascii("interbread"), "interbreed"), + (UniCase::ascii("compulsing"), "compulsion"), + (UniCase::ascii("theorising"), "theorizing"), + (UniCase::ascii("herucles"), "hercules"), + (UniCase::ascii("decleration"), "declaration"), + (UniCase::ascii("protestas"), "protests"), + (UniCase::ascii("unusualy"), "unusually"), + (UniCase::ascii("orlenas"), "orleans"), + (UniCase::ascii("dishinored"), "dishonored"), + (UniCase::ascii("newletters"), "newsletters"), + (UniCase::ascii("mississppi"), "mississippi"), + (UniCase::ascii("myhtical"), "mythical"), + (UniCase::ascii("wrteched"), "wretched"), + (UniCase::ascii("disagremeent"), "disagreements"), + (UniCase::ascii("bulgaira"), "bulgaria"), + (UniCase::ascii("effecitvely"), "effectively"), + (UniCase::ascii("hamburgurs"), "hamburgers"), + (UniCase::ascii("parahprase"), "paraphrase"), + (UniCase::ascii("chargeur"), "charger"), + (UniCase::ascii("democraticaly"), "democratically"), + (UniCase::ascii("iranain"), "iranian"), + (UniCase::ascii("chernyobl"), "chernobyl"), + (UniCase::ascii("casue"), "cause"), + (UniCase::ascii("tanturms"), "tantrums"), + (UniCase::ascii("disrepsected"), "disrespected"), + (UniCase::ascii("excessivley"), "excessively"), + (UniCase::ascii("resticted"), "restricted"), + (UniCase::ascii("championchips"), "championship"), + (UniCase::ascii("systemisch"), "systemic"), + (UniCase::ascii("thoughs"), "thoughts"), + (UniCase::ascii("confussion"), "confession"), + (UniCase::ascii("concertmate"), "concentrate"), + (UniCase::ascii("govermnet"), "goverment"), + (UniCase::ascii("skecthes"), "sketches"), + (UniCase::ascii("institutionnels"), "institutions"), + (UniCase::ascii("beacuse"), "because"), + (UniCase::ascii("superstitous"), "superstitious"), + (UniCase::ascii("surroundig"), "surroundings"), + (UniCase::ascii("distribuit"), "distribute"), + (UniCase::ascii("asnwers"), "answers"), + (UniCase::ascii("schizoprhenic"), "schizophrenic"), + (UniCase::ascii("intermittment"), "intermittent"), + (UniCase::ascii("deadlfits"), "deadlifts"), + (UniCase::ascii("acheives"), "achieves"), + (UniCase::ascii("ultimatelly"), "ultimately"), + (UniCase::ascii("unorignial"), "unoriginal"), + (UniCase::ascii("computerises"), "computerizes"), + (UniCase::ascii("unoriginial"), "unoriginal"), + (UniCase::ascii("brielfy"), "briefly"), + (UniCase::ascii("comptown"), "compton"), + (UniCase::ascii("innovaiton"), "innovations"), + (UniCase::ascii("inappropraite"), "inappropriate"), + (UniCase::ascii("phenomanal"), "phenomenal"), + (UniCase::ascii("cancelas"), "cancels"), + (UniCase::ascii("protocl"), "protocol"), + (UniCase::ascii("unbeliebable"), "unbelievable"), + (UniCase::ascii("propechy"), "prophecy"), + (UniCase::ascii("countert"), "counteract"), + (UniCase::ascii("sanctionned"), "sanctioned"), + (UniCase::ascii("contriception"), "contraception"), + (UniCase::ascii("equivolence"), "equivalence"), + (UniCase::ascii("influented"), "influenced"), + (UniCase::ascii("correlatos"), "correlates"), + (UniCase::ascii("reliased"), "realised"), + (UniCase::ascii("parapharsing"), "paraphrasing"), + (UniCase::ascii("conclusies"), "conclusive"), + (UniCase::ascii("massivelly"), "massively"), + (UniCase::ascii("cleints"), "clients"), + (UniCase::ascii("inexperianced"), "inexperienced"), + (UniCase::ascii("glithcy"), "glitchy"), + (UniCase::ascii("produciton"), "production"), + (UniCase::ascii("annihalated"), "annihilated"), + (UniCase::ascii("prestegious"), "prestigious"), + (UniCase::ascii("manipulted"), "manipulated"), + (UniCase::ascii("sumbarine"), "submarine"), + (UniCase::ascii("interrogacion"), "interrogation"), + (UniCase::ascii("bankrupcy"), "bankruptcy"), + (UniCase::ascii("bouyant"), "buoyant"), + (UniCase::ascii("simpelst"), "simplest"), + (UniCase::ascii("traversier"), "traverse"), + (UniCase::ascii("statictics"), "statistics"), + (UniCase::ascii("rehabilitacion"), "rehabilitation"), + (UniCase::ascii("procceding"), "proceeding"), + (UniCase::ascii("continuarla"), "continual"), + (UniCase::ascii("centerns"), "centers"), + (UniCase::ascii("liberalise"), "liberalize"), + (UniCase::ascii("juggernaunt"), "juggernaut"), + (UniCase::ascii("hatesink"), "heatsink"), + (UniCase::ascii("sufferred"), "suffered"), + (UniCase::ascii("similary"), "similarly"), + (UniCase::ascii("coincidince"), "coincidence"), + (UniCase::ascii("heriarchy"), "hierarchy"), + (UniCase::ascii("transmisions"), "transmission"), + (UniCase::ascii("intercepticons"), "interceptions"), + (UniCase::ascii("undersetimate"), "underestimate"), + (UniCase::ascii("differnt"), "different"), + (UniCase::ascii("counsle"), "counsel"), + (UniCase::ascii("externaly"), "externally"), + (UniCase::ascii("externalising"), "externalizing"), + (UniCase::ascii("enginer"), "engineer"), + (UniCase::ascii("sentimant"), "sentimental"), + (UniCase::ascii("nationalsitic"), "nationalistic"), + (UniCase::ascii("exersizing"), "exercising"), + (UniCase::ascii("techticians"), "technicians"), + (UniCase::ascii("chirstian"), "christian"), + (UniCase::ascii("progressivley"), "progressively"), + (UniCase::ascii("manufactered"), "manufactured"), + (UniCase::ascii("unbelievablly"), "unbelievably"), + (UniCase::ascii("transhpobic"), "transphobic"), + (UniCase::ascii("hypothesising"), "hypothesizing"), + (UniCase::ascii("oversimplifiction"), "oversimplification"), + (UniCase::ascii("desingers"), "designers"), + (UniCase::ascii("teamfigth"), "teamfight"), + (UniCase::ascii("plagiarius"), "plagiarism"), + (UniCase::ascii("experssions"), "expressions"), + (UniCase::ascii("offcially"), "officially"), + (UniCase::ascii("inconsequental"), "inconsequential"), + (UniCase::ascii("visualizating"), "visualization"), + (UniCase::ascii("cancles"), "cancels"), + (UniCase::ascii("crockodiles"), "crocodiles"), + (UniCase::ascii("nutritian"), "nutritional"), + (UniCase::ascii("downtokers"), "downvoters"), + (UniCase::ascii("fascinatin"), "fascination"), + (UniCase::ascii("fabrices"), "fabrics"), + (UniCase::ascii("simulatin"), "simulation"), + (UniCase::ascii("legislativo"), "legislation"), + (UniCase::ascii("rehabilitaiton"), "rehabilitation"), + (UniCase::ascii("pretene"), "pretense"), + (UniCase::ascii("originsl"), "originals"), + (UniCase::ascii("penisse"), "penises"), + (UniCase::ascii("miniaturised"), "miniaturized"), + (UniCase::ascii("radioaktive"), "radioactive"), + (UniCase::ascii("sympatheic"), "sympathetic"), + (UniCase::ascii("licence"), "license"), + (UniCase::ascii("behove"), "behoove"), + (UniCase::ascii("deliberant"), "deliberate"), + (UniCase::ascii("paychopathic"), "psychopathic"), + (UniCase::ascii("asissted"), "assisted"), + (UniCase::ascii("supermaster"), "supermarkets"), + (UniCase::ascii("sympithizers"), "sympathizers"), + (UniCase::ascii("indoctronated"), "indoctrinated"), + (UniCase::ascii("domisticated"), "domesticated"), + (UniCase::ascii("unsed"), "used"), + (UniCase::ascii("indimidation"), "intimidation"), + (UniCase::ascii("copengagen"), "copenhagen"), + (UniCase::ascii("hyrdation"), "hydration"), + (UniCase::ascii("purpetuating"), "perpetuating"), + (UniCase::ascii("amendmends"), "amendments"), + (UniCase::ascii("appareance"), "appearance"), + (UniCase::ascii("architecure"), "architecture"), + (UniCase::ascii("manafestation"), "manifestation"), + (UniCase::ascii("bakcers"), "backers"), + (UniCase::ascii("parntered"), "partnered"), + (UniCase::ascii("flamethorwer"), "flamethrower"), + (UniCase::ascii("experiancing"), "experiencing"), + (UniCase::ascii("negotiationg"), "negotiating"), + (UniCase::ascii("relcutant"), "reluctant"), + (UniCase::ascii("discreditied"), "discredited"), + (UniCase::ascii("dogdammit"), "goddammit"), + (UniCase::ascii("exculsive"), "exclusive"), + (UniCase::ascii("perpendiculaire"), "perpendicular"), + (UniCase::ascii("empathethic"), "empathetic"), + (UniCase::ascii("confidentiel"), "confidential"), + (UniCase::ascii("reacing"), "reaching"), + (UniCase::ascii("spirituella"), "spiritually"), + (UniCase::ascii("eptiome"), "epitome"), + (UniCase::ascii("violenty"), "violently"), + (UniCase::ascii("execptions"), "exceptions"), + (UniCase::ascii("vehemontly"), "vehemently"), + (UniCase::ascii("similarlly"), "similarly"), + (UniCase::ascii("deliverees"), "deliveries"), + (UniCase::ascii("symmetria"), "symmetrical"), + (UniCase::ascii("degraderad"), "degraded"), + (UniCase::ascii("polititians"), "politicians"), + (UniCase::ascii("criticaly"), "critically"), + (UniCase::ascii("rolepaly"), "roleplay"), + (UniCase::ascii("anarchsim"), "anarchism"), + (UniCase::ascii("entrepeneurs"), "entrepreneurs"), + (UniCase::ascii("godpseed"), "godspeed"), + (UniCase::ascii("despicaple"), "despicable"), + (UniCase::ascii("parlour"), "parlor"), + (UniCase::ascii("disiplined"), "disciplined"), + (UniCase::ascii("implementaciones"), "implementations"), + (UniCase::ascii("adventuous"), "adventurous"), + (UniCase::ascii("tailord"), "tailored"), + (UniCase::ascii("unresponisve"), "unresponsive"), + (UniCase::ascii("wnated"), "wanted"), + (UniCase::ascii("garrsion"), "garrison"), + (UniCase::ascii("abrreviation"), "abbreviation"), + (UniCase::ascii("kilometres"), "kilometers"), + (UniCase::ascii("informarle"), "informal"), + (UniCase::ascii("preservare"), "preserve"), + (UniCase::ascii("exahusted"), "exhausted"), + (UniCase::ascii("neighbouring"), "neighboring"), + (UniCase::ascii("pertubation"), "perturbation"), + (UniCase::ascii("accpetable"), "acceptable"), + (UniCase::ascii("isralies"), "israelis"), + (UniCase::ascii("scientiests"), "scientists"), + (UniCase::ascii("branier"), "brainer"), + (UniCase::ascii("mysterous"), "mysterious"), + (UniCase::ascii("susceptiable"), "susceptible"), + (UniCase::ascii("gunatanamo"), "guantanamo"), + (UniCase::ascii("contriversial"), "controversial"), + (UniCase::ascii("sensacional"), "sensational"), + (UniCase::ascii("calculs"), "calculus"), + (UniCase::ascii("legalizaing"), "legalizing"), + (UniCase::ascii("misinterperted"), "misinterpreted"), + (UniCase::ascii("concibes"), "concise"), + (UniCase::ascii("existet"), "existent"), + (UniCase::ascii("decsend"), "descend"), + (UniCase::ascii("legitemate"), "legitimate"), + (UniCase::ascii("womanised"), "womanized"), + (UniCase::ascii("resintalling"), "reinstalling"), + (UniCase::ascii("illustartions"), "illustrations"), + (UniCase::ascii("heastink"), "heatsink"), + (UniCase::ascii("prepetrated"), "perpetrated"), + (UniCase::ascii("flemmish"), "flemish"), + (UniCase::ascii("proceesing"), "proceeding"), + (UniCase::ascii("transcriptus"), "transcripts"), + (UniCase::ascii("versatillity"), "versatility"), + (UniCase::ascii("donwvote"), "downvote"), + (UniCase::ascii("apprecaite"), "appreciate"), + (UniCase::ascii("interveiwed"), "interviewed"), + (UniCase::ascii("niverse"), "inverse"), + (UniCase::ascii("startegic"), "strategic"), + (UniCase::ascii("altantic"), "atlantic"), + (UniCase::ascii("meancing"), "menacing"), + (UniCase::ascii("arogant"), "arrogant"), + (UniCase::ascii("pyramidas"), "pyramids"), + (UniCase::ascii("kilometros"), "kilometers"), + (UniCase::ascii("institutionals"), "institutions"), + (UniCase::ascii("propertion"), "proportion"), + (UniCase::ascii("dissodance"), "dissonance"), + (UniCase::ascii("themslves"), "themselves"), + (UniCase::ascii("umpredictable"), "unpredictable"), + (UniCase::ascii("resmebles"), "resembles"), + (UniCase::ascii("specailization"), "specialization"), + (UniCase::ascii("separaters"), "separates"), + (UniCase::ascii("applicaiton"), "application"), + (UniCase::ascii("statistacally"), "statistically"), + (UniCase::ascii("improvision"), "improvisation"), + (UniCase::ascii("explosvies"), "explosives"), + (UniCase::ascii("equivlalent"), "equivalent"), + (UniCase::ascii("puragtory"), "purgatory"), + (UniCase::ascii("electricion"), "electrician"), + (UniCase::ascii("trialled"), "trialed"), + (UniCase::ascii("abosrbing"), "absorbing"), + (UniCase::ascii("heavnely"), "heavenly"), + (UniCase::ascii("contestat"), "contestants"), + (UniCase::ascii("revitalised"), "revitalized"), + (UniCase::ascii("protagnoists"), "protagonists"), + (UniCase::ascii("investagators"), "investigators"), + (UniCase::ascii("seperates"), "separates"), + (UniCase::ascii("zealoths"), "zealots"), + (UniCase::ascii("preventivno"), "prevention"), + (UniCase::ascii("grandchilden"), "grandchildren"), + (UniCase::ascii("medicaly"), "medically"), + (UniCase::ascii("indifferance"), "indifference"), + (UniCase::ascii("predocessors"), "predecessors"), + (UniCase::ascii("regretts"), "regrets"), + (UniCase::ascii("inadvertant"), "inadvertent"), + (UniCase::ascii("egotistcal"), "egotistical"), + (UniCase::ascii("sympathise"), "sympathize"), + (UniCase::ascii("froniter"), "frontier"), + (UniCase::ascii("pricipal"), "principal"), + (UniCase::ascii("devestated"), "devastated"), + (UniCase::ascii("cannibalsim"), "cannibalism"), + (UniCase::ascii("overlaoded"), "overloaded"), + (UniCase::ascii("afflection"), "affliction"), + (UniCase::ascii("preinitalization"), "preinitialization"), + (UniCase::ascii("occasioanlly"), "occasionally"), + (UniCase::ascii("cerimony"), "ceremony"), + (UniCase::ascii("techmological"), "technological"), + (UniCase::ascii("appropiration"), "appropriation"), + (UniCase::ascii("operasional"), "operational"), + (UniCase::ascii("humanises"), "humanizes"), + (UniCase::ascii("honsetly"), "honestly"), + (UniCase::ascii("epsionage"), "espionage"), + (UniCase::ascii("perdators"), "predators"), + (UniCase::ascii("spectaculary"), "spectacularly"), + (UniCase::ascii("doublerift"), "doublelift"), + (UniCase::ascii("proccessing"), "processing"), + (UniCase::ascii("repeition"), "repetition"), + (UniCase::ascii("acknwoledge"), "acknowledges"), + (UniCase::ascii("tensionors"), "tensions"), + (UniCase::ascii("momentus"), "moments"), + (UniCase::ascii("grpahical"), "graphical"), + (UniCase::ascii("fraternaty"), "fraternity"), + (UniCase::ascii("restaurent"), "restaurant"), + (UniCase::ascii("polgyamy"), "polygamy"), + (UniCase::ascii("unimportent"), "unimportant"), + (UniCase::ascii("importanly"), "importantly"), + (UniCase::ascii("accelleration"), "acceleration"), + (UniCase::ascii("lithuiana"), "lithuania"), + (UniCase::ascii("progressiong"), "progressing"), + (UniCase::ascii("tortillla"), "tortilla"), + (UniCase::ascii("abruptley"), "abruptly"), + (UniCase::ascii("thirtsy"), "thirsty"), + (UniCase::ascii("vigilence"), "vigilance"), + (UniCase::ascii("christiantiy"), "christianity"), + (UniCase::ascii("chechpoint"), "checkpoint"), + (UniCase::ascii("implict"), "implicit"), + (UniCase::ascii("bankgok"), "bangkok"), + (UniCase::ascii("disclsoure"), "disclosure"), + (UniCase::ascii("expecially"), "especially"), + (UniCase::ascii("cruetly"), "cruelty"), + (UniCase::ascii("abritrarily"), "arbitrarily"), + (UniCase::ascii("diverisfy"), "diversify"), + (UniCase::ascii("anarchistes"), "anarchists"), + (UniCase::ascii("nationalisitic"), "nationalistic"), + (UniCase::ascii("suphisticated"), "sophisticated"), + (UniCase::ascii("exersices"), "exercises"), + (UniCase::ascii("invloving"), "involving"), + (UniCase::ascii("ritualised"), "ritualized"), + (UniCase::ascii("congresional"), "congressional"), + (UniCase::ascii("philisophical"), "philosophical"), + (UniCase::ascii("nutritents"), "nutrients"), + (UniCase::ascii("absoultes"), "absolutes"), + (UniCase::ascii("ingorant"), "ignorant"), + (UniCase::ascii("socialogical"), "sociological"), + (UniCase::ascii("turstworthy"), "trustworthy"), + (UniCase::ascii("complians"), "complains"), + (UniCase::ascii("experiance"), "experience"), + (UniCase::ascii("dinosaus"), "dinosaurs"), + (UniCase::ascii("logisticly"), "logistical"), + (UniCase::ascii("sarcastisch"), "sarcastic"), + (UniCase::ascii("infiltraron"), "infiltrator"), + (UniCase::ascii("devasteted"), "devastated"), + (UniCase::ascii("boyfriens"), "boyfriends"), + (UniCase::ascii("opponenet"), "opponent"), + (UniCase::ascii("reptiel"), "reptile"), + (UniCase::ascii("systematicaly"), "systematically"), + (UniCase::ascii("enviromentally"), "environmentally"), + (UniCase::ascii("vibratie"), "vibrate"), + (UniCase::ascii("primairly"), "primarily"), + (UniCase::ascii("frontlinjen"), "frontline"), + (UniCase::ascii("distatseful"), "distasteful"), + (UniCase::ascii("asnwered"), "answered"), + (UniCase::ascii("indianna"), "indiana"), + (UniCase::ascii("serialisations"), "serializations"), + (UniCase::ascii("explicatif"), "explicit"), + (UniCase::ascii("freedomers"), "freedoms"), + (UniCase::ascii("calculatoare"), "calculator"), + (UniCase::ascii("machins"), "machines"), + (UniCase::ascii("mobilising"), "mobilizing"), + (UniCase::ascii("demolution"), "demolition"), + (UniCase::ascii("corrispond"), "correspond"), + (UniCase::ascii("overcomeing"), "overcoming"), + (UniCase::ascii("independendly"), "independently"), + (UniCase::ascii("moisturiser"), "moisturizer"), + (UniCase::ascii("mkaes"), "makes"), + (UniCase::ascii("villegas"), "villages"), + (UniCase::ascii("underminding"), "undermining"), + (UniCase::ascii("believr"), "believer"), + (UniCase::ascii("sportsmansship"), "sportsmanship"), + (UniCase::ascii("hospitalised"), "hospitalized"), + (UniCase::ascii("kilometes"), "kilometers"), + (UniCase::ascii("alumnium"), "aluminum"), + (UniCase::ascii("automotion"), "automation"), + (UniCase::ascii("neurologia"), "neurological"), + (UniCase::ascii("objectivty"), "objectivity"), + (UniCase::ascii("equaliser"), "equalizer"), + (UniCase::ascii("intriuge"), "intrigue"), + (UniCase::ascii("someoneis"), "someones"), + (UniCase::ascii("toruneys"), "tourneys"), + (UniCase::ascii("cursaders"), "crusaders"), + (UniCase::ascii("instinctivly"), "instinctively"), + (UniCase::ascii("classicals"), "classics"), + (UniCase::ascii("computating"), "computation"), + (UniCase::ascii("sharpeneing"), "sharpening"), + (UniCase::ascii("decalres"), "declares"), + (UniCase::ascii("brimingham"), "birmingham"), + (UniCase::ascii("rentors"), "renters"), + (UniCase::ascii("chiselling"), "chiseling"), + (UniCase::ascii("parctise"), "practise"), + (UniCase::ascii("generelize"), "generalize"), + (UniCase::ascii("predescesors"), "predecessors"), + (UniCase::ascii("compleation"), "compilation"), + (UniCase::ascii("commentries"), "commenters"), + (UniCase::ascii("aircarft"), "aircraft"), + (UniCase::ascii("vegetarianas"), "vegetarians"), + (UniCase::ascii("restaurantes"), "restaurants"), + (UniCase::ascii("informarla"), "informal"), + (UniCase::ascii("tyranies"), "tyrannies"), + (UniCase::ascii("compensacion"), "compensation"), + (UniCase::ascii("employeers"), "employees"), + (UniCase::ascii("hacthing"), "hatching"), + (UniCase::ascii("outragesouly"), "outrageously"), + (UniCase::ascii("acheive"), "achieve"), + (UniCase::ascii("harbours"), "harbors"), + (UniCase::ascii("factorised"), "factorized"), + (UniCase::ascii("reactiony"), "reactionary"), + (UniCase::ascii("broadwalk"), "boardwalk"), + (UniCase::ascii("diretcx"), "directx"), + (UniCase::ascii("activaters"), "activates"), + (UniCase::ascii("philosohpical"), "philosophical"), + (UniCase::ascii("soemthing"), "something"), + (UniCase::ascii("oponent"), "opponent"), + (UniCase::ascii("texutres"), "textures"), + (UniCase::ascii("exclusivly"), "exclusively"), + (UniCase::ascii("generalbs"), "generals"), + (UniCase::ascii("contigents"), "continents"), + (UniCase::ascii("invicibility"), "invisibility"), + (UniCase::ascii("paralzyed"), "paralyzed"), + (UniCase::ascii("asburdity"), "absurdity"), + (UniCase::ascii("neckbeardos"), "neckbeards"), + (UniCase::ascii("centuties"), "centuries"), + (UniCase::ascii("hybridise"), "hybridize"), + (UniCase::ascii("intolernace"), "intolerance"), + (UniCase::ascii("sociopats"), "sociopaths"), + (UniCase::ascii("compatablities"), "compatibilities"), + (UniCase::ascii("initialising"), "initializing"), + (UniCase::ascii("valour"), "valor"), + (UniCase::ascii("andorids"), "androids"), + (UniCase::ascii("percise"), "precise"), + (UniCase::ascii("dissappear"), "disappear"), + (UniCase::ascii("specail"), "special"), + (UniCase::ascii("uniquesness"), "uniqueness"), + (UniCase::ascii("proportianal"), "proportional"), + (UniCase::ascii("negelcting"), "neglecting"), + (UniCase::ascii("fertizilers"), "fertilizer"), + (UniCase::ascii("presidenital"), "presidential"), + (UniCase::ascii("deminsions"), "dimensions"), + (UniCase::ascii("butcherd"), "butchered"), + (UniCase::ascii("dinosaurios"), "dinosaurs"), + (UniCase::ascii("gentlemn"), "gentlemen"), + (UniCase::ascii("introduceras"), "introduces"), + (UniCase::ascii("weaselled"), "weaseled"), + (UniCase::ascii("substans"), "substances"), + (UniCase::ascii("espreso"), "espresso"), + (UniCase::ascii("permissiable"), "permissible"), + (UniCase::ascii("thunderboldt"), "thunderbolt"), + (UniCase::ascii("luicfer"), "lucifer"), + (UniCase::ascii("univeristies"), "universities"), + (UniCase::ascii("intelligenly"), "intelligently"), + (UniCase::ascii("nutritent"), "nutrient"), + (UniCase::ascii("expierence"), "experience"), + (UniCase::ascii("peroidic"), "periodic"), + (UniCase::ascii("miscommunicatie"), "miscommunication"), + (UniCase::ascii("equilibrum"), "equilibrium"), + (UniCase::ascii("anyhwere"), "anywhere"), + (UniCase::ascii("chtulhu"), "cthulhu"), + (UniCase::ascii("closley"), "closely"), + (UniCase::ascii("communiation"), "communication"), + (UniCase::ascii("ecidious"), "deciduous"), + (UniCase::ascii("poweful"), "powerful"), + (UniCase::ascii("grammaticaal"), "grammatical"), + (UniCase::ascii("atrifacts"), "artifacts"), + (UniCase::ascii("principas"), "principals"), + (UniCase::ascii("asssasins"), "assassins"), + (UniCase::ascii("laybrinth"), "labyrinth"), + (UniCase::ascii("catastrophies"), "catastrophe"), + (UniCase::ascii("misinterept"), "misinterpret"), + (UniCase::ascii("manoeuvred"), "maneuvered"), + (UniCase::ascii("manouverability"), "maneuverability"), + (UniCase::ascii("legalizeing"), "legalizing"), + (UniCase::ascii("incognitio"), "incognito"), + (UniCase::ascii("evolveds"), "evolves"), + (UniCase::ascii("expresison"), "expressions"), + (UniCase::ascii("extractin"), "extraction"), + (UniCase::ascii("champage"), "champagne"), + (UniCase::ascii("fulfils"), "fulfills"), + (UniCase::ascii("rainbos"), "rainbows"), + (UniCase::ascii("maximisation"), "maximization"), + (UniCase::ascii("overblocking"), "overclocking"), + (UniCase::ascii("unrealible"), "unreliable"), + (UniCase::ascii("uplfiting"), "uplifting"), + (UniCase::ascii("disasterous"), "disastrous"), + (UniCase::ascii("thirteeen"), "thirteen"), + (UniCase::ascii("deveolpment"), "developments"), + (UniCase::ascii("dacquiri"), "daiquiri"), + (UniCase::ascii("scholarhsips"), "scholarships"), + (UniCase::ascii("metabolise"), "metabolize"), + (UniCase::ascii("downvotting"), "downvoting"), + (UniCase::ascii("decomissioned"), "decommissioned"), + (UniCase::ascii("pracitcal"), "practical"), + (UniCase::ascii("capsuls"), "capsules"), + (UniCase::ascii("daugther"), "daughter"), + (UniCase::ascii("sinistre"), "sinister"), + (UniCase::ascii("continentul"), "continental"), + (UniCase::ascii("inconditional"), "unconditional"), + (UniCase::ascii("rewirte"), "rewrite"), + (UniCase::ascii("adversiting"), "advertising"), + (UniCase::ascii("expedetion"), "expedition"), + (UniCase::ascii("indepedantly"), "independently"), + (UniCase::ascii("outlcassed"), "outclassed"), + (UniCase::ascii("medicority"), "mediocrity"), + (UniCase::ascii("procede"), "proceed"), + (UniCase::ascii("perusaded"), "persuaded"), + (UniCase::ascii("demoralised"), "demoralized"), + (UniCase::ascii("absolutelly"), "absolutely"), + (UniCase::ascii("visualisation"), "visualization"), + (UniCase::ascii("deficiencias"), "deficiencies"), + (UniCase::ascii("circumsicions"), "circumcision"), + (UniCase::ascii("familiary"), "familiarity"), + (UniCase::ascii("idealised"), "idealized"), + (UniCase::ascii("exahusting"), "exhausting"), + (UniCase::ascii("customizeble"), "customizable"), + (UniCase::ascii("compresors"), "compressor"), + (UniCase::ascii("flexibily"), "flexibility"), + (UniCase::ascii("anlayses"), "analyses"), + (UniCase::ascii("extremisme"), "extremes"), + (UniCase::ascii("bulletproff"), "bulletproof"), + (UniCase::ascii("massivley"), "massively"), + (UniCase::ascii("patriatism"), "patriotism"), + (UniCase::ascii("periphereals"), "peripherals"), + (UniCase::ascii("magainzes"), "magazines"), + (UniCase::ascii("islamistas"), "islamists"), + (UniCase::ascii("entreprenours"), "entrepreneurs"), + (UniCase::ascii("adventurious"), "adventurous"), + (UniCase::ascii("almigthy"), "almighty"), + (UniCase::ascii("disresepctful"), "disrespectful"), + (UniCase::ascii("cigarets"), "cigarettes"), + (UniCase::ascii("ahtiest"), "athiest"), + (UniCase::ascii("maraconi"), "macaroni"), + (UniCase::ascii("concnetration"), "concentrations"), + (UniCase::ascii("contradicton"), "contradiction"), + (UniCase::ascii("bandwagoon"), "bandwagon"), + (UniCase::ascii("thaliand"), "thailand"), + (UniCase::ascii("apsects"), "aspects"), + (UniCase::ascii("mulitation"), "mutilation"), + (UniCase::ascii("excisted"), "existed"), + (UniCase::ascii("crutchetts"), "crutches"), + (UniCase::ascii("administartor"), "administrator"), + (UniCase::ascii("brithdays"), "birthdays"), + (UniCase::ascii("cartirdge"), "cartridge"), + (UniCase::ascii("schyzophrenic"), "schizophrenic"), + (UniCase::ascii("migrains"), "migraines"), + (UniCase::ascii("produtcion"), "productions"), + (UniCase::ascii("obstancles"), "obstacles"), + (UniCase::ascii("semanitcs"), "semantics"), + (UniCase::ascii("transgenderd"), "transgendered"), + (UniCase::ascii("prediciton"), "prediction"), + (UniCase::ascii("absoulte"), "absolute"), + (UniCase::ascii("medeival"), "medieval"), + (UniCase::ascii("copyrigted"), "copyrighted"), + (UniCase::ascii("regerts"), "regrets"), + (UniCase::ascii("youngents"), "youngest"), + (UniCase::ascii("containes"), "contains"), + (UniCase::ascii("shelvers"), "shelves"), + (UniCase::ascii("microtranasctions"), "microtransactions"), + (UniCase::ascii("denomenations"), "denominations"), + (UniCase::ascii("furuther"), "further"), + (UniCase::ascii("apshalt"), "asphalt"), + (UniCase::ascii("snodwen"), "snowden"), + (UniCase::ascii("impossiblely"), "impossibly"), + (UniCase::ascii("vibratr"), "vibrator"), + (UniCase::ascii("sacrifizing"), "sacrificing"), + (UniCase::ascii("accerelate"), "accelerated"), + (UniCase::ascii("imcomprehensible"), "incomprehensible"), + (UniCase::ascii("predictment"), "predicament"), + (UniCase::ascii("permiere"), "premiere"), + (UniCase::ascii("compinsated"), "compensated"), + (UniCase::ascii("individualises"), "individualizes"), + (UniCase::ascii("combinaton"), "combination"), + (UniCase::ascii("stirrs"), "stirs"), + (UniCase::ascii("intervalls"), "intervals"), + (UniCase::ascii("stablility"), "stability"), + (UniCase::ascii("persumption"), "presumption"), + (UniCase::ascii("recreatief"), "recreate"), + (UniCase::ascii("stranglove"), "strangle"), + (UniCase::ascii("specifiing"), "specifying"), + (UniCase::ascii("offcers"), "officers"), + (UniCase::ascii("narcissts"), "narcissist"), + (UniCase::ascii("authorise"), "authorize"), + (UniCase::ascii("fucntional"), "functional"), + (UniCase::ascii("defendas"), "defends"), + (UniCase::ascii("spectatularly"), "spectacularly"), + (UniCase::ascii("octohedral"), "octahedral"), + (UniCase::ascii("cainster"), "canister"), + (UniCase::ascii("propiertary"), "proprietary"), + (UniCase::ascii("refurbushed"), "refurbished"), + (UniCase::ascii("implimentations"), "implementations"), + (UniCase::ascii("peircing"), "piercing"), + (UniCase::ascii("motivatie"), "motivate"), + (UniCase::ascii("collectieve"), "collective"), + (UniCase::ascii("literarely"), "literary"), + (UniCase::ascii("reconsiled"), "reconsider"), + (UniCase::ascii("tigther"), "tighter"), + (UniCase::ascii("evolutionnary"), "evolutionary"), + (UniCase::ascii("gratituous"), "gratuitous"), + (UniCase::ascii("spontanious"), "spontaneous"), + (UniCase::ascii("tihs"), "this"), + (UniCase::ascii("lighthning"), "lightening"), + (UniCase::ascii("bluebrints"), "blueprints"), + (UniCase::ascii("retroactivley"), "retroactively"), + (UniCase::ascii("playthorughs"), "playthroughs"), + (UniCase::ascii("reportidly"), "reportedly"), + (UniCase::ascii("filetimes"), "lifetimes"), + (UniCase::ascii("plagiarising"), "plagiarizing"), + (UniCase::ascii("definining"), "defining"), + (UniCase::ascii("initalising"), "initialising"), + (UniCase::ascii("symphatizer"), "sympathizers"), + (UniCase::ascii("interperters"), "interpreter"), + (UniCase::ascii("ofcoruse"), "ofcourse"), + (UniCase::ascii("gonorrhoea"), "gonorrhea"), + (UniCase::ascii("distuingish"), "distinguish"), + (UniCase::ascii("gipsies"), "gypsies"), + (UniCase::ascii("correpsonding"), "corresponding"), + (UniCase::ascii("arkasnas"), "arkansas"), + (UniCase::ascii("interactes"), "interacts"), + (UniCase::ascii("defensie"), "defensive"), + (UniCase::ascii("forigener"), "foreigner"), + (UniCase::ascii("puasing"), "pausing"), + (UniCase::ascii("compteurs"), "computers"), + (UniCase::ascii("inevatible"), "inevitable"), + (UniCase::ascii("argeument"), "arguement"), + (UniCase::ascii("joysitck"), "joystick"), + (UniCase::ascii("reaplying"), "replaying"), + (UniCase::ascii("appreciationg"), "appreciating"), + (UniCase::ascii("conatiner"), "container"), + (UniCase::ascii("emphasising"), "emphasizing"), + (UniCase::ascii("curcumstance"), "circumstance"), + (UniCase::ascii("firebals"), "fireballs"), + (UniCase::ascii("unauthorised"), "unauthorized"), + (UniCase::ascii("efficency"), "efficiency"), + (UniCase::ascii("labenese"), "lebanese"), + (UniCase::ascii("transformaton"), "transformation"), + (UniCase::ascii("absoultely"), "absolutely"), + (UniCase::ascii("menstural"), "menstrual"), + (UniCase::ascii("armegaddon"), "armageddon"), + (UniCase::ascii("spanwed"), "spawned"), + (UniCase::ascii("noninitalized"), "noninitialized"), + (UniCase::ascii("republis"), "republics"), + (UniCase::ascii("merceneries"), "mercenaries"), + (UniCase::ascii("alcehmist"), "alchemist"), + (UniCase::ascii("breweres"), "brewers"), + (UniCase::ascii("contentino"), "contention"), + (UniCase::ascii("bedevilling"), "bedeviling"), + (UniCase::ascii("underwoord"), "underworld"), + (UniCase::ascii("neckboards"), "neckbeards"), + (UniCase::ascii("hyprocisy"), "hypocrisy"), + (UniCase::ascii("acclamied"), "acclaimed"), + (UniCase::ascii("vandalised"), "vandalized"), + (UniCase::ascii("eigtheen"), "eighteen"), + (UniCase::ascii("reivews"), "reviews"), + (UniCase::ascii("synthesisers"), "synthesizers"), + (UniCase::ascii("perpsectives"), "perspectives"), + (UniCase::ascii("familiarty"), "familiarity"), + (UniCase::ascii("performnace"), "performances"), + (UniCase::ascii("warriros"), "warriors"), + (UniCase::ascii("tendencije"), "tendencies"), + (UniCase::ascii("soudntrack"), "soundtrack"), + (UniCase::ascii("cringery"), "cringey"), + (UniCase::ascii("informatief"), "informative"), + (UniCase::ascii("patriarical"), "patriarchal"), + (UniCase::ascii("signifikant"), "significant"), + (UniCase::ascii("comission"), "commission"), + (UniCase::ascii("sculpteur"), "sculpture"), + (UniCase::ascii("internationaal"), "international"), + (UniCase::ascii("realtions"), "relations"), + (UniCase::ascii("disastros"), "disastrous"), + (UniCase::ascii("spesification"), "specification"), + (UniCase::ascii("redistirbution"), "redistribution"), + (UniCase::ascii("pyramides"), "pyramids"), + (UniCase::ascii("extroardinarily"), "extraordinarily"), + (UniCase::ascii("coordonates"), "coordinates"), + (UniCase::ascii("distractes"), "distracts"), + (UniCase::ascii("campiagns"), "campaigns"), + (UniCase::ascii("philippides"), "philippines"), + (UniCase::ascii("scepticism"), "skepticism"), + (UniCase::ascii("contianing"), "containing"), + (UniCase::ascii("magnetised"), "magnetized"), + (UniCase::ascii("inconsistant"), "inconsistent"), + (UniCase::ascii("moleclues"), "molecules"), + (UniCase::ascii("yoghourt"), "yogurt"), + (UniCase::ascii("talsiman"), "talisman"), + (UniCase::ascii("compreso"), "compressor"), + (UniCase::ascii("enchanthing"), "enchanting"), + (UniCase::ascii("personsa"), "personas"), + (UniCase::ascii("councidentally"), "coincidentally"), + (UniCase::ascii("comfortablly"), "comfortably"), + (UniCase::ascii("organismes"), "organisms"), + (UniCase::ascii("kilogrammes"), "kilograms"), + (UniCase::ascii("battailon"), "battalion"), + (UniCase::ascii("dynamicaly"), "dynamically"), + (UniCase::ascii("substanitally"), "substantially"), + (UniCase::ascii("aforementiond"), "aforementioned"), + (UniCase::ascii("predacessor"), "predecessor"), + (UniCase::ascii("programmars"), "programmers"), + (UniCase::ascii("lefted"), "left"), + (UniCase::ascii("platnuim"), "platinum"), + (UniCase::ascii("premissions"), "permissions"), + (UniCase::ascii("reluctanctly"), "reluctantly"), + (UniCase::ascii("electricrain"), "electrician"), + (UniCase::ascii("collabaration"), "collaboration"), + (UniCase::ascii("misrepresentatie"), "misrepresentation"), + (UniCase::ascii("executioneer"), "executioner"), + (UniCase::ascii("repeatedy"), "repeatedly"), + (UniCase::ascii("implikation"), "implication"), + (UniCase::ascii("hybridised"), "hybridized"), + (UniCase::ascii("monopolice"), "monopolies"), + (UniCase::ascii("breaktrhough"), "breakthrough"), + (UniCase::ascii("driftig"), "drifting"), + (UniCase::ascii("multipls"), "multiples"), + (UniCase::ascii("contais"), "contains"), + (UniCase::ascii("simplifiy"), "simplify"), + (UniCase::ascii("calulate"), "calculate"), + (UniCase::ascii("traumatisch"), "traumatic"), + (UniCase::ascii("austira"), "austria"), + (UniCase::ascii("calssification"), "classification"), + (UniCase::ascii("acclimatising"), "acclimatizing"), + (UniCase::ascii("chronologicly"), "chronological"), + (UniCase::ascii("efficienty"), "efficiently"), + (UniCase::ascii("gamerga"), "gamertag"), + (UniCase::ascii("geneological"), "genealogical"), + (UniCase::ascii("frustradet"), "frustrates"), + (UniCase::ascii("projectils"), "projectiles"), + (UniCase::ascii("referemdum"), "referendum"), + (UniCase::ascii("forgiener"), "foreigner"), + (UniCase::ascii("dictionairy"), "dictionary"), + (UniCase::ascii("decpetive"), "deceptive"), + (UniCase::ascii("rationalising"), "rationalizing"), + (UniCase::ascii("unrestrictred"), "unrestricted"), + (UniCase::ascii("subtitltes"), "subtitle"), + (UniCase::ascii("sophistocated"), "sophisticated"), + (UniCase::ascii("curriculim"), "curriculum"), + (UniCase::ascii("acquited"), "acquitted"), + (UniCase::ascii("gauntelts"), "gauntlets"), + (UniCase::ascii("cosmeticos"), "cosmetics"), + (UniCase::ascii("rebiulding"), "rebuilding"), + (UniCase::ascii("bougainvillaea"), "bougainvillea"), + (UniCase::ascii("millioniares"), "millionaires"), + (UniCase::ascii("touchscren"), "touchscreen"), + (UniCase::ascii("blaspehmy"), "blasphemy"), + (UniCase::ascii("militiades"), "militias"), + (UniCase::ascii("vreity"), "variety"), + (UniCase::ascii("sqaurely"), "squarely"), + (UniCase::ascii("nickmane"), "nickname"), + (UniCase::ascii("erroneos"), "erroneous"), + (UniCase::ascii("burtsing"), "bursting"), + (UniCase::ascii("subscirbers"), "subscribers"), + (UniCase::ascii("tendencias"), "tendencies"), + (UniCase::ascii("missonary"), "missionary"), + (UniCase::ascii("abritrary"), "arbitrary"), + (UniCase::ascii("butterey"), "buttery"), + (UniCase::ascii("symphatizers"), "sympathizers"), + (UniCase::ascii("consentrations"), "concentrations"), + (UniCase::ascii("slowy"), "slowly"), + (UniCase::ascii("comparitavely"), "comparatively"), + (UniCase::ascii("unbeliavable"), "unbelievable"), + (UniCase::ascii("gurading"), "guarding"), + (UniCase::ascii("humerous"), "humorous"), + (UniCase::ascii("syrap"), "syrup"), + (UniCase::ascii("imprefect"), "imperfect"), + (UniCase::ascii("horrifing"), "horrifying"), + (UniCase::ascii("artisitc"), "artistic"), + (UniCase::ascii("attemtping"), "attempting"), + (UniCase::ascii("publisherr"), "publisher"), + (UniCase::ascii("instructons"), "instructors"), + (UniCase::ascii("valentians"), "valentines"), + (UniCase::ascii("achievemint"), "achievement"), + (UniCase::ascii("desriable"), "desirable"), + (UniCase::ascii("remannts"), "remnants"), + (UniCase::ascii("originalt"), "originality"), + (UniCase::ascii("continuting"), "continuing"), + (UniCase::ascii("instantanious"), "instantaneous"), + (UniCase::ascii("thopmson"), "thompson"), + (UniCase::ascii("sacrificied"), "sacrifice"), + (UniCase::ascii("skpeticism"), "skepticism"), + (UniCase::ascii("dicksih"), "dickish"), + (UniCase::ascii("lollipoopy"), "lollipop"), + (UniCase::ascii("contaminacion"), "contamination"), + (UniCase::ascii("investiagtive"), "investigative"), + (UniCase::ascii("executionier"), "executioner"), + (UniCase::ascii("dicover"), "discover"), + (UniCase::ascii("ecstacys"), "ecstasy"), + (UniCase::ascii("denominaron"), "denominator"), + (UniCase::ascii("misdameanors"), "misdemeanors"), + (UniCase::ascii("eyebrowes"), "eyebrows"), + (UniCase::ascii("circularised"), "circularized"), + (UniCase::ascii("marshmallowness"), "marshmallows"), + (UniCase::ascii("spirtiuality"), "spirituality"), + (UniCase::ascii("pathifnder"), "pathfinder"), + (UniCase::ascii("succsess"), "success"), + (UniCase::ascii("ddogers"), "dodgers"), + (UniCase::ascii("midnlessly"), "mindlessly"), + (UniCase::ascii("collony"), "colony"), + (UniCase::ascii("converst"), "converts"), + (UniCase::ascii("schozophrenia"), "schizophrenia"), + (UniCase::ascii("perstige"), "prestige"), + (UniCase::ascii("deflaction"), "deflection"), + (UniCase::ascii("outsourcad"), "outsourced"), + (UniCase::ascii("electic"), "electric"), + (UniCase::ascii("aberation"), "aberration"), + (UniCase::ascii("seraching"), "searching"), + (UniCase::ascii("propmted"), "prompted"), + (UniCase::ascii("passionetly"), "passionately"), + (UniCase::ascii("juggurnaut"), "juggernaut"), + (UniCase::ascii("teapsoon"), "teaspoon"), + (UniCase::ascii("futuristc"), "futuristic"), + (UniCase::ascii("delcares"), "declares"), + (UniCase::ascii("aborigene"), "aborigine"), + (UniCase::ascii("concsious"), "conscious"), + (UniCase::ascii("wednesdy"), "wednesdays"), + (UniCase::ascii("fourty"), "forty"), + (UniCase::ascii("copenhaagen"), "copenhagen"), + (UniCase::ascii("wroet"), "wrote"), + (UniCase::ascii("acquaintace"), "acquaintance"), + (UniCase::ascii("surrouns"), "surrounds"), + (UniCase::ascii("xeonphobic"), "xenophobic"), + (UniCase::ascii("functionailty"), "functionality"), + (UniCase::ascii("equilavents"), "equivalents"), + (UniCase::ascii("atrocitites"), "atrocities"), + (UniCase::ascii("unbalenced"), "unbalanced"), + (UniCase::ascii("responed"), "respond"), + (UniCase::ascii("catagories"), "categories"), + (UniCase::ascii("resuces"), "rescues"), + (UniCase::ascii("unpreductive"), "unproductive"), + (UniCase::ascii("butterlfies"), "butterflies"), + (UniCase::ascii("overshaddow"), "overshadowed"), + (UniCase::ascii("multplies"), "multiples"), + (UniCase::ascii("urugauy"), "uruguay"), + (UniCase::ascii("africas"), "africans"), + (UniCase::ascii("outputed"), "outputted"), + (UniCase::ascii("squirrtle"), "squirrel"), + (UniCase::ascii("preformers"), "performers"), + (UniCase::ascii("intervied"), "interviewed"), + (UniCase::ascii("conveniece"), "convenience"), + (UniCase::ascii("microtransacrions"), "microtransactions"), + (UniCase::ascii("snippes"), "snippets"), + (UniCase::ascii("contradice"), "contradicted"), + (UniCase::ascii("ideologiske"), "ideologies"), + (UniCase::ascii("libertarias"), "libertarians"), + (UniCase::ascii("tremondous"), "tremendous"), + (UniCase::ascii("cannibalisim"), "cannibalism"), + (UniCase::ascii("protectores"), "protectors"), + (UniCase::ascii("paederast"), "pederast"), + (UniCase::ascii("provinciaal"), "provincial"), + (UniCase::ascii("diaganol"), "diagonal"), + (UniCase::ascii("frightining"), "frightening"), + (UniCase::ascii("neighbourhoud"), "neighbourhood"), + (UniCase::ascii("tailgateing"), "tailgating"), + (UniCase::ascii("adjectivos"), "adjectives"), + (UniCase::ascii("hypocrticial"), "hypocritical"), + (UniCase::ascii("sentimetal"), "sentimental"), + (UniCase::ascii("legitemately"), "legitimately"), + (UniCase::ascii("outrageosly"), "outrageously"), + (UniCase::ascii("vitmain"), "vitamin"), + (UniCase::ascii("fundamentalis"), "fundamentals"), + (UniCase::ascii("encyklopedia"), "encyclopedia"), + (UniCase::ascii("directorguy"), "directory"), + (UniCase::ascii("convuluted"), "convoluted"), + (UniCase::ascii("magasine"), "magazine"), + (UniCase::ascii("criminalty"), "criminally"), + (UniCase::ascii("livestreem"), "livestream"), + (UniCase::ascii("reuasble"), "reusable"), + (UniCase::ascii("translatron"), "translation"), + (UniCase::ascii("degenerare"), "degenerate"), + (UniCase::ascii("officailly"), "officially"), + (UniCase::ascii("repharse"), "rephrase"), + (UniCase::ascii("patriarcial"), "patriarchal"), + (UniCase::ascii("ressurrection"), "resurrection"), + (UniCase::ascii("contribucion"), "contribution"), + (UniCase::ascii("prasies"), "praises"), + (UniCase::ascii("colourized"), "colorized"), + (UniCase::ascii("grativate"), "gravitate"), + (UniCase::ascii("accquainted"), "acquainted"), + (UniCase::ascii("compination"), "compilation"), + (UniCase::ascii("pesticids"), "pesticides"), + (UniCase::ascii("contradictiong"), "contradicting"), + (UniCase::ascii("onlsaught"), "onslaught"), + (UniCase::ascii("confessionis"), "confessions"), + (UniCase::ascii("allegeance"), "allegiance"), + (UniCase::ascii("aestethic"), "aesthetic"), + (UniCase::ascii("balckhawks"), "blackhawks"), + (UniCase::ascii("offensivley"), "offensively"), + (UniCase::ascii("rectangel"), "rectangle"), + (UniCase::ascii("catholocisim"), "catholicism"), + (UniCase::ascii("unexplicably"), "inexplicably"), + (UniCase::ascii("speicalist"), "specialist"), + (UniCase::ascii("junglig"), "jungling"), + (UniCase::ascii("nieghbourhood"), "neighbourhood"), + (UniCase::ascii("belaboured"), "belabored"), + (UniCase::ascii("incorrecty"), "incorrectly"), + (UniCase::ascii("presidentail"), "presidential"), + (UniCase::ascii("insepctor"), "inspector"), + (UniCase::ascii("duelling"), "dueling"), + (UniCase::ascii("deceptivley"), "deceptive"), + (UniCase::ascii("unimpresssed"), "unimpressed"), + (UniCase::ascii("conditionar"), "conditioner"), + (UniCase::ascii("avaition"), "aviation"), + (UniCase::ascii("portrayes"), "portrays"), + (UniCase::ascii("damenor"), "demeanor"), + (UniCase::ascii("archetecture"), "architecture"), + (UniCase::ascii("homosexuel"), "homosexual"), + (UniCase::ascii("anonimously"), "anonymously"), + (UniCase::ascii("appetiser"), "appetizer"), + (UniCase::ascii("wirting"), "writing"), + (UniCase::ascii("homogenise"), "homogenize"), + (UniCase::ascii("superstisious"), "superstitious"), + (UniCase::ascii("compromized"), "compromised"), + (UniCase::ascii("shenanigains"), "shenanigans"), + (UniCase::ascii("mispell"), "misspell"), + (UniCase::ascii("infinitly"), "infinity"), + (UniCase::ascii("inspeccion"), "inspection"), + (UniCase::ascii("spartanops"), "spartans"), + (UniCase::ascii("interents"), "internets"), + (UniCase::ascii("atheistc"), "atheistic"), + (UniCase::ascii("whisltes"), "whistles"), + (UniCase::ascii("extermist"), "extremist"), + (UniCase::ascii("abondoned"), "abandoned"), + (UniCase::ascii("catalogue"), "catalog"), + (UniCase::ascii("plagierism"), "plagiarism"), + (UniCase::ascii("descendend"), "descended"), + (UniCase::ascii("agurement"), "arguement"), + (UniCase::ascii("nationalisn"), "nationals"), + (UniCase::ascii("synthesise"), "synthesize"), + (UniCase::ascii("malfucntions"), "malfunction"), + (UniCase::ascii("monatge"), "montage"), + (UniCase::ascii("secularising"), "secularizing"), + (UniCase::ascii("lieutanant"), "lieutenant"), + (UniCase::ascii("tacticallity"), "tactically"), + (UniCase::ascii("furstration"), "frustration"), + (UniCase::ascii("discribing"), "describing"), + (UniCase::ascii("negotaited"), "negotiated"), + (UniCase::ascii("possestions"), "possessions"), + (UniCase::ascii("philospohies"), "philosophies"), + (UniCase::ascii("challengs"), "challenges"), + (UniCase::ascii("sherlcok"), "sherlock"), + (UniCase::ascii("conservatie"), "conservatives"), + (UniCase::ascii("etherent"), "ethernet"), + (UniCase::ascii("queation"), "equation"), + (UniCase::ascii("sentires"), "sentries"), + (UniCase::ascii("occassions"), "occasions"), + (UniCase::ascii("recreationnal"), "recreational"), + (UniCase::ascii("intimide"), "intimidate"), + (UniCase::ascii("detectaron"), "detector"), + (UniCase::ascii("buglaria"), "bulgaria"), + (UniCase::ascii("shampionship"), "championship"), + (UniCase::ascii("annoucnements"), "announcements"), + (UniCase::ascii("bilsters"), "blisters"), + (UniCase::ascii("sorceror"), "sorcerer"), + (UniCase::ascii("invlunerable"), "invulnerable"), + (UniCase::ascii("forgeiners"), "foreigners"), + (UniCase::ascii("desnity"), "density"), + (UniCase::ascii("sceptre"), "scepter"), + (UniCase::ascii("suppresors"), "suppressor"), + (UniCase::ascii("insecurites"), "insecurities"), + (UniCase::ascii("nieghbor"), "neighbor"), + (UniCase::ascii("colateral"), "collateral"), + (UniCase::ascii("dissatisfed"), "dissatisfied"), + (UniCase::ascii("grenaders"), "grenades"), + (UniCase::ascii("diversiy"), "diversify"), + (UniCase::ascii("socailism"), "socialism"), + (UniCase::ascii("brianwashed"), "brainwashed"), + (UniCase::ascii("unoperational"), "nonoperational"), + (UniCase::ascii("puplications"), "publications"), + (UniCase::ascii("hollywod"), "hollywood"), + (UniCase::ascii("anectodes"), "anecdotes"), + (UniCase::ascii("haviest"), "heaviest"), + (UniCase::ascii("electoraat"), "electorate"), + (UniCase::ascii("dipthongs"), "diphthongs"), + (UniCase::ascii("roahces"), "roaches"), + (UniCase::ascii("activacion"), "activation"), + (UniCase::ascii("ceremoniis"), "ceremonies"), + (UniCase::ascii("hemipsheres"), "hemisphere"), + (UniCase::ascii("implicilty"), "implicitly"), + (UniCase::ascii("symphaty"), "sympathy"), + (UniCase::ascii("civilizatons"), "civilizations"), + (UniCase::ascii("tatoo"), "tattoo"), + (UniCase::ascii("punishmnet"), "punishments"), + (UniCase::ascii("interet"), "interest"), + (UniCase::ascii("cemetaries"), "cemeteries"), + (UniCase::ascii("dicovery"), "discovery"), + (UniCase::ascii("transations"), "transitions"), + (UniCase::ascii("synchronises"), "synchronizes"), + (UniCase::ascii("docuhes"), "douches"), + (UniCase::ascii("freckels"), "freckles"), + (UniCase::ascii("misoganist"), "misogynist"), + (UniCase::ascii("literatre"), "literate"), + (UniCase::ascii("contanimation"), "contamination"), + (UniCase::ascii("anorexica"), "anorexia"), + (UniCase::ascii("renweables"), "renewables"), + (UniCase::ascii("raptores"), "raptors"), + (UniCase::ascii("bobybuilding"), "bodybuilding"), + (UniCase::ascii("infiltrarte"), "infiltrate"), + (UniCase::ascii("spontanuously"), "spontaneously"), + (UniCase::ascii("misunderstaning"), "misunderstanding"), + (UniCase::ascii("righetous"), "righteous"), + (UniCase::ascii("weild"), "wield"), + (UniCase::ascii("imaginacion"), "imagination"), + (UniCase::ascii("historicly"), "historical"), + (UniCase::ascii("sterilze"), "sterile"), + (UniCase::ascii("interpratation"), "interpretation"), + (UniCase::ascii("uncontrollabe"), "uncontrollable"), + (UniCase::ascii("questionn"), "questioning"), + (UniCase::ascii("posesses"), "possesses"), + (UniCase::ascii("moderateurs"), "moderates"), + (UniCase::ascii("pronounceing"), "pronouncing"), + (UniCase::ascii("monopilies"), "monopolies"), + (UniCase::ascii("sexuallity"), "sexually"), + (UniCase::ascii("simluated"), "simulated"), + (UniCase::ascii("arresst"), "arrests"), + (UniCase::ascii("canadias"), "canadians"), + (UniCase::ascii("cluthcing"), "clutching"), + (UniCase::ascii("sticthing"), "stitching"), + (UniCase::ascii("contenplate"), "contemplate"), + (UniCase::ascii("assistence"), "assistance"), + (UniCase::ascii("umcomfortably"), "uncomfortably"), + (UniCase::ascii("unpoened"), "unopened"), + (UniCase::ascii("rememebrs"), "remembers"), + (UniCase::ascii("skateing"), "skating"), + (UniCase::ascii("emphatized"), "emphasized"), + (UniCase::ascii("syirans"), "syrians"), + (UniCase::ascii("itemised"), "itemized"), + (UniCase::ascii("insecuritites"), "insecurities"), + (UniCase::ascii("scandinacian"), "scandinavian"), + (UniCase::ascii("confersation"), "conservation"), + (UniCase::ascii("orgnaised"), "organised"), + (UniCase::ascii("callisthenics"), "calisthenics"), + (UniCase::ascii("factorises"), "factorizes"), + (UniCase::ascii("backjacking"), "backpacking"), + (UniCase::ascii("peripheria"), "peripheral"), + (UniCase::ascii("possibile"), "possible"), + (UniCase::ascii("prostituiton"), "prostitution"), + (UniCase::ascii("incompatablities"), "incompatibilities"), + (UniCase::ascii("graphcis"), "graphics"), + (UniCase::ascii("morgage"), "mortgage"), + (UniCase::ascii("neckbeardese"), "neckbeards"), + (UniCase::ascii("checkpoit"), "checkpoints"), + (UniCase::ascii("frustrato"), "frustration"), + (UniCase::ascii("pruchased"), "purchased"), + (UniCase::ascii("proplusion"), "propulsion"), + (UniCase::ascii("periperhals"), "peripherals"), + (UniCase::ascii("butterfleye"), "butterfly"), + (UniCase::ascii("presentas"), "presents"), + (UniCase::ascii("brainwasing"), "brainwashing"), + (UniCase::ascii("stretegically"), "strategically"), + (UniCase::ascii("despict"), "depict"), + (UniCase::ascii("visibillity"), "visibility"), + (UniCase::ascii("adventuruous"), "adventurous"), + (UniCase::ascii("condemmed"), "condemned"), + (UniCase::ascii("perpertrated"), "perpetrated"), + (UniCase::ascii("orgainzation"), "organizations"), + (UniCase::ascii("proficeint"), "proficient"), + (UniCase::ascii("sacrifaces"), "sacrifices"), + (UniCase::ascii("spontaenous"), "spontaneous"), + (UniCase::ascii("fonetic"), "phonetic"), + (UniCase::ascii("intellectualis"), "intellectuals"), + (UniCase::ascii("earplus"), "earplugs"), + (UniCase::ascii("konws"), "knows"), + (UniCase::ascii("illustarted"), "illustrated"), + (UniCase::ascii("counries"), "countries"), + (UniCase::ascii("commenwealth"), "commonwealth"), + (UniCase::ascii("posseses"), "possesses"), + (UniCase::ascii("homogeneize"), "homogenize"), + (UniCase::ascii("interchangebale"), "interchangeable"), + (UniCase::ascii("beggins"), "begins"), + (UniCase::ascii("birgading"), "brigading"), + (UniCase::ascii("compenidum"), "compendium"), + (UniCase::ascii("recriational"), "recreational"), + (UniCase::ascii("phenemenon"), "phenomenon"), + (UniCase::ascii("athletecism"), "athleticism"), + (UniCase::ascii("recoves"), "recovers"), + (UniCase::ascii("ubiquotous"), "ubiquitous"), + (UniCase::ascii("patriotas"), "patriots"), + (UniCase::ascii("receptie"), "receptive"), + (UniCase::ascii("implementationer"), "implementations"), + (UniCase::ascii("massachuestts"), "massachusetts"), + (UniCase::ascii("participante"), "participate"), + (UniCase::ascii("comapre"), "compare"), + (UniCase::ascii("unpopulair"), "unpopular"), + (UniCase::ascii("historinhas"), "historians"), + (UniCase::ascii("gatherig"), "gatherings"), + (UniCase::ascii("disrespekted"), "disrespected"), + (UniCase::ascii("insuffucient"), "insufficient"), + (UniCase::ascii("apparenlty"), "apparently"), + (UniCase::ascii("consicousness"), "consciousness"), + (UniCase::ascii("phongraph"), "phonograph"), + (UniCase::ascii("stimualted"), "stimulated"), + (UniCase::ascii("unrepetant"), "unrepentant"), + (UniCase::ascii("qualifiing"), "qualifying"), + (UniCase::ascii("alchool"), "alcohol"), + (UniCase::ascii("consitution"), "constitution"), + (UniCase::ascii("diarreah"), "diarrhea"), + (UniCase::ascii("convinse"), "convinces"), + (UniCase::ascii("jamaicain"), "jamaican"), + (UniCase::ascii("transferrred"), "transferred"), + (UniCase::ascii("tranistion"), "transition"), + (UniCase::ascii("amunition"), "ammunition"), + (UniCase::ascii("scultpure"), "sculpture"), + (UniCase::ascii("negotiatons"), "negotiations"), + (UniCase::ascii("asexaul"), "asexual"), + (UniCase::ascii("marryied"), "married"), + (UniCase::ascii("tutorual"), "tutorial"), + (UniCase::ascii("apporximate"), "approximate"), + (UniCase::ascii("charactarized"), "characterized"), + (UniCase::ascii("unsibstantiated"), "unsubstantiated"), + (UniCase::ascii("regualtors"), "regulators"), + (UniCase::ascii("conclusie"), "conclusive"), + (UniCase::ascii("sentimentals"), "sentiments"), + (UniCase::ascii("unintelligant"), "unintelligent"), + (UniCase::ascii("skatebrand"), "skateboard"), + (UniCase::ascii("prevantative"), "preventative"), + (UniCase::ascii("unexpectely"), "unexpectedly"), + (UniCase::ascii("vegetariens"), "vegetarians"), + (UniCase::ascii("commandent"), "commandment"), + (UniCase::ascii("dystpoian"), "dystopian"), + (UniCase::ascii("foregorund"), "foreground"), + (UniCase::ascii("provisonal"), "provisional"), + (UniCase::ascii("pavillion"), "pavilion"), + (UniCase::ascii("acknowlegding"), "acknowledging"), + (UniCase::ascii("mannorisms"), "mannerisms"), + (UniCase::ascii("uncompetive"), "uncompetitive"), + (UniCase::ascii("bombarderad"), "bombarded"), + (UniCase::ascii("grafitti"), "graffiti"), + (UniCase::ascii("beautifyl"), "beautifully"), + (UniCase::ascii("continuining"), "continuing"), + (UniCase::ascii("electromagentic"), "electromagnetic"), + (UniCase::ascii("stereotpyes"), "stereotypes"), + (UniCase::ascii("limitating"), "limitation"), + (UniCase::ascii("faboulus"), "fabulous"), + (UniCase::ascii("overweigth"), "overweight"), + (UniCase::ascii("deodorised"), "deodorized"), + (UniCase::ascii("gaurantees"), "guarantees"), + (UniCase::ascii("ingeunity"), "ingenuity"), + (UniCase::ascii("intermideate"), "intermediate"), + (UniCase::ascii("mainpulate"), "manipulate"), + (UniCase::ascii("comando"), "commando"), + (UniCase::ascii("conjonction"), "conjunction"), + (UniCase::ascii("origines"), "origins"), + (UniCase::ascii("synonmys"), "synonyms"), + (UniCase::ascii("treasurery"), "treasury"), + (UniCase::ascii("sizebale"), "sizeable"), + (UniCase::ascii("deliverys"), "delivers"), + (UniCase::ascii("shamelessley"), "shamelessly"), + (UniCase::ascii("candidatxs"), "candidates"), + (UniCase::ascii("archaelogical"), "archaeological"), + (UniCase::ascii("phychedelics"), "psychedelics"), + (UniCase::ascii("algoritmes"), "algorithms"), + (UniCase::ascii("synonomous"), "synonymous"), + (UniCase::ascii("orginize"), "organise"), + (UniCase::ascii("clickbat"), "clickbait"), + (UniCase::ascii("batlimore"), "baltimore"), + (UniCase::ascii("imprisonent"), "imprisonment"), + (UniCase::ascii("satric"), "satiric"), + (UniCase::ascii("compinsate"), "compensate"), + (UniCase::ascii("protestato"), "protestant"), + (UniCase::ascii("obilterated"), "obliterated"), + (UniCase::ascii("pesticedes"), "pesticides"), + (UniCase::ascii("chocolatte"), "chocolates"), + (UniCase::ascii("preimums"), "premiums"), + (UniCase::ascii("fruadulent"), "fraudulent"), + (UniCase::ascii("orhcestra"), "orchestra"), + (UniCase::ascii("centilitre"), "centiliter"), + (UniCase::ascii("battalin"), "battalion"), + (UniCase::ascii("perihperals"), "peripherals"), + (UniCase::ascii("colomba"), "colombia"), + (UniCase::ascii("creationsts"), "creationists"), + (UniCase::ascii("academicos"), "academics"), + (UniCase::ascii("enclousre"), "enclosure"), + (UniCase::ascii("constast"), "constants"), + (UniCase::ascii("misoganistic"), "misogynistic"), + (UniCase::ascii("abandonding"), "abandoning"), + (UniCase::ascii("condolenses"), "condolences"), + (UniCase::ascii("abreviation"), "abbreviation"), + (UniCase::ascii("brutallly"), "brutally"), + (UniCase::ascii("disrespectul"), "disrespectful"), + (UniCase::ascii("inlcudes"), "includes"), + (UniCase::ascii("geogrpahy"), "geography"), + (UniCase::ascii("characterists"), "characteristics"), + (UniCase::ascii("attackerats"), "attackers"), + (UniCase::ascii("hanlder"), "handler"), + (UniCase::ascii("experements"), "experiments"), + (UniCase::ascii("collpased"), "collapsed"), + (UniCase::ascii("scartch"), "scratch"), + (UniCase::ascii("justificaiton"), "justification"), + (UniCase::ascii("spectrolab"), "spectral"), + (UniCase::ascii("reinkarnation"), "reincarnation"), + (UniCase::ascii("prevalente"), "prevalence"), + (UniCase::ascii("ukraininas"), "ukrainians"), + (UniCase::ascii("buriser"), "bruiser"), + (UniCase::ascii("complecate"), "complicate"), + (UniCase::ascii("homelesness"), "homelessness"), + (UniCase::ascii("sincereley"), "sincerely"), + (UniCase::ascii("recieving"), "receiving"), + (UniCase::ascii("pertubations"), "perturbations"), + (UniCase::ascii("pharmsci"), "pharmacist"), + (UniCase::ascii("descrise"), "describes"), + (UniCase::ascii("symbolises"), "symbolizes"), + (UniCase::ascii("airosft"), "airsoft"), + (UniCase::ascii("capmbell"), "campbell"), + (UniCase::ascii("mechanim"), "mechanism"), + (UniCase::ascii("sweathsirt"), "sweatshirt"), + (UniCase::ascii("merchanters"), "merchants"), + (UniCase::ascii("polygammy"), "polygamy"), + (UniCase::ascii("chcukles"), "chuckles"), + (UniCase::ascii("pursuaded"), "persuaded"), + (UniCase::ascii("liberterianism"), "libertarianism"), + (UniCase::ascii("potrait"), "portrait"), + (UniCase::ascii("adolescense"), "adolescence"), + (UniCase::ascii("anectodally"), "anecdotally"), + (UniCase::ascii("blizzcoin"), "blizzcon"), + (UniCase::ascii("cardianls"), "cardinals"), + (UniCase::ascii("illumniati"), "illuminati"), + (UniCase::ascii("persue"), "pursue"), + (UniCase::ascii("proponenet"), "proponent"), + (UniCase::ascii("togheter"), "together"), + (UniCase::ascii("grizzlay"), "grizzly"), + (UniCase::ascii("relativisme"), "relatives"), + (UniCase::ascii("revelution"), "revelation"), + (UniCase::ascii("extention"), "extension"), + (UniCase::ascii("transportarme"), "transporter"), + (UniCase::ascii("vacinity"), "vicinity"), + (UniCase::ascii("remingotn"), "remington"), + (UniCase::ascii("saterdays"), "saturdays"), + (UniCase::ascii("accommadate"), "accommodate"), + (UniCase::ascii("fraudolent"), "fraudulent"), + (UniCase::ascii("qualificato"), "qualification"), + (UniCase::ascii("skecthy"), "sketchy"), + (UniCase::ascii("transimssion"), "transmissions"), + (UniCase::ascii("humantiarian"), "humanitarian"), + (UniCase::ascii("harras"), "harass"), + (UniCase::ascii("arrangerad"), "arranged"), + (UniCase::ascii("bedore"), "before"), + (UniCase::ascii("pennsylvanica"), "pennsylvania"), + (UniCase::ascii("contanting"), "contacting"), + (UniCase::ascii("firts"), "flirts"), + (UniCase::ascii("contimplate"), "contemplate"), + (UniCase::ascii("monopolising"), "monopolizing"), + (UniCase::ascii("propriatary"), "proprietary"), + (UniCase::ascii("systemc"), "systemic"), + (UniCase::ascii("rancour"), "rancor"), + (UniCase::ascii("respriatory"), "respiratory"), + (UniCase::ascii("incompatabilities"), "incompatibilities"), + (UniCase::ascii("incomptetent"), "incompetent"), + (UniCase::ascii("spawnign"), "spawning"), + (UniCase::ascii("variantes"), "variants"), + (UniCase::ascii("apporaches"), "approaches"), + (UniCase::ascii("correpsondence"), "correspondence"), + (UniCase::ascii("constructiin"), "constructing"), + (UniCase::ascii("pwoer"), "power"), + (UniCase::ascii("recuiting"), "recruiting"), + (UniCase::ascii("maraduer"), "marauder"), + (UniCase::ascii("misinterprent"), "misinterpret"), + (UniCase::ascii("evalutaion"), "evaluation"), + (UniCase::ascii("underpowed"), "underpowered"), + (UniCase::ascii("ubsubscribed"), "unsubscribed"), + (UniCase::ascii("achived"), "achieved"), + (UniCase::ascii("infinitey"), "infinity"), + (UniCase::ascii("indistinguisable"), "indistinguishable"), + (UniCase::ascii("independetn"), "independents"), + (UniCase::ascii("exmaple"), "example"), + (UniCase::ascii("practicaly"), "practically"), + (UniCase::ascii("filmmakare"), "filmmakers"), + (UniCase::ascii("dependancey"), "dependency"), + (UniCase::ascii("feasbile"), "feasible"), + (UniCase::ascii("aggresive"), "aggressive"), + (UniCase::ascii("manupilated"), "manipulated"), + (UniCase::ascii("disbales"), "disables"), + (UniCase::ascii("revellers"), "revelers"), + (UniCase::ascii("distributio"), "distributor"), + (UniCase::ascii("promose"), "promotes"), + (UniCase::ascii("moulted"), "molted"), + (UniCase::ascii("tempels"), "temples"), + (UniCase::ascii("thrusdays"), "thursdays"), + (UniCase::ascii("distrubutor"), "distributor"), + (UniCase::ascii("experimentella"), "experimental"), + (UniCase::ascii("baulking"), "balking"), + (UniCase::ascii("concsiousness"), "consciousness"), + (UniCase::ascii("sendetary"), "sedentary"), + (UniCase::ascii("brewerys"), "brewers"), + (UniCase::ascii("dilpoma"), "diploma"), + (UniCase::ascii("phychopathic"), "psychopathic"), + (UniCase::ascii("dortumnd"), "dortmund"), + (UniCase::ascii("definit"), "definite"), + (UniCase::ascii("prohibitus"), "prohibits"), + (UniCase::ascii("adolence"), "adolescent"), + (UniCase::ascii("recommanding"), "recommending"), + (UniCase::ascii("salughtering"), "slaughtering"), + (UniCase::ascii("viatmins"), "vitamins"), + (UniCase::ascii("flaghsip"), "flagship"), + (UniCase::ascii("enchanement"), "enchantment"), + (UniCase::ascii("imporvised"), "improvised"), + (UniCase::ascii("pretensive"), "pretense"), + (UniCase::ascii("masturpiece"), "masterpiece"), + (UniCase::ascii("hypertrophey"), "hypertrophy"), + (UniCase::ascii("keychian"), "keychain"), + (UniCase::ascii("chelsae"), "chelsea"), + (UniCase::ascii("convenant"), "covenant"), + (UniCase::ascii("estabishes"), "establishes"), + (UniCase::ascii("throrough"), "thorough"), + (UniCase::ascii("faoming"), "foaming"), + (UniCase::ascii("scandalise"), "scandalize"), + (UniCase::ascii("obsessivley"), "obsessive"), + (UniCase::ascii("plasitcs"), "plastics"), + (UniCase::ascii("priveleged"), "privileged"), + (UniCase::ascii("leaglize"), "legalize"), + (UniCase::ascii("captialization"), "capitalization"), + (UniCase::ascii("astronautas"), "astronauts"), + (UniCase::ascii("destractions"), "distractions"), + (UniCase::ascii("assemby"), "assembly"), + (UniCase::ascii("becuasse"), "becuase"), + (UniCase::ascii("cylidner"), "cylinder"), + (UniCase::ascii("ulterioara"), "ulterior"), + (UniCase::ascii("sympothetic"), "sympathetic"), + (UniCase::ascii("occasionnal"), "occasional"), + (UniCase::ascii("destroyeer"), "destroyers"), + (UniCase::ascii("analitycs"), "analytics"), + (UniCase::ascii("paediatricians"), "pediatricians"), + (UniCase::ascii("documentarse"), "documentaries"), + (UniCase::ascii("embargos"), "embargoes"), + (UniCase::ascii("forsenic"), "forensic"), + (UniCase::ascii("obvioulsy"), "obviously"), + (UniCase::ascii("dehumanised"), "dehumanized"), + (UniCase::ascii("establishmnet"), "establishments"), + (UniCase::ascii("scorpoin"), "scorpion"), + (UniCase::ascii("gymnasitcs"), "gymnastics"), + (UniCase::ascii("participaton"), "participant"), + (UniCase::ascii("rationalisations"), "rationalizations"), + (UniCase::ascii("persones"), "persons"), + (UniCase::ascii("tust"), "trust"), + (UniCase::ascii("assosiations"), "associations"), + (UniCase::ascii("misunderstantings"), "misunderstandings"), + (UniCase::ascii("vegeratian"), "vegetarians"), + (UniCase::ascii("maybelleine"), "maybelline"), + (UniCase::ascii("tongiht"), "tonight"), + (UniCase::ascii("trpoical"), "tropical"), + (UniCase::ascii("manipulationg"), "manipulating"), + (UniCase::ascii("suspicians"), "suspicions"), + (UniCase::ascii("hallucenations"), "hallucinations"), + (UniCase::ascii("socioecenomic"), "socioeconomic"), + (UniCase::ascii("sociopatic"), "sociopathic"), + (UniCase::ascii("jusitfication"), "justifications"), + (UniCase::ascii("indoensian"), "indonesian"), + (UniCase::ascii("hopefuly"), "hopefully"), + (UniCase::ascii("philedalphia"), "philadelphia"), + (UniCase::ascii("realtion"), "relation"), + (UniCase::ascii("naturely"), "naturally"), + (UniCase::ascii("cataclyms"), "cataclysm"), + (UniCase::ascii("britian"), "britain"), + (UniCase::ascii("dunegons"), "dungeons"), + (UniCase::ascii("cultivative"), "cultivate"), + (UniCase::ascii("entropay"), "entropy"), + (UniCase::ascii("frutcose"), "fructose"), + (UniCase::ascii("xenophobical"), "xenophobia"), + (UniCase::ascii("productino"), "productions"), + (UniCase::ascii("conenctration"), "concentrations"), + (UniCase::ascii("conduiting"), "conducting"), + (UniCase::ascii("quarintine"), "quarantine"), + (UniCase::ascii("philosophicaly"), "philosophically"), + (UniCase::ascii("disgusied"), "disguised"), + (UniCase::ascii("precendece"), "precedence"), + (UniCase::ascii("fortunetly"), "fortunately"), + (UniCase::ascii("tramendously"), "tremendously"), + (UniCase::ascii("suplimented"), "supplemented"), + (UniCase::ascii("philosohpically"), "philosophically"), + (UniCase::ascii("demilitarising"), "demilitarizing"), + (UniCase::ascii("yeilding"), "yielding"), + (UniCase::ascii("tranzitions"), "transitions"), + (UniCase::ascii("illnesss"), "illnesses"), + (UniCase::ascii("omnipotant"), "omnipotent"), + (UniCase::ascii("advirtisement"), "advertisement"), + (UniCase::ascii("victimises"), "victimizes"), + (UniCase::ascii("kindapping"), "kidnapping"), + (UniCase::ascii("tyrannise"), "tyrannize"), + (UniCase::ascii("pummelling"), "pummeled"), + (UniCase::ascii("survivours"), "survivor"), + (UniCase::ascii("politicion"), "politician"), + (UniCase::ascii("critizicing"), "criticizing"), + (UniCase::ascii("mouldered"), "moldered"), + (UniCase::ascii("insignificent"), "insignificant"), + (UniCase::ascii("testiclees"), "testicles"), + (UniCase::ascii("sasy"), "says"), + (UniCase::ascii("foresseable"), "foreseeable"), + (UniCase::ascii("precausion"), "precaution"), + (UniCase::ascii("associatons"), "associations"), + (UniCase::ascii("direktional"), "directional"), + (UniCase::ascii("downloadbel"), "downloadable"), + (UniCase::ascii("shledon"), "sheldon"), + (UniCase::ascii("centipeddle"), "centipede"), + (UniCase::ascii("phenomonon"), "phenomenon"), + (UniCase::ascii("threeof"), "thereof"), + (UniCase::ascii("interpretaciones"), "interpretations"), + (UniCase::ascii("mileu"), "milieu"), + (UniCase::ascii("orginazation"), "organization"), + (UniCase::ascii("staduim"), "stadium"), + (UniCase::ascii("airpsace"), "airspace"), + (UniCase::ascii("inscets"), "insects"), + (UniCase::ascii("strictist"), "strictest"), + (UniCase::ascii("overwtach"), "overwatch"), + (UniCase::ascii("explanotory"), "explanatory"), + (UniCase::ascii("presonhood"), "personhood"), + (UniCase::ascii("considerstion"), "considerations"), + (UniCase::ascii("marketting"), "marketing"), + (UniCase::ascii("continuons"), "continuous"), + (UniCase::ascii("angosticism"), "agnosticism"), + (UniCase::ascii("coordinato"), "coordination"), + (UniCase::ascii("altogheter"), "altogether"), + (UniCase::ascii("reviewd"), "reviewed"), + (UniCase::ascii("adventureres"), "adventures"), + (UniCase::ascii("architechs"), "architects"), + (UniCase::ascii("internetis"), "internets"), + (UniCase::ascii("withdral"), "withdrawal"), + (UniCase::ascii("platofrms"), "platforms"), + (UniCase::ascii("tablespon"), "tablespoon"), + (UniCase::ascii("mothreboard"), "motherboards"), + (UniCase::ascii("indepentend"), "independents"), + (UniCase::ascii("defendre"), "defender"), + (UniCase::ascii("russina"), "russian"), + (UniCase::ascii("crosspot"), "crosspost"), + (UniCase::ascii("relatiate"), "retaliate"), + (UniCase::ascii("evidencd"), "evidenced"), + (UniCase::ascii("imperialst"), "imperialist"), + (UniCase::ascii("prelimiary"), "preliminary"), + (UniCase::ascii("judgemant"), "judgemental"), + (UniCase::ascii("formitable"), "formidable"), + (UniCase::ascii("referemces"), "references"), + (UniCase::ascii("collaberate"), "collaborate"), + (UniCase::ascii("braista"), "barista"), + (UniCase::ascii("enlightend"), "enlightened"), + (UniCase::ascii("spiritualty"), "spirituality"), + (UniCase::ascii("pretentous"), "pretentious"), + (UniCase::ascii("fantasazing"), "fantasizing"), + (UniCase::ascii("vulgarisation"), "vulgarization"), + (UniCase::ascii("seniores"), "seniors"), + (UniCase::ascii("chronoligical"), "chronological"), + (UniCase::ascii("undenialbly"), "undeniably"), + (UniCase::ascii("momento"), "memento"), + (UniCase::ascii("definance"), "defiance"), + (UniCase::ascii("skatebaords"), "skateboard"), + (UniCase::ascii("cooridnated"), "coordinated"), + (UniCase::ascii("fluctuaties"), "fluctuate"), + (UniCase::ascii("extravigant"), "extravagant"), + (UniCase::ascii("irrationel"), "irrational"), + (UniCase::ascii("outskirters"), "outskirts"), + (UniCase::ascii("ethnicitiy"), "ethnicity"), + (UniCase::ascii("swaer"), "swear"), + (UniCase::ascii("carange"), "carnage"), + (UniCase::ascii("renoylds"), "reynolds"), + (UniCase::ascii("organiztion"), "organization"), + (UniCase::ascii("jackonsville"), "jacksonville"), + (UniCase::ascii("unsurprizing"), "unsurprising"), + (UniCase::ascii("basiclay"), "basicly"), + (UniCase::ascii("consumires"), "consumerism"), + (UniCase::ascii("miscarrige"), "miscarriage"), + (UniCase::ascii("connectos"), "connectors"), + (UniCase::ascii("reinitalized"), "reinitialized"), + (UniCase::ascii("succsessfull"), "successful"), + (UniCase::ascii("advantagious"), "advantageous"), + (UniCase::ascii("flexibilty"), "flexibility"), + (UniCase::ascii("sqiurtle"), "squirtle"), + (UniCase::ascii("argiculture"), "agriculture"), + (UniCase::ascii("cinematogrpahy"), "cinematography"), + (UniCase::ascii("exsited"), "existed"), + (UniCase::ascii("pattersn"), "patterson"), + (UniCase::ascii("somethinbg"), "somethings"), + (UniCase::ascii("commenteers"), "commenter"), + (UniCase::ascii("implicatii"), "implicit"), + (UniCase::ascii("captialists"), "capitalists"), + (UniCase::ascii("harrassing"), "harassing"), + (UniCase::ascii("pebbels"), "pebbles"), + (UniCase::ascii("graident"), "gradient"), + (UniCase::ascii("aboslutely"), "absolutely"), + (UniCase::ascii("conveluted"), "convoluted"), + (UniCase::ascii("symettric"), "symmetric"), + (UniCase::ascii("amphatamines"), "amphetamines"), + (UniCase::ascii("sponser"), "sponsor"), + (UniCase::ascii("cupboad"), "cupboard"), + (UniCase::ascii("progresss"), "progresses"), + (UniCase::ascii("corrilates"), "correlates"), + (UniCase::ascii("internalisation"), "internalization"), + (UniCase::ascii("catapillar"), "caterpillar"), + (UniCase::ascii("shenanegins"), "shenanigans"), + (UniCase::ascii("torrentors"), "torrents"), + (UniCase::ascii("nusaince"), "nuisance"), + (UniCase::ascii("envrionments"), "environments"), + (UniCase::ascii("sacrifise"), "sacrifices"), + (UniCase::ascii("paitent"), "patient"), + (UniCase::ascii("misgoynistic"), "misogynistic"), + (UniCase::ascii("vurnerabilities"), "vulnerabilities"), + (UniCase::ascii("bersekr"), "berserk"), + (UniCase::ascii("labarotory"), "laboratory"), + (UniCase::ascii("hertiage"), "heritage"), + (UniCase::ascii("themsevles"), "themselves"), + (UniCase::ascii("handledy"), "handedly"), + (UniCase::ascii("tranditional"), "transitional"), + (UniCase::ascii("acheviable"), "achievable"), + (UniCase::ascii("detrimential"), "detrimental"), + (UniCase::ascii("lingvistic"), "linguistic"), + (UniCase::ascii("temporay"), "temporary"), + (UniCase::ascii("expectus"), "expects"), + (UniCase::ascii("porportions"), "proportions"), + (UniCase::ascii("abstante"), "bastante"), + (UniCase::ascii("cumbersone"), "cumbersome"), + (UniCase::ascii("seduciton"), "seduction"), + (UniCase::ascii("recgonise"), "recognise"), + (UniCase::ascii("melodieuse"), "melodies"), + (UniCase::ascii("motoral"), "motorola"), + (UniCase::ascii("collaris"), "collars"), + (UniCase::ascii("dungeoness"), "dungeons"), + (UniCase::ascii("beaucop"), "beaucoup"), + (UniCase::ascii("souvenier"), "souvenir"), + (UniCase::ascii("stampeed"), "stamped"), + (UniCase::ascii("proselytise"), "proselytize"), + (UniCase::ascii("arbour"), "arbor"), + (UniCase::ascii("expendature"), "expenditure"), + (UniCase::ascii("exeggerating"), "exaggerating"), + (UniCase::ascii("restauraunt"), "restaurant"), + (UniCase::ascii("simultaniously"), "simultaneously"), + (UniCase::ascii("distingush"), "distinguish"), + (UniCase::ascii("blizzad"), "blizzard"), + (UniCase::ascii("maked"), "marked"), + (UniCase::ascii("reposity"), "repository"), + (UniCase::ascii("hstory"), "history"), + (UniCase::ascii("obediance"), "obedience"), + (UniCase::ascii("termiantor"), "terminator"), + (UniCase::ascii("overmapping"), "overlapping"), + (UniCase::ascii("brillant"), "brilliant"), + (UniCase::ascii("portriat"), "portrait"), + (UniCase::ascii("appropiate"), "appropriate"), + (UniCase::ascii("seperatism"), "separatism"), + (UniCase::ascii("indisious"), "insidious"), + (UniCase::ascii("rennovated"), "renovated"), + (UniCase::ascii("handcufs"), "handcuffs"), + (UniCase::ascii("handeld"), "handled"), + (UniCase::ascii("yotube"), "youtube"), + (UniCase::ascii("instering"), "inserting"), + (UniCase::ascii("specialsts"), "specialists"), + (UniCase::ascii("explorating"), "exploration"), + (UniCase::ascii("disguntingly"), "disgustingly"), + (UniCase::ascii("transcrito"), "transcript"), + (UniCase::ascii("transcendentational"), "transcendental"), + (UniCase::ascii("emmisarries"), "emissaries"), + (UniCase::ascii("comaprable"), "comparable"), + (UniCase::ascii("gemoetry"), "geometry"), + (UniCase::ascii("liveatream"), "livestream"), + (UniCase::ascii("strengts"), "strengths"), + (UniCase::ascii("amortised"), "amortized"), + (UniCase::ascii("globaly"), "globally"), + (UniCase::ascii("exaggareted"), "exaggerate"), + (UniCase::ascii("demonstrants"), "demonstrates"), + (UniCase::ascii("counselers"), "counselors"), + (UniCase::ascii("magents"), "magnets"), + (UniCase::ascii("retierment"), "retirement"), + (UniCase::ascii("regiems"), "regimes"), + (UniCase::ascii("brazilianess"), "brazilians"), + (UniCase::ascii("clairfy"), "clarify"), + (UniCase::ascii("masterpeices"), "masterpiece"), + (UniCase::ascii("totalitarion"), "totalitarian"), + (UniCase::ascii("noctunre"), "nocturne"), + (UniCase::ascii("strawbarry"), "strawberry"), + (UniCase::ascii("percision"), "precision"), + (UniCase::ascii("irritatin"), "irritation"), + (UniCase::ascii("ideologiset"), "ideologies"), + (UniCase::ascii("vitualization"), "visualization"), + (UniCase::ascii("levaithan"), "leviathan"), + (UniCase::ascii("emphasises"), "emphasizes"), + (UniCase::ascii("signitory"), "signatory"), + (UniCase::ascii("treasue"), "treasure"), + (UniCase::ascii("beleif"), "belief"), + (UniCase::ascii("narcisssism"), "narcissism"), + (UniCase::ascii("verablly"), "verbally"), + (UniCase::ascii("princesess"), "princesses"), + (UniCase::ascii("coursefork"), "coursework"), + (UniCase::ascii("rigtheous"), "righteous"), + (UniCase::ascii("breadtfeeding"), "breastfeeding"), + (UniCase::ascii("applicible"), "applicable"), + (UniCase::ascii("prescritpion"), "prescriptions"), + (UniCase::ascii("straightmen"), "straighten"), + (UniCase::ascii("containig"), "containing"), + (UniCase::ascii("paralleles"), "parallels"), + (UniCase::ascii("noticabely"), "noticeably"), + (UniCase::ascii("eleminated"), "eliminated"), + (UniCase::ascii("coordonator"), "coordinator"), + (UniCase::ascii("hullucination"), "hallucination"), + (UniCase::ascii("encompase"), "encompass"), + (UniCase::ascii("caluculated"), "calculated"), + (UniCase::ascii("ingestigator"), "investigator"), + (UniCase::ascii("commoditites"), "commodities"), + (UniCase::ascii("circumwent"), "circumvent"), + (UniCase::ascii("monstrocity"), "monstrosity"), + (UniCase::ascii("premissible"), "permissible"), + (UniCase::ascii("collapes"), "collapse"), + (UniCase::ascii("victoires"), "victories"), + (UniCase::ascii("celebartion"), "celebrations"), + (UniCase::ascii("extrordinarily"), "extraordinarily"), + (UniCase::ascii("canalised"), "canalized"), + (UniCase::ascii("micrpohone"), "microphones"), + (UniCase::ascii("everthing"), "everything"), + (UniCase::ascii("equilibruim"), "equilibrium"), + (UniCase::ascii("chromasomes"), "chromosomes"), + (UniCase::ascii("expiremental"), "experimental"), + (UniCase::ascii("corralation"), "correlation"), + (UniCase::ascii("purpendicular"), "perpendicular"), + (UniCase::ascii("conplications"), "complications"), + (UniCase::ascii("statisitcal"), "statistical"), + (UniCase::ascii("operatie"), "operative"), + (UniCase::ascii("beuraucratic"), "bureaucratic"), + (UniCase::ascii("roylaties"), "royalties"), + (UniCase::ascii("possesing"), "possessing"), + (UniCase::ascii("persaude"), "persuade"), + (UniCase::ascii("elimanation"), "elimination"), + (UniCase::ascii("regrests"), "regress"), + (UniCase::ascii("syrcause"), "syracuse"), + (UniCase::ascii("prepair"), "prepare"), + (UniCase::ascii("confisgated"), "confiscated"), + (UniCase::ascii("thouroghly"), "thoroughly"), + (UniCase::ascii("autograpgh"), "autograph"), + (UniCase::ascii("wildreness"), "wilderness"), + (UniCase::ascii("convencion"), "convention"), + (UniCase::ascii("somethiing"), "somethin"), + (UniCase::ascii("completito"), "completion"), + (UniCase::ascii("deifnately"), "definately"), + (UniCase::ascii("tremendious"), "tremendous"), + (UniCase::ascii("musuems"), "museums"), + (UniCase::ascii("depsoited"), "deposited"), + (UniCase::ascii("olmypic"), "olympic"), + (UniCase::ascii("palestina"), "palestinian"), + (UniCase::ascii("rhapsodising"), "rhapsodizing"), + (UniCase::ascii("attractice"), "attractive"), + (UniCase::ascii("stricty"), "strictly"), + (UniCase::ascii("streaching"), "stretching"), + (UniCase::ascii("wishpered"), "whispered"), + (UniCase::ascii("interesction"), "intersection"), + (UniCase::ascii("suggeste"), "suggestive"), + (UniCase::ascii("describtions"), "descriptions"), + (UniCase::ascii("sensitised"), "sensitized"), + (UniCase::ascii("remotley"), "remotely"), + (UniCase::ascii("convertirte"), "converter"), + (UniCase::ascii("predictivo"), "prediction"), + (UniCase::ascii("intimidacion"), "intimidation"), + (UniCase::ascii("anythign"), "anything"), + (UniCase::ascii("extraploate"), "extrapolate"), + (UniCase::ascii("dehumanising"), "dehumanizing"), + (UniCase::ascii("chrisitanity"), "christianity"), + (UniCase::ascii("vernaculaire"), "vernacular"), + (UniCase::ascii("disgustigly"), "disgustingly"), + (UniCase::ascii("creationnism"), "creationism"), + (UniCase::ascii("mediocry"), "mediocrity"), + (UniCase::ascii("melborune"), "melbourne"), + (UniCase::ascii("qaulifies"), "qualifies"), + (UniCase::ascii("spectecular"), "spectacular"), + (UniCase::ascii("satisfaccion"), "satisfaction"), + (UniCase::ascii("canditates"), "candidates"), + (UniCase::ascii("presidenty"), "presidency"), + (UniCase::ascii("cemetarey"), "cemetery"), + (UniCase::ascii("extendos"), "extends"), + (UniCase::ascii("dispensare"), "dispenser"), + (UniCase::ascii("susceptable"), "susceptible"), + (UniCase::ascii("experimentes"), "experiments"), + (UniCase::ascii("unsoliticed"), "unsolicited"), + (UniCase::ascii("quicklyu"), "quickly"), + (UniCase::ascii("dramatised"), "dramatized"), + (UniCase::ascii("concedendo"), "conceded"), + (UniCase::ascii("cerimonies"), "ceremonies"), + (UniCase::ascii("incorperation"), "incorporation"), + (UniCase::ascii("marginaly"), "marginally"), + (UniCase::ascii("subscribtions"), "subscriptions"), + (UniCase::ascii("engineed"), "engineered"), + (UniCase::ascii("recommennd"), "recommends"), + (UniCase::ascii("adbominal"), "abdominal"), + (UniCase::ascii("individualy"), "individually"), + (UniCase::ascii("tempuratures"), "temperatures"), + (UniCase::ascii("happilly"), "happily"), + (UniCase::ascii("psychyatrists"), "psychiatrists"), + (UniCase::ascii("precautios"), "precautions"), + (UniCase::ascii("neglegible"), "negligible"), + (UniCase::ascii("pshyciatric"), "psychiatric"), + (UniCase::ascii("organiske"), "organise"), + (UniCase::ascii("litllefinger"), "littlefinger"), + (UniCase::ascii("sucesful"), "successful"), + (UniCase::ascii("enthusiests"), "enthusiasts"), + (UniCase::ascii("libertariansim"), "libertarianism"), + (UniCase::ascii("vengence"), "vengeance"), + (UniCase::ascii("confliting"), "conflating"), + (UniCase::ascii("remotelly"), "remotely"), + (UniCase::ascii("centrefolds"), "centerfolds"), + (UniCase::ascii("cruellest"), "cruelest"), + (UniCase::ascii("remenicent"), "reminiscent"), + (UniCase::ascii("legitamately"), "legitimately"), + (UniCase::ascii("inconveniant"), "inconvenient"), + (UniCase::ascii("unoffocial"), "unofficial"), + (UniCase::ascii("illitarate"), "illiterate"), + (UniCase::ascii("disrespecing"), "disrespecting"), + (UniCase::ascii("procative"), "proactive"), + (UniCase::ascii("flexibiltiy"), "flexibility"), + (UniCase::ascii("tommorrow"), "tomorrow"), + (UniCase::ascii("serioulsy"), "seriously"), + (UniCase::ascii("precedeed"), "preceded"), + (UniCase::ascii("moults"), "molts"), + (UniCase::ascii("widepsread"), "widespread"), + (UniCase::ascii("combiens"), "combines"), + (UniCase::ascii("behavios"), "behaviours"), + (UniCase::ascii("competitie"), "competitive"), + (UniCase::ascii("paychologically"), "psychologically"), + (UniCase::ascii("constructieve"), "constructive"), + (UniCase::ascii("garfiled"), "garfield"), + (UniCase::ascii("hypothess"), "hypotheses"), + (UniCase::ascii("plausibe"), "plausible"), + (UniCase::ascii("politelly"), "politely"), + (UniCase::ascii("conection"), "connection"), + (UniCase::ascii("thialand"), "thailand"), + (UniCase::ascii("overclockign"), "overclocking"), + (UniCase::ascii("foreshadowning"), "foreshadowing"), + (UniCase::ascii("throttleing"), "throttling"), + (UniCase::ascii("anglicised"), "anglicized"), + (UniCase::ascii("misogenist"), "misogynist"), + (UniCase::ascii("electroal"), "electoral"), + (UniCase::ascii("crucibel"), "crucible"), + (UniCase::ascii("educationnal"), "educational"), + (UniCase::ascii("alligeance"), "allegiance"), + (UniCase::ascii("indicats"), "indicators"), + (UniCase::ascii("antennna"), "antenna"), + (UniCase::ascii("workstaiton"), "workstation"), + (UniCase::ascii("introductiory"), "introductory"), + (UniCase::ascii("collpasing"), "collapsing"), + (UniCase::ascii("panedmic"), "pandemic"), + (UniCase::ascii("accumelated"), "accumulated"), + (UniCase::ascii("survivabiltiy"), "survivability"), + (UniCase::ascii("interferres"), "interferes"), + (UniCase::ascii("temporises"), "temporizes"), + (UniCase::ascii("nightmears"), "nightmares"), + (UniCase::ascii("dispair"), "despair"), + (UniCase::ascii("thanksgivng"), "thanksgiving"), + (UniCase::ascii("becuaes"), "becuase"), + (UniCase::ascii("socialsim"), "socialism"), + (UniCase::ascii("vyre"), "very"), + (UniCase::ascii("guttaral"), "guttural"), + (UniCase::ascii("gauntles"), "gauntlets"), + (UniCase::ascii("itemising"), "itemizing"), + (UniCase::ascii("tendancies"), "tendencies"), + (UniCase::ascii("kombinations"), "combinations"), + (UniCase::ascii("minimazing"), "minimizing"), + (UniCase::ascii("continentes"), "continents"), + (UniCase::ascii("snwoden"), "snowden"), + (UniCase::ascii("composet"), "compost"), + (UniCase::ascii("persistens"), "persists"), + (UniCase::ascii("accomplishents"), "accomplishes"), + (UniCase::ascii("organisationers"), "organisations"), + (UniCase::ascii("reaveled"), "revealed"), + (UniCase::ascii("restrainting"), "restraining"), + (UniCase::ascii("equalises"), "equalizes"), + (UniCase::ascii("destinationhash"), "destinations"), + (UniCase::ascii("punishs"), "punishes"), + (UniCase::ascii("italias"), "italians"), + (UniCase::ascii("sergaent"), "sergeant"), + (UniCase::ascii("unchangable"), "unchangeable"), + (UniCase::ascii("virbation"), "vibration"), + (UniCase::ascii("inculded"), "included"), + (UniCase::ascii("incontrollably"), "uncontrollably"), + (UniCase::ascii("recident"), "resident"), + (UniCase::ascii("inflitrator"), "infiltrator"), + (UniCase::ascii("definitv"), "definitive"), + (UniCase::ascii("exhasution"), "exhaustion"), + (UniCase::ascii("indirectely"), "indirectly"), + (UniCase::ascii("misunderstanidng"), "misunderstandings"), + (UniCase::ascii("resaurant"), "restaurant"), + (UniCase::ascii("fingerpints"), "fingertips"), + (UniCase::ascii("refrers"), "refers"), + (UniCase::ascii("archetecturally"), "architecturally"), + (UniCase::ascii("attemt"), "attempt"), + (UniCase::ascii("voleyball"), "volleyball"), + (UniCase::ascii("agianst"), "against"), + (UniCase::ascii("construcs"), "constructs"), + (UniCase::ascii("difficutlies"), "difficulties"), + (UniCase::ascii("devestating"), "devastating"), + (UniCase::ascii("finsihes"), "finishes"), + (UniCase::ascii("repsectable"), "respectable"), + (UniCase::ascii("americats"), "americas"), + (UniCase::ascii("convertis"), "converts"), + (UniCase::ascii("pumkin"), "pumpkin"), + (UniCase::ascii("australien"), "australian"), + (UniCase::ascii("furthremore"), "furthermore"), + (UniCase::ascii("striaghten"), "straighten"), + (UniCase::ascii("aftermaket"), "aftermarket"), + (UniCase::ascii("electromagnatic"), "electromagnetic"), + (UniCase::ascii("proceded"), "proceeded"), + (UniCase::ascii("transmittor"), "transmitter"), + (UniCase::ascii("providee"), "providence"), + (UniCase::ascii("archeaology"), "archaeology"), + (UniCase::ascii("agreggate"), "aggregate"), + (UniCase::ascii("curroption"), "corruption"), + (UniCase::ascii("phsyicists"), "physicists"), + (UniCase::ascii("hallucinatin"), "hallucinations"), + (UniCase::ascii("succedes"), "succeeds"), + (UniCase::ascii("comparabil"), "comparable"), + (UniCase::ascii("influencian"), "influencing"), + (UniCase::ascii("eliminaton"), "elimination"), + (UniCase::ascii("domecrat"), "democrat"), + (UniCase::ascii("platfromers"), "platformer"), + (UniCase::ascii("substitite"), "substitute"), + (UniCase::ascii("surrenderd"), "surrendered"), + (UniCase::ascii("foetus"), "fetus"), + (UniCase::ascii("momment"), "moment"), + (UniCase::ascii("interfase"), "interfaces"), + (UniCase::ascii("austrailans"), "australians"), + (UniCase::ascii("geneologies"), "genealogies"), + (UniCase::ascii("consensuel"), "consensual"), + (UniCase::ascii("professioanl"), "professionals"), + (UniCase::ascii("disappeard"), "disappeared"), + (UniCase::ascii("moulder"), "molder"), + (UniCase::ascii("dinosuars"), "dinosaurs"), + (UniCase::ascii("occour"), "occur"), + (UniCase::ascii("continuacion"), "continuation"), + (UniCase::ascii("commissionees"), "commissions"), + (UniCase::ascii("particulalry"), "particularly"), + (UniCase::ascii("furncae"), "furnace"), + (UniCase::ascii("poluted"), "polluted"), + (UniCase::ascii("templares"), "templars"), + (UniCase::ascii("priases"), "praises"), + (UniCase::ascii("unnecessery"), "unnecessary"), + (UniCase::ascii("discrimine"), "discriminate"), + (UniCase::ascii("volunterring"), "volunteering"), + (UniCase::ascii("cthulluh"), "cthulhu"), + (UniCase::ascii("antivuris"), "antivirus"), + (UniCase::ascii("misinterpt"), "misinterpret"), + (UniCase::ascii("correctin"), "correction"), + (UniCase::ascii("beginninng"), "beginnings"), + (UniCase::ascii("favorties"), "favorites"), + (UniCase::ascii("impuslive"), "impulsive"), + (UniCase::ascii("claerly"), "clearly"), + (UniCase::ascii("overyhped"), "overhyped"), + (UniCase::ascii("obliderated"), "obliterated"), + (UniCase::ascii("fellowhsip"), "fellowship"), + (UniCase::ascii("cavarly"), "cavalry"), + (UniCase::ascii("scandivania"), "scandinavian"), + (UniCase::ascii("optomism"), "optimism"), + (UniCase::ascii("projecte"), "projectile"), + (UniCase::ascii("understadn"), "understands"), + (UniCase::ascii("prestigios"), "prestigious"), + (UniCase::ascii("duetschland"), "deutschland"), + (UniCase::ascii("chillade"), "chilled"), + (UniCase::ascii("stranget"), "strangest"), + (UniCase::ascii("robocorp"), "robocop"), + (UniCase::ascii("streamare"), "streamer"), + (UniCase::ascii("contine"), "continue"), + (UniCase::ascii("permamently"), "permanently"), + (UniCase::ascii("supressed"), "suppressed"), + (UniCase::ascii("candiate"), "candidate"), + (UniCase::ascii("expereince"), "experience"), + (UniCase::ascii("instututed"), "instituted"), + (UniCase::ascii("spoace"), "space"), + (UniCase::ascii("soverign"), "sovereign"), + (UniCase::ascii("sohpisticated"), "sophisticated"), + (UniCase::ascii("divisionals"), "divisions"), + (UniCase::ascii("immobiliser"), "immobilizer"), + (UniCase::ascii("signleplayer"), "singleplayer"), + (UniCase::ascii("reluctently"), "reluctantly"), + (UniCase::ascii("demilitarises"), "demilitarizes"), + (UniCase::ascii("marinens"), "marines"), + (UniCase::ascii("exibition"), "exhibition"), + (UniCase::ascii("representatief"), "representative"), + (UniCase::ascii("energise"), "energize"), + (UniCase::ascii("disciplinairy"), "disciplinary"), + (UniCase::ascii("sporles"), "sproles"), + (UniCase::ascii("mulitnationals"), "multinational"), + (UniCase::ascii("electricain"), "electrician"), + (UniCase::ascii("separacion"), "separation"), + (UniCase::ascii("homeopothy"), "homeopathy"), + (UniCase::ascii("intrecacies"), "intricacies"), + (UniCase::ascii("shakespare"), "shakespeare"), + (UniCase::ascii("implementos"), "implements"), + (UniCase::ascii("deficientcy"), "deficiency"), + (UniCase::ascii("estabilshment"), "establishments"), + (UniCase::ascii("premeired"), "premiered"), + (UniCase::ascii("gullbile"), "gullible"), + (UniCase::ascii("meditatin"), "meditation"), + (UniCase::ascii("conceptos"), "concepts"), + (UniCase::ascii("surrepetitious"), "surreptitious"), + (UniCase::ascii("similarily"), "similarly"), + (UniCase::ascii("shakespeer"), "shakespeare"), + (UniCase::ascii("psychedilics"), "psychedelics"), + (UniCase::ascii("wokr"), "work"), + (UniCase::ascii("determinare"), "determine"), + (UniCase::ascii("upsteam"), "upstream"), + (UniCase::ascii("dysoptian"), "dystopian"), + (UniCase::ascii("emotionella"), "emotionally"), + (UniCase::ascii("bandwdith"), "bandwidth"), + (UniCase::ascii("seantor"), "senator"), + (UniCase::ascii("consulation"), "consolation"), + (UniCase::ascii("reverals"), "reversal"), + (UniCase::ascii("ahev"), "have"), + (UniCase::ascii("permisson"), "permission"), + (UniCase::ascii("withing"), "within"), + (UniCase::ascii("communite"), "communities"), + (UniCase::ascii("qualifieds"), "qualifies"), + (UniCase::ascii("sensasional"), "sensational"), + (UniCase::ascii("armagaddon"), "armageddon"), + (UniCase::ascii("copengahen"), "copenhagen"), + (UniCase::ascii("newslatter"), "newsletter"), + (UniCase::ascii("produly"), "proudly"), + (UniCase::ascii("struggeld"), "struggled"), + (UniCase::ascii("configurate"), "configure"), + (UniCase::ascii("emmisions"), "emissions"), + (UniCase::ascii("pretencious"), "pretentious"), + (UniCase::ascii("flavoured"), "flavored"), + (UniCase::ascii("attractin"), "attraction"), + (UniCase::ascii("unsunscribe"), "unsubscribe"), + (UniCase::ascii("disabeld"), "disabled"), + (UniCase::ascii("magnesuim"), "magnesium"), + (UniCase::ascii("midifelders"), "midfielders"), + (UniCase::ascii("behavoural"), "behavioral"), + (UniCase::ascii("maintenence"), "maintenance"), + (UniCase::ascii("dehyrdation"), "dehydration"), + (UniCase::ascii("comsetic"), "cosmetic"), + (UniCase::ascii("reedemed"), "redeemed"), + (UniCase::ascii("unconvential"), "unconventional"), + (UniCase::ascii("predictave"), "predictive"), + (UniCase::ascii("demographs"), "demographics"), + (UniCase::ascii("weaselling"), "weaseling"), + (UniCase::ascii("agonisingly"), "agonizingly"), + (UniCase::ascii("favouritism"), "favoritism"), + (UniCase::ascii("disproprotionate"), "disproportionate"), + (UniCase::ascii("normallized"), "normalized"), + (UniCase::ascii("fundamentalisten"), "fundamentalists"), + (UniCase::ascii("unbalnaced"), "unbalanced"), + (UniCase::ascii("adress"), "address"), + (UniCase::ascii("competetion"), "competition"), + (UniCase::ascii("trinagles"), "triangles"), + (UniCase::ascii("candadate"), "candidate"), + (UniCase::ascii("rivalling"), "rivaling"), + (UniCase::ascii("nitpciking"), "nitpicking"), + (UniCase::ascii("michgian"), "michigan"), + (UniCase::ascii("appreceating"), "appreciating"), + (UniCase::ascii("calculatios"), "calculators"), + (UniCase::ascii("verstaile"), "versatile"), + (UniCase::ascii("instabilt"), "instability"), + (UniCase::ascii("dividendes"), "dividends"), + (UniCase::ascii("revelance"), "relevance"), + (UniCase::ascii("believeble"), "believable"), + (UniCase::ascii("stationerad"), "stationed"), + (UniCase::ascii("pasengers"), "passengers"), + (UniCase::ascii("accreditied"), "accredited"), + (UniCase::ascii("whrilwind"), "whirlwind"), + (UniCase::ascii("organisation"), "organization"), + (UniCase::ascii("aggregatore"), "aggregate"), + (UniCase::ascii("condencing"), "condemning"), + (UniCase::ascii("honeslty"), "honestly"), + (UniCase::ascii("mesmerises"), "mesmerizes"), + (UniCase::ascii("implentation"), "implementation"), + (UniCase::ascii("musicallity"), "musically"), + (UniCase::ascii("generalizaton"), "generalization"), + (UniCase::ascii("thourogh"), "thorough"), + (UniCase::ascii("substential"), "substantial"), + (UniCase::ascii("simultanious"), "simultaneous"), + (UniCase::ascii("particualrly"), "particularly"), + (UniCase::ascii("mushrom"), "mushroom"), + (UniCase::ascii("discribe"), "describe"), + (UniCase::ascii("amercia"), "america"), + (UniCase::ascii("instanse"), "instances"), + (UniCase::ascii("legistration"), "registration"), + (UniCase::ascii("deperecation"), "deprecation"), + (UniCase::ascii("varations"), "variations"), + (UniCase::ascii("scandivanian"), "scandinavian"), + (UniCase::ascii("protaginst"), "protagonist"), + (UniCase::ascii("wayword"), "wayward"), + (UniCase::ascii("merucry"), "mercury"), + (UniCase::ascii("northerend"), "northern"), + (UniCase::ascii("resotred"), "restored"), + (UniCase::ascii("mileau"), "milieu"), + (UniCase::ascii("unconsicous"), "unconscious"), + (UniCase::ascii("assistans"), "assistants"), + (UniCase::ascii("miscarraige"), "miscarriage"), + (UniCase::ascii("prohobited"), "prohibited"), + (UniCase::ascii("bycicles"), "bicycles"), + (UniCase::ascii("existantial"), "existential"), + (UniCase::ascii("vaulable"), "valuable"), + (UniCase::ascii("electroman"), "electron"), + (UniCase::ascii("extraodrinary"), "extraordinary"), + (UniCase::ascii("agruments"), "arguments"), + (UniCase::ascii("intolorent"), "intolerant"), + (UniCase::ascii("extermism"), "extremism"), + (UniCase::ascii("recognision"), "recognition"), + (UniCase::ascii("audcaity"), "audacity"), + (UniCase::ascii("uncomforyable"), "uncomfortably"), + (UniCase::ascii("pharmaceutial"), "pharmaceutical"), + (UniCase::ascii("considerble"), "considerable"), + (UniCase::ascii("proletaryat"), "proletariat"), + (UniCase::ascii("screenshit"), "screenshot"), + (UniCase::ascii("medicineras"), "medicines"), + (UniCase::ascii("armouries"), "armories"), + (UniCase::ascii("acused"), "accused"), + (UniCase::ascii("recontructed"), "reconstructed"), + (UniCase::ascii("apperciated"), "appreciated"), + (UniCase::ascii("organizacional"), "organizational"), + (UniCase::ascii("gentailia"), "genitalia"), + (UniCase::ascii("marginalise"), "marginalize"), + (UniCase::ascii("transisioned"), "transitioned"), + (UniCase::ascii("dependd"), "depended"), + (UniCase::ascii("legitimise"), "legitimize"), + (UniCase::ascii("vitaminas"), "vitamins"), + (UniCase::ascii("businesman"), "businessman"), + (UniCase::ascii("processeurs"), "processes"), + (UniCase::ascii("soundtrakc"), "soundtracks"), + (UniCase::ascii("bitocin"), "bitcoin"), + (UniCase::ascii("condolencies"), "condolences"), + (UniCase::ascii("armamant"), "armament"), + (UniCase::ascii("cardbaord"), "cardboard"), + (UniCase::ascii("reaserchers"), "researchers"), + (UniCase::ascii("charactarization"), "characterization"), + (UniCase::ascii("acquianted"), "acquainted"), + (UniCase::ascii("rebuplic"), "republic"), + (UniCase::ascii("professionallism"), "professionalism"), + (UniCase::ascii("retirever"), "retriever"), + (UniCase::ascii("recliam"), "reclaim"), + (UniCase::ascii("altriusm"), "altruism"), + (UniCase::ascii("sensationalsim"), "sensationalism"), + (UniCase::ascii("respository"), "repository"), + (UniCase::ascii("arcaheology"), "archaeology"), + (UniCase::ascii("descirbe"), "describe"), + (UniCase::ascii("comptetion"), "completion"), + (UniCase::ascii("carthagian"), "carthaginian"), + (UniCase::ascii("attemps"), "attempts"), + (UniCase::ascii("perdict"), "predict"), + (UniCase::ascii("registartion"), "registration"), + (UniCase::ascii("investigativo"), "investigation"), + (UniCase::ascii("westmnister"), "westminster"), + (UniCase::ascii("cambodai"), "cambodia"), + (UniCase::ascii("continueing"), "continuing"), + (UniCase::ascii("ecilpse"), "eclipse"), + (UniCase::ascii("strawberies"), "strawberries"), + (UniCase::ascii("acceptabelt"), "acceptable"), + (UniCase::ascii("sacrificare"), "sacrifice"), + (UniCase::ascii("cabbagge"), "cabbage"), + (UniCase::ascii("percieved"), "perceived"), + (UniCase::ascii("correctings"), "corrections"), + (UniCase::ascii("schziophrenia"), "schizophrenia"), + (UniCase::ascii("convicto"), "conviction"), + (UniCase::ascii("mutiliated"), "mutilated"), + (UniCase::ascii("imbalanaces"), "imbalances"), + (UniCase::ascii("representate"), "representative"), + (UniCase::ascii("avergaed"), "averaged"), + (UniCase::ascii("inheirt"), "inherit"), + (UniCase::ascii("lawernce"), "lawrence"), + (UniCase::ascii("immitate"), "imitate"), + (UniCase::ascii("vegetarianos"), "vegetarians"), + (UniCase::ascii("inadquate"), "inadequate"), + (UniCase::ascii("optimizare"), "optimize"), + (UniCase::ascii("venegance"), "vengeance"), + (UniCase::ascii("goosebumbps"), "goosebumps"), + (UniCase::ascii("govermenet"), "goverment"), + (UniCase::ascii("oreintation"), "orientation"), + (UniCase::ascii("ravelled"), "raveled"), + (UniCase::ascii("organziation"), "organization"), + (UniCase::ascii("paraprhasing"), "paraphrasing"), + (UniCase::ascii("travellerhd"), "travelled"), + (UniCase::ascii("geurrilla"), "guerrilla"), + (UniCase::ascii("differnetial"), "differential"), + (UniCase::ascii("skateboaring"), "skateboarding"), + (UniCase::ascii("collumn"), "column"), + (UniCase::ascii("isntallation"), "installation"), + (UniCase::ascii("empahsizing"), "emphasizing"), + (UniCase::ascii("privelages"), "privileges"), + (UniCase::ascii("depressieve"), "depressive"), + (UniCase::ascii("realistc"), "realistic"), + (UniCase::ascii("scarificing"), "sacrificing"), + (UniCase::ascii("proprietery"), "proprietary"), + (UniCase::ascii("collegaue"), "colleague"), + (UniCase::ascii("sciense"), "sciences"), + (UniCase::ascii("reactionairy"), "reactionary"), + (UniCase::ascii("alchmey"), "alchemy"), + (UniCase::ascii("definitiely"), "definitively"), + (UniCase::ascii("trustworty"), "trustworthy"), + (UniCase::ascii("admendment"), "amendment"), + (UniCase::ascii("presude"), "presumed"), + (UniCase::ascii("abondoning"), "abandoning"), + (UniCase::ascii("potentailly"), "potentially"), + (UniCase::ascii("monolitich"), "monolithic"), + (UniCase::ascii("turtels"), "turtles"), + (UniCase::ascii("businesmen"), "businessmen"), + (UniCase::ascii("dumbbels"), "dumbbells"), + (UniCase::ascii("annonceurs"), "announcers"), + (UniCase::ascii("moulds"), "molds"), + (UniCase::ascii("adequatedly"), "adequately"), + (UniCase::ascii("haev"), "have"), + (UniCase::ascii("clasification"), "clarification"), + (UniCase::ascii("competitiion"), "competition"), + (UniCase::ascii("convienient"), "convenient"), + (UniCase::ascii("annihliated"), "annihilated"), + (UniCase::ascii("subsidizies"), "subsidize"), + (UniCase::ascii("terminarlo"), "terminal"), + (UniCase::ascii("addictes"), "addicts"), + (UniCase::ascii("homophibic"), "homophobic"), + (UniCase::ascii("glitchd"), "glitched"), + (UniCase::ascii("calrifying"), "clarifying"), + (UniCase::ascii("alterantives"), "alternatives"), + (UniCase::ascii("secertary"), "secretary"), + (UniCase::ascii("soildly"), "solidly"), + (UniCase::ascii("circulatiing"), "circulating"), + (UniCase::ascii("peodphile"), "pedophile"), + (UniCase::ascii("inspirating"), "inspiration"), + (UniCase::ascii("acadmic"), "academic"), + (UniCase::ascii("regestration"), "registration"), + (UniCase::ascii("mosquitto"), "mosquito"), + (UniCase::ascii("touristas"), "tourists"), + (UniCase::ascii("reprehensable"), "reprehensible"), + (UniCase::ascii("underwhelimg"), "underwhelming"), + (UniCase::ascii("interactios"), "interacts"), + (UniCase::ascii("playthrougth"), "playthroughs"), + (UniCase::ascii("preests"), "presets"), + (UniCase::ascii("reinitalise"), "reinitialise"), + (UniCase::ascii("templers"), "temples"), + (UniCase::ascii("blochchain"), "blockchain"), + (UniCase::ascii("monstruos"), "monstrous"), + (UniCase::ascii("symphatetic"), "sympathetic"), + (UniCase::ascii("obliteraded"), "obliterated"), + (UniCase::ascii("immortalised"), "immortalized"), + (UniCase::ascii("majoroty"), "majority"), + (UniCase::ascii("electroylte"), "electrolytes"), + (UniCase::ascii("collatoral"), "collateral"), + (UniCase::ascii("assoication"), "association"), + (UniCase::ascii("itemise"), "itemize"), + (UniCase::ascii("preductive"), "predictive"), + (UniCase::ascii("mdifielders"), "midfielders"), + (UniCase::ascii("alltime"), "all-time"), + (UniCase::ascii("contextuel"), "contextual"), + (UniCase::ascii("intervencion"), "intervention"), + (UniCase::ascii("stradegies"), "strategies"), + (UniCase::ascii("nurtitional"), "nutritional"), + (UniCase::ascii("assimulate"), "assimilate"), + (UniCase::ascii("franchices"), "franchises"), + (UniCase::ascii("elecrtomagnetic"), "electromagnetic"), + (UniCase::ascii("partonizing"), "patronizing"), + (UniCase::ascii("angostic"), "agnostic"), + (UniCase::ascii("laucnhed"), "launched"), + (UniCase::ascii("equivolents"), "equivalents"), + (UniCase::ascii("misogynsitic"), "misogynistic"), + (UniCase::ascii("metropolos"), "metropolis"), + (UniCase::ascii("algoritms"), "algorithms"), + (UniCase::ascii("asetic"), "ascetic"), + (UniCase::ascii("educacional"), "educational"), + (UniCase::ascii("accelorated"), "accelerated"), + (UniCase::ascii("fermentacion"), "fermentation"), + (UniCase::ascii("functionallity"), "functionality"), + (UniCase::ascii("sentimentul"), "sentimental"), + (UniCase::ascii("philosophycally"), "philosophically"), + (UniCase::ascii("simspon"), "simpson"), + (UniCase::ascii("weaponary"), "weaponry"), + (UniCase::ascii("practicioners"), "practitioners"), + (UniCase::ascii("mathamatician"), "mathematician"), + (UniCase::ascii("indepdenent"), "independents"), + (UniCase::ascii("potatos"), "potatoes"), + (UniCase::ascii("settlemens"), "settlements"), + (UniCase::ascii("anthropoly"), "anthropology"), + (UniCase::ascii("differente"), "difference"), + (UniCase::ascii("jerusalm"), "jerusalem"), + (UniCase::ascii("guatamalan"), "guatemalan"), + (UniCase::ascii("greenhoe"), "greenhouse"), + (UniCase::ascii("vunlerability"), "vulnerability"), + (UniCase::ascii("exapnsions"), "expansions"), + (UniCase::ascii("intreguing"), "intriguing"), + (UniCase::ascii("hierarcical"), "hierarchical"), + (UniCase::ascii("omniscienct"), "omniscient"), + (UniCase::ascii("boutnies"), "bounties"), + (UniCase::ascii("liberalised"), "liberalized"), + (UniCase::ascii("magensium"), "magnesium"), + (UniCase::ascii("interfeers"), "interferes"), + (UniCase::ascii("infiltrater"), "infiltrator"), + (UniCase::ascii("belligirent"), "belligerent"), + (UniCase::ascii("relinqushment"), "relinquishment"), + (UniCase::ascii("untill"), "until"), + (UniCase::ascii("nutricional"), "nutritional"), + (UniCase::ascii("westernise"), "westernize"), + (UniCase::ascii("pscyhology"), "psychology"), + (UniCase::ascii("fanatsizing"), "fantasizing"), + (UniCase::ascii("empirialist"), "imperialist"), + (UniCase::ascii("interneters"), "internets"), + (UniCase::ascii("regiones"), "regions"), + (UniCase::ascii("utiliterian"), "utilitarian"), + (UniCase::ascii("imperialsim"), "imperialism"), + (UniCase::ascii("imapcts"), "impacts"), + (UniCase::ascii("inexblicably"), "inexplicably"), + (UniCase::ascii("reptils"), "reptiles"), + (UniCase::ascii("permissibe"), "permissible"), + (UniCase::ascii("chemsitry"), "chemistry"), + (UniCase::ascii("unfortunantly"), "unfortunately"), + (UniCase::ascii("preservativo"), "preservation"), + (UniCase::ascii("chromosone"), "chromosome"), + (UniCase::ascii("specificaiton"), "specifications"), + (UniCase::ascii("bureaucrash"), "bureaucrats"), + (UniCase::ascii("excact"), "exact"), + (UniCase::ascii("sucseptible"), "susceptible"), + (UniCase::ascii("armageddeon"), "armageddon"), + (UniCase::ascii("ideologije"), "ideologies"), + (UniCase::ascii("renteris"), "renters"), + (UniCase::ascii("cockraoches"), "cockroaches"), + (UniCase::ascii("secuirty"), "security"), + (UniCase::ascii("outperfrom"), "outperform"), + (UniCase::ascii("exlcudes"), "excludes"), + (UniCase::ascii("considert"), "considerate"), + (UniCase::ascii("collaboratie"), "collaborate"), + (UniCase::ascii("simultanously"), "simultaneously"), + (UniCase::ascii("mantained"), "maintained"), + (UniCase::ascii("supscriptions"), "subscriptions"), + (UniCase::ascii("definatrly"), "definately"), + (UniCase::ascii("succesed"), "succeeds"), + (UniCase::ascii("carnege"), "carnage"), + (UniCase::ascii("revolvs"), "revolves"), + (UniCase::ascii("inaccuraties"), "inaccuracies"), + (UniCase::ascii("undercunt"), "undercut"), + (UniCase::ascii("suposes"), "supposes"), + (UniCase::ascii("expliot"), "exploit"), + (UniCase::ascii("unilatreal"), "unilateral"), + (UniCase::ascii("unrestriced"), "unrestricted"), + (UniCase::ascii("protectron"), "protection"), + (UniCase::ascii("careing"), "caring"), + (UniCase::ascii("intorduces"), "introduces"), + (UniCase::ascii("athletisicm"), "athleticism"), + (UniCase::ascii("frankenstiens"), "frankenstein"), + (UniCase::ascii("mamalian"), "mammalian"), + (UniCase::ascii("incorportaed"), "incorporated"), + (UniCase::ascii("narcissisitic"), "narcissistic"), + (UniCase::ascii("camboida"), "cambodia"), + (UniCase::ascii("hairsytle"), "hairstyle"), + (UniCase::ascii("exploint"), "exploit"), + (UniCase::ascii("transparantie"), "transparent"), + (UniCase::ascii("superivsor"), "supervisors"), + (UniCase::ascii("introvertie"), "introverted"), + (UniCase::ascii("worshipper"), "worshiper"), + (UniCase::ascii("perpandicular"), "perpendicular"), + (UniCase::ascii("unanswerd"), "unanswered"), + (UniCase::ascii("recursivly"), "recursively"), + (UniCase::ascii("avacodos"), "avocados"), + (UniCase::ascii("fabricus"), "fabrics"), + (UniCase::ascii("pronography"), "pornography"), + (UniCase::ascii("cyclinder"), "cylinder"), + (UniCase::ascii("arrangment"), "arrangement"), + (UniCase::ascii("extraoridnary"), "extraordinary"), + (UniCase::ascii("extraordiary"), "extraordinary"), + (UniCase::ascii("fundimentalists"), "fundamentalists"), + (UniCase::ascii("reminent"), "remnant"), + (UniCase::ascii("unsibscribed"), "unsubscribed"), + (UniCase::ascii("conferenze"), "conference"), + (UniCase::ascii("incredibley"), "incredibly"), + (UniCase::ascii("highlighing"), "highlighting"), + (UniCase::ascii("complicacion"), "complication"), + (UniCase::ascii("excecution"), "execution"), + (UniCase::ascii("tramploine"), "trampoline"), + (UniCase::ascii("bodyheight"), "bodyweight"), + (UniCase::ascii("retribuiton"), "retribution"), + (UniCase::ascii("watn"), "want"), + (UniCase::ascii("terriroty"), "territory"), + (UniCase::ascii("celebritites"), "celebrities"), + (UniCase::ascii("platformie"), "platformer"), + (UniCase::ascii("disappearnce"), "disappearance"), + (UniCase::ascii("frementation"), "fermentation"), + (UniCase::ascii("mutlinational"), "multinational"), + (UniCase::ascii("presicion"), "precision"), + (UniCase::ascii("amercians"), "americans"), + (UniCase::ascii("parisitic"), "parasitic"), + (UniCase::ascii("marvellously"), "marvelously"), + (UniCase::ascii("tempreatures"), "temperatures"), + (UniCase::ascii("presecuted"), "persecuted"), + (UniCase::ascii("presentatin"), "presentations"), + (UniCase::ascii("undeniablely"), "undeniably"), + (UniCase::ascii("memorialised"), "memorialized"), + (UniCase::ascii("alechmist"), "alchemist"), + (UniCase::ascii("complexitiy"), "complexity"), + (UniCase::ascii("comfirmation"), "confirmation"), + (UniCase::ascii("keybaords"), "keyboards"), + (UniCase::ascii("sinagpore"), "singapore"), + (UniCase::ascii("levicitus"), "leviticus"), + (UniCase::ascii("hamburglers"), "hamburgers"), + (UniCase::ascii("pithces"), "pitches"), + (UniCase::ascii("representitives"), "representatives"), + (UniCase::ascii("predessecors"), "predecessors"), + (UniCase::ascii("owernship"), "ownership"), + (UniCase::ascii("proletariot"), "proletariat"), + (UniCase::ascii("p0enis"), "penis"), + (UniCase::ascii("presists"), "persists"), + (UniCase::ascii("lousiville"), "louisville"), + (UniCase::ascii("minneaoplis"), "minneapolis"), + (UniCase::ascii("restrictons"), "restricts"), + (UniCase::ascii("creedence"), "credence"), + (UniCase::ascii("alchoolic"), "alcoholic"), + (UniCase::ascii("originales"), "originals"), + (UniCase::ascii("infiltartor"), "infiltrator"), + (UniCase::ascii("sucessot"), "successor"), + (UniCase::ascii("amrageddon"), "armageddon"), + (UniCase::ascii("infulenced"), "influenced"), + (UniCase::ascii("imrpoving"), "improving"), + (UniCase::ascii("mericful"), "merciful"), + (UniCase::ascii("missourri"), "missouri"), + (UniCase::ascii("circunvent"), "circumvent"), + (UniCase::ascii("yeild"), "yield"), + (UniCase::ascii("tranistioned"), "transitioned"), + (UniCase::ascii("mechinisms"), "mechanisms"), + (UniCase::ascii("meditacion"), "medications"), + (UniCase::ascii("regresas"), "regress"), + (UniCase::ascii("contiunation"), "continuation"), + (UniCase::ascii("destinction"), "destination"), + (UniCase::ascii("disadvanteges"), "disadvantages"), + (UniCase::ascii("unreasonablly"), "unreasonably"), + (UniCase::ascii("accreditted"), "accredited"), + (UniCase::ascii("satisfactoraly"), "satisfactory"), + (UniCase::ascii("experienceing"), "experiencing"), + (UniCase::ascii("ligthweight"), "lightweight"), + (UniCase::ascii("diagnositc"), "diagnostic"), + (UniCase::ascii("fireballls"), "fireballs"), + (UniCase::ascii("vitamines"), "vitamins"), + (UniCase::ascii("corasir"), "corsair"), + (UniCase::ascii("scritped"), "scripted"), + (UniCase::ascii("expansie"), "expansive"), + (UniCase::ascii("experimenterade"), "experimented"), + (UniCase::ascii("heartbrake"), "heartbreak"), + (UniCase::ascii("submisisons"), "submissions"), + (UniCase::ascii("litecon"), "litecoin"), + (UniCase::ascii("demandas"), "demands"), + (UniCase::ascii("snippert"), "snippet"), + (UniCase::ascii("appeareance"), "appearance"), + (UniCase::ascii("simulatneously"), "simultaneously"), + (UniCase::ascii("intsrumental"), "instrumental"), + (UniCase::ascii("ridicoulusly"), "ridiculously"), + (UniCase::ascii("preventation"), "presentation"), + (UniCase::ascii("amneisa"), "amnesia"), + (UniCase::ascii("freinds"), "friends"), + (UniCase::ascii("microtax"), "microatx"), + (UniCase::ascii("conversino"), "conversions"), + (UniCase::ascii("phycisian"), "physician"), + (UniCase::ascii("montiors"), "monitors"), + (UniCase::ascii("contextl"), "contextual"), + (UniCase::ascii("secratary"), "secretary"), + (UniCase::ascii("preinitalizes"), "preinitializes"), + (UniCase::ascii("orginazations"), "organizations"), + (UniCase::ascii("veiwpoints"), "viewpoints"), + (UniCase::ascii("ressembling"), "resembling"), + (UniCase::ascii("membranaphone"), "membranophone"), + (UniCase::ascii("tommorow"), "tomorrow"), + (UniCase::ascii("holf"), "hold"), + (UniCase::ascii("brigdes"), "bridges"), + (UniCase::ascii("mutilatin"), "mutilation"), + (UniCase::ascii("constrat"), "constraint"), + (UniCase::ascii("autocorrekt"), "autocorrect"), + (UniCase::ascii("operativos"), "operations"), + (UniCase::ascii("redundency"), "redundancy"), + (UniCase::ascii("definatively"), "definitively"), + (UniCase::ascii("unintensional"), "unintentional"), + (UniCase::ascii("penguis"), "penguins"), + (UniCase::ascii("arbitraton"), "arbitration"), + (UniCase::ascii("insturctors"), "instructors"), + (UniCase::ascii("sidelinjen"), "sideline"), + (UniCase::ascii("dissmisive"), "dismissive"), + (UniCase::ascii("pyramind"), "pyramid"), + (UniCase::ascii("addittions"), "addictions"), + (UniCase::ascii("ugprading"), "upgrading"), + (UniCase::ascii("recpetionist"), "receptionist"), + (UniCase::ascii("distributior"), "distributor"), + (UniCase::ascii("harmonisation"), "harmonization"), + (UniCase::ascii("expansiones"), "expansions"), + (UniCase::ascii("constituer"), "constitute"), + (UniCase::ascii("interfers"), "interferes"), + (UniCase::ascii("shovelled"), "shoveled"), + (UniCase::ascii("protestat"), "protestant"), + (UniCase::ascii("capsulse"), "capsules"), + (UniCase::ascii("populatin"), "populations"), + (UniCase::ascii("dentistas"), "dentists"), + (UniCase::ascii("israeliens"), "israelis"), + (UniCase::ascii("consicous"), "conscious"), + (UniCase::ascii("resignacion"), "resignation"), + (UniCase::ascii("constituante"), "constituents"), + (UniCase::ascii("acquanitances"), "acquaintance"), + (UniCase::ascii("analzying"), "analyzing"), + (UniCase::ascii("responsibilies"), "responsibilities"), + (UniCase::ascii("tournamets"), "tournaments"), + (UniCase::ascii("systemetic"), "systematic"), + (UniCase::ascii("demoralising"), "demoralizing"), + (UniCase::ascii("metaphoricial"), "metaphorical"), + (UniCase::ascii("israelli"), "israeli"), + (UniCase::ascii("skeptisicm"), "skepticism"), + (UniCase::ascii("authorises"), "authorizes"), + (UniCase::ascii("terrorits"), "terrorist"), + (UniCase::ascii("benefecial"), "beneficial"), + (UniCase::ascii("referundum"), "referendum"), + (UniCase::ascii("exersice"), "exercise"), + (UniCase::ascii("supervisar"), "supervisor"), + (UniCase::ascii("acitvision"), "activision"), + (UniCase::ascii("herculeasy"), "hercules"), + (UniCase::ascii("sycning"), "syncing"), + (UniCase::ascii("dragones"), "dragons"), + (UniCase::ascii("kongregation"), "congregation"), + (UniCase::ascii("vairables"), "variables"), + (UniCase::ascii("claculations"), "calculations"), + (UniCase::ascii("devolopments"), "developments"), + (UniCase::ascii("anedocte"), "anecdote"), + (UniCase::ascii("recitfy"), "rectify"), + (UniCase::ascii("preleminary"), "preliminary"), + (UniCase::ascii("automonous"), "autonomous"), + (UniCase::ascii("inpection"), "inception"), + (UniCase::ascii("distrobuted"), "distributed"), + (UniCase::ascii("contaminanted"), "contaminated"), + (UniCase::ascii("intricicies"), "intricacies"), + (UniCase::ascii("campagin"), "campaign"), + (UniCase::ascii("insistis"), "insists"), + (UniCase::ascii("campusers"), "campuses"), + (UniCase::ascii("pacakge"), "package"), + (UniCase::ascii("qaurterback"), "quarterback"), + (UniCase::ascii("calcualtions"), "calculations"), + (UniCase::ascii("sunderlona"), "sunderland"), + (UniCase::ascii("renegated"), "renegade"), + (UniCase::ascii("degrassie"), "degrasse"), + (UniCase::ascii("unfarily"), "unfairly"), + (UniCase::ascii("critizized"), "criticized"), + (UniCase::ascii("counterpats"), "counterparts"), + (UniCase::ascii("knoweldgeable"), "knowledgeable"), + (UniCase::ascii("idealogies"), "ideologies"), + (UniCase::ascii("substanses"), "substances"), + (UniCase::ascii("hyporcite"), "hypocrite"), + (UniCase::ascii("confirmd"), "confirmed"), + (UniCase::ascii("ultamite"), "ultimate"), + (UniCase::ascii("courtesey"), "courtesy"), + (UniCase::ascii("technicain"), "technician"), + (UniCase::ascii("practicly"), "practically"), + (UniCase::ascii("attachmet"), "attachments"), + (UniCase::ascii("discoveryd"), "discovered"), + (UniCase::ascii("histocompatability"), "histocompatibility"), + (UniCase::ascii("complimentory"), "complimentary"), + (UniCase::ascii("trasngender"), "transgender"), + (UniCase::ascii("incorperating"), "incorporating"), + (UniCase::ascii("significatly"), "significantly"), + (UniCase::ascii("enthuisast"), "enthusiasts"), + (UniCase::ascii("immedietly"), "immediately"), + (UniCase::ascii("nowdays"), "nowadays"), + (UniCase::ascii("subscirption"), "subscriptions"), + (UniCase::ascii("presonalized"), "personalized"), + (UniCase::ascii("segragated"), "segregated"), + (UniCase::ascii("gaurentees"), "guarantees"), + (UniCase::ascii("northren"), "northern"), + (UniCase::ascii("atmosphereic"), "atmospheric"), + (UniCase::ascii("crystalisation"), "crystallisation"), + (UniCase::ascii("medicad"), "medicaid"), + (UniCase::ascii("conversatoin"), "conversations"), + (UniCase::ascii("godlman"), "goldman"), + (UniCase::ascii("colonozation"), "colonization"), + (UniCase::ascii("invariablly"), "invariably"), + (UniCase::ascii("playthtough"), "playthrough"), + (UniCase::ascii("circomference"), "circumference"), + (UniCase::ascii("munipulative"), "manipulative"), + (UniCase::ascii("marginaal"), "marginal"), + (UniCase::ascii("somethines"), "somethings"), + (UniCase::ascii("detaild"), "detailed"), + (UniCase::ascii("implimented"), "implemented"), + (UniCase::ascii("noticably"), "noticeably"), + (UniCase::ascii("unprofessionel"), "unprofessional"), + (UniCase::ascii("collectifs"), "collects"), + (UniCase::ascii("expresssive"), "expressive"), + (UniCase::ascii("mangets"), "magnets"), + (UniCase::ascii("cementary"), "cemetery"), + (UniCase::ascii("algortihms"), "algorithms"), + (UniCase::ascii("squirrells"), "squirrels"), + (UniCase::ascii("perpetrador"), "perpetrator"), + (UniCase::ascii("arbitrairy"), "arbitrarily"), + (UniCase::ascii("unresponsivness"), "unresponsive"), + (UniCase::ascii("musicaly"), "musically"), + (UniCase::ascii("industiralized"), "industrialized"), + (UniCase::ascii("criticizng"), "criticizing"), + (UniCase::ascii("mobilise"), "mobilize"), + (UniCase::ascii("everytiem"), "everytime"), + (UniCase::ascii("somethinig"), "somethings"), + (UniCase::ascii("practises"), "practices"), + (UniCase::ascii("attemted"), "attempted"), + (UniCase::ascii("persistense"), "persistence"), + (UniCase::ascii("evovled"), "evolved"), + (UniCase::ascii("laucnhers"), "launchers"), + (UniCase::ascii("maximises"), "maximizes"), + (UniCase::ascii("manifactures"), "manufactures"), + (UniCase::ascii("capitarist"), "capitalist"), + (UniCase::ascii("legitimises"), "legitimizes"), + (UniCase::ascii("memorising"), "memorizing"), + (UniCase::ascii("councilos"), "councils"), + (UniCase::ascii("deffined"), "defined"), + (UniCase::ascii("dominationg"), "dominating"), + (UniCase::ascii("misunderstanging"), "misunderstandings"), + (UniCase::ascii("recuring"), "recurring"), + (UniCase::ascii("abundacies"), "abundances"), + (UniCase::ascii("conpassionate"), "compassionate"), + (UniCase::ascii("emmisaries"), "emissaries"), + (UniCase::ascii("artistc"), "artistic"), + (UniCase::ascii("adaptare"), "adapter"), + (UniCase::ascii("argumentas"), "arguments"), + (UniCase::ascii("chromossome"), "chromosomes"), + (UniCase::ascii("individualising"), "individualizing"), + (UniCase::ascii("recreacion"), "recreation"), + (UniCase::ascii("discribed"), "described"), + (UniCase::ascii("franchines"), "franchises"), + (UniCase::ascii("phisiological"), "physiological"), + (UniCase::ascii("registy"), "registry"), + (UniCase::ascii("discribes"), "describes"), + (UniCase::ascii("articule"), "articulate"), + (UniCase::ascii("ageing"), "aging"), + (UniCase::ascii("pornograhy"), "pornography"), + (UniCase::ascii("indefinetly"), "indefinitely"), + (UniCase::ascii("nationalising"), "nationalizing"), + (UniCase::ascii("deliverying"), "delivering"), + (UniCase::ascii("worshippig"), "worshipping"), + (UniCase::ascii("assoications"), "associations"), + (UniCase::ascii("prefering"), "preferring"), + (UniCase::ascii("coinsidentally"), "coincidentally"), + (UniCase::ascii("harrassment"), "harassment"), + (UniCase::ascii("bourgoeis"), "bourgeois"), + (UniCase::ascii("powerhsell"), "powershell"), + (UniCase::ascii("complicted"), "complicated"), + (UniCase::ascii("referincing"), "referencing"), + (UniCase::ascii("humanitatian"), "humanitarian"), + (UniCase::ascii("gauntanamo"), "guantanamo"), + (UniCase::ascii("definately"), "definitely"), + (UniCase::ascii("golbins"), "goblins"), + (UniCase::ascii("privatise"), "privatize"), + (UniCase::ascii("convencen"), "convenience"), + (UniCase::ascii("broswing"), "browsing"), + (UniCase::ascii("accompinied"), "accompanied"), + (UniCase::ascii("commuinications"), "communications"), + (UniCase::ascii("ploygamy"), "polygamy"), + (UniCase::ascii("bulgariska"), "bulgaria"), + (UniCase::ascii("developmant"), "developmental"), + (UniCase::ascii("independant"), "independent"), + (UniCase::ascii("representerad"), "represented"), + (UniCase::ascii("cornithians"), "corinthians"), + (UniCase::ascii("romanin"), "romanian"), + (UniCase::ascii("simlutaneously"), "simultaneously"), + (UniCase::ascii("complainte"), "complained"), + (UniCase::ascii("conescutive"), "consecutive"), + (UniCase::ascii("differene"), "differences"), + (UniCase::ascii("revoultionary"), "revolutionary"), + (UniCase::ascii("decriminalise"), "decriminalize"), + (UniCase::ascii("militiants"), "militias"), + (UniCase::ascii("specularite"), "speculative"), + (UniCase::ascii("legendaryes"), "legendaries"), + (UniCase::ascii("intimidante"), "intimidate"), + (UniCase::ascii("interseption"), "interception"), + (UniCase::ascii("identitites"), "identities"), + (UniCase::ascii("rentres"), "renters"), + (UniCase::ascii("tesitcle"), "testicle"), + (UniCase::ascii("guantanamero"), "guantanamo"), + (UniCase::ascii("suspicison"), "suspicions"), + (UniCase::ascii("pressurises"), "pressurizes"), + (UniCase::ascii("stratled"), "startled"), + (UniCase::ascii("scarmble"), "scramble"), + (UniCase::ascii("hieghtened"), "heightened"), + (UniCase::ascii("contirbuted"), "contributed"), + (UniCase::ascii("constitued"), "constitute"), + (UniCase::ascii("entrepraneurs"), "entrepreneurs"), + (UniCase::ascii("supirsed"), "suprised"), + (UniCase::ascii("refering"), "referring"), + (UniCase::ascii("microhpone"), "microphone"), + (UniCase::ascii("prostituees"), "prostitutes"), + (UniCase::ascii("warrany"), "warranty"), + (UniCase::ascii("gauarana"), "guaraná"), + (UniCase::ascii("simplefying"), "simplifying"), + (UniCase::ascii("patriotisch"), "patriotic"), + (UniCase::ascii("vanugard"), "vanguard"), + (UniCase::ascii("exerternal"), "external"), + (UniCase::ascii("definetlely"), "definetly"), + (UniCase::ascii("nominacion"), "nomination"), + (UniCase::ascii("repsawn"), "respawn"), + (UniCase::ascii("indifferente"), "indifference"), + (UniCase::ascii("settlemetns"), "settlements"), + (UniCase::ascii("appreciaton"), "appreciation"), + (UniCase::ascii("centralise"), "centralize"), + (UniCase::ascii("pyschologically"), "psychologically"), + (UniCase::ascii("gaol"), "jail"), + (UniCase::ascii("ackumulation"), "accumulation"), + (UniCase::ascii("parrallel"), "parallel"), + (UniCase::ascii("unhapppy"), "unhappy"), + (UniCase::ascii("compuslion"), "compulsion"), + (UniCase::ascii("sentements"), "sentiments"), + (UniCase::ascii("stigmatises"), "stigmatizes"), + (UniCase::ascii("componsate"), "compensate"), + (UniCase::ascii("trhusters"), "thrusters"), + (UniCase::ascii("mandats"), "mandates"), + (UniCase::ascii("fitlers"), "filters"), + (UniCase::ascii("whsipered"), "whispered"), + (UniCase::ascii("payed"), "paid"), + (UniCase::ascii("highligthing"), "highlighting"), + (UniCase::ascii("criticisn"), "criticising"), + (UniCase::ascii("synonymes"), "synonyms"), + (UniCase::ascii("embarassimg"), "embarassing"), + (UniCase::ascii("critiziced"), "criticized"), + (UniCase::ascii("zinoists"), "zionists"), + (UniCase::ascii("addictis"), "addictions"), + (UniCase::ascii("capatilization"), "capitalization"), + (UniCase::ascii("preconceieved"), "preconceived"), + (UniCase::ascii("spreadshet"), "spreadsheet"), + (UniCase::ascii("manifeso"), "manifesto"), + (UniCase::ascii("ligthly"), "lightly"), + (UniCase::ascii("exectued"), "executed"), + (UniCase::ascii("cheesebuger"), "cheeseburger"), + (UniCase::ascii("invitato"), "invitation"), + (UniCase::ascii("intestents"), "intestines"), + (UniCase::ascii("futuristisch"), "futuristic"), + (UniCase::ascii("importamt"), "important"), + (UniCase::ascii("sacrifacing"), "sacrificing"), + (UniCase::ascii("nutreints"), "nutrients"), + (UniCase::ascii("diamons"), "diamonds"), + (UniCase::ascii("priveldges"), "privileges"), + (UniCase::ascii("counterside"), "countryside"), + (UniCase::ascii("warrenties"), "warranties"), + (UniCase::ascii("countrying"), "countering"), + (UniCase::ascii("sydnrome"), "syndrome"), + (UniCase::ascii("temperatuur"), "temperature"), + (UniCase::ascii("punishemnt"), "punishments"), + (UniCase::ascii("zepplien"), "zeppelin"), + (UniCase::ascii("consolodated"), "consolidated"), + (UniCase::ascii("corrisponding"), "corresponding"), + (UniCase::ascii("swithces"), "switches"), + (UniCase::ascii("compuslive"), "compulsive"), + (UniCase::ascii("conifguration"), "configurations"), + (UniCase::ascii("humanise"), "humanize"), + (UniCase::ascii("immunising"), "immunizing"), + (UniCase::ascii("krudish"), "kurdish"), + (UniCase::ascii("endlessy"), "endlessly"), + (UniCase::ascii("managable"), "manageable"), + (UniCase::ascii("peroidically"), "periodically"), + (UniCase::ascii("counselled"), "counseled"), + (UniCase::ascii("sucession"), "succession"), + (UniCase::ascii("dishonoured"), "dishonored"), + (UniCase::ascii("chormosome"), "chromosome"), + (UniCase::ascii("appriciate"), "appreciate"), + (UniCase::ascii("proprotions"), "proportions"), + (UniCase::ascii("asssits"), "assists"), + (UniCase::ascii("specailly"), "specially"), + (UniCase::ascii("suspention"), "suspension"), + (UniCase::ascii("approproximate"), "approximate"), + (UniCase::ascii("magnicifent"), "magnificent"), + (UniCase::ascii("sensationilist"), "sensationalist"), + (UniCase::ascii("presention"), "presenting"), + (UniCase::ascii("departmens"), "departments"), + (UniCase::ascii("accomplishements"), "accomplishments"), + (UniCase::ascii("perserving"), "preserving"), + (UniCase::ascii("industiral"), "industrial"), + (UniCase::ascii("prosicuted"), "prosecuted"), + (UniCase::ascii("paramters"), "parameters"), + (UniCase::ascii("intolorant"), "intolerant"), + (UniCase::ascii("infringeing"), "infringing"), + (UniCase::ascii("anoerxic"), "anorexic"), + (UniCase::ascii("informella"), "informal"), + (UniCase::ascii("meranda"), "veranda"), + (UniCase::ascii("distrubution"), "distribution"), + (UniCase::ascii("legnedary"), "legendary"), + (UniCase::ascii("abdomnial"), "abdominal"), + (UniCase::ascii("dirvers"), "drivers"), + (UniCase::ascii("romanticise"), "romanticize"), + (UniCase::ascii("concentraiton"), "concentrations"), + (UniCase::ascii("prouncements"), "pronouncements"), + (UniCase::ascii("synonymis"), "synonyms"), + (UniCase::ascii("estoniya"), "estonia"), + (UniCase::ascii("resistnaces"), "resistances"), + (UniCase::ascii("clamoured"), "clamored"), + (UniCase::ascii("ciriculum"), "curriculum"), + (UniCase::ascii("thirstay"), "thirsty"), + (UniCase::ascii("orthopaedics"), "orthopedics"), + (UniCase::ascii("professionalises"), "professionalizes"), + (UniCase::ascii("enviornmental"), "environmental"), + (UniCase::ascii("photogrpahs"), "photographs"), + (UniCase::ascii("imrpoved"), "improved"), + (UniCase::ascii("tranlsation"), "translation"), + (UniCase::ascii("athiesm"), "atheism"), + (UniCase::ascii("weightlifing"), "weightlifting"), + (UniCase::ascii("santorm"), "santorum"), + (UniCase::ascii("fertiziler"), "fertilizer"), + (UniCase::ascii("culutral"), "cultural"), + (UniCase::ascii("unsuccesful"), "unsuccessful"), + (UniCase::ascii("implimentation"), "implementation"), + (UniCase::ascii("environemnt"), "environment"), + (UniCase::ascii("bankrutpcy"), "bankruptcy"), + (UniCase::ascii("amensia"), "amnesia"), + (UniCase::ascii("exploitatie"), "exploitative"), + (UniCase::ascii("rhapsodomy"), "rhapsody"), + (UniCase::ascii("illuminite"), "illuminati"), + (UniCase::ascii("skillsofts"), "skillshots"), + (UniCase::ascii("millionaries"), "millionaires"), + (UniCase::ascii("imperilled"), "imperiled"), + (UniCase::ascii("pilgrimmage"), "pilgrimage"), + (UniCase::ascii("understoon"), "understood"), + (UniCase::ascii("plausable"), "plausible"), + (UniCase::ascii("univerity"), "university"), + (UniCase::ascii("mechansims"), "mechanisms"), + (UniCase::ascii("psychologicaly"), "psychologically"), + (UniCase::ascii("captialist"), "capitalist"), + (UniCase::ascii("hyperoble"), "hyperbole"), + (UniCase::ascii("territoris"), "territories"), + (UniCase::ascii("nazereth"), "nazareth"), + (UniCase::ascii("womanising"), "womanizing"), + (UniCase::ascii("capatilist"), "capitalist"), + (UniCase::ascii("prescribtion"), "prescription"), + (UniCase::ascii("transplat"), "transplant"), + (UniCase::ascii("regulatiors"), "regulators"), + (UniCase::ascii("striaghtforward"), "straightforward"), + (UniCase::ascii("descprition"), "descriptions"), + (UniCase::ascii("commano"), "commando"), + (UniCase::ascii("recievd"), "recieved"), + (UniCase::ascii("vehicels"), "vehicles"), + (UniCase::ascii("homeowneris"), "homeowners"), + (UniCase::ascii("suprise"), "surprise"), + (UniCase::ascii("differens"), "differences"), + (UniCase::ascii("switserland"), "switzerland"), + (UniCase::ascii("conventinal"), "conventional"), + (UniCase::ascii("explaing"), "explaining"), + (UniCase::ascii("compositie"), "composite"), + (UniCase::ascii("condamnation"), "condemnation"), + (UniCase::ascii("renewl"), "renewal"), + (UniCase::ascii("harmonise"), "harmonize"), + (UniCase::ascii("fertelizer"), "fertilizer"), + (UniCase::ascii("fossilise"), "fossilize"), + (UniCase::ascii("necesarily"), "necessarily"), + (UniCase::ascii("africaners"), "africans"), + (UniCase::ascii("appealling"), "appealing"), + (UniCase::ascii("cashieres"), "cashiers"), + (UniCase::ascii("intrinsicaly"), "intrinsically"), + (UniCase::ascii("continuu"), "continuous"), + (UniCase::ascii("idenfity"), "identify"), + (UniCase::ascii("rewatchd"), "rewatched"), + (UniCase::ascii("consecuences"), "consequences"), + (UniCase::ascii("forearmes"), "forearms"), + (UniCase::ascii("fineshes"), "finesse"), + (UniCase::ascii("inticrate"), "intricate"), + (UniCase::ascii("plagiariasm"), "plagiarism"), + (UniCase::ascii("administraton"), "administration"), + (UniCase::ascii("organistion"), "organisation"), + (UniCase::ascii("communicted"), "communicated"), + (UniCase::ascii("inclenation"), "inclination"), + (UniCase::ascii("relavence"), "relevance"), + (UniCase::ascii("staidum"), "stadium"), + (UniCase::ascii("positivs"), "positives"), + (UniCase::ascii("bouregois"), "bourgeois"), + (UniCase::ascii("suspicioun"), "suspicion"), + (UniCase::ascii("knwoledgable"), "knowledgable"), + (UniCase::ascii("adventureous"), "adventures"), + (UniCase::ascii("mathemetically"), "mathematically"), + (UniCase::ascii("palceholder"), "placeholder"), + (UniCase::ascii("techniqe"), "technique"), + (UniCase::ascii("relativley"), "relatively"), + (UniCase::ascii("euphroia"), "euphoria"), + (UniCase::ascii("procedurial"), "procedural"), + (UniCase::ascii("reprezentative"), "representative"), + (UniCase::ascii("suppost"), "supports"), + (UniCase::ascii("hipsterest"), "hipsters"), + (UniCase::ascii("evidentally"), "evidently"), + (UniCase::ascii("battlesaur"), "battlestar"), + (UniCase::ascii("primarliy"), "primarily"), + (UniCase::ascii("interiour"), "interior"), + (UniCase::ascii("popularises"), "popularizes"), + (UniCase::ascii("upcomming"), "upcoming"), + (UniCase::ascii("centrase"), "centres"), + (UniCase::ascii("dispensiries"), "dispensaries"), + (UniCase::ascii("facilitant"), "facilitate"), + (UniCase::ascii("tallents"), "tallest"), + (UniCase::ascii("equilibirum"), "equilibrium"), + (UniCase::ascii("intricaces"), "intricacies"), + (UniCase::ascii("currentfps"), "currents"), + (UniCase::ascii("asutrian"), "austrian"), + (UniCase::ascii("enrol"), "enroll"), + (UniCase::ascii("analyes"), "analyse"), + (UniCase::ascii("modeller"), "modeler"), + (UniCase::ascii("dyas"), "dryas"), + (UniCase::ascii("correccion"), "correction"), + (UniCase::ascii("concentrato"), "concentration"), + (UniCase::ascii("perpatrator"), "perpetrator"), + (UniCase::ascii("sihlouette"), "silhouette"), + (UniCase::ascii("ethnicaly"), "ethnically"), + (UniCase::ascii("advertisment"), "advertisement"), + (UniCase::ascii("authoritatian"), "authoritarian"), + (UniCase::ascii("infograpgic"), "infographic"), + (UniCase::ascii("adpatation"), "adaptation"), + (UniCase::ascii("horizontaal"), "horizontal"), + (UniCase::ascii("positionning"), "positioning"), + (UniCase::ascii("startsup"), "startups"), + (UniCase::ascii("discogrpahy"), "discography"), + (UniCase::ascii("chiansaw"), "chainsaw"), + (UniCase::ascii("ukrainin"), "ukrainian"), + (UniCase::ascii("prostethic"), "prosthetic"), + (UniCase::ascii("candidiate"), "candidate"), + (UniCase::ascii("convertibile"), "convertible"), + (UniCase::ascii("controleurs"), "controllers"), + (UniCase::ascii("grillig"), "grilling"), + (UniCase::ascii("influenceing"), "influencing"), + (UniCase::ascii("capactior"), "capacitor"), + (UniCase::ascii("combinig"), "combining"), + (UniCase::ascii("assocaited"), "associated"), + (UniCase::ascii("systemetically"), "systematically"), + (UniCase::ascii("pharamcist"), "pharmacist"), + (UniCase::ascii("substarte"), "substrate"), + (UniCase::ascii("convertr"), "converter"), + (UniCase::ascii("oragnisation"), "organisation"), + (UniCase::ascii("indestructuble"), "indestructible"), + (UniCase::ascii("throaths"), "throats"), + (UniCase::ascii("varaibles"), "variables"), + (UniCase::ascii("unviersally"), "universally"), + (UniCase::ascii("cariacture"), "caricature"), + (UniCase::ascii("somwhere"), "somewhere"), + (UniCase::ascii("honouring"), "honoring"), + (UniCase::ascii("manufacturs"), "manufactures"), + (UniCase::ascii("ideologias"), "ideologies"), + (UniCase::ascii("neckbeared"), "neckbeard"), + (UniCase::ascii("influens"), "influences"), + (UniCase::ascii("qualifires"), "qualifiers"), + (UniCase::ascii("enligthenment"), "enlightenment"), + (UniCase::ascii("recuritment"), "recruitment"), + (UniCase::ascii("socilaism"), "socialism"), + (UniCase::ascii("residentual"), "residential"), + (UniCase::ascii("spects"), "aspects"), + (UniCase::ascii("constinually"), "continually"), + (UniCase::ascii("architecturial"), "architectural"), + (UniCase::ascii("transpareny"), "transparency"), + (UniCase::ascii("lannsiters"), "lannisters"), + (UniCase::ascii("pantomine"), "pantomime"), + (UniCase::ascii("disctinction"), "distinction"), + (UniCase::ascii("continunes"), "continents"), + (UniCase::ascii("complexs"), "complexes"), + (UniCase::ascii("contrabution"), "contribution"), + (UniCase::ascii("exclusivs"), "exclusives"), + (UniCase::ascii("ambiguitiy"), "ambiguity"), + (UniCase::ascii("outmanoeuvring"), "outmaneuvering"), + (UniCase::ascii("accomodate"), "accommodate"), + (UniCase::ascii("boradband"), "broadband"), + (UniCase::ascii("alterantive"), "alternative"), + (UniCase::ascii("perspecitves"), "perspectives"), + (UniCase::ascii("santiation"), "sanitation"), + (UniCase::ascii("simplyifing"), "simplifying"), + (UniCase::ascii("clutchign"), "clutching"), + (UniCase::ascii("organizativos"), "organizations"), + (UniCase::ascii("accelertor"), "accelerator"), + (UniCase::ascii("unequalities"), "inequalities"), + (UniCase::ascii("checkpiont"), "checkpoint"), + (UniCase::ascii("interlectually"), "intellectually"), + (UniCase::ascii("tabelspoon"), "tablespoon"), + (UniCase::ascii("chihuaha"), "chihuahua"), + (UniCase::ascii("insertas"), "inserts"), + (UniCase::ascii("meagtron"), "megatron"), + (UniCase::ascii("shenanigins"), "shenanigans"), + (UniCase::ascii("retribucion"), "retribution"), + (UniCase::ascii("kubirck"), "kubrick"), + (UniCase::ascii("adecuate"), "adequate"), + (UniCase::ascii("discolours"), "discolors"), + (UniCase::ascii("prosperety"), "prosperity"), + (UniCase::ascii("abreviate"), "abbreviate"), + (UniCase::ascii("underpowerd"), "underpowered"), + (UniCase::ascii("forumlas"), "formulas"), + (UniCase::ascii("vaugely"), "vaguely"), + (UniCase::ascii("superheo"), "superhero"), + (UniCase::ascii("disporportionately"), "disproportionately"), + (UniCase::ascii("catastropic"), "catastrophic"), + (UniCase::ascii("sweatshits"), "sweatshirt"), + (UniCase::ascii("quantitties"), "quantities"), + (UniCase::ascii("explossive"), "explosives"), + (UniCase::ascii("heathern"), "heathen"), + (UniCase::ascii("relativily"), "relativity"), + (UniCase::ascii("provocativley"), "provocative"), + (UniCase::ascii("exerbate"), "exacerbate"), + (UniCase::ascii("aburptly"), "abruptly"), + (UniCase::ascii("strugglebus"), "struggles"), + (UniCase::ascii("cooperacion"), "cooperation"), + (UniCase::ascii("conservanti"), "conservation"), + (UniCase::ascii("neckbreads"), "neckbeards"), + (UniCase::ascii("hyopthetical"), "hypothetical"), + (UniCase::ascii("kingdomers"), "kingdoms"), + (UniCase::ascii("squirel"), "squirtle"), + (UniCase::ascii("compromisso"), "compromises"), + (UniCase::ascii("fictionalise"), "fictionalize"), + (UniCase::ascii("inspeciton"), "inspections"), + (UniCase::ascii("observeras"), "observers"), + (UniCase::ascii("haemorrage"), "haemorrhage"), + (UniCase::ascii("mccarthey"), "mccarthy"), + (UniCase::ascii("knowledgebly"), "knowledgable"), + (UniCase::ascii("stealhty"), "stealthy"), + (UniCase::ascii("colleauge"), "colleague"), + (UniCase::ascii("apocolapse"), "apocalypse"), + (UniCase::ascii("developres"), "develops"), + (UniCase::ascii("deisgners"), "designers"), + (UniCase::ascii("separete"), "seperate"), + (UniCase::ascii("gravitationnal"), "gravitational"), + (UniCase::ascii("periphrial"), "peripheral"), + (UniCase::ascii("durig"), "during"), + (UniCase::ascii("corrispondant"), "correspondent"), + (UniCase::ascii("congraturations"), "congratulations"), + (UniCase::ascii("physcopathic"), "psychopathic"), + (UniCase::ascii("assosication"), "assassination"), + (UniCase::ascii("narcissstic"), "narcissist"), + (UniCase::ascii("snowfalke"), "snowflake"), + (UniCase::ascii("personatus"), "personas"), + (UniCase::ascii("screenshoot"), "screenshot"), + (UniCase::ascii("retireds"), "retires"), + (UniCase::ascii("premuim"), "premium"), + (UniCase::ascii("cielings"), "ceilings"), + (UniCase::ascii("premesis"), "premises"), + (UniCase::ascii("squarey"), "squarely"), + (UniCase::ascii("complictaed"), "complicate"), + (UniCase::ascii("virbator"), "vibrator"), + (UniCase::ascii("overwirte"), "overwrite"), + (UniCase::ascii("valkyre"), "valkyrie"), + (UniCase::ascii("collosal"), "colossal"), + (UniCase::ascii("signalled"), "signaled"), + (UniCase::ascii("constitition"), "constitution"), + (UniCase::ascii("withdrawling"), "withdrawing"), + (UniCase::ascii("reinitalize"), "reinitialize"), + (UniCase::ascii("jacksonvile"), "jacksonville"), + (UniCase::ascii("uncertaintly"), "uncertainty"), + (UniCase::ascii("conslutant"), "consultant"), + (UniCase::ascii("inexperiecned"), "inexperience"), + (UniCase::ascii("equivilents"), "equivalents"), + (UniCase::ascii("fundamentalistisch"), "fundamentalists"), + (UniCase::ascii("manufactorers"), "manufacturers"), + (UniCase::ascii("penninsula"), "peninsula"), + (UniCase::ascii("confernece"), "conferences"), + (UniCase::ascii("radiers"), "raiders"), + (UniCase::ascii("sociologial"), "sociological"), + (UniCase::ascii("inumerable"), "enumerable"), + (UniCase::ascii("critisism"), "criticism"), + (UniCase::ascii("faught"), "fought"), + (UniCase::ascii("pinapple"), "pineapple"), + (UniCase::ascii("catostraphic"), "catastrophic"), + (UniCase::ascii("performences"), "performances"), + (UniCase::ascii("autoattaks"), "autoattack"), + (UniCase::ascii("shakespere"), "shakespeare"), + (UniCase::ascii("hempishere"), "hemisphere"), + (UniCase::ascii("pronomial"), "pronominal"), + (UniCase::ascii("arragned"), "arranged"), + (UniCase::ascii("congratualte"), "congratulate"), + (UniCase::ascii("spainish"), "spanish"), + (UniCase::ascii("categorising"), "categorizing"), + (UniCase::ascii("anaylze"), "analyze"), + (UniCase::ascii("premiare"), "premier"), + (UniCase::ascii("interveres"), "interferes"), + (UniCase::ascii("nightlie"), "nightlife"), + (UniCase::ascii("threates"), "threatens"), + (UniCase::ascii("countoring"), "countering"), + (UniCase::ascii("perference"), "preference"), + (UniCase::ascii("asychronous"), "asynchronous"), + (UniCase::ascii("organziations"), "organizations"), + (UniCase::ascii("aersopace"), "aerospace"), + (UniCase::ascii("intolerante"), "intolerance"), + (UniCase::ascii("srpouts"), "sprouts"), + (UniCase::ascii("grantie"), "granite"), + (UniCase::ascii("autocorrct"), "autocorrect"), + (UniCase::ascii("protocolos"), "protocols"), + (UniCase::ascii("journalits"), "journals"), + (UniCase::ascii("vientamese"), "vietnamese"), + (UniCase::ascii("snowboaring"), "snowboarding"), + (UniCase::ascii("generalisation"), "generalization"), + (UniCase::ascii("fianite"), "finite"), + (UniCase::ascii("instatance"), "instance"), + (UniCase::ascii("regualrs"), "regulars"), + (UniCase::ascii("traversare"), "traverse"), + (UniCase::ascii("sentimentos"), "sentiments"), + (UniCase::ascii("annihilited"), "annihilated"), + (UniCase::ascii("downvotees"), "downvoters"), + (UniCase::ascii("unemployeed"), "unemployed"), + (UniCase::ascii("affortable"), "affordable"), + (UniCase::ascii("paramedicks"), "paramedics"), + (UniCase::ascii("annyoance"), "annoyance"), + (UniCase::ascii("fullscren"), "fullscreen"), + (UniCase::ascii("accomodates"), "accommodates"), + (UniCase::ascii("tourisim"), "tourism"), + (UniCase::ascii("gracefullly"), "gracefully"), + (UniCase::ascii("benedickt"), "benedict"), + (UniCase::ascii("politicising"), "politicizing"), + (UniCase::ascii("instrumenal"), "instrumental"), + (UniCase::ascii("discontiuned"), "discontinued"), + (UniCase::ascii("homogenenous"), "homogeneous"), + (UniCase::ascii("renassaince"), "renaissance"), + (UniCase::ascii("inexplicaby"), "inexplicably"), + (UniCase::ascii("expolding"), "exploding"), + (UniCase::ascii("indiffernece"), "indifference"), + (UniCase::ascii("deposites"), "deposits"), + (UniCase::ascii("bakc"), "back"), + (UniCase::ascii("unisntalling"), "uninstalling"), + (UniCase::ascii("commenty"), "commentary"), + (UniCase::ascii("immobilised"), "immobilized"), + (UniCase::ascii("noteworty"), "noteworthy"), + (UniCase::ascii("trasnplant"), "transplant"), + (UniCase::ascii("inconsistensies"), "inconsistencies"), + (UniCase::ascii("disporportionatly"), "disproportionately"), + (UniCase::ascii("guarnatees"), "guarantees"), + (UniCase::ascii("dissopointed"), "dissapointed"), + (UniCase::ascii("metabolised"), "metabolized"), + (UniCase::ascii("pittaburgh"), "pittsburgh"), + (UniCase::ascii("symptomes"), "symptoms"), + (UniCase::ascii("projectie"), "projectile"), + (UniCase::ascii("thriteen"), "thirteen"), + (UniCase::ascii("constrait"), "constraints"), + (UniCase::ascii("fortunantly"), "fortunately"), + (UniCase::ascii("integratron"), "integration"), + (UniCase::ascii("anecdotelly"), "anecdotally"), + (UniCase::ascii("paralyses"), "paralyzes"), + (UniCase::ascii("paranoa"), "paranoia"), + (UniCase::ascii("trianing"), "training"), + (UniCase::ascii("infallibale"), "infallible"), + (UniCase::ascii("incldue"), "include"), + (UniCase::ascii("discussin"), "discussion"), + (UniCase::ascii("pharamceutical"), "pharmaceutical"), + (UniCase::ascii("counterfiets"), "counterfeit"), + (UniCase::ascii("homosexaul"), "homosexual"), + (UniCase::ascii("astronatus"), "astronauts"), + (UniCase::ascii("versitilaty"), "versatility"), + (UniCase::ascii("programme"), "program"), + (UniCase::ascii("spartsn"), "spartans"), + (UniCase::ascii("unsuprized"), "unsurprised"), + (UniCase::ascii("incidential"), "incidental"), + (UniCase::ascii("ukranie"), "ukraine"), + (UniCase::ascii("proficientcy"), "proficiency"), + (UniCase::ascii("situatinal"), "situational"), + (UniCase::ascii("anayltics"), "analytics"), + (UniCase::ascii("controllore"), "controllers"), + (UniCase::ascii("complition"), "completion"), + (UniCase::ascii("ninties"), "1990s"), + (UniCase::ascii("sedentarity"), "sedentary"), + (UniCase::ascii("draughtman"), "draughtsman"), + (UniCase::ascii("naviagtion"), "navigation"), + (UniCase::ascii("horiztonally"), "horizontally"), + (UniCase::ascii("prodecure"), "procedure"), + (UniCase::ascii("encounteres"), "encounters"), + (UniCase::ascii("heavyweght"), "heavyweight"), + (UniCase::ascii("neruons"), "neurons"), + (UniCase::ascii("adjustabe"), "adjustable"), + (UniCase::ascii("manipulare"), "manipulate"), + (UniCase::ascii("baptises"), "baptizes"), + (UniCase::ascii("disciplen"), "disciplines"), + (UniCase::ascii("protagonistes"), "protagonists"), + (UniCase::ascii("inrested"), "inserted"), + (UniCase::ascii("penisnula"), "peninsula"), + (UniCase::ascii("accomplishent"), "accomplishment"), + (UniCase::ascii("kicthens"), "kitchens"), + (UniCase::ascii("loev"), "love"), + (UniCase::ascii("invincable"), "invincible"), + (UniCase::ascii("cauilflower"), "cauliflower"), + (UniCase::ascii("perephirals"), "peripherals"), + (UniCase::ascii("neuterd"), "neutered"), + (UniCase::ascii("prohibitifs"), "prohibits"), + (UniCase::ascii("therapautic"), "therapeutic"), + (UniCase::ascii("mouldiest"), "moldiest"), + (UniCase::ascii("sapphie"), "sapphire"), + (UniCase::ascii("satifies"), "satisfies"), + (UniCase::ascii("comprimises"), "compromises"), + (UniCase::ascii("defenderes"), "defenders"), + (UniCase::ascii("beoynce"), "beyonce"), + (UniCase::ascii("descripcion"), "description"), + (UniCase::ascii("snyopsis"), "synopsis"), + (UniCase::ascii("charimsa"), "charisma"), + (UniCase::ascii("explaintory"), "explanatory"), + (UniCase::ascii("tortialls"), "tortillas"), + (UniCase::ascii("modifieres"), "modifiers"), + (UniCase::ascii("mocrotransactions"), "microtransactions"), + (UniCase::ascii("harrased"), "harassed"), + (UniCase::ascii("preivew"), "preview"), + (UniCase::ascii("disastrose"), "disastrous"), + (UniCase::ascii("enchentments"), "enchantments"), + (UniCase::ascii("boyfreinds"), "boyfriends"), + (UniCase::ascii("formulaes"), "formulas"), + (UniCase::ascii("paranioa"), "paranoia"), + (UniCase::ascii("alternitive"), "alternative"), + (UniCase::ascii("wokring"), "working"), + (UniCase::ascii("originially"), "originally"), + (UniCase::ascii("specialising"), "specializing"), + (UniCase::ascii("montanous"), "mountainous"), + (UniCase::ascii("imense"), "immense"), + (UniCase::ascii("preorderded"), "preordered"), + (UniCase::ascii("reluctanct"), "reluctant"), + (UniCase::ascii("mainfest"), "manifest"), + (UniCase::ascii("officaly"), "officially"), + (UniCase::ascii("correctess"), "correctness"), + (UniCase::ascii("homosexuallity"), "homosexuality"), + (UniCase::ascii("dusgustingly"), "disgustingly"), + (UniCase::ascii("trasncript"), "transcript"), + (UniCase::ascii("embarassign"), "embarassing"), + (UniCase::ascii("nickanme"), "nickname"), + (UniCase::ascii("claymer"), "claymore"), + (UniCase::ascii("dictarorship"), "dictatorship"), + (UniCase::ascii("ocurr"), "occur"), + (UniCase::ascii("dimentional"), "dimensional"), + (UniCase::ascii("permanentely"), "permanently"), + (UniCase::ascii("clenaser"), "cleanser"), + (UniCase::ascii("skillshosts"), "skillshots"), + (UniCase::ascii("regularing"), "regulating"), + (UniCase::ascii("certificats"), "certificates"), + (UniCase::ascii("sermonise"), "sermonize"), + (UniCase::ascii("prediciment"), "predicament"), + (UniCase::ascii("stencilling"), "stenciling"), + (UniCase::ascii("nagivate"), "navigate"), + (UniCase::ascii("presumibly"), "presumably"), + (UniCase::ascii("outplayd"), "outplayed"), + (UniCase::ascii("reapired"), "repaired"), + (UniCase::ascii("heapdhones"), "headphones"), + (UniCase::ascii("meterology"), "meteorology"), + (UniCase::ascii("catholicsm"), "catholicism"), + (UniCase::ascii("dangerousely"), "dangerously"), + (UniCase::ascii("apologistes"), "apologists"), + (UniCase::ascii("experimetal"), "experimental"), + (UniCase::ascii("nurtient"), "nutrient"), + (UniCase::ascii("snippent"), "snippet"), + (UniCase::ascii("pshycological"), "psychological"), + (UniCase::ascii("insinuationg"), "insinuating"), + (UniCase::ascii("synonmyous"), "synonymous"), + (UniCase::ascii("attendents"), "attendants"), + (UniCase::ascii("catogerized"), "categorized"), + (UniCase::ascii("euorpeans"), "europeans"), + (UniCase::ascii("indiginous"), "indigenous"), + (UniCase::ascii("scientificlly"), "scientifically"), + (UniCase::ascii("obiedence"), "obedience"), + (UniCase::ascii("lifestlyes"), "lifestyles"), + (UniCase::ascii("miscommunciation"), "miscommunication"), + (UniCase::ascii("instituttet"), "institute"), + (UniCase::ascii("helicpoters"), "helicopters"), + (UniCase::ascii("maintaing"), "maintaining"), + (UniCase::ascii("porportional"), "proportional"), + (UniCase::ascii("abudcted"), "abducted"), + (UniCase::ascii("flciker"), "flicker"), + (UniCase::ascii("nightfa;;"), "nightfall"), + (UniCase::ascii("popularise"), "popularize"), + (UniCase::ascii("proletariet"), "proletariat"), + (UniCase::ascii("labourer"), "laborer"), + (UniCase::ascii("sovereighty"), "sovereignty"), + (UniCase::ascii("regeneratin"), "regeneration"), + (UniCase::ascii("intervento"), "intervention"), + (UniCase::ascii("unopend"), "unopened"), + (UniCase::ascii("stregth"), "strength"), + (UniCase::ascii("charsimatic"), "charismatic"), + (UniCase::ascii("electritian"), "electrician"), + (UniCase::ascii("pysched"), "psyched"), + (UniCase::ascii("uncomfrotably"), "uncomfortably"), + (UniCase::ascii("agnostisch"), "agnostic"), + (UniCase::ascii("amensty"), "amnesty"), + (UniCase::ascii("imperitive"), "imperative"), + (UniCase::ascii("margenalized"), "marginalized"), + (UniCase::ascii("demonstartions"), "demonstrations"), + (UniCase::ascii("manifistation"), "manifestation"), + (UniCase::ascii("eurpoean"), "european"), + (UniCase::ascii("intrinseci"), "intrinsic"), + (UniCase::ascii("canalises"), "canalizes"), + (UniCase::ascii("exclemation"), "exclamation"), + (UniCase::ascii("sacntuary"), "sanctuary"), + (UniCase::ascii("thursdsy"), "thursdays"), + (UniCase::ascii("presenst"), "presets"), + (UniCase::ascii("mainfesto"), "manifesto"), + (UniCase::ascii("patientens"), "patients"), + (UniCase::ascii("decisiones"), "decisions"), + (UniCase::ascii("bengahzi"), "benghazi"), + (UniCase::ascii("representatieve"), "representative"), + (UniCase::ascii("misinterpretions"), "misinterpreting"), + (UniCase::ascii("sohpomore"), "sophomore"), + (UniCase::ascii("illuminuti"), "illuminati"), + (UniCase::ascii("inadvertantely"), "inadvertently"), + (UniCase::ascii("unbeliveable"), "unbelievable"), + (UniCase::ascii("unitesstates"), "unitedstates"), + (UniCase::ascii("hypokrites"), "hypocrites"), + (UniCase::ascii("anecdotallly"), "anecdotally"), + (UniCase::ascii("unconscioulsy"), "unconsciously"), + (UniCase::ascii("eifnach"), "einfach"), + (UniCase::ascii("industructible"), "indestructible"), + (UniCase::ascii("synthesiser"), "synthesizer"), + (UniCase::ascii("vocabularity"), "vocabulary"), + (UniCase::ascii("criticised"), "criticized"), + (UniCase::ascii("compromisse"), "compromises"), + (UniCase::ascii("recivership"), "receivership"), + (UniCase::ascii("compenents"), "components"), + (UniCase::ascii("teh"), "the"), + (UniCase::ascii("simulaiton"), "simulations"), + (UniCase::ascii("flasely"), "falsely"), + (UniCase::ascii("vaguaries"), "vagaries"), + (UniCase::ascii("hatian"), "haitian"), + (UniCase::ascii("responsably"), "responsibly"), + (UniCase::ascii("promethius"), "prometheus"), + (UniCase::ascii("affirmitive"), "affirmative"), + (UniCase::ascii("opthamologist"), "ophthalmologist"), + (UniCase::ascii("evangelises"), "evangelizes"), + (UniCase::ascii("parasties"), "parasites"), + (UniCase::ascii("everyoneis"), "everyones"), + (UniCase::ascii("facsist"), "fascist"), + (UniCase::ascii("culutrally"), "culturally"), + (UniCase::ascii("structurs"), "structures"), + (UniCase::ascii("demonstrativno"), "demonstrations"), + (UniCase::ascii("accomodating"), "accommodating"), + (UniCase::ascii("separetely"), "separately"), + (UniCase::ascii("exoticas"), "exotics"), + (UniCase::ascii("conveneince"), "convenience"), + (UniCase::ascii("midfiedler"), "midfielder"), + (UniCase::ascii("consituencies"), "constituencies"), + (UniCase::ascii("adminstrator"), "administrator"), + (UniCase::ascii("trumendously"), "tremendously"), + (UniCase::ascii("privelaged"), "privileged"), + (UniCase::ascii("etherel"), "ethereal"), + (UniCase::ascii("naopleon"), "napoleon"), + (UniCase::ascii("quantite"), "quantities"), + (UniCase::ascii("veryifing"), "verifying"), + (UniCase::ascii("respektable"), "respectable"), + (UniCase::ascii("infridgement"), "infringement"), + (UniCase::ascii("misinterpriting"), "misinterpreting"), + (UniCase::ascii("empahsized"), "emphasized"), + (UniCase::ascii("entrepreners"), "entrepreneurs"), + (UniCase::ascii("abandonning"), "abandoning"), + (UniCase::ascii("apolagetic"), "apologetic"), + (UniCase::ascii("democracize"), "democracies"), + (UniCase::ascii("dependencie"), "dependence"), + (UniCase::ascii("recoginze"), "recognize"), + (UniCase::ascii("interpretato"), "interpretation"), + (UniCase::ascii("christinas"), "christians"), + (UniCase::ascii("multinationella"), "multinational"), + (UniCase::ascii("conversin"), "conversions"), + (UniCase::ascii("flavorade"), "flavored"), + (UniCase::ascii("eminated"), "emanated"), + (UniCase::ascii("dishonouring"), "dishonoring"), + (UniCase::ascii("ambassader"), "ambassador"), + (UniCase::ascii("tyrhard"), "tryhard"), + (UniCase::ascii("compresas"), "compress"), + (UniCase::ascii("commiest"), "commits"), + (UniCase::ascii("complimentry"), "complimentary"), + (UniCase::ascii("periodos"), "periods"), + (UniCase::ascii("specfic"), "specific"), + (UniCase::ascii("contradictie"), "contradicted"), + (UniCase::ascii("prematuraly"), "prematurely"), + (UniCase::ascii("inguenity"), "ingenuity"), + (UniCase::ascii("incredable"), "incredible"), + (UniCase::ascii("exlcusion"), "exclusion"), + (UniCase::ascii("powerpot"), "powerpoint"), + (UniCase::ascii("overcapping"), "overlapping"), + (UniCase::ascii("exisitng"), "existing"), + (UniCase::ascii("accountat"), "accountants"), + (UniCase::ascii("unpredicatble"), "unpredictable"), + (UniCase::ascii("playthrougs"), "playthroughs"), + (UniCase::ascii("transcrips"), "transcripts"), + (UniCase::ascii("mysterioulsy"), "mysteriously"), + (UniCase::ascii("airpost"), "airports"), + (UniCase::ascii("haemophiliacs"), "hemophiliacs"), + (UniCase::ascii("activiting"), "activating"), + (UniCase::ascii("allready"), "already"), + (UniCase::ascii("chocolet"), "chocolates"), + (UniCase::ascii("independetly"), "independently"), + (UniCase::ascii("cuasing"), "causing"), + (UniCase::ascii("descripiton"), "descriptions"), + (UniCase::ascii("torchligt"), "torchlight"), + (UniCase::ascii("boradcast"), "broadcast"), + (UniCase::ascii("condiut"), "conduit"), + (UniCase::ascii("defualts"), "defaults"), + (UniCase::ascii("receptionst"), "receptionist"), + (UniCase::ascii("parliementary"), "parliamentary"), + (UniCase::ascii("costumization"), "customization"), + (UniCase::ascii("mangeld"), "mangled"), + (UniCase::ascii("breathtakng"), "breathtaking"), + (UniCase::ascii("institutionale"), "institutionalized"), + (UniCase::ascii("impossibilty"), "impossibility"), + (UniCase::ascii("shrivelled"), "shriveled"), + (UniCase::ascii("beleagured"), "beleaguered"), + (UniCase::ascii("shenangians"), "shenanigans"), + (UniCase::ascii("mariyln"), "marilyn"), + (UniCase::ascii("apologitic"), "apologetic"), + (UniCase::ascii("transparenty"), "transparency"), + (UniCase::ascii("troubelsome"), "troublesome"), + (UniCase::ascii("intimidatie"), "intimidated"), + (UniCase::ascii("excecutes"), "executes"), + (UniCase::ascii("cuddleys"), "cuddles"), + (UniCase::ascii("incrementas"), "increments"), + (UniCase::ascii("artefacts"), "artifacts"), + (UniCase::ascii("organizaiton"), "organization"), + (UniCase::ascii("incidentially"), "incidentally"), + (UniCase::ascii("livley"), "lively"), + (UniCase::ascii("understsand"), "understands"), + (UniCase::ascii("innocentes"), "innocents"), + (UniCase::ascii("commandemnts"), "commandment"), + (UniCase::ascii("sponsorhsip"), "sponsorship"), + (UniCase::ascii("repsonsibly"), "responsibly"), + (UniCase::ascii("montania"), "montana"), + (UniCase::ascii("burisers"), "bruisers"), + (UniCase::ascii("plagarism"), "plagiarism"), + (UniCase::ascii("sheninigans"), "shenanigans"), + (UniCase::ascii("similiarties"), "similarities"), + (UniCase::ascii("beleives"), "believes"), + (UniCase::ascii("unionisation"), "unionization"), + (UniCase::ascii("disatisfied"), "dissatisfied"), + (UniCase::ascii("unintentionnally"), "unintentionally"), + (UniCase::ascii("aspriin"), "aspirin"), + (UniCase::ascii("polarises"), "polarizes"), + (UniCase::ascii("experieces"), "experiences"), + (UniCase::ascii("seach"), "search"), + (UniCase::ascii("redistrubition"), "redistribution"), + (UniCase::ascii("sanotrum"), "santorum"), + (UniCase::ascii("prepetuated"), "perpetuated"), + (UniCase::ascii("molestered"), "molested"), + (UniCase::ascii("burritoes"), "burritos"), + (UniCase::ascii("vigilanties"), "vigilante"), + (UniCase::ascii("invesitgations"), "investigations"), + (UniCase::ascii("carefuly"), "carefully"), + (UniCase::ascii("neighborhoood"), "neighborhoods"), + (UniCase::ascii("pnatheon"), "pantheon"), + (UniCase::ascii("teleportion"), "teleporting"), + (UniCase::ascii("concurret"), "concurrent"), + (UniCase::ascii("surbuban"), "suburban"), + (UniCase::ascii("unilatreally"), "unilaterally"), + (UniCase::ascii("publicising"), "publicizing"), + (UniCase::ascii("conferedate"), "confederate"), + (UniCase::ascii("preciesly"), "precisely"), + (UniCase::ascii("considerabile"), "considerable"), + (UniCase::ascii("popluations"), "populations"), + (UniCase::ascii("acceptible"), "acceptable"), + (UniCase::ascii("interpretacion"), "interpretation"), + (UniCase::ascii("restrcited"), "restricted"), + (UniCase::ascii("trialling"), "trialing"), + (UniCase::ascii("apoligized"), "apologized"), + (UniCase::ascii("singsog"), "singsong"), + (UniCase::ascii("unbreakbale"), "unbreakable"), + (UniCase::ascii("authoroties"), "authorities"), + (UniCase::ascii("shennaigans"), "shenanigans"), + (UniCase::ascii("rectangulaire"), "rectangular"), + (UniCase::ascii("inexperiance"), "inexperience"), + (UniCase::ascii("brugundy"), "burgundy"), + (UniCase::ascii("partick"), "patrick"), + (UniCase::ascii("corollla"), "corolla"), + (UniCase::ascii("herculees"), "hercules"), + (UniCase::ascii("disallusioned"), "disillusioned"), + (UniCase::ascii("superfical"), "superficial"), + (UniCase::ascii("herathstone"), "hearthstone"), + (UniCase::ascii("uncensorred"), "uncensored"), + (UniCase::ascii("furiuosly"), "furiously"), + (UniCase::ascii("punsihments"), "punishments"), + (UniCase::ascii("lebanesse"), "lebanese"), + (UniCase::ascii("constituye"), "constitute"), + (UniCase::ascii("sacrificng"), "sacrificing"), + (UniCase::ascii("unsubsrcibed"), "unsubscribed"), + (UniCase::ascii("productioin"), "productions"), + (UniCase::ascii("belligerant"), "belligerent"), + (UniCase::ascii("caricaturise"), "caricature"), + (UniCase::ascii("partsian"), "partisan"), + (UniCase::ascii("southamption"), "southampton"), + (UniCase::ascii("clamour"), "clamor"), + (UniCase::ascii("continuati"), "continuity"), + (UniCase::ascii("collape"), "collapse"), + (UniCase::ascii("playthrouhgs"), "playthroughs"), + (UniCase::ascii("aquiring"), "acquiring"), + (UniCase::ascii("confimred"), "confirmed"), + (UniCase::ascii("differeny"), "differently"), + (UniCase::ascii("handbok"), "handbook"), + (UniCase::ascii("diplomma"), "diploma"), + (UniCase::ascii("dependensies"), "dependencies"), + (UniCase::ascii("assersions"), "assertions"), + (UniCase::ascii("apperantly"), "apparently"), + (UniCase::ascii("philippenes"), "philippines"), + (UniCase::ascii("enlcave"), "enclave"), + (UniCase::ascii("oustanding"), "outstanding"), + (UniCase::ascii("kuridsh"), "kurdish"), + (UniCase::ascii("thunderbowl"), "thunderbolt"), + (UniCase::ascii("ened"), "need"), + (UniCase::ascii("moleculair"), "molecular"), + (UniCase::ascii("regularlas"), "regulars"), + (UniCase::ascii("aritfacts"), "artifacts"), + (UniCase::ascii("considerais"), "considers"), + (UniCase::ascii("reciever"), "receiver"), + (UniCase::ascii("delutional"), "delusional"), + (UniCase::ascii("bibilcal"), "biblical"), + (UniCase::ascii("antisipated"), "anticipated"), + (UniCase::ascii("unneccesarily"), "unnecessarily"), + (UniCase::ascii("stomrfront"), "stormfront"), + (UniCase::ascii("indestructibe"), "indestructible"), + (UniCase::ascii("intrige"), "intrigue"), + (UniCase::ascii("biogted"), "bigoted"), + (UniCase::ascii("responibilities"), "responsibilities"), + (UniCase::ascii("efficeint"), "efficient"), + (UniCase::ascii("photographied"), "photographed"), + (UniCase::ascii("corporatie"), "corporate"), + (UniCase::ascii("pyschology"), "psychology"), + (UniCase::ascii("characterz"), "characterize"), + (UniCase::ascii("glodberg"), "goldberg"), + (UniCase::ascii("demorcracy"), "democracy"), + (UniCase::ascii("natrual"), "natural"), + (UniCase::ascii("disadventages"), "disadvantages"), + (UniCase::ascii("hispanicus"), "hispanics"), + (UniCase::ascii("disatvantage"), "disadvantage"), + (UniCase::ascii("nostrills"), "nostrils"), + (UniCase::ascii("existentiella"), "existential"), + (UniCase::ascii("crocodilule"), "crocodile"), + (UniCase::ascii("oversetimating"), "overestimating"), + (UniCase::ascii("tricolour"), "tricolor"), + (UniCase::ascii("intimitation"), "intimidation"), + (UniCase::ascii("homeonwer"), "homeowner"), + (UniCase::ascii("granolla"), "granola"), + (UniCase::ascii("persussion"), "persuasion"), + (UniCase::ascii("occulation"), "occupation"), + (UniCase::ascii("virgines"), "virgins"), + (UniCase::ascii("addtion"), "addition"), + (UniCase::ascii("cringewothy"), "cringeworthy"), + (UniCase::ascii("orgin"), "origin"), + (UniCase::ascii("victoris"), "victories"), + (UniCase::ascii("exclusivley"), "exclusively"), + (UniCase::ascii("interchangable"), "interchangeable"), + (UniCase::ascii("consums"), "consumes"), + (UniCase::ascii("novermber"), "november"), + (UniCase::ascii("marignally"), "marginally"), + (UniCase::ascii("usefull"), "useful"), + (UniCase::ascii("casualries"), "casualties"), + (UniCase::ascii("whitsling"), "whistling"), + (UniCase::ascii("natioanlists"), "nationalists"), + (UniCase::ascii("presidentcy"), "presidency"), + (UniCase::ascii("manufacter"), "manufacture"), + (UniCase::ascii("caluclate"), "calculate"), + (UniCase::ascii("resemblense"), "resembles"), + (UniCase::ascii("mutliplier"), "multiplier"), + (UniCase::ascii("boredoom"), "boredom"), + (UniCase::ascii("staticts"), "statist"), + (UniCase::ascii("professsion"), "professions"), + (UniCase::ascii("morbidley"), "morbidly"), + (UniCase::ascii("calcualtion"), "calculations"), + (UniCase::ascii("vocalising"), "vocalizing"), + (UniCase::ascii("remodelling"), "remodeling"), + (UniCase::ascii("compilaton"), "compilation"), + (UniCase::ascii("conservatisim"), "conservatism"), + (UniCase::ascii("netowrk"), "network"), + (UniCase::ascii("demobilised"), "demobilized"), + (UniCase::ascii("manefestation"), "manifestation"), + (UniCase::ascii("astromonical"), "astronomical"), + (UniCase::ascii("subisdizing"), "subsidizing"), + (UniCase::ascii("realtionships"), "relationships"), + (UniCase::ascii("cheeseborger"), "cheeseburger"), + (UniCase::ascii("corralates"), "correlates"), + (UniCase::ascii("afghanisthan"), "afghanistan"), + (UniCase::ascii("coudlnt"), "couldnt"), + (UniCase::ascii("raptros"), "raptors"), + (UniCase::ascii("opiniones"), "opinions"), + (UniCase::ascii("technicallity"), "technically"), + (UniCase::ascii("imgrants"), "migrants"), + (UniCase::ascii("surpases"), "surpass"), + (UniCase::ascii("podemso"), "podemos"), + (UniCase::ascii("cariciture"), "caricature"), + (UniCase::ascii("inheratance"), "inheritance"), + (UniCase::ascii("intimidiate"), "intimidate"), + (UniCase::ascii("complimentje"), "complimented"), + (UniCase::ascii("smarthpone"), "smartphone"), + (UniCase::ascii("emberrassment"), "embarrassment"), + (UniCase::ascii("preventitive"), "preventative"), + (UniCase::ascii("obstruced"), "obstructed"), + (UniCase::ascii("relentlessy"), "relentlessly"), + (UniCase::ascii("transmitor"), "transistor"), + (UniCase::ascii("mercineries"), "mercenaries"), + (UniCase::ascii("scoripon"), "scorpion"), + (UniCase::ascii("emmigrated"), "emigrated"), + (UniCase::ascii("cleasning"), "cleansing"), + (UniCase::ascii("burritto"), "burrito"), + (UniCase::ascii("efficieny"), "efficiency"), + (UniCase::ascii("childrenis"), "childrens"), + (UniCase::ascii("shifteer"), "shifter"), + (UniCase::ascii("suprisd"), "suprised"), + (UniCase::ascii("expliciet"), "explicit"), + (UniCase::ascii("amnsety"), "amnesty"), + (UniCase::ascii("autoattak"), "autoattack"), + (UniCase::ascii("systimatic"), "systematic"), + (UniCase::ascii("cataline"), "catiline"), + (UniCase::ascii("scince"), "science"), + (UniCase::ascii("hesistant"), "hesitant"), + (UniCase::ascii("keyesnian"), "keynesian"), + (UniCase::ascii("gridles"), "griddles"), + (UniCase::ascii("hispancis"), "hispanics"), + (UniCase::ascii("maintinaing"), "maintaining"), + (UniCase::ascii("fondamentalist"), "fundamentalist"), + (UniCase::ascii("illinos"), "illinois"), + (UniCase::ascii("nightlcub"), "nightclub"), + (UniCase::ascii("spitirually"), "spiritually"), + (UniCase::ascii("vigilane"), "vigilante"), + (UniCase::ascii("acknoweldges"), "acknowledges"), + (UniCase::ascii("underestiamte"), "underestimated"), + (UniCase::ascii("ghettoises"), "ghettoizes"), + (UniCase::ascii("collectivley"), "collectively"), + (UniCase::ascii("promenently"), "prominently"), + (UniCase::ascii("tendancy"), "tendency"), + (UniCase::ascii("motherborads"), "motherboards"), + (UniCase::ascii("presist"), "persist"), + (UniCase::ascii("experiemnt"), "experiment"), + (UniCase::ascii("cambpell"), "campbell"), + (UniCase::ascii("deutcshland"), "deutschland"), + (UniCase::ascii("victimise"), "victimize"), + (UniCase::ascii("deifnetly"), "definetly"), + (UniCase::ascii("principlaity"), "principality"), + (UniCase::ascii("friednzone"), "friendzoned"), + (UniCase::ascii("physcially"), "physically"), + (UniCase::ascii("colorao"), "colorado"), + (UniCase::ascii("connatation"), "connotation"), + (UniCase::ascii("minimalt"), "minimalist"), + (UniCase::ascii("deffensively"), "defensively"), + (UniCase::ascii("definations"), "definitions"), + (UniCase::ascii("inot"), "into"), + (UniCase::ascii("mulitplying"), "multiplying"), + (UniCase::ascii("entreprenuers"), "entrepreneurs"), + (UniCase::ascii("unsubscribade"), "unsubscribed"), + (UniCase::ascii("formidabble"), "formidable"), + (UniCase::ascii("intrensically"), "intrinsically"), + (UniCase::ascii("illustrant"), "illustrate"), + (UniCase::ascii("fantasise"), "fantasize"), + (UniCase::ascii("ridiculize"), "ridicule"), + (UniCase::ascii("recordarte"), "recorder"), + (UniCase::ascii("pallete"), "palette"), + (UniCase::ascii("uncomfortablely"), "uncomfortably"), + (UniCase::ascii("oustider"), "outsider"), + (UniCase::ascii("continuuum"), "continuum"), + (UniCase::ascii("responsiblity"), "responsibility"), + (UniCase::ascii("convoulted"), "convoluted"), + (UniCase::ascii("diagnossed"), "diagnose"), + (UniCase::ascii("collectivily"), "collectively"), + (UniCase::ascii("difficulte"), "difficulties"), + (UniCase::ascii("scientificaly"), "scientifically"), + (UniCase::ascii("physiqe"), "physique"), + (UniCase::ascii("produktions"), "productions"), + (UniCase::ascii("confidense"), "confidence"), + (UniCase::ascii("stickes"), "stickers"), + (UniCase::ascii("interstaller"), "interstellar"), + (UniCase::ascii("phenomenol"), "phenomenal"), + (UniCase::ascii("inexperiente"), "inexperience"), + (UniCase::ascii("bellweather"), "bellwether"), + (UniCase::ascii("spontaneoulsy"), "spontaneously"), + (UniCase::ascii("arugmentative"), "argumentative"), + (UniCase::ascii("requieum"), "requiem"), + (UniCase::ascii("skateborading"), "skateboarding"), + (UniCase::ascii("sysadmn"), "sysadmin"), + (UniCase::ascii("laucnher"), "launcher"), + (UniCase::ascii("kroeans"), "koreans"), + (UniCase::ascii("philippenis"), "philippines"), + (UniCase::ascii("coutnerfeit"), "counterfeit"), + (UniCase::ascii("caraciture"), "caricature"), + ( + UniCase::ascii("internationalisation"), + "internationalization", + ), + (UniCase::ascii("shetlers"), "shelters"), + (UniCase::ascii("mouthpeace"), "mouthpiece"), + (UniCase::ascii("intidimate"), "intimidate"), + (UniCase::ascii("delerious"), "delirious"), + (UniCase::ascii("socratees"), "socrates"), + (UniCase::ascii("sprinklered"), "sprinkled"), + (UniCase::ascii("buddhits"), "buddhist"), + (UniCase::ascii("internationl"), "international"), + (UniCase::ascii("trasnfers"), "transfers"), + (UniCase::ascii("stimilated"), "stimulated"), + (UniCase::ascii("thoeretical"), "theoretical"), + (UniCase::ascii("agian"), "again"), + (UniCase::ascii("authenticty"), "authenticity"), + (UniCase::ascii("goalkepeer"), "goalkeeper"), + (UniCase::ascii("ctuhlhu"), "cthulhu"), + (UniCase::ascii("intellectaul"), "intellectuals"), + (UniCase::ascii("acquaintinces"), "acquaintances"), + (UniCase::ascii("modificaitons"), "modifications"), + (UniCase::ascii("liberato"), "liberation"), + (UniCase::ascii("regresos"), "regress"), + (UniCase::ascii("parenthasis"), "parenthesis"), + (UniCase::ascii("polarising"), "polarizing"), + (UniCase::ascii("ukrainiens"), "ukrainians"), + (UniCase::ascii("cpatains"), "captains"), + (UniCase::ascii("marrage"), "marriage"), + (UniCase::ascii("administrer"), "administer"), + (UniCase::ascii("penduluum"), "pendulum"), + (UniCase::ascii("enviorment"), "environment"), + (UniCase::ascii("fluctuatie"), "fluctuate"), + (UniCase::ascii("europen"), "european"), + (UniCase::ascii("resoltuion"), "resolutions"), + (UniCase::ascii("sufficiant"), "sufficient"), + (UniCase::ascii("graduaste"), "graduates"), + (UniCase::ascii("ignitin"), "ignition"), + (UniCase::ascii("bullitproof"), "bulletproof"), + (UniCase::ascii("excecuted"), "executed"), + (UniCase::ascii("manafacturers"), "manufacturers"), + (UniCase::ascii("quailty"), "quality"), + (UniCase::ascii("inexpense"), "inexpensive"), + (UniCase::ascii("invisivility"), "invisibility"), + (UniCase::ascii("poisond"), "poisoned"), + (UniCase::ascii("agrentina"), "argentina"), + (UniCase::ascii("victimes"), "victims"), + (UniCase::ascii("restrainted"), "restrained"), + (UniCase::ascii("costumise"), "costumes"), + (UniCase::ascii("permium"), "premium"), + (UniCase::ascii("vollyeball"), "volleyball"), + (UniCase::ascii("beliavable"), "believable"), + (UniCase::ascii("asperges"), "aspergers"), + (UniCase::ascii("computerising"), "computerizing"), + (UniCase::ascii("relevations"), "revelations"), + (UniCase::ascii("adequatley"), "adequately"), + (UniCase::ascii("behaviours"), "behaviors"), + (UniCase::ascii("penguinese"), "penguins"), + (UniCase::ascii("promiscious"), "promiscuous"), + (UniCase::ascii("sketpic"), "skeptic"), + (UniCase::ascii("montaran"), "montana"), + (UniCase::ascii("alchemsit"), "alchemist"), + (UniCase::ascii("noctrune"), "nocturne"), + (UniCase::ascii("infintrator"), "infiltrator"), + (UniCase::ascii("monopolises"), "monopolizes"), + (UniCase::ascii("barabric"), "barbaric"), + (UniCase::ascii("specifiying"), "specifying"), + (UniCase::ascii("anomoly"), "anomaly"), + (UniCase::ascii("ansestors"), "ancestors"), + (UniCase::ascii("substitition"), "substitution"), + (UniCase::ascii("buidlings"), "buildings"), + (UniCase::ascii("barlkey"), "barkley"), + (UniCase::ascii("warwcik"), "warwick"), + (UniCase::ascii("civilizaitons"), "civilizations"), + (UniCase::ascii("definatey"), "definately"), + (UniCase::ascii("phillipine"), "philippine"), + (UniCase::ascii("catapiller"), "caterpillar"), + (UniCase::ascii("inconveniente"), "inconvenience"), + (UniCase::ascii("slaugther"), "slaughter"), + (UniCase::ascii("paragraghs"), "paragraphs"), + (UniCase::ascii("prepatory"), "preparatory"), + (UniCase::ascii("inconsequentional"), "inconsequential"), + (UniCase::ascii("signfiy"), "signify"), + (UniCase::ascii("socailized"), "socialized"), + (UniCase::ascii("unbrearable"), "unbreakable"), + (UniCase::ascii("tramautized"), "traumatized"), + (UniCase::ascii("corparate"), "corporate"), + (UniCase::ascii("derviative"), "derivative"), + (UniCase::ascii("mininterpret"), "misinterpret"), + (UniCase::ascii("pscyhedelic"), "psychedelic"), + (UniCase::ascii("proprotion"), "proportion"), + (UniCase::ascii("misspelt"), "misspelled"), + (UniCase::ascii("virament"), "vraiment"), + (UniCase::ascii("paricular"), "particular"), + (UniCase::ascii("invariabley"), "invariably"), + (UniCase::ascii("microscopice"), "microscope"), + (UniCase::ascii("psycholigical"), "psychological"), + (UniCase::ascii("infrigement"), "infringement"), + (UniCase::ascii("laughablly"), "laughably"), + (UniCase::ascii("capitalizaton"), "capitalization"), + (UniCase::ascii("interections"), "interactions"), + (UniCase::ascii("illegas"), "illegals"), + (UniCase::ascii("unprofessinal"), "unprofessional"), + (UniCase::ascii("instrcutions"), "instruction"), + (UniCase::ascii("churchs"), "churches"), + (UniCase::ascii("orthodx"), "orthodox"), + (UniCase::ascii("regenere"), "regenerate"), + (UniCase::ascii("overloard"), "overload"), + (UniCase::ascii("ocraina"), "ocarina"), + (UniCase::ascii("defintion"), "definition"), + (UniCase::ascii("optimistc"), "optimistic"), + (UniCase::ascii("precendence"), "precedence"), + (UniCase::ascii("acustom"), "accustom"), + (UniCase::ascii("mathematisch"), "mathematics"), + (UniCase::ascii("transgenered"), "transgender"), + (UniCase::ascii("nasvhille"), "nashville"), + (UniCase::ascii("northwet"), "northwest"), + (UniCase::ascii("graphie"), "graphite"), + (UniCase::ascii("unsubscibe"), "unsubscribe"), + (UniCase::ascii("unbeetable"), "unbeatable"), + (UniCase::ascii("synonumous"), "synonymous"), + (UniCase::ascii("interpretor"), "interpreter"), + (UniCase::ascii("agonised"), "agonized"), + (UniCase::ascii("defianlty"), "defiantly"), + (UniCase::ascii("vaccinet"), "vaccinated"), + (UniCase::ascii("intoxination"), "intoxication"), + (UniCase::ascii("ghettoise"), "ghettoize"), + (UniCase::ascii("notorios"), "notorious"), + (UniCase::ascii("recuriter"), "recruiter"), + (UniCase::ascii("yoesmite"), "yosemite"), + (UniCase::ascii("internalising"), "internalizing"), + (UniCase::ascii("substantitve"), "substantive"), + (UniCase::ascii("missle"), "missile"), + (UniCase::ascii("therafter"), "thereafter"), + (UniCase::ascii("conspiricies"), "conspiracies"), + (UniCase::ascii("platfrom"), "platform"), + (UniCase::ascii("imporve"), "improve"), + (UniCase::ascii("signigns"), "signings"), + (UniCase::ascii("amtheyst"), "amethyst"), + (UniCase::ascii("strucutre"), "structure"), + (UniCase::ascii("trintiy"), "trinity"), + (UniCase::ascii("overnurfed"), "overturned"), + (UniCase::ascii("defintily"), "definitly"), + (UniCase::ascii("neutralises"), "neutralizes"), + (UniCase::ascii("thermodinamics"), "thermodynamics"), + (UniCase::ascii("precausions"), "precautions"), + (UniCase::ascii("responsibities"), "responsibilities"), + (UniCase::ascii("differentate"), "differentiate"), + (UniCase::ascii("significently"), "significantly"), + (UniCase::ascii("philospoher"), "philosopher"), + (UniCase::ascii("dishonourable"), "dishonorable"), + (UniCase::ascii("hypothises"), "hypotheses"), + (UniCase::ascii("lentiles"), "lentils"), + (UniCase::ascii("overpovered"), "overpowered"), + (UniCase::ascii("striaght"), "straight"), + (UniCase::ascii("republicians"), "republicans"), + (UniCase::ascii("progressioin"), "progressions"), + (UniCase::ascii("insignificunt"), "insignificant"), + (UniCase::ascii("unneccesary"), "unnecessary"), + (UniCase::ascii("definatlely"), "definately"), + (UniCase::ascii("implicatia"), "implicit"), + (UniCase::ascii("preocupation"), "preoccupation"), + (UniCase::ascii("patrionism"), "patriotism"), + (UniCase::ascii("convine"), "convince"), + (UniCase::ascii("grifeing"), "griefing"), + (UniCase::ascii("franchie"), "franchises"), + (UniCase::ascii("determenism"), "determinism"), + (UniCase::ascii("inconsiquential"), "inconsequential"), + (UniCase::ascii("shakesphere"), "shakespeare"), + (UniCase::ascii("antartic"), "antarctic"), + (UniCase::ascii("generaly"), "generally"), + (UniCase::ascii("eugneics"), "eugenics"), + (UniCase::ascii("dealerhsip"), "dealerships"), + (UniCase::ascii("drfiting"), "drifting"), + (UniCase::ascii("atributes"), "attributes"), + (UniCase::ascii("emmisarry"), "emissary"), + (UniCase::ascii("nercomancer"), "necromancer"), + (UniCase::ascii("influenta"), "influential"), + (UniCase::ascii("examind"), "examined"), + (UniCase::ascii("asteroides"), "asteroids"), + (UniCase::ascii("cheesse"), "cheeses"), + (UniCase::ascii("tindergarten"), "kindergarten"), + (UniCase::ascii("adhearing"), "adhering"), + (UniCase::ascii("homineum"), "hominem"), + (UniCase::ascii("complusions"), "compulsion"), + (UniCase::ascii("predecessores"), "predecessors"), + (UniCase::ascii("wonderes"), "wonders"), + (UniCase::ascii("initaliser"), "initialiser"), + (UniCase::ascii("goldburger"), "goldberg"), + (UniCase::ascii("libertarianists"), "libertarians"), + (UniCase::ascii("flucutations"), "fluctuations"), + (UniCase::ascii("pronounes"), "pronouns"), + (UniCase::ascii("evovling"), "evolving"), + (UniCase::ascii("coputer"), "computer"), + (UniCase::ascii("sarcasam"), "sarcasm"), + (UniCase::ascii("fandation"), "foundation"), + (UniCase::ascii("hybirds"), "hybrids"), + (UniCase::ascii("willfullly"), "willfully"), + (UniCase::ascii("apsirations"), "aspirations"), + (UniCase::ascii("minimising"), "minimizing"), + (UniCase::ascii("sociologia"), "sociological"), + (UniCase::ascii("auotattack"), "autoattack"), + (UniCase::ascii("responsibel"), "responsibly"), + (UniCase::ascii("tengentially"), "tangentially"), + (UniCase::ascii("inherantly"), "inherently"), + (UniCase::ascii("formost"), "foremost"), + (UniCase::ascii("sovereighnty"), "sovereignty"), + (UniCase::ascii("conviced"), "convinced"), + (UniCase::ascii("militians"), "militias"), + (UniCase::ascii("enforcees"), "enforces"), + (UniCase::ascii("insistenze"), "insistence"), + (UniCase::ascii("systimatically"), "systematically"), + (UniCase::ascii("affirmate"), "affirmative"), + (UniCase::ascii("contestaste"), "contestants"), + (UniCase::ascii("almanacks"), "almanacs"), + (UniCase::ascii("contactos"), "contacts"), + (UniCase::ascii("refridgeration"), "refrigeration"), + (UniCase::ascii("resturant"), "restaurant"), + (UniCase::ascii("diserable"), "desirable"), + (UniCase::ascii("parrallelly"), "parallelly"), + (UniCase::ascii("extermists"), "extremists"), + (UniCase::ascii("gutteral"), "guttural"), + (UniCase::ascii("sustainabilty"), "sustainability"), + (UniCase::ascii("bablyon"), "babylon"), + (UniCase::ascii("anniversy"), "anniversary"), + (UniCase::ascii("libretarians"), "libertarians"), + (UniCase::ascii("excells"), "excels"), + (UniCase::ascii("bourgeoius"), "bourgeois"), + (UniCase::ascii("volatiltiy"), "volatility"), + (UniCase::ascii("refriderator"), "refrigerator"), + (UniCase::ascii("sepulchure"), "sepulchre"), + (UniCase::ascii("explodie"), "explode"), + (UniCase::ascii("insentitive"), "insensitive"), + (UniCase::ascii("imanent"), "eminent"), + (UniCase::ascii("independantes"), "independents"), + (UniCase::ascii("pronunciating"), "pronunciation"), + (UniCase::ascii("transferer"), "transferred"), + (UniCase::ascii("raphsody"), "rhapsody"), + (UniCase::ascii("tentalces"), "tentacles"), + (UniCase::ascii("cheerlearder"), "cheerleader"), + (UniCase::ascii("asterik"), "asterisk"), + (UniCase::ascii("scandalosa"), "scandals"), + (UniCase::ascii("monopolios"), "monopolies"), + (UniCase::ascii("plagiarised"), "plagiarized"), + (UniCase::ascii("deregulatin"), "deregulation"), + (UniCase::ascii("stroylines"), "storylines"), + (UniCase::ascii("shenanigangs"), "shenanigans"), + (UniCase::ascii("prophechies"), "prophecies"), + (UniCase::ascii("conservare"), "conserve"), + (UniCase::ascii("carbonised"), "carbonized"), + (UniCase::ascii("scandinaiva"), "scandinavian"), + (UniCase::ascii("neruological"), "neurological"), + (UniCase::ascii("perpetraters"), "perpetrators"), + (UniCase::ascii("alochol"), "alcohol"), + (UniCase::ascii("cockroackes"), "cockroaches"), + (UniCase::ascii("cooperatve"), "cooperative"), + (UniCase::ascii("enthuasists"), "enthusiasts"), + (UniCase::ascii("decalred"), "declared"), + (UniCase::ascii("hypocrates"), "hypocrites"), + (UniCase::ascii("catalgoue"), "catalogue"), + (UniCase::ascii("patholigical"), "pathological"), + (UniCase::ascii("discresion"), "discretion"), + (UniCase::ascii("vaieties"), "varieties"), + (UniCase::ascii("einfahc"), "einfach"), + (UniCase::ascii("sketchey"), "sketchy"), + (UniCase::ascii("cholestorol"), "cholesterol"), + (UniCase::ascii("cirruculum"), "curriculum"), + (UniCase::ascii("matchmakeing"), "matchmaking"), + (UniCase::ascii("resistencias"), "resistances"), + (UniCase::ascii("crigneworthy"), "cringeworthy"), + (UniCase::ascii("hestiation"), "hesitation"), + (UniCase::ascii("patronos"), "patrons"), + (UniCase::ascii("circulaton"), "circulation"), + (UniCase::ascii("inevitablely"), "inevitably"), + (UniCase::ascii("amrpits"), "armpits"), + (UniCase::ascii("golaith"), "goliath"), + (UniCase::ascii("econimical"), "economical"), + (UniCase::ascii("feasable"), "feasible"), + (UniCase::ascii("provicative"), "provocative"), + (UniCase::ascii("instuments"), "instruments"), + (UniCase::ascii("survelliance"), "surveillance"), + (UniCase::ascii("recalim"), "reclaim"), + (UniCase::ascii("conquerd"), "conquered"), + (UniCase::ascii("parilament"), "parliament"), + (UniCase::ascii("metropoliten"), "metropolitan"), + (UniCase::ascii("seantors"), "senators"), + (UniCase::ascii("vikingos"), "vikings"), + (UniCase::ascii("journied"), "journeyed"), + (UniCase::ascii("horisontally"), "horizontally"), + (UniCase::ascii("unresponse"), "unresponsive"), + (UniCase::ascii("sacramenno"), "sacramento"), + (UniCase::ascii("whitelsit"), "whitelist"), + (UniCase::ascii("intermedie"), "intermediate"), + (UniCase::ascii("ludricous"), "ludicrous"), + (UniCase::ascii("misunderstunding"), "misunderstandings"), + (UniCase::ascii("poety"), "poetry"), + (UniCase::ascii("hamphsire"), "hampshire"), + (UniCase::ascii("spindrel"), "spindle"), + (UniCase::ascii("doublelfit"), "doublelift"), + (UniCase::ascii("fundimental"), "fundamental"), + (UniCase::ascii("brainwahsed"), "brainwashed"), + (UniCase::ascii("entierty"), "entirety"), + (UniCase::ascii("chidlbirth"), "childbirth"), + (UniCase::ascii("executie"), "executive"), + (UniCase::ascii("minerial"), "mineral"), + (UniCase::ascii("opposties"), "opposites"), + (UniCase::ascii("observered"), "observed"), + (UniCase::ascii("liberalisation"), "liberalization"), + (UniCase::ascii("containors"), "containers"), + (UniCase::ascii("transfromation"), "transformation"), + (UniCase::ascii("superioris"), "superiors"), + (UniCase::ascii("neckneards"), "neckbeards"), + (UniCase::ascii("programmme"), "programme"), + (UniCase::ascii("ostrecized"), "ostracized"), + (UniCase::ascii("exlporers"), "explorers"), + (UniCase::ascii("papanicalou"), "papanicolaou"), + (UniCase::ascii("organismer"), "organise"), + (UniCase::ascii("aperutre"), "aperture"), + (UniCase::ascii("restaruant"), "restaurant"), + (UniCase::ascii("physicits"), "physicist"), + (UniCase::ascii("circluating"), "circulating"), + (UniCase::ascii("scoll"), "scroll"), + (UniCase::ascii("blessure"), "blessing"), + (UniCase::ascii("standardises"), "standardizes"), + (UniCase::ascii("distase"), "distaste"), + (UniCase::ascii("otehr"), "other"), + (UniCase::ascii("protability"), "portability"), + (UniCase::ascii("francaises"), "franchises"), + (UniCase::ascii("militat"), "militant"), + (UniCase::ascii("fundemental"), "fundamental"), + (UniCase::ascii("metablosim"), "metabolism"), + (UniCase::ascii("distribue"), "distributed"), + (UniCase::ascii("starwberry"), "strawberry"), + (UniCase::ascii("presedential"), "presidential"), + (UniCase::ascii("aborignial"), "aboriginal"), + (UniCase::ascii("pedophille"), "pedophile"), + (UniCase::ascii("administrez"), "administer"), + (UniCase::ascii("metalurgical"), "metallurgical"), + (UniCase::ascii("battleshop"), "battleship"), + (UniCase::ascii("historicaly"), "historically"), + (UniCase::ascii("gnawwed"), "gnawed"), + (UniCase::ascii("fundamently"), "fundamental"), + (UniCase::ascii("drifitng"), "drifting"), + (UniCase::ascii("infrastrucutre"), "infrastructure"), + (UniCase::ascii("epitomised"), "epitomized"), + (UniCase::ascii("recpies"), "recipes"), + (UniCase::ascii("seing"), "seeing"), + (UniCase::ascii("overcomming"), "overcoming"), + (UniCase::ascii("misundarstanding"), "misunderstandings"), + (UniCase::ascii("illegitamite"), "illegitimate"), + (UniCase::ascii("enthusiastisch"), "enthusiastic"), + (UniCase::ascii("dischare"), "discharged"), + (UniCase::ascii("sieze"), "seize"), + (UniCase::ascii("compeditors"), "competitors"), + (UniCase::ascii("creeperest"), "creepers"), + (UniCase::ascii("contenintal"), "continental"), + (UniCase::ascii("unavoidble"), "unavoidable"), + (UniCase::ascii("masternind"), "mastermind"), + (UniCase::ascii("utilise"), "utilize"), + (UniCase::ascii("redundany"), "redundancy"), + (UniCase::ascii("celcius"), "celsius"), + (UniCase::ascii("circumstanes"), "circumstance"), + (UniCase::ascii("anoxeria"), "anorexia"), + (UniCase::ascii("revelutionary"), "revolutionary"), + (UniCase::ascii("appropriatly"), "appropriately"), + (UniCase::ascii("afgahnistan"), "afghanistan"), + (UniCase::ascii("columbidae"), "columbia"), + (UniCase::ascii("snythesis"), "synthesis"), + (UniCase::ascii("ellipitcal"), "elliptical"), + (UniCase::ascii("confirmacion"), "confirmation"), + (UniCase::ascii("foundatin"), "foundations"), + (UniCase::ascii("lightnting"), "lightening"), + (UniCase::ascii("impossibel"), "impossibly"), + (UniCase::ascii("positivisty"), "positivity"), + (UniCase::ascii("elsehwere"), "elsewhere"), + (UniCase::ascii("waterprooof"), "waterproof"), + (UniCase::ascii("impeccabile"), "impeccable"), + (UniCase::ascii("trafficing"), "trafficking"), + (UniCase::ascii("hispanis"), "hispanics"), + (UniCase::ascii("poverful"), "powerful"), + (UniCase::ascii("troublehsooting"), "troubleshooting"), + (UniCase::ascii("imigrated"), "emigrated"), + (UniCase::ascii("bowdlerise"), "bowdlerize"), + (UniCase::ascii("knowldegable"), "knowledgable"), + (UniCase::ascii("blackahwks"), "blackhawks"), + (UniCase::ascii("australianess"), "australians"), + (UniCase::ascii("scandinavion"), "scandinavian"), + (UniCase::ascii("organises"), "organizes"), + (UniCase::ascii("affort"), "afford"), + (UniCase::ascii("conditiong"), "conditioning"), + (UniCase::ascii("illnesess"), "illnesses"), + (UniCase::ascii("synomyns"), "synonyms"), + (UniCase::ascii("restricion"), "restriction"), + (UniCase::ascii("zionistas"), "zionists"), + (UniCase::ascii("sitckers"), "stickers"), + (UniCase::ascii("coincidentaly"), "coincidentally"), + (UniCase::ascii("noticalbe"), "noticable"), + (UniCase::ascii("robocoop"), "robocop"), + (UniCase::ascii("transpot"), "transport"), + (UniCase::ascii("destabilises"), "destabilizes"), + (UniCase::ascii("lybia"), "libya"), + (UniCase::ascii("inhertied"), "inherited"), + (UniCase::ascii("procedding"), "proceeding"), + (UniCase::ascii("responisbly"), "responsibly"), + (UniCase::ascii("heartbraker"), "heartbreak"), + (UniCase::ascii("exoitcs"), "exotics"), + (UniCase::ascii("administre"), "administer"), + (UniCase::ascii("terratorial"), "territorial"), + (UniCase::ascii("corinthias"), "corinthians"), + (UniCase::ascii("blackhaws"), "blackhawks"), + (UniCase::ascii("motnage"), "montage"), + (UniCase::ascii("serviciable"), "serviceable"), + (UniCase::ascii("expedito"), "expedition"), + (UniCase::ascii("adbomen"), "abdomen"), + (UniCase::ascii("transcendance"), "transcendence"), + (UniCase::ascii("unwrittern"), "unwritten"), + (UniCase::ascii("distrobution"), "distribution"), + (UniCase::ascii("governmanet"), "governmental"), + (UniCase::ascii("recogize"), "recognize"), + (UniCase::ascii("equivalet"), "equivalents"), + (UniCase::ascii("prescripcion"), "prescription"), + (UniCase::ascii("hundread"), "hundred"), + (UniCase::ascii("bankrupcty"), "bankruptcy"), + (UniCase::ascii("scracthed"), "scratched"), + (UniCase::ascii("deivant"), "deviant"), + (UniCase::ascii("qualifyers"), "qualifiers"), + (UniCase::ascii("ytou"), "you"), + (UniCase::ascii("carnigie"), "carnegie"), + (UniCase::ascii("speechers"), "speeches"), + (UniCase::ascii("obviosuly"), "obviously"), + (UniCase::ascii("incorporare"), "incorporate"), + (UniCase::ascii("stampade"), "stamped"), + (UniCase::ascii("queenland"), "queensland"), + (UniCase::ascii("streamtrue"), "streamer"), + (UniCase::ascii("obstruccion"), "obstruction"), + (UniCase::ascii("cellulaire"), "cellular"), + (UniCase::ascii("deficieny"), "deficiency"), + (UniCase::ascii("avialability"), "availability"), + (UniCase::ascii("uncertianty"), "uncertainty"), + (UniCase::ascii("publiclly"), "publicly"), + (UniCase::ascii("distingusihing"), "distinguishing"), + (UniCase::ascii("subcatagories"), "subcategories"), + (UniCase::ascii("suspendes"), "suspense"), + (UniCase::ascii("clincial"), "clinical"), + (UniCase::ascii("notciable"), "noticable"), + (UniCase::ascii("intamicy"), "intimacy"), + (UniCase::ascii("improvie"), "improvised"), + (UniCase::ascii("stabilisation"), "stabilization"), + (UniCase::ascii("obssesive"), "obsessive"), + (UniCase::ascii("cabines"), "cabinets"), + (UniCase::ascii("individus"), "individuals"), + (UniCase::ascii("goldike"), "godlike"), + (UniCase::ascii("instal"), "install"), + (UniCase::ascii("exaggeratted"), "exaggerated"), + (UniCase::ascii("interfce"), "interface"), + (UniCase::ascii("successfullly"), "successfully"), + (UniCase::ascii("distractiv"), "district"), + (UniCase::ascii("caricatore"), "caricature"), + (UniCase::ascii("overtunred"), "overturned"), + (UniCase::ascii("deminsional"), "dimensional"), + (UniCase::ascii("percusions"), "percussion"), + (UniCase::ascii("cutscences"), "cutscene"), + (UniCase::ascii("contemporany"), "contemporary"), + (UniCase::ascii("overlcocked"), "overclocked"), + (UniCase::ascii("unexpectadely"), "unexpectedly"), + (UniCase::ascii("uncensord"), "uncensored"), + (UniCase::ascii("stationd"), "stationed"), + (UniCase::ascii("homoeopathy"), "homeopathy"), + (UniCase::ascii("afternooon"), "afternoon"), + (UniCase::ascii("segragation"), "segregation"), + (UniCase::ascii("spellig"), "spelling"), + (UniCase::ascii("obtainabe"), "obtainable"), + (UniCase::ascii("pryamid"), "pyramid"), + (UniCase::ascii("criminalised"), "criminalized"), + (UniCase::ascii("buidlers"), "builders"), + (UniCase::ascii("inquisiting"), "inquisition"), + (UniCase::ascii("microwae"), "microwaves"), + (UniCase::ascii("prependicular"), "perpendicular"), + (UniCase::ascii("epsiodes"), "episodes"), + (UniCase::ascii("capusles"), "capsules"), + (UniCase::ascii("deadlfit"), "deadlift"), + (UniCase::ascii("complicato"), "complication"), + (UniCase::ascii("prosperious"), "prosperous"), + (UniCase::ascii("charactersistic"), "characteristic"), + (UniCase::ascii("instincs"), "instincts"), + (UniCase::ascii("hypertorphy"), "hypertrophy"), + (UniCase::ascii("compansated"), "compensated"), + (UniCase::ascii("exictement"), "excitement"), + (UniCase::ascii("collasping"), "collapsing"), + (UniCase::ascii("touchdwon"), "touchdown"), + (UniCase::ascii("registed"), "registered"), + (UniCase::ascii("indistuingishable"), "indistinguishable"), + (UniCase::ascii("referede"), "referee"), + (UniCase::ascii("arguemtn"), "arguement"), + (UniCase::ascii("vindictave"), "vindictive"), + (UniCase::ascii("transofrmation"), "transformation"), + (UniCase::ascii("omniverously"), "omnivorously"), + (UniCase::ascii("surprizing"), "surprising"), + (UniCase::ascii("uninstaling"), "uninstalling"), + (UniCase::ascii("earpluggs"), "earplugs"), + (UniCase::ascii("thermometor"), "thermometer"), + (UniCase::ascii("clitories"), "clitoris"), + (UniCase::ascii("provocatie"), "provocative"), + (UniCase::ascii("cuestionable"), "questionable"), + (UniCase::ascii("transformacion"), "transformation"), + (UniCase::ascii("perspecitve"), "perspective"), + (UniCase::ascii("expalining"), "explaining"), + (UniCase::ascii("spreadsheeet"), "spreadsheets"), + (UniCase::ascii("benevalent"), "benevolent"), + (UniCase::ascii("microcentro"), "microcenter"), + (UniCase::ascii("enterprenuers"), "entrepreneurs"), + (UniCase::ascii("technologicaly"), "technologically"), + (UniCase::ascii("therefo"), "thereof"), + (UniCase::ascii("provokative"), "provocative"), + (UniCase::ascii("agnositc"), "agnostic"), + (UniCase::ascii("definetily"), "definately"), + (UniCase::ascii("introductie"), "introduce"), + (UniCase::ascii("accountents"), "accountants"), + (UniCase::ascii("paychiatrist"), "psychiatrist"), + (UniCase::ascii("anniversery"), "anniversary"), + (UniCase::ascii("pretador"), "predator"), + (UniCase::ascii("noncombatents"), "noncombatants"), + (UniCase::ascii("transformered"), "transformed"), + (UniCase::ascii("naturalised"), "naturalized"), + (UniCase::ascii("brewrey"), "brewery"), + (UniCase::ascii("multyplying"), "multiplying"), + (UniCase::ascii("moustachioed"), "mustachioed"), + (UniCase::ascii("reliabe"), "reliable"), + (UniCase::ascii("characterazation"), "characterization"), + (UniCase::ascii("dictatorhip"), "dictatorship"), + (UniCase::ascii("trendig"), "trending"), + (UniCase::ascii("contendor"), "contender"), + (UniCase::ascii("interveiws"), "interviews"), + (UniCase::ascii("politicisation"), "politicization"), + (UniCase::ascii("soveits"), "soviets"), + (UniCase::ascii("helicpoter"), "helicopter"), + (UniCase::ascii("toppingest"), "toppings"), + (UniCase::ascii("enterpreuners"), "entrepreneurs"), + (UniCase::ascii("oposite"), "opposite"), + (UniCase::ascii("idaes"), "ideas"), + (UniCase::ascii("analyitcs"), "analytics"), + (UniCase::ascii("relativly"), "relatively"), + (UniCase::ascii("audeince"), "audience"), + (UniCase::ascii("initialised"), "initialized"), + (UniCase::ascii("melodis"), "melodies"), + (UniCase::ascii("deplorabile"), "deplorable"), + (UniCase::ascii("enterprices"), "enterprises"), + (UniCase::ascii("psychedleic"), "psychedelics"), + (UniCase::ascii("pandorra"), "pandora"), + (UniCase::ascii("imbalanaced"), "imbalanced"), + (UniCase::ascii("principaly"), "principality"), + (UniCase::ascii("curriences"), "currencies"), + (UniCase::ascii("inevidable"), "inevitable"), + (UniCase::ascii("imablanced"), "imbalanced"), + (UniCase::ascii("gravitacional"), "gravitational"), + (UniCase::ascii("divideneds"), "dividend"), + (UniCase::ascii("feminen"), "feminine"), + (UniCase::ascii("cliffhager"), "cliffhanger"), + (UniCase::ascii("alogrithm"), "algorithm"), + (UniCase::ascii("containd"), "contained"), + (UniCase::ascii("shortenning"), "shortening"), + (UniCase::ascii("fanslaughter"), "manslaughter"), + (UniCase::ascii("destruktion"), "destruction"), + (UniCase::ascii("presense"), "presence"), + (UniCase::ascii("dynamicallly"), "dynamically"), + (UniCase::ascii("whith"), "with"), + (UniCase::ascii("appereance"), "appearance"), + (UniCase::ascii("playthroughts"), "playthroughs"), + (UniCase::ascii("appreciato"), "appreciation"), + (UniCase::ascii("unconstitutionnal"), "unconstitutional"), + (UniCase::ascii("spotifty"), "spotify"), + (UniCase::ascii("optimizacion"), "optimization"), + (UniCase::ascii("populaties"), "populate"), + (UniCase::ascii("imperialstic"), "imperialist"), + (UniCase::ascii("alternativelly"), "alternatively"), + (UniCase::ascii("tantalising"), "tantalizing"), + (UniCase::ascii("hypocrasy"), "hypocrisy"), + (UniCase::ascii("hesitatin"), "hesitation"), + (UniCase::ascii("endanged"), "endangered"), + (UniCase::ascii("misinterpretion"), "misinterpreting"), + (UniCase::ascii("anectotally"), "anecdotally"), + (UniCase::ascii("internetes"), "internets"), + (UniCase::ascii("critisicing"), "criticizing"), + (UniCase::ascii("missisippi"), "mississippi"), + (UniCase::ascii("equivelant"), "equivalent"), + (UniCase::ascii("manufature"), "manufacture"), + (UniCase::ascii("noteboook"), "notebook"), + (UniCase::ascii("territoires"), "territories"), + (UniCase::ascii("noveau"), "nouveau"), + (UniCase::ascii("contaminent"), "containment"), + (UniCase::ascii("harmonised"), "harmonized"), + (UniCase::ascii("aestethically"), "aesthetically"), + (UniCase::ascii("isalnders"), "islanders"), + (UniCase::ascii("transfere"), "transferred"), + (UniCase::ascii("pticher"), "pitcher"), + (UniCase::ascii("alliviate"), "alleviate"), + (UniCase::ascii("capitolized"), "capitalized"), + (UniCase::ascii("releses"), "releases"), + (UniCase::ascii("regularised"), "regularized"), + (UniCase::ascii("formatings"), "formations"), + (UniCase::ascii("psichological"), "psychological"), + (UniCase::ascii("miscomunnication"), "miscommunication"), + (UniCase::ascii("clincis"), "clinics"), + (UniCase::ascii("commisioning"), "commissioning"), + (UniCase::ascii("curisers"), "cruisers"), + (UniCase::ascii("unbeakable"), "unbeatable"), + (UniCase::ascii("nationalisation"), "nationalization"), + (UniCase::ascii("republi"), "republic"), + (UniCase::ascii("terminacion"), "termination"), + (UniCase::ascii("airbore"), "airborne"), + (UniCase::ascii("ommitting"), "omitting"), + (UniCase::ascii("leveller"), "leveler"), + (UniCase::ascii("friendzies"), "friendlies"), + (UniCase::ascii("metldown"), "meltdown"), + (UniCase::ascii("bacehlors"), "bachelors"), + (UniCase::ascii("termendous"), "tremendous"), + (UniCase::ascii("permisison"), "permissions"), + (UniCase::ascii("absolvte"), "absolve"), + (UniCase::ascii("intimidades"), "intimidated"), + (UniCase::ascii("clincially"), "clinically"), + (UniCase::ascii("laboured"), "labored"), + (UniCase::ascii("temporise"), "temporize"), + (UniCase::ascii("sensitises"), "sensitizes"), + (UniCase::ascii("atleats"), "atleast"), + (UniCase::ascii("helicotpers"), "helicopters"), + (UniCase::ascii("siutational"), "situational"), + (UniCase::ascii("battlefeild"), "battlefield"), + (UniCase::ascii("impossibry"), "impossibly"), + (UniCase::ascii("authorised"), "authorized"), + (UniCase::ascii("activiates"), "activist"), + (UniCase::ascii("anecodtal"), "anecdotal"), + (UniCase::ascii("manoeuvre"), "maneuver"), + (UniCase::ascii("merficul"), "merciful"), + (UniCase::ascii("onatrio"), "ontario"), + (UniCase::ascii("generalise"), "generalize"), + (UniCase::ascii("excpetion"), "exception"), + (UniCase::ascii("differnece"), "difference"), + (UniCase::ascii("adaptacion"), "adaptation"), + (UniCase::ascii("abbrievation"), "abbreviation"), + (UniCase::ascii("carbonises"), "carbonizes"), + (UniCase::ascii("recommandations"), "recommendations"), + (UniCase::ascii("dissappinted"), "dissapointed"), + (UniCase::ascii("recgonize"), "recognize"), + (UniCase::ascii("ganerate"), "generate"), + (UniCase::ascii("playgorund"), "playground"), + (UniCase::ascii("competense"), "competence"), + (UniCase::ascii("squritle"), "squirtle"), + (UniCase::ascii("neckbears"), "neckbeards"), + (UniCase::ascii("involuntarely"), "involuntary"), + (UniCase::ascii("templarius"), "templars"), + (UniCase::ascii("patronise"), "patronize"), + (UniCase::ascii("signitures"), "signatures"), + (UniCase::ascii("organziers"), "organizers"), + (UniCase::ascii("avergaes"), "averages"), + (UniCase::ascii("compostiion"), "compositions"), + (UniCase::ascii("installeert"), "installer"), + (UniCase::ascii("opartor"), "operator"), + (UniCase::ascii("dispecable"), "despicable"), + (UniCase::ascii("automodorator"), "automoderator"), + (UniCase::ascii("probablies"), "probable"), + (UniCase::ascii("bracelona"), "barcelona"), + (UniCase::ascii("patriotics"), "patriotism"), + (UniCase::ascii("aqquaintances"), "acquaintances"), + (UniCase::ascii("sacromento"), "sacramento"), + (UniCase::ascii("delfection"), "deflection"), + (UniCase::ascii("gratutious"), "gratuitous"), + (UniCase::ascii("rudimentory"), "rudimentary"), + (UniCase::ascii("birmimgham"), "birmingham"), + (UniCase::ascii("doublellift"), "doublelift"), + (UniCase::ascii("strengsten"), "strengthen"), + (UniCase::ascii("anonymos"), "anonymous"), + (UniCase::ascii("soley"), "solely"), + (UniCase::ascii("hunderds"), "hundreds"), + (UniCase::ascii("suggestied"), "suggestive"), + (UniCase::ascii("annoynace"), "annoyance"), + (UniCase::ascii("chidlrens"), "childrens"), + (UniCase::ascii("agnosticim"), "agnosticism"), + (UniCase::ascii("connectivty"), "connectivity"), + (UniCase::ascii("desparation"), "desperation"), + (UniCase::ascii("referemce"), "reference"), + (UniCase::ascii("betwen"), "between"), + (UniCase::ascii("regulationg"), "regulating"), + (UniCase::ascii("misogynisitic"), "misogynistic"), + (UniCase::ascii("ocurrence"), "occurrence"), + (UniCase::ascii("introduse"), "introduces"), + (UniCase::ascii("capacitaron"), "capacitor"), + (UniCase::ascii("prosectuor"), "prosecutor"), + (UniCase::ascii("colorblend"), "colorblind"), + (UniCase::ascii("acheiving"), "achieving"), + (UniCase::ascii("tribunaal"), "tribunal"), + (UniCase::ascii("purchaseing"), "purchasing"), + (UniCase::ascii("paradyse"), "parades"), + (UniCase::ascii("enterpreneurs"), "entrepreneurs"), + (UniCase::ascii("stronkhold"), "stronghold"), + (UniCase::ascii("defectos"), "defects"), + (UniCase::ascii("skywalkr"), "skywalker"), + (UniCase::ascii("predomenantly"), "predominantly"), + (UniCase::ascii("distingish"), "distinguish"), + (UniCase::ascii("propenents"), "proponents"), + (UniCase::ascii("spectatores"), "spectators"), + (UniCase::ascii("segregaded"), "segregated"), + (UniCase::ascii("abortificant"), "abortifacient"), + (UniCase::ascii("covanent"), "covenant"), + (UniCase::ascii("survaillance"), "surveillance"), + (UniCase::ascii("printes"), "printers"), + (UniCase::ascii("inexperieced"), "inexperienced"), + (UniCase::ascii("fluxtuations"), "fluctuations"), + (UniCase::ascii("contection"), "contention"), + (UniCase::ascii("effectiviness"), "effectiveness"), + (UniCase::ascii("beehtoven"), "beethoven"), + (UniCase::ascii("apporached"), "approached"), + (UniCase::ascii("coordinador"), "coordinator"), + (UniCase::ascii("contians"), "contains"), + (UniCase::ascii("flatterd"), "flattered"), + (UniCase::ascii("multilpier"), "multiplier"), + (UniCase::ascii("juvenlie"), "juvenile"), + (UniCase::ascii("friendsies"), "friendlies"), + (UniCase::ascii("transferrring"), "transferring"), + (UniCase::ascii("desginer"), "designer"), + (UniCase::ascii("recidents"), "residents"), + (UniCase::ascii("insluated"), "insulated"), + (UniCase::ascii("canceles"), "cancels"), + (UniCase::ascii("ogrilla"), "gorilla"), + (UniCase::ascii("inspirationnal"), "inspirational"), + (UniCase::ascii("velantine"), "valentine"), + (UniCase::ascii("girlfirends"), "girlfriends"), + (UniCase::ascii("elimentary"), "elementary"), + (UniCase::ascii("palyboy"), "playboy"), + (UniCase::ascii("disbeleif"), "disbelief"), + (UniCase::ascii("enthusiam"), "enthusiasm"), + (UniCase::ascii("crabine"), "carbine"), + (UniCase::ascii("victomized"), "victimized"), + (UniCase::ascii("wardobe"), "wardrobe"), + (UniCase::ascii("happended"), "happened"), + (UniCase::ascii("stancels"), "stances"), + (UniCase::ascii("communsim"), "communism"), + (UniCase::ascii("despoited"), "deposited"), + (UniCase::ascii("characterised"), "characterized"), + (UniCase::ascii("hinderance"), "hindrance"), + (UniCase::ascii("suppresions"), "suppression"), + (UniCase::ascii("oprhans"), "orphans"), + (UniCase::ascii("stalkes"), "stalkers"), + (UniCase::ascii("archaeologists"), "archeologists"), + (UniCase::ascii("paladinlst"), "paladins"), + (UniCase::ascii("intregal"), "integral"), + (UniCase::ascii("athleticsm"), "athleticism"), + (UniCase::ascii("litterfinger"), "littlefinger"), + (UniCase::ascii("cartmaan"), "cartman"), + (UniCase::ascii("mediocer"), "mediocre"), + (UniCase::ascii("epliepsy"), "epilepsy"), + (UniCase::ascii("discources"), "discourse"), + (UniCase::ascii("inventivos"), "inventions"), + (UniCase::ascii("videogaem"), "videogame"), + (UniCase::ascii("associationg"), "associating"), + (UniCase::ascii("termendously"), "tremendously"), + (UniCase::ascii("fundemantalist"), "fundamentalist"), + (UniCase::ascii("sensationable"), "sensational"), + (UniCase::ascii("caspule"), "capsule"), + (UniCase::ascii("circumcison"), "circumcision"), + (UniCase::ascii("definitivly"), "definitively"), + (UniCase::ascii("mathematican"), "mathematician"), + (UniCase::ascii("defensd"), "defends"), + (UniCase::ascii("banruptcy"), "bankruptcy"), + (UniCase::ascii("propersity"), "propensity"), + (UniCase::ascii("inventings"), "inventions"), + (UniCase::ascii("approxiately"), "approximately"), + (UniCase::ascii("cathredal"), "cathedral"), + (UniCase::ascii("troubleshotting"), "troubleshooting"), + (UniCase::ascii("prestigeous"), "prestigious"), + (UniCase::ascii("perferably"), "preferably"), + (UniCase::ascii("frankenstines"), "frankenstein"), + (UniCase::ascii("beacuoup"), "beaucoup"), + (UniCase::ascii("microtransacton"), "microtransactions"), + (UniCase::ascii("overwritted"), "overwrite"), + (UniCase::ascii("vulernabilities"), "vulnerabilities"), + (UniCase::ascii("specailize"), "specializes"), + (UniCase::ascii("msytical"), "mystical"), + (UniCase::ascii("comestic"), "cosmetic"), + (UniCase::ascii("mechanicallly"), "mechanically"), + (UniCase::ascii("hypothesise"), "hypothesize"), + (UniCase::ascii("promtply"), "promptly"), + (UniCase::ascii("breastfeading"), "breastfeeding"), + (UniCase::ascii("protocolls"), "protocols"), + (UniCase::ascii("libellous"), "libelous"), + (UniCase::ascii("visibley"), "visibly"), + (UniCase::ascii("furstrates"), "frustrates"), + (UniCase::ascii("similtaneous"), "simultaneous"), + (UniCase::ascii("sandstrom"), "sandstorm"), + (UniCase::ascii("incompetant"), "incompetent"), + (UniCase::ascii("marliyn"), "marilyn"), + (UniCase::ascii("unproteced"), "unprotected"), + (UniCase::ascii("scrollade"), "scrolled"), + (UniCase::ascii("stockplie"), "stockpile"), + (UniCase::ascii("overcloaked"), "overclocked"), + (UniCase::ascii("especailly"), "especially"), + (UniCase::ascii("underrater"), "undertaker"), + (UniCase::ascii("infridging"), "infringing"), + (UniCase::ascii("misouri"), "missouri"), + (UniCase::ascii("sociopati"), "sociopathic"), + (UniCase::ascii("reprhase"), "rephrase"), + (UniCase::ascii("adequetely"), "adequately"), + (UniCase::ascii("lubricat"), "lubricant"), + (UniCase::ascii("nationales"), "nationals"), + (UniCase::ascii("godounov"), "godunov"), + (UniCase::ascii("complusory"), "compulsory"), + (UniCase::ascii("contributers"), "contributors"), + (UniCase::ascii("specialzied"), "specialized"), + (UniCase::ascii("skillslots"), "skillshots"), + (UniCase::ascii("cuacasian"), "caucasian"), + (UniCase::ascii("authoritation"), "authorization"), + (UniCase::ascii("assaultes"), "assaults"), + (UniCase::ascii("advsiors"), "advisors"), + (UniCase::ascii("misspellling"), "misspelling"), + (UniCase::ascii("manuver"), "maneuver"), + (UniCase::ascii("passporters"), "passports"), + (UniCase::ascii("ballistc"), "ballistic"), + (UniCase::ascii("incentivare"), "incentive"), + (UniCase::ascii("conspirace"), "conspiracies"), + (UniCase::ascii("contradtion"), "contraction"), + (UniCase::ascii("averageadi"), "averaged"), + (UniCase::ascii("incognition"), "incognito"), + (UniCase::ascii("pateince"), "patience"), + (UniCase::ascii("beautilful"), "beautifully"), + (UniCase::ascii("somehtings"), "somethings"), + (UniCase::ascii("missigno"), "mission"), + (UniCase::ascii("disscusion"), "discussion"), + (UniCase::ascii("concesions"), "concession"), + (UniCase::ascii("prohibitied"), "prohibited"), + (UniCase::ascii("documentery"), "documentary"), + (UniCase::ascii("coordonate"), "coordinate"), + (UniCase::ascii("strategems"), "strategies"), + (UniCase::ascii("unbeateble"), "unbeatable"), + (UniCase::ascii("dispairty"), "disparity"), + (UniCase::ascii("feminised"), "feminized"), + (UniCase::ascii("kunckles"), "knuckles"), + (UniCase::ascii("starighten"), "straighten"), + (UniCase::ascii("virualization"), "visualization"), + (UniCase::ascii("burueacrats"), "bureaucrats"), + (UniCase::ascii("exposicion"), "exposition"), + (UniCase::ascii("psychodelics"), "psychedelics"), + (UniCase::ascii("therien"), "therein"), + (UniCase::ascii("oylmpic"), "olympic"), + (UniCase::ascii("maintan"), "maintain"), + (UniCase::ascii("cannnot"), "cannot"), + (UniCase::ascii("religeous"), "religious"), + (UniCase::ascii("strengh"), "strength"), + (UniCase::ascii("commantator"), "commentator"), + (UniCase::ascii("paralelly"), "parallelly"), + (UniCase::ascii("arround"), "around"), + (UniCase::ascii("communciate"), "communicate"), + (UniCase::ascii("equivilent"), "equivalent"), + (UniCase::ascii("clamouring"), "clamoring"), + (UniCase::ascii("generas"), "generals"), + (UniCase::ascii("undergrand"), "undergrad"), + (UniCase::ascii("transperant"), "transparent"), + (UniCase::ascii("stlyish"), "stylish"), + (UniCase::ascii("perpetuas"), "perpetuates"), + (UniCase::ascii("neighourhoods"), "neighborhoods"), + (UniCase::ascii("monitoreado"), "monitored"), + (UniCase::ascii("knwos"), "knows"), + (UniCase::ascii("depostied"), "deposited"), + (UniCase::ascii("completley"), "completely"), + (UniCase::ascii("prosthethic"), "prosthetic"), + (UniCase::ascii("decress"), "decrees"), + (UniCase::ascii("meanins"), "meanings"), + (UniCase::ascii("awakend"), "awakened"), + (UniCase::ascii("obligitory"), "obligatory"), + (UniCase::ascii("crystallised"), "crystallized"), + (UniCase::ascii("haircuit"), "haircut"), + (UniCase::ascii("smaurai"), "samurai"), + (UniCase::ascii("skillsto"), "skillshots"), + (UniCase::ascii("nubmers"), "numbers"), + (UniCase::ascii("manipluate"), "manipulate"), + (UniCase::ascii("resistanse"), "resistances"), + (UniCase::ascii("symptoom"), "symptom"), + (UniCase::ascii("privelleges"), "privileges"), + (UniCase::ascii("invisibiity"), "invisibility"), + (UniCase::ascii("depersonalises"), "depersonalizes"), + (UniCase::ascii("nuetral"), "neutral"), + (UniCase::ascii("foreinger"), "foreigner"), + (UniCase::ascii("wonderfuly"), "wonderfully"), + (UniCase::ascii("repositary"), "repository"), + (UniCase::ascii("vehemantly"), "vehemently"), + (UniCase::ascii("celsuis"), "celsius"), + (UniCase::ascii("harased"), "harassed"), + (UniCase::ascii("prometheyus"), "prometheus"), + (UniCase::ascii("existantes"), "existent"), + (UniCase::ascii("someonelse"), "someones"), + (UniCase::ascii("structered"), "structured"), + (UniCase::ascii("geometricians"), "geometers"), + (UniCase::ascii("submisison"), "submissions"), + (UniCase::ascii("strwaberry"), "strawberry"), + (UniCase::ascii("translater"), "translator"), + (UniCase::ascii("caterogized"), "categorized"), + (UniCase::ascii("dissarray"), "disarray"), + (UniCase::ascii("brownis"), "brownies"), + (UniCase::ascii("beuatifully"), "beautifully"), + (UniCase::ascii("inquisitio"), "inquisitor"), + (UniCase::ascii("comfertably"), "comfortably"), + (UniCase::ascii("anomolies"), "anomalies"), + (UniCase::ascii("masturdating"), "masturbating"), + (UniCase::ascii("prohibitting"), "prohibiting"), + (UniCase::ascii("grovelling"), "groveling"), + (UniCase::ascii("substitutue"), "substitutes"), + (UniCase::ascii("installemnt"), "installment"), + (UniCase::ascii("financialy"), "financially"), + (UniCase::ascii("peopels"), "peoples"), + (UniCase::ascii("defendis"), "defends"), + (UniCase::ascii("commanists"), "communists"), + (UniCase::ascii("confedence"), "conference"), + (UniCase::ascii("tightare"), "tighter"), + (UniCase::ascii("lightweigt"), "lightweight"), + (UniCase::ascii("borderlans"), "borderlands"), + (UniCase::ascii("doens"), "does"), + (UniCase::ascii("needlees"), "needles"), + (UniCase::ascii("undeinably"), "undeniably"), + (UniCase::ascii("affleunt"), "affluent"), + (UniCase::ascii("contribuye"), "contribute"), + (UniCase::ascii("littlefinder"), "littlefinger"), + (UniCase::ascii("sparyed"), "sprayed"), + (UniCase::ascii("repostiory"), "repository"), + (UniCase::ascii("flavourus"), "flavours"), + (UniCase::ascii("substituer"), "substitute"), + (UniCase::ascii("triange"), "triangle"), + (UniCase::ascii("democratisation"), "democratization"), + (UniCase::ascii("listners"), "listeners"), + (UniCase::ascii("accidentily"), "accidently"), + (UniCase::ascii("diversifiy"), "diversify"), + (UniCase::ascii("represantation"), "representation"), + (UniCase::ascii("buhddist"), "buddhist"), + (UniCase::ascii("solidariety"), "solidarity"), + (UniCase::ascii("moroever"), "moreover"), + (UniCase::ascii("theroies"), "theories"), + (UniCase::ascii("civiliaztion"), "civilizations"), + (UniCase::ascii("respoting"), "reposting"), + (UniCase::ascii("contredict"), "contradict"), + (UniCase::ascii("converstion"), "conversion"), + (UniCase::ascii("vandalise"), "vandalize"), + (UniCase::ascii("hetreosexual"), "heterosexual"), + (UniCase::ascii("grammaticly"), "grammatical"), + (UniCase::ascii("indefinetely"), "indefinitely"), + (UniCase::ascii("comtamination"), "contamination"), + (UniCase::ascii("netwrok"), "network"), + (UniCase::ascii("udnercut"), "undercut"), + (UniCase::ascii("neighbores"), "neighbours"), + (UniCase::ascii("influanced"), "influenced"), + (UniCase::ascii("prolateriat"), "proletariat"), + (UniCase::ascii("commiteed"), "commited"), + (UniCase::ascii("annualy"), "annually"), + (UniCase::ascii("unsencored"), "uncensored"), + (UniCase::ascii("legitmate"), "legitimate"), + (UniCase::ascii("terrotories"), "territories"), + (UniCase::ascii("electrican"), "electrician"), + (UniCase::ascii("significante"), "significance"), + (UniCase::ascii("rusteld"), "rustled"), + (UniCase::ascii("libertea"), "liberate"), + (UniCase::ascii("hurriance"), "hurricane"), + (UniCase::ascii("curcumstances"), "circumstances"), + (UniCase::ascii("carptener"), "carpenter"), + (UniCase::ascii("humanitites"), "humanities"), + (UniCase::ascii("calibartion"), "calibration"), + (UniCase::ascii("retirase"), "retires"), + (UniCase::ascii("objectificiation"), "objectification"), + (UniCase::ascii("mellinnium"), "millennium"), + (UniCase::ascii("torrentting"), "torrenting"), + (UniCase::ascii("transluent"), "translucent"), + (UniCase::ascii("infestaion"), "infestation"), + (UniCase::ascii("fluttersy"), "fluttershy"), + (UniCase::ascii("enthral"), "enthrall"), + (UniCase::ascii("distinctily"), "distinctly"), + (UniCase::ascii("designstion"), "designation"), + (UniCase::ascii("phenomanon"), "phenomenon"), + (UniCase::ascii("sucess"), "success"), + (UniCase::ascii("coalese"), "coalesce"), + (UniCase::ascii("foreignese"), "foreigners"), + (UniCase::ascii("determenation"), "determination"), + (UniCase::ascii("crutchers"), "crutches"), + (UniCase::ascii("caluclator"), "calculator"), + (UniCase::ascii("bisexuella"), "bisexual"), + (UniCase::ascii("mischievious"), "mischievous"), + (UniCase::ascii("lionising"), "lionizing"), + (UniCase::ascii("diminising"), "diminishing"), + (UniCase::ascii("mortage"), "mortgage"), + (UniCase::ascii("retailate"), "retaliate"), + (UniCase::ascii("protruberance"), "protuberance"), + (UniCase::ascii("reneagde"), "renegade"), + (UniCase::ascii("malasyia"), "malaysia"), + (UniCase::ascii("documentato"), "documentation"), + (UniCase::ascii("sergeat"), "sergeant"), + (UniCase::ascii("rendezous"), "rendezvous"), + (UniCase::ascii("singificantly"), "significantly"), + (UniCase::ascii("managment"), "management"), + (UniCase::ascii("buisnessman"), "businessman"), + (UniCase::ascii("threatning"), "threatening"), + (UniCase::ascii("resuced"), "rescued"), + (UniCase::ascii("compeditive"), "competitive"), + (UniCase::ascii("stimualting"), "stimulating"), + (UniCase::ascii("bulletprooof"), "bulletproof"), + (UniCase::ascii("syarcuse"), "syracuse"), + (UniCase::ascii("apparantly"), "apparently"), + (UniCase::ascii("striclty"), "strictly"), + (UniCase::ascii("darnkess"), "darkness"), + (UniCase::ascii("endoresment"), "endorsement"), + (UniCase::ascii("obediant"), "obedient"), + (UniCase::ascii("futhroc"), "futhark"), + (UniCase::ascii("subcouncious"), "subconscious"), + (UniCase::ascii("perposterous"), "preposterous"), + (UniCase::ascii("persective"), "respective"), + (UniCase::ascii("proceeed"), "proceed"), + (UniCase::ascii("dimaonds"), "diamonds"), + (UniCase::ascii("underog"), "undergo"), + (UniCase::ascii("alchoolism"), "alcoholism"), + (UniCase::ascii("armenina"), "armenian"), + (UniCase::ascii("unionised"), "unionized"), + (UniCase::ascii("adreniline"), "adrenaline"), + (UniCase::ascii("specality"), "specialty"), + (UniCase::ascii("guarantess"), "guarantees"), + (UniCase::ascii("defaint"), "defiant"), + (UniCase::ascii("journalsim"), "journalism"), + (UniCase::ascii("commentes"), "commenters"), + (UniCase::ascii("developrs"), "develops"), + (UniCase::ascii("interm"), "interim"), + (UniCase::ascii("restrcting"), "restarting"), + (UniCase::ascii("demograhic"), "demographic"), + (UniCase::ascii("desintegrated"), "disintegrated"), + (UniCase::ascii("apprecaites"), "appreciates"), + (UniCase::ascii("multiplyng"), "multiplying"), + (UniCase::ascii("aboslutes"), "absolutes"), + (UniCase::ascii("arugement"), "arguement"), + (UniCase::ascii("foreward"), "foreword"), + (UniCase::ascii("conclusiones"), "conclusions"), + (UniCase::ascii("agressively"), "aggressively"), + (UniCase::ascii("recomend"), "recommend"), + (UniCase::ascii("prometheius"), "prometheus"), + (UniCase::ascii("particiapnts"), "participant"), + (UniCase::ascii("authenticaton"), "authentication"), + (UniCase::ascii("simluation"), "simulation"), + (UniCase::ascii("philidalphia"), "philadelphia"), + (UniCase::ascii("announcemnt"), "announcement"), + (UniCase::ascii("negotiatians"), "negotiations"), + (UniCase::ascii("presumpton"), "presumption"), + (UniCase::ascii("cultrual"), "cultural"), + (UniCase::ascii("appropirate"), "appropriate"), + (UniCase::ascii("armchar"), "armchair"), + (UniCase::ascii("compartmet"), "compartment"), + (UniCase::ascii("goegraphy"), "geography"), + (UniCase::ascii("cockaroches"), "cockroaches"), + (UniCase::ascii("cognatious"), "contagious"), + (UniCase::ascii("ruidmentary"), "rudimentary"), + (UniCase::ascii("constructies"), "constructs"), + (UniCase::ascii("doign"), "doing"), + (UniCase::ascii("ketmaine"), "ketamine"), + (UniCase::ascii("resolutionary"), "revolutionary"), + (UniCase::ascii("certificationkits"), "certifications"), + (UniCase::ascii("pyschopaths"), "psychopaths"), + (UniCase::ascii("comany"), "company"), + (UniCase::ascii("especialy"), "especially"), + (UniCase::ascii("hystericaly"), "hysterically"), + (UniCase::ascii("teaspooon"), "teaspoon"), + (UniCase::ascii("analysens"), "analyses"), + (UniCase::ascii("impossibile"), "impossible"), + (UniCase::ascii("extropolate"), "extrapolate"), + (UniCase::ascii("usefuly"), "usefully"), + (UniCase::ascii("peppermit"), "peppermint"), + (UniCase::ascii("cutsceen"), "cutscene"), + (UniCase::ascii("chrsitianity"), "christianity"), + (UniCase::ascii("tolerence"), "tolerance"), + (UniCase::ascii("relaly"), "really"), + (UniCase::ascii("sensationalised"), "sensationalized"), + (UniCase::ascii("repsots"), "reposts"), + (UniCase::ascii("adquires"), "acquires"), + (UniCase::ascii("tutrles"), "turtles"), + (UniCase::ascii("picther"), "pitcher"), + (UniCase::ascii("trubinal"), "tribunal"), + (UniCase::ascii("expendeture"), "expenditure"), + (UniCase::ascii("elitisim"), "elitism"), + (UniCase::ascii("exploreres"), "explorers"), + (UniCase::ascii("flattire"), "flatter"), + (UniCase::ascii("deficiancy"), "deficiency"), + (UniCase::ascii("inferioare"), "inferior"), + (UniCase::ascii("smartre"), "smarter"), + (UniCase::ascii("morgtages"), "mortgages"), + (UniCase::ascii("compatibile"), "compatible"), + (UniCase::ascii("republians"), "republicans"), + (UniCase::ascii("merhcants"), "merchants"), + (UniCase::ascii("implementating"), "implementation"), + (UniCase::ascii("consomation"), "consolation"), + (UniCase::ascii("directivos"), "directions"), + (UniCase::ascii("feisable"), "feasible"), + (UniCase::ascii("marxisim"), "marxism"), + (UniCase::ascii("overpiad"), "overpaid"), + (UniCase::ascii("parademics"), "paramedics"), + (UniCase::ascii("agressive"), "aggressive"), + (UniCase::ascii("acquaintaces"), "acquaintances"), + (UniCase::ascii("becomming"), "becoming"), + (UniCase::ascii("argumentatie"), "argumentative"), + (UniCase::ascii("represention"), "representing"), + (UniCase::ascii("preample"), "preamble"), + (UniCase::ascii("phsyician"), "physician"), + (UniCase::ascii("traumatising"), "traumatizing"), + (UniCase::ascii("orginal"), "original"), + (UniCase::ascii("heroices"), "heroics"), + (UniCase::ascii("connecs"), "connects"), + (UniCase::ascii("overlauded"), "overloaded"), + (UniCase::ascii("chruches"), "churches"), + (UniCase::ascii("drammatically"), "grammatically"), + (UniCase::ascii("differental"), "differential"), + (UniCase::ascii("misrepresentaiton"), "misrepresentation"), + (UniCase::ascii("disspiate"), "dissipate"), + (UniCase::ascii("filcker"), "flicker"), + (UniCase::ascii("expentancy"), "expectancy"), + (UniCase::ascii("complecated"), "complicated"), + (UniCase::ascii("libertarinaism"), "libertarianism"), + (UniCase::ascii("scandinava"), "scandinavian"), + (UniCase::ascii("confugurations"), "configurations"), + (UniCase::ascii("colloqueal"), "colloquial"), + (UniCase::ascii("insipre"), "inspire"), + (UniCase::ascii("philisophy"), "philosophy"), + (UniCase::ascii("patronised"), "patronized"), + (UniCase::ascii("stigmatisation"), "stigmatization"), + (UniCase::ascii("rigntone"), "ringtone"), + (UniCase::ascii("muncipalities"), "municipalities"), + (UniCase::ascii("embarrasing"), "embarrassing"), + (UniCase::ascii("attirbute"), "attribute"), + (UniCase::ascii("vigliant"), "vigilant"), + (UniCase::ascii("uncounciously"), "unconsciously"), + (UniCase::ascii("purpusefully"), "purposefully"), + (UniCase::ascii("manipluating"), "manipulating"), + (UniCase::ascii("krankenstein"), "frankenstein"), + (UniCase::ascii("organizarme"), "organizer"), + (UniCase::ascii("restricitons"), "restrictions"), + (UniCase::ascii("definitly"), "definitely"), + (UniCase::ascii("indianaoplis"), "indianapolis"), + (UniCase::ascii("homoeopaths"), "homeopaths"), + (UniCase::ascii("mechancially"), "mechanically"), + (UniCase::ascii("perpetraitor"), "perpetrator"), + (UniCase::ascii("archtiects"), "architects"), + (UniCase::ascii("subcatagory"), "subcategory"), + (UniCase::ascii("privilegier"), "privilege"), + (UniCase::ascii("univercity"), "university"), + (UniCase::ascii("preferrring"), "preferring"), + (UniCase::ascii("rememberd"), "remembered"), + (UniCase::ascii("connexions"), "connections"), + (UniCase::ascii("interferisce"), "interferes"), + (UniCase::ascii("defences"), "defenses"), + (UniCase::ascii("unlcean"), "unclean"), + (UniCase::ascii("alwyas"), "always"), + (UniCase::ascii("despirately"), "desperately"), + (UniCase::ascii("franciso"), "francisco"), + (UniCase::ascii("interruping"), "interrupting"), + (UniCase::ascii("ploughshares"), "plowshares"), + (UniCase::ascii("hybridises"), "hybridizes"), + (UniCase::ascii("devide"), "divide"), + (UniCase::ascii("initaling"), "initialing"), + (UniCase::ascii("legendariske"), "legendaries"), + (UniCase::ascii("explioting"), "exploiting"), + (UniCase::ascii("caprenter"), "carpenter"), + (UniCase::ascii("confilct"), "conflict"), + (UniCase::ascii("subsrcibers"), "subscribers"), + (UniCase::ascii("rulebok"), "rulebook"), + (UniCase::ascii("bastino"), "bastion"), + (UniCase::ascii("manifactured"), "manufactured"), + (UniCase::ascii("instinctivley"), "instinctively"), + (UniCase::ascii("voluntarly"), "voluntary"), + (UniCase::ascii("talekd"), "talked"), + (UniCase::ascii("scoreborad"), "scoreboard"), + (UniCase::ascii("lasanga"), "lasagna"), + (UniCase::ascii("automobilies"), "automobile"), + (UniCase::ascii("engagemet"), "engagements"), + (UniCase::ascii("complimation"), "complication"), + (UniCase::ascii("claimes"), "claims"), + (UniCase::ascii("anywyas"), "anyways"), + (UniCase::ascii("unanmious"), "unanimous"), + (UniCase::ascii("architechturally"), "architecturally"), + (UniCase::ascii("compitance"), "compliance"), + (UniCase::ascii("comited"), "committed"), + (UniCase::ascii("counsilers"), "counselors"), + (UniCase::ascii("verifyable"), "verifiable"), + (UniCase::ascii("condenmed"), "condemned"), + (UniCase::ascii("liberatrian"), "libertarians"), + (UniCase::ascii("curisve"), "cursive"), + (UniCase::ascii("catterpilar"), "caterpillar"), + (UniCase::ascii("relativiy"), "relativity"), + (UniCase::ascii("combinining"), "combining"), + (UniCase::ascii("previwes"), "previews"), + (UniCase::ascii("leuitenant"), "lieutenant"), + (UniCase::ascii("executivas"), "executives"), + (UniCase::ascii("repsond"), "respond"), + (UniCase::ascii("cambrige"), "cambridge"), + (UniCase::ascii("restrictie"), "restrictive"), + (UniCase::ascii("creepig"), "creeping"), + (UniCase::ascii("criticisim"), "criticism"), + (UniCase::ascii("jewelled"), "jeweled"), + (UniCase::ascii("commomplace"), "commonplace"), + (UniCase::ascii("exlcusive"), "exclusive"), + (UniCase::ascii("alternitives"), "alternatives"), + (UniCase::ascii("primatively"), "primitively"), + (UniCase::ascii("quantitty"), "quantity"), + (UniCase::ascii("begginig"), "begging"), + (UniCase::ascii("creationsm"), "creationism"), + (UniCase::ascii("paremsan"), "parmesan"), + (UniCase::ascii("aluminim"), "aluminium"), + (UniCase::ascii("miscommuniation"), "miscommunication"), + (UniCase::ascii("detmatologist"), "dermatologist"), + (UniCase::ascii("ryenolds"), "reynolds"), + (UniCase::ascii("probelmatic"), "problematic"), + (UniCase::ascii("almighy"), "almighty"), + (UniCase::ascii("negotiatied"), "negotiate"), + (UniCase::ascii("systamatic"), "systematic"), + (UniCase::ascii("ubiqituous"), "ubiquitous"), + (UniCase::ascii("cannoical"), "canonical"), + (UniCase::ascii("anohter"), "another"), + (UniCase::ascii("concentraing"), "concentrating"), + (UniCase::ascii("outragiously"), "outrageously"), + (UniCase::ascii("folowing"), "following"), + (UniCase::ascii("dubsetp"), "dubstep"), + (UniCase::ascii("developmetn"), "developments"), + (UniCase::ascii("appluad"), "applaud"), + (UniCase::ascii("gratiutous"), "gratuitous"), + (UniCase::ascii("enchantmens"), "enchantments"), + (UniCase::ascii("liverpoool"), "liverpool"), + (UniCase::ascii("respectivley"), "respectively"), + (UniCase::ascii("naturalise"), "naturalize"), + (UniCase::ascii("nostirls"), "nostrils"), + (UniCase::ascii("invinsible"), "invincible"), + (UniCase::ascii("breathos"), "breaths"), + (UniCase::ascii("habeus"), "habeas"), + (UniCase::ascii("progressos"), "progresses"), + (UniCase::ascii("fiels"), "fields"), + (UniCase::ascii("phenonmena"), "phenomena"), + (UniCase::ascii("finalised"), "finalized"), + (UniCase::ascii("antibitoics"), "antibiotics"), + (UniCase::ascii("trasnporting"), "transporting"), + (UniCase::ascii("excellenet"), "excellence"), + (UniCase::ascii("harassement"), "harassment"), + (UniCase::ascii("unexplaind"), "unexplained"), + (UniCase::ascii("tusnami"), "tsunami"), + (UniCase::ascii("justificatin"), "justifications"), + (UniCase::ascii("prefarably"), "preferably"), + (UniCase::ascii("sevice"), "service"), + (UniCase::ascii("protocool"), "protocol"), + (UniCase::ascii("overhual"), "overhaul"), + (UniCase::ascii("advertisiers"), "advertisers"), + (UniCase::ascii("misinterprating"), "misinterpreting"), + (UniCase::ascii("radicalised"), "radicalized"), + (UniCase::ascii("awkwardess"), "awkwardness"), + (UniCase::ascii("gouvener"), "governor"), + (UniCase::ascii("simiilar"), "similiar"), + (UniCase::ascii("agravate"), "aggravate"), + (UniCase::ascii("sharpenss"), "sharpness"), + (UniCase::ascii("conflciting"), "conflicting"), + (UniCase::ascii("enterpirses"), "enterprises"), + (UniCase::ascii("northwestener"), "northwestern"), + (UniCase::ascii("snorkelled"), "snorkeled"), + (UniCase::ascii("recognie"), "recognizes"), + (UniCase::ascii("justiifcation"), "justifications"), + (UniCase::ascii("progatonists"), "protagonists"), + (UniCase::ascii("madturbation"), "masturbation"), + (UniCase::ascii("metropolitian"), "metropolitan"), + (UniCase::ascii("hypotherical"), "hypothetical"), + (UniCase::ascii("satrudays"), "saturdays"), + (UniCase::ascii("constituit"), "constitute"), + (UniCase::ascii("informarlo"), "informal"), + (UniCase::ascii("aggrandisement"), "aggrandizement"), + (UniCase::ascii("masuclinity"), "masculinity"), + (UniCase::ascii("parachutage"), "parachute"), + (UniCase::ascii("converying"), "converting"), + (UniCase::ascii("seperating"), "separating"), + (UniCase::ascii("compelting"), "completing"), + (UniCase::ascii("proffesion"), "profession"), + (UniCase::ascii("subsidises"), "subsidizes"), + (UniCase::ascii("algorithims"), "algorithm"), + (UniCase::ascii("masturbathon"), "masturbation"), + (UniCase::ascii("industrialzed"), "industrialized"), + (UniCase::ascii("insensetive"), "insensitive"), + (UniCase::ascii("presidencial"), "presidential"), + (UniCase::ascii("metalurgy"), "metallurgy"), + (UniCase::ascii("electromangetic"), "electromagnetic"), + (UniCase::ascii("headquatered"), "headquartered"), + (UniCase::ascii("surviver"), "survivor"), + (UniCase::ascii("convertie"), "convertible"), + (UniCase::ascii("fountan"), "fountain"), + (UniCase::ascii("wriet"), "write"), + (UniCase::ascii("ciltoris"), "clitoris"), + (UniCase::ascii("qualfiiers"), "qualifiers"), + (UniCase::ascii("scandalises"), "scandalizes"), + (UniCase::ascii("alrorythm"), "algorithm"), + (UniCase::ascii("fedorahs"), "fedoras"), + (UniCase::ascii("parametros"), "parameters"), + (UniCase::ascii("tryahrd"), "tryhard"), + (UniCase::ascii("shaprening"), "sharpening"), + (UniCase::ascii("invurnerable"), "invulnerable"), + (UniCase::ascii("imaginativo"), "imagination"), + (UniCase::ascii("emprisonment"), "imprisonment"), + (UniCase::ascii("dionsaur"), "dinosaur"), + (UniCase::ascii("beteshda"), "bethesda"), + (UniCase::ascii("americares"), "americas"), + (UniCase::ascii("averageifs"), "averages"), + (UniCase::ascii("intoxicacion"), "intoxication"), + (UniCase::ascii("rhytmic"), "rhythmic"), + (UniCase::ascii("administratieve"), "administrative"), + (UniCase::ascii("torchlgiht"), "torchlight"), + (UniCase::ascii("patrcik"), "patrick"), + (UniCase::ascii("consisent"), "consistent"), + (UniCase::ascii("truamatic"), "traumatic"), + (UniCase::ascii("circularise"), "circularize"), + (UniCase::ascii("systematisch"), "systematic"), + (UniCase::ascii("repressent"), "represents"), + (UniCase::ascii("lustre"), "luster"), + (UniCase::ascii("altruistisch"), "altruistic"), + (UniCase::ascii("inaguration"), "inauguration"), + (UniCase::ascii("lepoard"), "leopard"), + (UniCase::ascii("tridnet"), "trident"), + (UniCase::ascii("replicae"), "replicated"), + (UniCase::ascii("breastfeeing"), "breastfeeding"), + (UniCase::ascii("manufcaturers"), "manufactures"), + (UniCase::ascii("sitautions"), "situations"), + (UniCase::ascii("contributivo"), "contribution"), + (UniCase::ascii("radioacive"), "radioactive"), + (UniCase::ascii("railraod"), "railroad"), + (UniCase::ascii("ultiamte"), "ultimate"), + (UniCase::ascii("cringeworty"), "cringeworthy"), + (UniCase::ascii("inappropriatelly"), "inappropriately"), + (UniCase::ascii("intercoarse"), "intercourse"), + (UniCase::ascii("neckbeardies"), "neckbeards"), + (UniCase::ascii("beautyfully"), "beautifully"), + (UniCase::ascii("possesives"), "possessive"), + (UniCase::ascii("identifiy"), "identify"), + (UniCase::ascii("pasuing"), "pausing"), + (UniCase::ascii("concervative"), "conservative"), + (UniCase::ascii("tyhe"), "they"), + (UniCase::ascii("digitise"), "digitize"), + (UniCase::ascii("depictes"), "depicts"), + (UniCase::ascii("competenze"), "competence"), + (UniCase::ascii("gaolbird"), "jailbird"), + (UniCase::ascii("accessable"), "accessible"), + (UniCase::ascii("gosepls"), "gospels"), + (UniCase::ascii("utiltiarian"), "utilitarian"), + (UniCase::ascii("qaulifications"), "qualification"), + (UniCase::ascii("spreadhseet"), "spreadsheet"), + (UniCase::ascii("deliberetly"), "deliberately"), + (UniCase::ascii("staduims"), "stadiums"), + (UniCase::ascii("quickets"), "quickest"), + (UniCase::ascii("intimidare"), "intimidate"), + (UniCase::ascii("gradualy"), "gradually"), + (UniCase::ascii("patirot"), "patriot"), + (UniCase::ascii("lightnign"), "lightning"), + (UniCase::ascii("aneroxic"), "anorexic"), + (UniCase::ascii("rigour"), "rigor"), + (UniCase::ascii("smackdwon"), "smackdown"), + (UniCase::ascii("ocotpus"), "octopus"), + (UniCase::ascii("everyonehas"), "everyones"), + (UniCase::ascii("invisibiliy"), "invisibility"), + (UniCase::ascii("accostumed"), "accustomed"), + (UniCase::ascii("judegmental"), "judgemental"), + (UniCase::ascii("perpetue"), "perpetuate"), + (UniCase::ascii("programes"), "programs"), + (UniCase::ascii("impactos"), "impacts"), + (UniCase::ascii("duplicants"), "duplicates"), + (UniCase::ascii("referal"), "referral"), + (UniCase::ascii("specializied"), "specialize"), + (UniCase::ascii("surounding"), "surrounding"), + (UniCase::ascii("propeht"), "prophet"), + (UniCase::ascii("voluntears"), "volunteers"), + (UniCase::ascii("inheirtance"), "inheritance"), + (UniCase::ascii("respondus"), "responds"), + (UniCase::ascii("incompatablity"), "incompatibility"), + (UniCase::ascii("enourmous"), "enormous"), + (UniCase::ascii("frustraties"), "frustrates"), + (UniCase::ascii("benghzai"), "benghazi"), + (UniCase::ascii("observerats"), "observers"), + (UniCase::ascii("olypmics"), "olympics"), + (UniCase::ascii("scandinvia"), "scandinavia"), + (UniCase::ascii("choosen"), "chosen"), + (UniCase::ascii("breathalysing"), "breathalyzing"), + (UniCase::ascii("wednessday"), "wednesdays"), + (UniCase::ascii("intervension"), "intervention"), + (UniCase::ascii("offences"), "offenses"), + (UniCase::ascii("effectivley"), "effectively"), + (UniCase::ascii("nationalistiske"), "nationalists"), + (UniCase::ascii("deterioriating"), "deteriorating"), + (UniCase::ascii("dimenions"), "dimensions"), + (UniCase::ascii("analysises"), "analyses"), + (UniCase::ascii("indefinity"), "indefinitely"), + (UniCase::ascii("desginers"), "designers"), + (UniCase::ascii("fraudelent"), "fraudulent"), + (UniCase::ascii("pakistanezi"), "pakistani"), + (UniCase::ascii("lighthosue"), "lighthouse"), + (UniCase::ascii("exeuctioner"), "executioner"), + (UniCase::ascii("acknowldge"), "acknowledge"), + (UniCase::ascii("occassional"), "occasional"), + (UniCase::ascii("spritual"), "spiritual"), + (UniCase::ascii("victorios"), "victorious"), + (UniCase::ascii("vechiles"), "vehicles"), + (UniCase::ascii("sophistacated"), "sophisticated"), + (UniCase::ascii("preferentail"), "preferential"), + (UniCase::ascii("undesrtand"), "understands"), + (UniCase::ascii("cleverleys"), "cleverly"), + (UniCase::ascii("circumstace"), "circumstance"), + (UniCase::ascii("smae"), "same"), + (UniCase::ascii("catalsyt"), "catalyst"), + (UniCase::ascii("enthicity"), "ethnicity"), + (UniCase::ascii("defintaley"), "definately"), + (UniCase::ascii("sclupture"), "sculpture"), + (UniCase::ascii("cardborad"), "cardboard"), + (UniCase::ascii("weirods"), "weirdos"), + (UniCase::ascii("isntances"), "instances"), + (UniCase::ascii("theatre"), "theater"), + (UniCase::ascii("tesitmony"), "testimony"), + (UniCase::ascii("caffeen"), "caffeine"), + (UniCase::ascii("rhapsoy"), "rhapsody"), + (UniCase::ascii("wigdets"), "widgets"), + (UniCase::ascii("intorvert"), "introvert"), + (UniCase::ascii("condemantion"), "condemnation"), + (UniCase::ascii("appreicating"), "appreciating"), + (UniCase::ascii("simulatie"), "simulate"), + (UniCase::ascii("councelors"), "counselors"), + (UniCase::ascii("alrighy"), "alrighty"), + (UniCase::ascii("aquarim"), "aquarium"), + (UniCase::ascii("unrealesed"), "unreleased"), + (UniCase::ascii("burssels"), "brussels"), + (UniCase::ascii("corrispondence"), "correspondence"), + (UniCase::ascii("stange"), "strange"), + (UniCase::ascii("sponteanously"), "spontaneously"), + (UniCase::ascii("benedit"), "benedict"), + (UniCase::ascii("illumanati"), "illuminati"), + (UniCase::ascii("prodcuts"), "products"), + (UniCase::ascii("seahawkers"), "seahawks"), + (UniCase::ascii("fundimentally"), "fundamentally"), + (UniCase::ascii("muscicians"), "musicians"), + (UniCase::ascii("contestors"), "contests"), + (UniCase::ascii("entorpy"), "entropy"), + (UniCase::ascii("sidelinked"), "sideline"), + (UniCase::ascii("presideny"), "presidency"), + (UniCase::ascii("rennovating"), "renovating"), + (UniCase::ascii("currest"), "currents"), + (UniCase::ascii("initation"), "initiation"), + (UniCase::ascii("congresmen"), "congressmen"), + (UniCase::ascii("distils"), "distills"), + (UniCase::ascii("censurship"), "censorship"), + (UniCase::ascii("cudgelling"), "cudgeling"), + (UniCase::ascii("roundabaout"), "roundabout"), + (UniCase::ascii("persuits"), "pursuits"), + (UniCase::ascii("traumetized"), "traumatized"), + (UniCase::ascii("olympis"), "olympics"), + (UniCase::ascii("terrorises"), "terrorizes"), + (UniCase::ascii("counterpont"), "counterpoint"), + (UniCase::ascii("constans"), "constants"), + (UniCase::ascii("killins"), "killings"), + (UniCase::ascii("acquaintaince"), "acquaintance"), + (UniCase::ascii("irrationnal"), "irrational"), + (UniCase::ascii("unrepentent"), "unrepentant"), + (UniCase::ascii("microtransacations"), "microtransactions"), + (UniCase::ascii("intermediete"), "intermediate"), + (UniCase::ascii("incrediably"), "incredibly"), + (UniCase::ascii("sympathie"), "sympathize"), + (UniCase::ascii("authroization"), "authorization"), + (UniCase::ascii("disricts"), "districts"), + (UniCase::ascii("complilations"), "complications"), + (UniCase::ascii("skepticons"), "skeptics"), + (UniCase::ascii("parenthises"), "parenthesis"), + (UniCase::ascii("interupt"), "interrupt"), + (UniCase::ascii("freqeuncy"), "frequency"), + (UniCase::ascii("rememebr"), "remember"), + (UniCase::ascii("towords"), "towards"), + (UniCase::ascii("togehter"), "together"), + (UniCase::ascii("depection"), "deception"), + (UniCase::ascii("physciatrists"), "psychiatrists"), + (UniCase::ascii("diffucult"), "difficult"), + (UniCase::ascii("conspriacies"), "conspiracies"), + (UniCase::ascii("adernaline"), "adrenaline"), + (UniCase::ascii("impliment"), "implement"), + (UniCase::ascii("uncontitutional"), "unconstitutional"), + (UniCase::ascii("nostaglia"), "nostalgia"), + (UniCase::ascii("passionite"), "passionate"), + (UniCase::ascii("journalistische"), "journalistic"), + (UniCase::ascii("alcohalism"), "alcoholism"), + (UniCase::ascii("functionlity"), "functionality"), + (UniCase::ascii("fullset"), "fullest"), + (UniCase::ascii("reparied"), "repaired"), + (UniCase::ascii("negotiaton"), "negotiation"), + (UniCase::ascii("disgustingy"), "disgustingly"), + (UniCase::ascii("accompanyed"), "accompanied"), + (UniCase::ascii("dismisals"), "dismissal"), + (UniCase::ascii("facilitarte"), "facilitate"), + (UniCase::ascii("translucient"), "translucent"), + (UniCase::ascii("narcessist"), "narcissist"), + (UniCase::ascii("intrisinc"), "intrinsic"), + (UniCase::ascii("demonstate"), "demonstrate"), + (UniCase::ascii("antractica"), "antarctica"), + (UniCase::ascii("haemorrhaged"), "hemorrhaged"), + (UniCase::ascii("midfied"), "midfield"), + (UniCase::ascii("determinanti"), "determination"), + (UniCase::ascii("bulletts"), "bullets"), + (UniCase::ascii("akransas"), "arkansas"), + (UniCase::ascii("dispenced"), "dispensed"), + (UniCase::ascii("instils"), "instills"), + (UniCase::ascii("appointmet"), "appointments"), + (UniCase::ascii("conenction"), "connection"), + (UniCase::ascii("pertinet"), "pertinent"), + (UniCase::ascii("fullets"), "fullest"), + (UniCase::ascii("guantamano"), "guantanamo"), + (UniCase::ascii("comparatie"), "comparative"), + (UniCase::ascii("demonising"), "demonizing"), + (UniCase::ascii("spiritualiy"), "spiritually"), + (UniCase::ascii("terorrism"), "terrorism"), + (UniCase::ascii("morrisound"), "morrison"), + (UniCase::ascii("politickin"), "politician"), + (UniCase::ascii("vertigro"), "vertigo"), + (UniCase::ascii("fortunte"), "fortune"), + (UniCase::ascii("invitacion"), "invitation"), + (UniCase::ascii("statment"), "statement"), + (UniCase::ascii("populatiry"), "popularity"), + (UniCase::ascii("discosure"), "discourse"), + (UniCase::ascii("manoeuverability"), "maneuverability"), + (UniCase::ascii("inspried"), "inspired"), + (UniCase::ascii("paltinum"), "platinum"), + (UniCase::ascii("techinque"), "technique"), + (UniCase::ascii("cervial"), "cervical"), + (UniCase::ascii("psycholigists"), "psychologists"), + (UniCase::ascii("reisntall"), "reinstall"), + (UniCase::ascii("illegalis"), "illegals"), + (UniCase::ascii("capabality"), "capability"), + (UniCase::ascii("capteurs"), "captures"), + (UniCase::ascii("reinforcemt"), "reinforcement"), + (UniCase::ascii("througout"), "throughout"), + (UniCase::ascii("trespasing"), "trespassing"), + (UniCase::ascii("broacasted"), "broadcast"), + (UniCase::ascii("reconstrucion"), "reconstruction"), + (UniCase::ascii("congretation"), "congregation"), + (UniCase::ascii("provinence"), "providence"), + (UniCase::ascii("generatie"), "generate"), + (UniCase::ascii("mechanis"), "mechanics"), + (UniCase::ascii("elementy"), "elementary"), + (UniCase::ascii("illusiones"), "illusions"), + (UniCase::ascii("specialises"), "specializes"), + (UniCase::ascii("percentille"), "percentile"), + (UniCase::ascii("comparisen"), "compares"), + (UniCase::ascii("denegerate"), "degenerate"), + (UniCase::ascii("recogniton"), "recognition"), + (UniCase::ascii("disolved"), "dissolved"), + (UniCase::ascii("entrepreneurers"), "entrepreneurs"), + (UniCase::ascii("hydropobe"), "hydrophobe"), + (UniCase::ascii("gorvement"), "goverment"), + (UniCase::ascii("proficiant"), "proficient"), + (UniCase::ascii("romaing"), "roaming"), + (UniCase::ascii("blackbery"), "blackberry"), + (UniCase::ascii("crystalls"), "crystals"), + (UniCase::ascii("threefor"), "therefor"), + (UniCase::ascii("reproduciton"), "reproduction"), + (UniCase::ascii("archimedian"), "archimedean"), + (UniCase::ascii("relpacement"), "replacement"), + (UniCase::ascii("doulbelift"), "doublelift"), + (UniCase::ascii("gaoled"), "jailed"), + (UniCase::ascii("interpreteer"), "interpreter"), + (UniCase::ascii("commercie"), "commerce"), + (UniCase::ascii("spainsh"), "spanish"), + (UniCase::ascii("eclipes"), "eclipse"), + (UniCase::ascii("acculumate"), "accumulate"), + (UniCase::ascii("reminisent"), "reminiscent"), + (UniCase::ascii("whilsting"), "whistling"), + (UniCase::ascii("deflatin"), "deflation"), + (UniCase::ascii("determinas"), "determines"), + (UniCase::ascii("faptastically"), "fantastically"), + (UniCase::ascii("emphazised"), "emphasized"), + (UniCase::ascii("archatypes"), "archetypes"), + (UniCase::ascii("paladinos"), "paladins"), + (UniCase::ascii("denominatons"), "denominations"), + (UniCase::ascii("essentuals"), "essentials"), + (UniCase::ascii("constructo"), "construction"), + (UniCase::ascii("continenal"), "continental"), + (UniCase::ascii("sidelen"), "sideline"), + (UniCase::ascii("presidental"), "presidential"), + (UniCase::ascii("invaulable"), "invaluable"), + (UniCase::ascii("indistinquishable"), "indistinguishable"), + (UniCase::ascii("intrinisc"), "intrinsic"), + (UniCase::ascii("specialies"), "specializes"), + (UniCase::ascii("milennia"), "millennia"), + (UniCase::ascii("paramecias"), "paramedics"), + (UniCase::ascii("conseguence"), "consequence"), + (UniCase::ascii("bethesa"), "bethesda"), + (UniCase::ascii("rythyms"), "rhythms"), + (UniCase::ascii("inovker"), "invoker"), + (UniCase::ascii("parterned"), "partnered"), + (UniCase::ascii("abstanence"), "abstinence"), + (UniCase::ascii("marginis"), "margins"), + (UniCase::ascii("wavelenghts"), "wavelength"), + (UniCase::ascii("sharpley"), "sharply"), + (UniCase::ascii("midfeilder"), "midfielder"), + (UniCase::ascii("bluebarries"), "blueberries"), + (UniCase::ascii("depedencies"), "dependencies"), + (UniCase::ascii("mutialtion"), "mutilation"), + (UniCase::ascii("vassalls"), "vassals"), + (UniCase::ascii("cooridnate"), "coordinate"), + (UniCase::ascii("complimente"), "complement"), + (UniCase::ascii("insuinating"), "insinuating"), + (UniCase::ascii("chronice"), "chronicles"), + (UniCase::ascii("uncomfrotable"), "uncomfortable"), + (UniCase::ascii("microvaxes"), "microwaves"), + (UniCase::ascii("repblicans"), "republicans"), + (UniCase::ascii("magnifecent"), "magnificent"), + (UniCase::ascii("ingrediens"), "ingredients"), + (UniCase::ascii("unintensionally"), "unintentionally"), + (UniCase::ascii("photographyi"), "photographic"), + (UniCase::ascii("extrememly"), "extremely"), + (UniCase::ascii("containting"), "containing"), + (UniCase::ascii("artifacs"), "artifacts"), + (UniCase::ascii("perpindicular"), "perpendicular"), + (UniCase::ascii("willk"), "will"), + (UniCase::ascii("sotrylines"), "storylines"), + (UniCase::ascii("sysmatically"), "systematically"), + (UniCase::ascii("youseff"), "yousef"), + (UniCase::ascii("contruction"), "construction"), + (UniCase::ascii("consturction"), "construction"), + (UniCase::ascii("emergencias"), "emergencies"), + (UniCase::ascii("autonomos"), "autonomous"), + (UniCase::ascii("begnals"), "bengals"), + (UniCase::ascii("territoy"), "territory"), + (UniCase::ascii("convorsation"), "conversation"), + (UniCase::ascii("mechansim"), "mechanism"), + (UniCase::ascii("mindcarck"), "mindcrack"), + (UniCase::ascii("outnumberd"), "outnumbered"), + (UniCase::ascii("cartriages"), "cartridges"), + (UniCase::ascii("plough"), "plow"), + (UniCase::ascii("unempolyment"), "unemployment"), + (UniCase::ascii("definatetly"), "definately"), + (UniCase::ascii("responcibilities"), "responsibilities"), + (UniCase::ascii("immoratlity"), "immortality"), + (UniCase::ascii("extravagina"), "extravagant"), + (UniCase::ascii("wohle"), "whole"), + (UniCase::ascii("falsley"), "falsely"), + (UniCase::ascii("undoubtebly"), "undoubtedly"), + (UniCase::ascii("nulcear"), "nuclear"), + (UniCase::ascii("mouldier"), "moldier"), + (UniCase::ascii("differientation"), "differentiation"), + (UniCase::ascii("patriarchia"), "patriarchal"), + (UniCase::ascii("maclolm"), "malcolm"), + (UniCase::ascii("swtiches"), "switches"), + (UniCase::ascii("politicains"), "politicians"), + (UniCase::ascii("bureuacratic"), "bureaucratic"), + (UniCase::ascii("parmsean"), "parmesan"), + (UniCase::ascii("nostaglic"), "nostalgic"), + (UniCase::ascii("commentart"), "commentator"), + (UniCase::ascii("subpecies"), "subspecies"), + (UniCase::ascii("circumsicion"), "circumcision"), + (UniCase::ascii("transplantes"), "transplants"), + (UniCase::ascii("clitorius"), "clitoris"), + (UniCase::ascii("presentato"), "presentation"), + (UniCase::ascii("illimunati"), "illuminati"), + (UniCase::ascii("traumatise"), "traumatize"), + (UniCase::ascii("theatregoers"), "theatergoers"), + (UniCase::ascii("repaires"), "repairs"), + (UniCase::ascii("stabilizies"), "stabilize"), + (UniCase::ascii("informacion"), "information"), + (UniCase::ascii("rulle"), "rule"), + (UniCase::ascii("contess"), "contests"), + (UniCase::ascii("eyeballers"), "eyeballs"), + (UniCase::ascii("possesion"), "possession"), + (UniCase::ascii("internetus"), "internets"), + (UniCase::ascii("braodway"), "broadway"), + (UniCase::ascii("resintalled"), "reinstalled"), + (UniCase::ascii("showede"), "showered"), + (UniCase::ascii("oblitorated"), "obliterated"), + (UniCase::ascii("alphabeat"), "alphabet"), + (UniCase::ascii("prosecutie"), "prosecuted"), + (UniCase::ascii("transfom"), "transform"), + (UniCase::ascii("insignifigant"), "insignificant"), + (UniCase::ascii("incompatiblity"), "incompatibility"), + (UniCase::ascii("montanya"), "montana"), + (UniCase::ascii("fanatsize"), "fantasize"), + (UniCase::ascii("repalcements"), "replacements"), + (UniCase::ascii("barbariens"), "barbarians"), + (UniCase::ascii("millon"), "million"), + (UniCase::ascii("outpsoken"), "outspoken"), + (UniCase::ascii("grahpics"), "graphics"), + (UniCase::ascii("cuntaminated"), "contaminated"), + (UniCase::ascii("reconnet"), "reconnect"), + (UniCase::ascii("mastermid"), "mastermind"), + (UniCase::ascii("heatskin"), "heatsink"), + (UniCase::ascii("irreplacable"), "irreplaceable"), + (UniCase::ascii("versalite"), "versatile"), + (UniCase::ascii("stoyr"), "story"), + (UniCase::ascii("browines"), "brownies"), + (UniCase::ascii("penguiness"), "penguins"), + (UniCase::ascii("republian"), "republican"), + (UniCase::ascii("messenging"), "messaging"), + (UniCase::ascii("evangelising"), "evangelizing"), + (UniCase::ascii("prepostorous"), "preposterous"), + (UniCase::ascii("tranistional"), "transitional"), + (UniCase::ascii("prominenty"), "prominently"), + (UniCase::ascii("netocde"), "netcode"), + (UniCase::ascii("childbrith"), "childbirth"), + (UniCase::ascii("imperilling"), "imperiling"), + (UniCase::ascii("welathier"), "wealthier"), + (UniCase::ascii("amargeddon"), "armageddon"), + (UniCase::ascii("chirstmas"), "christmas"), + (UniCase::ascii("agricultual"), "agricultural"), + (UniCase::ascii("statsitical"), "statistical"), + (UniCase::ascii("claculators"), "calculators"), + (UniCase::ascii("stratagies"), "strategies"), + (UniCase::ascii("resteraunts"), "restaurants"), + (UniCase::ascii("febuary"), "february"), + (UniCase::ascii("residude"), "residue"), + (UniCase::ascii("carnigie-mellon"), "carnegie-mellon"), + (UniCase::ascii("concider"), "consider"), + (UniCase::ascii("steroetype"), "stereotype"), + (UniCase::ascii("pronuncuation"), "pronunciation"), + (UniCase::ascii("bureaucats"), "bureaucrats"), + (UniCase::ascii("economicus"), "economics"), + (UniCase::ascii("synthesasia"), "synthesis"), + (UniCase::ascii("replased"), "relapsed"), + (UniCase::ascii("remarkablely"), "remarkably"), + (UniCase::ascii("manipluation"), "manipulation"), + (UniCase::ascii("karbohydrates"), "carbohydrates"), + (UniCase::ascii("mentionning"), "mentioning"), + (UniCase::ascii("possable"), "possible"), + (UniCase::ascii("combins"), "combines"), + (UniCase::ascii("whitleist"), "whitelist"), + (UniCase::ascii("conontation"), "connotation"), + (UniCase::ascii("urbanises"), "urbanizes"), + (UniCase::ascii("jeopardising"), "jeopardizing"), + (UniCase::ascii("villification"), "vilification"), + (UniCase::ascii("notificaiton"), "notification"), + (UniCase::ascii("envrionmentally"), "environmentally"), + (UniCase::ascii("indestructble"), "indestructible"), + (UniCase::ascii("terriblely"), "terribly"), + (UniCase::ascii("revolutionises"), "revolutionizes"), + (UniCase::ascii("acknowladges"), "acknowledges"), + (UniCase::ascii("intersteller"), "interstellar"), + (UniCase::ascii("pharmaseutical"), "pharmaceutical"), + (UniCase::ascii("initalisers"), "initialisers"), + (UniCase::ascii("orginasation"), "organisation"), + (UniCase::ascii("colleage"), "colleagues"), + (UniCase::ascii("afforadble"), "affordable"), + (UniCase::ascii("corrospondence"), "correspondence"), + (UniCase::ascii("contradicing"), "contradicting"), + (UniCase::ascii("sponsorshop"), "sponsorship"), + (UniCase::ascii("decensitized"), "desensitized"), + (UniCase::ascii("hallucenation"), "hallucination"), + (UniCase::ascii("astonising"), "astonishing"), + (UniCase::ascii("cooperativo"), "cooperation"), + (UniCase::ascii("compressio"), "compressor"), + (UniCase::ascii("communciations"), "communications"), + (UniCase::ascii("downvotr"), "downvoters"), + (UniCase::ascii("correspend"), "correspond"), + (UniCase::ascii("apprieciate"), "appreciate"), + (UniCase::ascii("analgoue"), "analogue"), + (UniCase::ascii("eliminase"), "eliminates"), + (UniCase::ascii("miniscuel"), "miniscule"), + (UniCase::ascii("vriament"), "vraiment"), + (UniCase::ascii("switerzland"), "switzerland"), + (UniCase::ascii("adeilade"), "adelaide"), + (UniCase::ascii("foundatoin"), "foundations"), + (UniCase::ascii("subruban"), "suburban"), + (UniCase::ascii("pummelled"), "pummel"), + (UniCase::ascii("sentinents"), "sentiments"), + (UniCase::ascii("miraculosly"), "miraculously"), + (UniCase::ascii("deinitalize"), "deinitialize"), + (UniCase::ascii("politicain"), "politician"), + (UniCase::ascii("tolkein"), "tolkien"), + (UniCase::ascii("accompianed"), "accompanied"), + (UniCase::ascii("responsable"), "responsible"), + (UniCase::ascii("philosohpers"), "philosopher"), + (UniCase::ascii("expoch"), "epoch"), + (UniCase::ascii("kunckle"), "knuckle"), + (UniCase::ascii("conicidentally"), "coincidentally"), + (UniCase::ascii("metropolitain"), "metropolitan"), + (UniCase::ascii("girefing"), "griefing"), + (UniCase::ascii("attracs"), "attracts"), + (UniCase::ascii("hitboxers"), "hitboxes"), + (UniCase::ascii("subconcsiously"), "subconsciously"), + (UniCase::ascii("coordinaters"), "coordinates"), + (UniCase::ascii("civillian"), "civilian"), + (UniCase::ascii("shanenigans"), "shenanigans"), + (UniCase::ascii("courtrooom"), "courtroom"), + (UniCase::ascii("reciprociate"), "reciprocate"), + (UniCase::ascii("disillusionned"), "disillusioned"), + (UniCase::ascii("charitible"), "charitable"), + (UniCase::ascii("fertilised"), "fertilized"), + (UniCase::ascii("inteferring"), "interfering"), + (UniCase::ascii("dimensionnal"), "dimensional"), + (UniCase::ascii("wensday"), "wednesday"), + (UniCase::ascii("negligiable"), "negligible"), + (UniCase::ascii("subterranian"), "subterranean"), + (UniCase::ascii("sunscreeen"), "sunscreen"), + (UniCase::ascii("sacrafice"), "sacrifice"), + (UniCase::ascii("conciously"), "consciously"), + (UniCase::ascii("reassureing"), "reassuring"), + (UniCase::ascii("excalmation"), "exclamation"), + (UniCase::ascii("significanty"), "significantly"), + (UniCase::ascii("nativey"), "natively"), + (UniCase::ascii("entrepreuner"), "entrepreneurs"), + (UniCase::ascii("encyclopaedic"), "encyclopedic"), + (UniCase::ascii("thristy"), "thirsty"), + (UniCase::ascii("australiens"), "australians"), + (UniCase::ascii("profressions"), "progressions"), + (UniCase::ascii("beteen"), "between"), + (UniCase::ascii("yaching"), "yachting"), + (UniCase::ascii("merchanidse"), "merchandise"), + (UniCase::ascii("skepticim"), "skepticism"), + (UniCase::ascii("nauseuos"), "nauseous"), + (UniCase::ascii("announcemnts"), "announcements"), + (UniCase::ascii("instutitionalized"), "institutionalized"), + (UniCase::ascii("scandanivian"), "scandinavian"), + (UniCase::ascii("multipled"), "multiplied"), + (UniCase::ascii("fracturare"), "fracture"), + (UniCase::ascii("ringotne"), "ringtone"), + (UniCase::ascii("pebblets"), "pebbles"), + (UniCase::ascii("netropolitan"), "metropolitan"), + (UniCase::ascii("exhalted"), "exalted"), + (UniCase::ascii("destinaton"), "destination"), + (UniCase::ascii("wolrdview"), "worldview"), + (UniCase::ascii("contrictions"), "contractions"), + (UniCase::ascii("astronomicly"), "astronomical"), + (UniCase::ascii("reveiwers"), "reviewers"), + (UniCase::ascii("extraordinay"), "extraordinary"), + (UniCase::ascii("naturalisation"), "naturalization"), + (UniCase::ascii("impresonating"), "impersonating"), + (UniCase::ascii("gammeode"), "gamemode"), + (UniCase::ascii("tryannical"), "tyrannical"), + (UniCase::ascii("pragamtic"), "pragmatic"), + (UniCase::ascii("atatchments"), "attachments"), + (UniCase::ascii("dissapearing"), "disappearing"), + (UniCase::ascii("airrcraft"), "aircraft"), + (UniCase::ascii("convienent"), "convenient"), + (UniCase::ascii("calculaters"), "calculators"), + (UniCase::ascii("pennsilvania"), "pennsylvania"), + (UniCase::ascii("handlebards"), "handlebars"), + (UniCase::ascii("knuckel"), "knuckle"), + (UniCase::ascii("unprone"), "unproven"), + (UniCase::ascii("ridiculos"), "ridiculous"), + (UniCase::ascii("achievemnt"), "achievement"), + (UniCase::ascii("organsims"), "organisms"), + (UniCase::ascii("installatron"), "installation"), + (UniCase::ascii("illustratior"), "illustrator"), + (UniCase::ascii("institude"), "instituted"), + (UniCase::ascii("interpersonnal"), "interpersonal"), + (UniCase::ascii("destruccion"), "destruction"), + (UniCase::ascii("percisely"), "precisely"), + (UniCase::ascii("catastraphic"), "catastrophic"), + (UniCase::ascii("conciousness"), "consciousness"), + (UniCase::ascii("configuratoin"), "configurations"), + (UniCase::ascii("sensitise"), "sensitize"), + (UniCase::ascii("tutoriales"), "tutorials"), + (UniCase::ascii("industrualized"), "industrialized"), + (UniCase::ascii("disconencts"), "disconnects"), + (UniCase::ascii("inadaquate"), "inadequate"), + (UniCase::ascii("conneticut"), "connecticut"), + (UniCase::ascii("spiltter"), "splitter"), + (UniCase::ascii("omiting"), "omitting"), + (UniCase::ascii("permitas"), "permits"), + (UniCase::ascii("dolphinese"), "dolphins"), + (UniCase::ascii("monolistic"), "monolithic"), + (UniCase::ascii("collectivises"), "collectivizes"), + (UniCase::ascii("anomynity"), "anonymity"), + (UniCase::ascii("skandinavian"), "scandinavian"), + (UniCase::ascii("disconencted"), "disconnected"), + (UniCase::ascii("privilegied"), "privileged"), + (UniCase::ascii("expolsives"), "explosives"), + (UniCase::ascii("cilynders"), "cylinders"), + (UniCase::ascii("moustached"), "mustached"), + (UniCase::ascii("masscare"), "massacre"), + (UniCase::ascii("armagedden"), "armageddon"), + (UniCase::ascii("asborbed"), "absorbed"), + (UniCase::ascii("introspectivo"), "introspection"), + (UniCase::ascii("enviromnent"), "environments"), + (UniCase::ascii("theologial"), "theological"), + (UniCase::ascii("practicarlo"), "practical"), + (UniCase::ascii("downgarde"), "downgrade"), + (UniCase::ascii("sanctiond"), "sanctioned"), + (UniCase::ascii("proficienty"), "proficiency"), + (UniCase::ascii("fortunae"), "fortune"), + (UniCase::ascii("detriot"), "detroit"), + (UniCase::ascii("metabolisim"), "metabolism"), + (UniCase::ascii("philosoper"), "philosopher"), + (UniCase::ascii("prohibitivo"), "prohibition"), + (UniCase::ascii("slayign"), "slaying"), + (UniCase::ascii("jennins"), "jennings"), + (UniCase::ascii("descibed"), "described"), + (UniCase::ascii("gourment"), "gourmet"), + (UniCase::ascii("anestheisa"), "anesthesia"), + (UniCase::ascii("progressiste"), "progresses"), + (UniCase::ascii("battelship"), "battleship"), + (UniCase::ascii("bombardement"), "bombardment"), + (UniCase::ascii("glorifierad"), "glorified"), + (UniCase::ascii("competitons"), "competitors"), + (UniCase::ascii("cirlces"), "circles"), + (UniCase::ascii("repectively"), "respectively"), + (UniCase::ascii("transforme"), "transfer"), + (UniCase::ascii("constituient"), "constitute"), + (UniCase::ascii("degrated"), "degrade"), + (UniCase::ascii("unintuive"), "unintuitive"), + (UniCase::ascii("icongnito"), "incognito"), + (UniCase::ascii("webapge"), "webpage"), + (UniCase::ascii("athleticsim"), "athleticism"), + (UniCase::ascii("nigthmare"), "nightmare"), + (UniCase::ascii("benevolant"), "benevolent"), + (UniCase::ascii("burlgar"), "burglar"), + (UniCase::ascii("cessationalist"), "sensationalist"), + (UniCase::ascii("plataeu"), "plateau"), + (UniCase::ascii("seriuosly"), "seriously"), + (UniCase::ascii("interfears"), "interferes"), + (UniCase::ascii("unrealsitic"), "unrealistic"), + (UniCase::ascii("radicalise"), "radicalize"), + (UniCase::ascii("prioritse"), "priorities"), + (UniCase::ascii("subscrubed"), "subscribed"), + (UniCase::ascii("neglacting"), "neglecting"), + (UniCase::ascii("sacarmento"), "sacramento"), + (UniCase::ascii("neighbourhood"), "neighborhood"), + (UniCase::ascii("mastrubation"), "masturbation"), + (UniCase::ascii("nuremburg"), "nuremberg"), + (UniCase::ascii("unrnaked"), "unranked"), + (UniCase::ascii("designade"), "designated"), + (UniCase::ascii("connecticuit"), "connecticut"), + (UniCase::ascii("spiritualy"), "spiritually"), + (UniCase::ascii("seinors"), "seniors"), + (UniCase::ascii("disadventage"), "disadvantage"), + (UniCase::ascii("ampilfy"), "amplify"), + (UniCase::ascii("fucntioning"), "functioning"), + (UniCase::ascii("promiscuious"), "promiscuous"), + (UniCase::ascii("ideologe"), "ideologies"), + (UniCase::ascii("somene"), "someone"), + (UniCase::ascii("apllications"), "applications"), + (UniCase::ascii("nonsencical"), "nonsensical"), + (UniCase::ascii("intervalles"), "intervals"), + (UniCase::ascii("burguny"), "burgundy"), + (UniCase::ascii("downloadble"), "downloadable"), + (UniCase::ascii("contempoary"), "contemporary"), + (UniCase::ascii("radicalising"), "radicalizing"), + (UniCase::ascii("conflit"), "conflict"), + (UniCase::ascii("bureacuracy"), "bureaucracy"), + (UniCase::ascii("preferens"), "preferences"), + (UniCase::ascii("terrorisim"), "terrorism"), + (UniCase::ascii("hoepfully"), "hopefully"), + (UniCase::ascii("withdrawin"), "withdrawn"), + (UniCase::ascii("agnosticm"), "agnosticism"), + (UniCase::ascii("fignernails"), "fingernails"), + (UniCase::ascii("admittadly"), "admittedly"), + (UniCase::ascii("remoulded"), "remolded"), + (UniCase::ascii("defualt"), "default"), + (UniCase::ascii("phycisists"), "physicists"), + (UniCase::ascii("worldivew"), "worldview"), + (UniCase::ascii("modulair"), "modular"), + (UniCase::ascii("roboticus"), "robotics"), + (UniCase::ascii("listenes"), "listens"), + (UniCase::ascii("inplementing"), "implementing"), + (UniCase::ascii("fanatsies"), "fantasies"), + (UniCase::ascii("excedded"), "exceeded"), + (UniCase::ascii("insurgance"), "insurgency"), + (UniCase::ascii("hospitallity"), "hospitality"), + (UniCase::ascii("transfromers"), "transformers"), + (UniCase::ascii("scarificed"), "sacrificed"), + (UniCase::ascii("procrastiantion"), "procrastination"), + (UniCase::ascii("assitant"), "assistant"), + (UniCase::ascii("govermental"), "governmental"), + (UniCase::ascii("conenctors"), "connectors"), + (UniCase::ascii("illustraded"), "illustrated"), + (UniCase::ascii("stupitidy"), "stupidity"), + (UniCase::ascii("multipleies"), "multiples"), + (UniCase::ascii("presuambly"), "presumably"), + (UniCase::ascii("compilare"), "compiler"), + (UniCase::ascii("visibiliy"), "visibility"), + (UniCase::ascii("todya"), "today"), + (UniCase::ascii("councillors"), "councilors"), + (UniCase::ascii("swizterland"), "switzerland"), + (UniCase::ascii("insiginficant"), "insignificant"), + (UniCase::ascii("documentory"), "documentary"), + (UniCase::ascii("libguistics"), "linguistics"), + (UniCase::ascii("continutiy"), "continuity"), + (UniCase::ascii("inbetween"), "between"), + (UniCase::ascii("assassinas"), "assassins"), + (UniCase::ascii("transkription"), "transcription"), + (UniCase::ascii("eyeshdaow"), "eyeshadow"), + (UniCase::ascii("misdeamenors"), "misdemeanor"), + (UniCase::ascii("theologicial"), "theological"), + (UniCase::ascii("vioalting"), "violating"), + (UniCase::ascii("progresison"), "progressions"), + (UniCase::ascii("constitucion"), "constitution"), + (UniCase::ascii("newcastel"), "newcastle"), + (UniCase::ascii("ramificaitons"), "ramifications"), + (UniCase::ascii("relfected"), "reflected"), + (UniCase::ascii("windshiled"), "windshield"), + (UniCase::ascii("assmebled"), "assembled"), + (UniCase::ascii("pennsylvaina"), "pennsylvania"), + (UniCase::ascii("succeded"), "succeeded"), + (UniCase::ascii("sinsiter"), "sinister"), + (UniCase::ascii("forgeiner"), "foreigner"), + (UniCase::ascii("assimile"), "assimilate"), + (UniCase::ascii("immidiately"), "immediately"), + (UniCase::ascii("hauntig"), "haunting"), + (UniCase::ascii("outragoues"), "outrageous"), + (UniCase::ascii("absolutley"), "absolutely"), + (UniCase::ascii("articel"), "article"), + (UniCase::ascii("subtances"), "substances"), + (UniCase::ascii("springfied"), "springfield"), + (UniCase::ascii("compliactions"), "complication"), + (UniCase::ascii("divisiones"), "divisions"), + (UniCase::ascii("aribter"), "arbiter"), + (UniCase::ascii("promsicuous"), "promiscuous"), + (UniCase::ascii("trasnmitter"), "transmitter"), + (UniCase::ascii("internetors"), "internets"), + (UniCase::ascii("poeples"), "peoples"), + (UniCase::ascii("mandarijn"), "mandarin"), + (UniCase::ascii("earthqauke"), "earthquake"), + (UniCase::ascii("porgramme"), "programme"), + (UniCase::ascii("flordia"), "florida"), + (UniCase::ascii("speciallity"), "specially"), + (UniCase::ascii("unlcuky"), "unlucky"), + (UniCase::ascii("millionairres"), "millionaire"), + (UniCase::ascii("acident"), "accident"), + (UniCase::ascii("milawukee"), "milwaukee"), + (UniCase::ascii("contenents"), "continents"), + (UniCase::ascii("involunary"), "involuntary"), + (UniCase::ascii("disruptin"), "disruption"), + (UniCase::ascii("perpaid"), "prepaid"), + (UniCase::ascii("challege"), "challenge"), + (UniCase::ascii("relavent"), "relevant"), + (UniCase::ascii("insrugency"), "insurgency"), + (UniCase::ascii("insipring"), "inspiring"), + (UniCase::ascii("sandalls"), "sandals"), + (UniCase::ascii("thsi"), "this"), + (UniCase::ascii("verbalises"), "verbalizes"), + (UniCase::ascii("genersl"), "generals"), + (UniCase::ascii("assasinate"), "assassinate"), + (UniCase::ascii("instelling"), "installing"), + (UniCase::ascii("franscico"), "francisco"), + (UniCase::ascii("predective"), "predictive"), + (UniCase::ascii("nostaligc"), "nostalgic"), + (UniCase::ascii("expendatures"), "expenditures"), + (UniCase::ascii("disgrateful"), "disgraceful"), + (UniCase::ascii("anniversry"), "anniversary"), + (UniCase::ascii("extroardinary"), "extraordinary"), + (UniCase::ascii("survivabiity"), "survivability"), + (UniCase::ascii("mastieres"), "masteries"), + (UniCase::ascii("monolythic"), "monolithic"), + (UniCase::ascii("pahntom"), "phantom"), + (UniCase::ascii("dymanically"), "dynamically"), + (UniCase::ascii("moralising"), "moralizing"), + (UniCase::ascii("kentuckey"), "kentucky"), + (UniCase::ascii("compolation"), "compilation"), + (UniCase::ascii("circumstantal"), "circumstantial"), + (UniCase::ascii("triangel"), "triangle"), + (UniCase::ascii("chameleooon"), "chameleon"), + (UniCase::ascii("markedet"), "marketed"), + (UniCase::ascii("althetic"), "athletic"), + (UniCase::ascii("establsihment"), "establishments"), + (UniCase::ascii("eyebros"), "eyebrows"), + (UniCase::ascii("overkapping"), "overlapping"), + (UniCase::ascii("reserachers"), "researchers"), + (UniCase::ascii("disputs"), "disputes"), + (UniCase::ascii("extrapulate"), "extrapolate"), + (UniCase::ascii("cluases"), "clauses"), + (UniCase::ascii("reinforcemnets"), "reinforcements"), + (UniCase::ascii("bejiing"), "beijing"), + (UniCase::ascii("vinicity"), "vicinity"), + (UniCase::ascii("comemoretion"), "commemoration"), + (UniCase::ascii("iresistable"), "irresistible"), + (UniCase::ascii("indicitave"), "indicative"), + (UniCase::ascii("spwaning"), "spawning"), + (UniCase::ascii("provincija"), "provincial"), + (UniCase::ascii("seflies"), "selfies"), + (UniCase::ascii("fluctuatin"), "fluctuations"), + (UniCase::ascii("fertilizar"), "fertilizer"), + (UniCase::ascii("imigration"), "emigration"), + (UniCase::ascii("stucture"), "structure"), + (UniCase::ascii("patronising"), "patronizing"), + (UniCase::ascii("mysteriousy"), "mysteriously"), + (UniCase::ascii("dimensionsal"), "dimensional"), + (UniCase::ascii("conditinal"), "conditional"), + (UniCase::ascii("neighborehood"), "neighbourhood"), + (UniCase::ascii("guardin"), "guardian"), + (UniCase::ascii("misile"), "missile"), + (UniCase::ascii("illumianti"), "illuminati"), + (UniCase::ascii("nominatons"), "nominations"), + (UniCase::ascii("transpotting"), "transporting"), + (UniCase::ascii("portraiing"), "portraying"), + (UniCase::ascii("modernise"), "modernize"), + (UniCase::ascii("objectivify"), "objectivity"), + (UniCase::ascii("presedents"), "presidents"), + (UniCase::ascii("htink"), "think"), + (UniCase::ascii("expalins"), "explains"), + (UniCase::ascii("dramatises"), "dramatizes"), + (UniCase::ascii("sensationel"), "sensational"), + (UniCase::ascii("sympathises"), "sympathizes"), + (UniCase::ascii("trustwhorty"), "trustworthy"), + (UniCase::ascii("interrogativo"), "interrogation"), + (UniCase::ascii("reknown"), "renown"), + (UniCase::ascii("competetors"), "competitors"), + (UniCase::ascii("panthen"), "pantheon"), + (UniCase::ascii("unneccessary"), "unnecessary"), + (UniCase::ascii("grahpically"), "graphically"), + (UniCase::ascii("gunstinger"), "gunslinger"), + (UniCase::ascii("resonabelt"), "resonate"), + (UniCase::ascii("umberlla"), "umbrella"), + (UniCase::ascii("connectpro"), "connector"), + (UniCase::ascii("sterilisation"), "sterilization"), + (UniCase::ascii("maybelle"), "maybelline"), + (UniCase::ascii("cartrigde"), "cartridge"), + (UniCase::ascii("lacklaster"), "lackluster"), + (UniCase::ascii("comeptitions"), "competitions"), + (UniCase::ascii("acedemic"), "academic"), + (UniCase::ascii("enviromental"), "environmental"), + (UniCase::ascii("stabiliser"), "stabilizer"), + (UniCase::ascii("prepaird"), "prepaid"), + (UniCase::ascii("decloration"), "declaration"), + (UniCase::ascii("submissons"), "submissions"), + (UniCase::ascii("particullary"), "particularly"), + (UniCase::ascii("capitlaist"), "capitalist"), + (UniCase::ascii("mayalsia"), "malaysia"), + (UniCase::ascii("professorin"), "profession"), + (UniCase::ascii("suprisingly"), "surprisingly"), + (UniCase::ascii("dynamicdns"), "dynamics"), + (UniCase::ascii("propulaios"), "propulsion"), + (UniCase::ascii("astersik"), "asterisk"), + (UniCase::ascii("germaniac"), "germanic"), + (UniCase::ascii("micrometres"), "micrometers"), + (UniCase::ascii("interruped"), "interrupted"), + (UniCase::ascii("pregnance"), "pregnancies"), + (UniCase::ascii("perpendicualr"), "perpendicular"), + (UniCase::ascii("applicabile"), "applicable"), + (UniCase::ascii("resperatory"), "respiratory"), + (UniCase::ascii("constructus"), "constructs"), + (UniCase::ascii("nihilisim"), "nihilism"), + (UniCase::ascii("circunstantial"), "circumstantial"), + (UniCase::ascii("heirachy"), "hierarchy"), + (UniCase::ascii("metaphorial"), "metaphorical"), + (UniCase::ascii("demolation"), "demolition"), + (UniCase::ascii("homogenised"), "homogenized"), + (UniCase::ascii("philadlephia"), "philadelphia"), + (UniCase::ascii("condomns"), "condoms"), + (UniCase::ascii("playtrhoughs"), "playthroughs"), + (UniCase::ascii("wendesdays"), "wednesdays"), + (UniCase::ascii("accelerade"), "accelerated"), + (UniCase::ascii("enviornments"), "environments"), + (UniCase::ascii("fictionalisations"), "fictionalizations"), + (UniCase::ascii("renetkon"), "renekton"), + (UniCase::ascii("investegated"), "investigated"), + (UniCase::ascii("distribtuion"), "distributions"), + (UniCase::ascii("accessoire"), "accessories"), + (UniCase::ascii("photograpy"), "photography"), + (UniCase::ascii("scandalos"), "scandals"), + (UniCase::ascii("celebratons"), "celebrations"), + (UniCase::ascii("unicors"), "unicorns"), + (UniCase::ascii("glorios"), "glorious"), + (UniCase::ascii("perpetrater"), "perpetrator"), + (UniCase::ascii("singelplayer"), "singleplayer"), + (UniCase::ascii("dangerouly"), "dangerously"), + (UniCase::ascii("modifikation"), "modification"), + (UniCase::ascii("acitvating"), "activating"), + (UniCase::ascii("philosopies"), "philosophies"), + (UniCase::ascii("manadrin"), "mandarin"), + (UniCase::ascii("stabilzied"), "stabilized"), + (UniCase::ascii("compassione"), "compassionate"), + (UniCase::ascii("bestiallity"), "bestiality"), + (UniCase::ascii("programmare"), "programmer"), + (UniCase::ascii("teancity"), "tenacity"), + (UniCase::ascii("conecntration"), "concentrations"), + (UniCase::ascii("refedendum"), "referendum"), + (UniCase::ascii("androidos"), "androids"), + (UniCase::ascii("seldomly"), "seldom"), + (UniCase::ascii("capitalits"), "capitalists"), + (UniCase::ascii("winnins"), "winnings"), + (UniCase::ascii("monglos"), "mongols"), + (UniCase::ascii("symmerty"), "symmetry"), + (UniCase::ascii("idealsim"), "idealism"), + (UniCase::ascii("liquidised"), "liquidized"), + (UniCase::ascii("providince"), "providence"), + (UniCase::ascii("diasspointed"), "dissapointed"), + (UniCase::ascii("formalises"), "formalizes"), + (UniCase::ascii("councills"), "councils"), + (UniCase::ascii("patronis"), "patrons"), + (UniCase::ascii("ideoligies"), "ideologies"), + (UniCase::ascii("assoziation"), "association"), + (UniCase::ascii("illumintati"), "illuminati"), + (UniCase::ascii("harmonisch"), "harmonic"), + (UniCase::ascii("diasbling"), "disabling"), + (UniCase::ascii("voilates"), "violates"), + (UniCase::ascii("venemous"), "venomous"), + (UniCase::ascii("newspapaers"), "newspapers"), + (UniCase::ascii("dysphoira"), "dysphoria"), + (UniCase::ascii("miniaturises"), "miniaturizes"), + (UniCase::ascii("behvaiour"), "behaviour"), + (UniCase::ascii("pretendias"), "pretends"), + (UniCase::ascii("industrailized"), "industrialized"), + (UniCase::ascii("continetal"), "continental"), + (UniCase::ascii("infestions"), "infections"), + (UniCase::ascii("circumstnaces"), "circumstance"), + (UniCase::ascii("dingity"), "dignity"), + (UniCase::ascii("unicrons"), "unicorns"), + (UniCase::ascii("redneckese"), "rednecks"), + (UniCase::ascii("correcty"), "correctly"), + (UniCase::ascii("repubicans"), "republicans"), + (UniCase::ascii("diphtong"), "diphthong"), + (UniCase::ascii("scholorships"), "scholarships"), + (UniCase::ascii("accountabilty"), "accountability"), + (UniCase::ascii("fineses"), "finesse"), + (UniCase::ascii("weridest"), "weirdest"), + (UniCase::ascii("encourageing"), "encouraging"), + (UniCase::ascii("minnestoa"), "minnesota"), + (UniCase::ascii("deathamtch"), "deathmatch"), + (UniCase::ascii("inlcuded"), "included"), + (UniCase::ascii("comfortablely"), "comfortably"), + (UniCase::ascii("initiatin"), "initiation"), + (UniCase::ascii("mucuous"), "mucous"), + (UniCase::ascii("disadvantges"), "disadvantages"), + (UniCase::ascii("metres"), "meters"), + (UniCase::ascii("insticnt"), "instinct"), + (UniCase::ascii("powersehll"), "powershell"), + (UniCase::ascii("cilents"), "clients"), + (UniCase::ascii("renmants"), "remnants"), + (UniCase::ascii("manslaugther"), "manslaughter"), + (UniCase::ascii("plagiarises"), "plagiarizes"), + (UniCase::ascii("startegies"), "strategies"), + (UniCase::ascii("dogders"), "dodgers"), + (UniCase::ascii("brusselers"), "brussels"), + (UniCase::ascii("disrepresentation"), "misrepresentation"), + (UniCase::ascii("lubicrant"), "lubricant"), + (UniCase::ascii("islamisters"), "islamists"), + (UniCase::ascii("dispalys"), "displays"), + (UniCase::ascii("enginerring"), "engineering"), + (UniCase::ascii("benefitial"), "beneficial"), + (UniCase::ascii("improvized"), "improvised"), + (UniCase::ascii("cellural"), "cellular"), + (UniCase::ascii("portarying"), "portraying"), + (UniCase::ascii("residentail"), "residential"), + (UniCase::ascii("dirfting"), "drifting"), + (UniCase::ascii("childen"), "children"), + (UniCase::ascii("expensve"), "expense"), + (UniCase::ascii("demenaor"), "demeanor"), + (UniCase::ascii("previos"), "previous"), + (UniCase::ascii("logsitics"), "logistics"), + (UniCase::ascii("ethniticy"), "ethnicity"), + (UniCase::ascii("minimise"), "minimize"), + (UniCase::ascii("reseraching"), "researching"), + (UniCase::ascii("handlade"), "handled"), + (UniCase::ascii("inadequite"), "inadequate"), + (UniCase::ascii("recallection"), "recollection"), + (UniCase::ascii("acquiantance"), "acquaintances"), + (UniCase::ascii("aspahlt"), "asphalt"), + (UniCase::ascii("absoluts"), "absolutes"), + (UniCase::ascii("acquisiton"), "acquisition"), + (UniCase::ascii("esitmate"), "estimate"), + (UniCase::ascii("justifible"), "justifiable"), + (UniCase::ascii("centruy"), "century"), + (UniCase::ascii("demoninations"), "denominations"), + (UniCase::ascii("indicence"), "incidence"), + (UniCase::ascii("raspberrry"), "raspberry"), + (UniCase::ascii("medicinske"), "medicine"), + (UniCase::ascii("miliitas"), "militias"), + (UniCase::ascii("espressso"), "espresso"), + (UniCase::ascii("brigthen"), "brighten"), + (UniCase::ascii("influencie"), "influences"), + (UniCase::ascii("differense"), "differences"), + (UniCase::ascii("investmet"), "investments"), + (UniCase::ascii("cigarete"), "cigarettes"), + (UniCase::ascii("expeced"), "expected"), + (UniCase::ascii("mozillla"), "mozilla"), + (UniCase::ascii("distribuer"), "distribute"), + (UniCase::ascii("phylosophical"), "philosophical"), + (UniCase::ascii("withhelding"), "withholding"), + (UniCase::ascii("predicement"), "predicament"), + (UniCase::ascii("notacible"), "noticable"), + (UniCase::ascii("apparant"), "apparent"), + (UniCase::ascii("cluprit"), "culprit"), + (UniCase::ascii("ptichers"), "pitchers"), + (UniCase::ascii("temporarilly"), "temporarily"), + (UniCase::ascii("initalization"), "initialization"), + (UniCase::ascii("olbigatory"), "obligatory"), + (UniCase::ascii("possiblility"), "possibility"), + (UniCase::ascii("loadous"), "loadouts"), + (UniCase::ascii("sweatshort"), "sweatshirt"), + (UniCase::ascii("symphonity"), "symphony"), + (UniCase::ascii("inspecticon"), "inspection"), + (UniCase::ascii("vulnarable"), "vulnerable"), + (UniCase::ascii("guadulupe"), "guadalupe"), + (UniCase::ascii("accidentaly"), "accidentally"), + (UniCase::ascii("invariabil"), "invariably"), + (UniCase::ascii("progressivelly"), "progressively"), + (UniCase::ascii("observeres"), "observers"), + (UniCase::ascii("tsamina"), "stamina"), + (UniCase::ascii("exersicing"), "exercising"), + (UniCase::ascii("sprinke"), "sprinkle"), + (UniCase::ascii("disadvantadge"), "disadvantaged"), + (UniCase::ascii("civilizaton"), "civilization"), + (UniCase::ascii("beliebable"), "believable"), + (UniCase::ascii("cannabilism"), "cannibalism"), + (UniCase::ascii("associaton"), "association"), + (UniCase::ascii("donesticated"), "domesticated"), + (UniCase::ascii("lonelyness"), "loneliness"), + (UniCase::ascii("manifestato"), "manifesto"), + (UniCase::ascii("liberarion"), "liberation"), + (UniCase::ascii("enamelling"), "enameling"), + (UniCase::ascii("navigatin"), "navigation"), + (UniCase::ascii("critisiced"), "criticized"), + (UniCase::ascii("armagedeon"), "armageddon"), + (UniCase::ascii("insertos"), "inserts"), + (UniCase::ascii("predjuice"), "prejudice"), + (UniCase::ascii("contridicts"), "contradicts"), + (UniCase::ascii("indicativo"), "indication"), + (UniCase::ascii("powerlisting"), "powerlifting"), + (UniCase::ascii("unsubscribbed"), "unsubscribe"), + (UniCase::ascii("polarisation"), "polarization"), + (UniCase::ascii("weaknesss"), "weaknesses"), + (UniCase::ascii("individuel"), "individual"), + (UniCase::ascii("resistancies"), "resistances"), + (UniCase::ascii("refereces"), "references"), + (UniCase::ascii("epaulettes"), "epaulets"), + (UniCase::ascii("condmenation"), "condemnation"), + (UniCase::ascii("copywrite"), "copyright"), + (UniCase::ascii("raelly"), "really"), + (UniCase::ascii("shineing"), "shining"), + (UniCase::ascii("cannibalizm"), "cannibalism"), + (UniCase::ascii("flahses"), "flashes"), + (UniCase::ascii("improviserad"), "improvised"), + (UniCase::ascii("martain"), "martian"), + (UniCase::ascii("contaction"), "contacting"), + (UniCase::ascii("queires"), "queries"), + (UniCase::ascii("acquantiance"), "acquaintances"), + (UniCase::ascii("canonise"), "canonize"), + (UniCase::ascii("negoitation"), "negotiation"), + (UniCase::ascii("pyschiatrists"), "psychiatrists"), + (UniCase::ascii("analyses"), "analyzes"), + (UniCase::ascii("contriceptives"), "contraceptives"), + (UniCase::ascii("cannotation"), "connotation"), + (UniCase::ascii("appropriato"), "appropriation"), + (UniCase::ascii("legitematly"), "legitimately"), + (UniCase::ascii("academis"), "academics"), + (UniCase::ascii("congrigation"), "congregation"), + (UniCase::ascii("professores"), "professors"), + (UniCase::ascii("depitcs"), "depicts"), + (UniCase::ascii("instint"), "instinct"), + (UniCase::ascii("fictionaries"), "dictionaries"), + (UniCase::ascii("comferting"), "comforting"), + (UniCase::ascii("connectivitiy"), "connectivity"), + (UniCase::ascii("squirrelled"), "squirreled"), + (UniCase::ascii("patrolls"), "patrols"), + (UniCase::ascii("refelctions"), "reflections"), + (UniCase::ascii("serialising"), "serializing"), + (UniCase::ascii("negotiatin"), "negotiations"), + (UniCase::ascii("credencials"), "credentials"), + (UniCase::ascii("customizble"), "customizable"), + (UniCase::ascii("manfiests"), "manifests"), + (UniCase::ascii("consumerisim"), "consumerism"), + (UniCase::ascii("snowbaling"), "snowballing"), + (UniCase::ascii("apperance"), "appearance"), + (UniCase::ascii("overlordes"), "overlords"), + (UniCase::ascii("expresscoin"), "expression"), + (UniCase::ascii("wranlger"), "wrangler"), + (UniCase::ascii("demilitarise"), "demilitarize"), + (UniCase::ascii("sterilisations"), "sterilizations"), + (UniCase::ascii("beseiged"), "besieged"), + (UniCase::ascii("trandgender"), "transgender"), + (UniCase::ascii("gringeworthy"), "cringeworthy"), + (UniCase::ascii("proffesed"), "professed"), + (UniCase::ascii("cabinent"), "cabinet"), + (UniCase::ascii("referneces"), "references"), + (UniCase::ascii("refered"), "referred"), + (UniCase::ascii("periwinke"), "periwinkle"), + (UniCase::ascii("unsuprising"), "unsurprising"), + (UniCase::ascii("lenoard"), "leonard"), + (UniCase::ascii("enchantmant"), "enchantment"), + (UniCase::ascii("shanghi"), "shanghai"), + (UniCase::ascii("dissobedience"), "disobedience"), + (UniCase::ascii("windshied"), "windshield"), + (UniCase::ascii("sriarcha"), "sriracha"), + (UniCase::ascii("dehumanise"), "dehumanize"), + (UniCase::ascii("recognisance"), "recognizance"), + (UniCase::ascii("uncomfertable"), "uncomfortable"), + (UniCase::ascii("incorretly"), "incorrectly"), + (UniCase::ascii("troling"), "trolling"), + (UniCase::ascii("theoritical"), "theoretical"), + (UniCase::ascii("quarantenni"), "quarantine"), + (UniCase::ascii("aspriations"), "aspirations"), + (UniCase::ascii("abbout"), "about"), + (UniCase::ascii("previoulsy"), "previously"), + (UniCase::ascii("illuminiti"), "illuminati"), + (UniCase::ascii("thrid"), "third"), + (UniCase::ascii("catestrophic"), "catastrophic"), + (UniCase::ascii("temeprature"), "temperature"), + (UniCase::ascii("teamifght"), "teamfight"), + (UniCase::ascii("atlantc"), "atlantic"), + (UniCase::ascii("phychiatrist"), "psychiatrist"), + (UniCase::ascii("oppressin"), "oppression"), + (UniCase::ascii("desinged"), "designed"), + (UniCase::ascii("necesseraly"), "necessarily"), + (UniCase::ascii("represso"), "repression"), + (UniCase::ascii("permenently"), "permanently"), + (UniCase::ascii("smealting"), "smelting"), + (UniCase::ascii("traveller"), "traveler"), + (UniCase::ascii("brocoli"), "broccoli"), + (UniCase::ascii("tropedo"), "torpedo"), + (UniCase::ascii("amendmenters"), "amendments"), + (UniCase::ascii("sexaully"), "sexually"), + (UniCase::ascii("gigabye"), "gigabyte"), + (UniCase::ascii("verifikation"), "verification"), + (UniCase::ascii("sunconsciously"), "subconsciously"), + (UniCase::ascii("manifestior"), "manifesto"), + (UniCase::ascii("exaggurating"), "exaggerating"), + (UniCase::ascii("southen"), "southern"), + (UniCase::ascii("donwvoters"), "downvoters"), + (UniCase::ascii("altruisitc"), "altruistic"), + (UniCase::ascii("desinations"), "destinations"), + (UniCase::ascii("liebrals"), "liberals"), + (UniCase::ascii("enthusiant"), "enthusiast"), + (UniCase::ascii("profitabel"), "profitable"), + (UniCase::ascii("prescrie"), "prescribed"), + (UniCase::ascii("whilrwind"), "whirlwind"), + (UniCase::ascii("fertalizer"), "fertilizer"), + (UniCase::ascii("bureaucractic"), "bureaucratic"), + (UniCase::ascii("demilitarised"), "demilitarized"), + (UniCase::ascii("overlappping"), "overlapping"), + (UniCase::ascii("compramised"), "compromised"), + (UniCase::ascii("ampethamines"), "amphetamines"), + (UniCase::ascii("promptus"), "prompts"), + (UniCase::ascii("conciveable"), "conceivable"), + (UniCase::ascii("contagios"), "contagious"), + (UniCase::ascii("unqualifed"), "unqualified"), + (UniCase::ascii("sucessfully"), "successfully"), + (UniCase::ascii("bernouilli"), "bernoulli"), + (UniCase::ascii("consluting"), "consulting"), + (UniCase::ascii("tropcial"), "tropical"), + (UniCase::ascii("passivising"), "passivizing"), + (UniCase::ascii("patriatchy"), "patriarchy"), + (UniCase::ascii("imperfectionists"), "imperfections"), + (UniCase::ascii("histerical"), "historical"), + (UniCase::ascii("atmopshere"), "atmosphere"), + (UniCase::ascii("toppins"), "toppings"), + (UniCase::ascii("communciated"), "communicated"), + (UniCase::ascii("determinitic"), "deterministic"), + (UniCase::ascii("diganostic"), "diagnostic"), + (UniCase::ascii("terminatior"), "terminator"), + (UniCase::ascii("downwoting"), "downvoting"), + (UniCase::ascii("recoveres"), "recovers"), + (UniCase::ascii("candour"), "candor"), + (UniCase::ascii("pathologial"), "pathological"), + (UniCase::ascii("transalting"), "translating"), + (UniCase::ascii("matchamking"), "matchmaking"), + (UniCase::ascii("gratificacion"), "gratification"), + (UniCase::ascii("contructions"), "contractions"), + (UniCase::ascii("messagd"), "messaged"), + (UniCase::ascii("disciplers"), "disciples"), + (UniCase::ascii("sophicated"), "sophisticated"), + (UniCase::ascii("minsiter"), "minister"), + (UniCase::ascii("mcalren"), "mclaren"), + (UniCase::ascii("algorythms"), "algorithms"), + (UniCase::ascii("framethrower"), "flamethrower"), + (UniCase::ascii("paramedis"), "paramedics"), + (UniCase::ascii("increadible"), "incredible"), + (UniCase::ascii("respectons"), "respects"), + (UniCase::ascii("continuuing"), "continuing"), + (UniCase::ascii("maneagable"), "manageable"), + (UniCase::ascii("collabore"), "collaborate"), + (UniCase::ascii("midfielers"), "midfielders"), + (UniCase::ascii("architechure"), "architecture"), + (UniCase::ascii("manufactering"), "manufacturing"), + (UniCase::ascii("miscellanious"), "miscellaneous"), + (UniCase::ascii("chequebooks"), "checkbooks"), + (UniCase::ascii("propperly"), "properly"), + (UniCase::ascii("triggern"), "triggering"), + (UniCase::ascii("availiable"), "available"), + (UniCase::ascii("aborigional"), "aboriginal"), + (UniCase::ascii("nostalgica"), "nostalgia"), + (UniCase::ascii("hamburges"), "hamburgers"), + (UniCase::ascii("indroductory"), "introductory"), + (UniCase::ascii("basicley"), "basicly"), + (UniCase::ascii("agregates"), "aggregates"), + (UniCase::ascii("governened"), "governed"), + (UniCase::ascii("compensationg"), "compensating"), + (UniCase::ascii("drasticaly"), "drastically"), + (UniCase::ascii("waggon"), "wagon"), + (UniCase::ascii("prostitutin"), "prostitution"), + (UniCase::ascii("symmetral"), "symmetric"), + (UniCase::ascii("programmar"), "programmer"), + (UniCase::ascii("eloctrolytes"), "electrolytes"), + (UniCase::ascii("enchancments"), "enchantments"), + (UniCase::ascii("vulgarise"), "vulgarize"), + (UniCase::ascii("constructiong"), "constructing"), + (UniCase::ascii("bisexaul"), "bisexual"), + (UniCase::ascii("coloniser"), "colonizer"), + (UniCase::ascii("resturaunts"), "restaurants"), + (UniCase::ascii("gauranteed"), "guaranteed"), + (UniCase::ascii("asapragus"), "asparagus"), + (UniCase::ascii("cruthces"), "crutches"), + (UniCase::ascii("princesss"), "princesses"), + (UniCase::ascii("dependencias"), "dependencies"), + (UniCase::ascii("outcalssed"), "outclassed"), + (UniCase::ascii("expliotation"), "exploitation"), + (UniCase::ascii("prehaps"), "perhaps"), + (UniCase::ascii("disproprotionately"), "disproportionately"), + (UniCase::ascii("accountt"), "accountant"), + (UniCase::ascii("chirstians"), "christians"), + (UniCase::ascii("conceptualised"), "conceptualized"), + (UniCase::ascii("kingergarten"), "kindergarten"), + (UniCase::ascii("intimaty"), "intimately"), + (UniCase::ascii("publissher"), "publisher"), + (UniCase::ascii("cholosterol"), "cholesterol"), + (UniCase::ascii("intuitevly"), "intuitively"), + (UniCase::ascii("butterry"), "buttery"), + (UniCase::ascii("enhacning"), "enhancing"), + (UniCase::ascii("merchans"), "merchants"), + (UniCase::ascii("principl"), "principals"), + (UniCase::ascii("programmeur"), "programmer"), + (UniCase::ascii("automatice"), "automate"), + (UniCase::ascii("rugters"), "rutgers"), + (UniCase::ascii("incorparated"), "incorporated"), + (UniCase::ascii("millimetre"), "millimeter"), + (UniCase::ascii("recpetors"), "receptors"), + (UniCase::ascii("comparasion"), "comparison"), + (UniCase::ascii("veganisim"), "veganism"), + (UniCase::ascii("compelation"), "compilation"), + (UniCase::ascii("perscribe"), "prescribe"), + (UniCase::ascii("publicises"), "publicizes"), + (UniCase::ascii("celebrite"), "celebrities"), + (UniCase::ascii("inquisito"), "inquisition"), + (UniCase::ascii("similiair"), "similiar"), + (UniCase::ascii("frequentily"), "frequently"), + (UniCase::ascii("trinitiy"), "trinity"), + (UniCase::ascii("winnigns"), "winnings"), + (UniCase::ascii("arrengement"), "arrangement"), + (UniCase::ascii("interestes"), "interests"), + (UniCase::ascii("goosegumps"), "goosebumps"), + (UniCase::ascii("minnesotta"), "minnesota"), + (UniCase::ascii("hypnotising"), "hypnotizing"), + (UniCase::ascii("overhtinking"), "overthinking"), + (UniCase::ascii("executabe"), "executable"), + (UniCase::ascii("parasitisme"), "parasites"), + (UniCase::ascii("friendle"), "friendlies"), + (UniCase::ascii("formuals"), "formulas"), + (UniCase::ascii("criculating"), "circulating"), + (UniCase::ascii("northeat"), "northeast"), + (UniCase::ascii("tahn"), "than"), + (UniCase::ascii("academicese"), "academics"), + (UniCase::ascii("clausens"), "clauses"), + (UniCase::ascii("prosterity"), "prosperity"), + (UniCase::ascii("stabilise"), "stabilize"), + (UniCase::ascii("unsustainible"), "unsustainable"), + (UniCase::ascii("spotifiy"), "spotify"), + (UniCase::ascii("exaggarating"), "exaggerating"), + (UniCase::ascii("endeavouring"), "endeavoring"), + (UniCase::ascii("valenca"), "valencia"), + (UniCase::ascii("advatanges"), "advantages"), + (UniCase::ascii("pengiuns"), "penguins"), + (UniCase::ascii("acknolwedged"), "acknowledged"), + (UniCase::ascii("rephrasse"), "rephrase"), + (UniCase::ascii("donwvotes"), "downvotes"), + (UniCase::ascii("clagary"), "calgary"), + (UniCase::ascii("genuienly"), "genuinely"), + (UniCase::ascii("mobilised"), "mobilized"), + (UniCase::ascii("impules"), "impulse"), + (UniCase::ascii("algorithmns"), "algorithms"), + (UniCase::ascii("permissons"), "permissions"), + (UniCase::ascii("gloriuos"), "glorious"), + (UniCase::ascii("jeopardised"), "jeopardized"), + (UniCase::ascii("repsonsibilities"), "responsibilities"), + (UniCase::ascii("proprety"), "property"), + (UniCase::ascii("symboles"), "symbols"), + (UniCase::ascii("impolde"), "implode"), + (UniCase::ascii("januray"), "january"), + (UniCase::ascii("frankinstein"), "frankenstein"), + (UniCase::ascii("legimitate"), "legitimate"), + (UniCase::ascii("uninstallimg"), "uninstalling"), + (UniCase::ascii("organizors"), "organizers"), + (UniCase::ascii("demonstarte"), "demonstrate"), + (UniCase::ascii("orthopaedic"), "orthopedic"), + (UniCase::ascii("unexpectetly"), "unexpectedly"), + (UniCase::ascii("soilders"), "soldiers"), + (UniCase::ascii("psychopatch"), "psychopath"), + (UniCase::ascii("luanching"), "launching"), + (UniCase::ascii("representativas"), "representatives"), + (UniCase::ascii("juggernault"), "juggernaut"), + (UniCase::ascii("dispalcement"), "displacement"), + (UniCase::ascii("fermantation"), "fermentation"), + (UniCase::ascii("commandd"), "commanded"), + (UniCase::ascii("characterising"), "characterizing"), + (UniCase::ascii("objectivety"), "objectivity"), + (UniCase::ascii("primarilly"), "primarily"), + (UniCase::ascii("capatilists"), "capitalists"), + (UniCase::ascii("apologised"), "apologized"), + (UniCase::ascii("analyseas"), "analyses"), + (UniCase::ascii("jurisfiction"), "jurisdiction"), + (UniCase::ascii("respecitve"), "respective"), + (UniCase::ascii("revolutoin"), "revolutions"), + (UniCase::ascii("remmebers"), "remembers"), + (UniCase::ascii("inflamable"), "inflatable"), + (UniCase::ascii("dissapponted"), "dissapointed"), + (UniCase::ascii("indonesean"), "indonesian"), + (UniCase::ascii("misrepreseted"), "misrepresented"), + (UniCase::ascii("acknowleding"), "acknowledging"), + (UniCase::ascii("plaguarism"), "plagiarism"), + (UniCase::ascii("dowloads"), "downloads"), + (UniCase::ascii("dominoin"), "dominion"), + (UniCase::ascii("generostiy"), "generosity"), + (UniCase::ascii("brianwashing"), "brainwashing"), + (UniCase::ascii("desireable"), "desirable"), + (UniCase::ascii("researchs"), "researchers"), + (UniCase::ascii("fucntions"), "functions"), + (UniCase::ascii("buddishm"), "buddhism"), + (UniCase::ascii("appriciated"), "appreciated"), + (UniCase::ascii("cynisicm"), "cynicism"), + (UniCase::ascii("maybellibe"), "maybelline"), + (UniCase::ascii("necromencer"), "necromancer"), + (UniCase::ascii("disaprity"), "disparity"), + (UniCase::ascii("interractial"), "interracial"), + (UniCase::ascii("pandoria"), "pandora"), + (UniCase::ascii("disastorus"), "disastrous"), + (UniCase::ascii("chivarly"), "chivalry"), + (UniCase::ascii("retreive"), "retrieve"), + (UniCase::ascii("whic"), "which"), + (UniCase::ascii("strenghening"), "strengthening"), + (UniCase::ascii("challender"), "challenger"), + (UniCase::ascii("wedensdays"), "wednesdays"), + (UniCase::ascii("bloodborbe"), "bloodborne"), + (UniCase::ascii("costums"), "costumes"), + (UniCase::ascii("subsidiy"), "subsidy"), + (UniCase::ascii("braodcasts"), "broadcasts"), + (UniCase::ascii("unilaterlly"), "unilaterally"), + (UniCase::ascii("capitas"), "capitals"), + (UniCase::ascii("extremley"), "extremely"), + (UniCase::ascii("prosepct"), "prospect"), + (UniCase::ascii("conpetitions"), "competitions"), + (UniCase::ascii("indefininte"), "indefinite"), + (UniCase::ascii("paraprhased"), "paraphrase"), + (UniCase::ascii("hannibl"), "hannibal"), + (UniCase::ascii("barrakcs"), "barracks"), + (UniCase::ascii("catistrophic"), "catastrophic"), + (UniCase::ascii("desinterested"), "disinterested"), + (UniCase::ascii("alcoholc"), "alcoholics"), + (UniCase::ascii("moult"), "molt"), + (UniCase::ascii("predjuices"), "prejudices"), + (UniCase::ascii("noticabley"), "noticeably"), + (UniCase::ascii("uretrha"), "urethra"), + (UniCase::ascii("propaganada"), "propaganda"), + (UniCase::ascii("oblitarated"), "obliterated"), + (UniCase::ascii("artificually"), "artificially"), + (UniCase::ascii("ammend"), "amend"), + (UniCase::ascii("jailbrek"), "jailbreak"), + (UniCase::ascii("innoucous"), "innocuous"), + (UniCase::ascii("arbitralily"), "arbitrarily"), + (UniCase::ascii("unnessecarily"), "unnecessarily"), + (UniCase::ascii("modernised"), "modernized"), + (UniCase::ascii("enthusiaists"), "enthusiasts"), + (UniCase::ascii("perswasion"), "persuasion"), + (UniCase::ascii("intendes"), "intends"), + (UniCase::ascii("mindlessley"), "mindlessly"), + (UniCase::ascii("swastikka"), "swastika"), + (UniCase::ascii("expoldes"), "explodes"), + (UniCase::ascii("susbtantially"), "substantially"), + (UniCase::ascii("birghtest"), "brightest"), + (UniCase::ascii("administres"), "administer"), + (UniCase::ascii("libary"), "library"), + (UniCase::ascii("internest"), "internets"), + (UniCase::ascii("satisifes"), "satisfies"), + (UniCase::ascii("pervents"), "prevents"), + (UniCase::ascii("combatents"), "combatants"), + (UniCase::ascii("cooporation"), "cooperation"), + (UniCase::ascii("demosntration"), "demonstrations"), + (UniCase::ascii("imaptient"), "impatient"), + (UniCase::ascii("degarde"), "degrade"), + (UniCase::ascii("caclulations"), "calculations"), + (UniCase::ascii("syraucse"), "syracuse"), + (UniCase::ascii("controles"), "controls"), + (UniCase::ascii("microtranscations"), "microtransactions"), + (UniCase::ascii("irrelavant"), "irrelevant"), + (UniCase::ascii("experimantation"), "experimentation"), + (UniCase::ascii("familiarised"), "familiarized"), + (UniCase::ascii("symphoney"), "symphony"), + (UniCase::ascii("parnters"), "partners"), + (UniCase::ascii("theroem"), "theorem"), + (UniCase::ascii("cathloic"), "catholic"), + (UniCase::ascii("exagerated"), "exaggerated"), + (UniCase::ascii("contentes"), "contents"), + (UniCase::ascii("conductiong"), "conducting"), + (UniCase::ascii("inexpencive"), "inexpensive"), + (UniCase::ascii("maraudeur"), "marauder"), + (UniCase::ascii("candidats"), "candidates"), + (UniCase::ascii("succesful"), "successful"), + (UniCase::ascii("billegerent"), "belligerent"), + (UniCase::ascii("vieweres"), "viewers"), + (UniCase::ascii("antaganistic"), "antagonistic"), + (UniCase::ascii("chasiers"), "cashiers"), + (UniCase::ascii("concenting"), "connecting"), + (UniCase::ascii("constrants"), "constraints"), + (UniCase::ascii("eliminster"), "eliminates"), + (UniCase::ascii("paksitani"), "pakistani"), + (UniCase::ascii("purcahses"), "purchases"), + (UniCase::ascii("moistruizer"), "moisturizer"), + (UniCase::ascii("relazation"), "relaxation"), + (UniCase::ascii("unfortuante"), "unfortunate"), + (UniCase::ascii("conservaton"), "conservation"), + (UniCase::ascii("keyborad"), "keyboard"), + (UniCase::ascii("tawianese"), "taiwanese"), + (UniCase::ascii("preferentes"), "preferences"), + (UniCase::ascii("purpetrators"), "perpetrators"), + (UniCase::ascii("symhpony"), "symphony"), + (UniCase::ascii("desensitied"), "desensitized"), + (UniCase::ascii("permissable"), "permissible"), + (UniCase::ascii("fundamendalist"), "fundamentalist"), + (UniCase::ascii("similair"), "similar"), + (UniCase::ascii("humanit"), "humanist"), + (UniCase::ascii("illustraties"), "illustrate"), + (UniCase::ascii("subarmines"), "submarines"), + (UniCase::ascii("mysapce"), "myspace"), + (UniCase::ascii("retardathon"), "retardation"), + (UniCase::ascii("despides"), "despised"), + (UniCase::ascii("transalted"), "translated"), + (UniCase::ascii("reporteros"), "reporters"), + (UniCase::ascii("villageois"), "villages"), + (UniCase::ascii("premillenial"), "premillennial"), + (UniCase::ascii("uncertanty"), "uncertainty"), + (UniCase::ascii("satirising"), "satirizing"), + (UniCase::ascii("humiliatin"), "humiliation"), + (UniCase::ascii("billboad"), "billboard"), + (UniCase::ascii("chatolic"), "catholic"), + (UniCase::ascii("widgetas"), "widgets"), + (UniCase::ascii("deahtly"), "deathly"), + (UniCase::ascii("shitlasses"), "shitless"), + (UniCase::ascii("encrpyted"), "encrypted"), + (UniCase::ascii("authorititive"), "authoritative"), + (UniCase::ascii("egaletarian"), "egalitarian"), + (UniCase::ascii("hillarious"), "hilarious"), + (UniCase::ascii("kenndey"), "kennedy"), + (UniCase::ascii("absail"), "abseil"), + (UniCase::ascii("inflateble"), "inflatable"), + (UniCase::ascii("partiot"), "patriot"), + (UniCase::ascii("appropriaton"), "appropriation"), + (UniCase::ascii("propertions"), "proportions"), + (UniCase::ascii("perfeclty"), "perfectly"), + (UniCase::ascii("baptise"), "baptize"), + (UniCase::ascii("aleged"), "alleged"), + (UniCase::ascii("identifible"), "identifiable"), + (UniCase::ascii("tranform"), "transform"), + (UniCase::ascii("prominant"), "prominent"), + (UniCase::ascii("approxiamte"), "approximate"), + (UniCase::ascii("hardwoord"), "hardwood"), + (UniCase::ascii("internilized"), "internalized"), + (UniCase::ascii("unplayeble"), "unplayable"), + (UniCase::ascii("springfeld"), "springfield"), + (UniCase::ascii("circulaire"), "circular"), + (UniCase::ascii("caramelises"), "caramelizes"), + (UniCase::ascii("accrediation"), "accreditation"), + (UniCase::ascii("schizoprhenia"), "schizophrenia"), + (UniCase::ascii("rhaspody"), "rhapsody"), + (UniCase::ascii("articualted"), "articulated"), + (UniCase::ascii("modificaton"), "modification"), + (UniCase::ascii("hearthsone"), "hearthstone"), + (UniCase::ascii("extemporise"), "extemporize"), + (UniCase::ascii("implusive"), "impulsive"), + (UniCase::ascii("inhumain"), "inhuman"), + (UniCase::ascii("disatissfied"), "dissatisfied"), + (UniCase::ascii("contracing"), "contracting"), + (UniCase::ascii("consoldiate"), "consolidate"), + (UniCase::ascii("corrulates"), "correlates"), + (UniCase::ascii("principels"), "principals"), + (UniCase::ascii("atempting"), "attempting"), + (UniCase::ascii("eyebrowns"), "eyebrows"), + (UniCase::ascii("scateboarding"), "skateboarding"), + (UniCase::ascii("teamspeack"), "teamspeak"), + (UniCase::ascii("quantititive"), "quantitative"), + (UniCase::ascii("unoticeable"), "unnoticeable"), + (UniCase::ascii("singualrity"), "singularity"), + (UniCase::ascii("strenghtend"), "strengthen"), + (UniCase::ascii("coordiante"), "coordinate"), + (UniCase::ascii("accoridng"), "according"), + (UniCase::ascii("concencration"), "concentration"), + (UniCase::ascii("positve"), "positive"), + (UniCase::ascii("formallized"), "formalized"), + (UniCase::ascii("masturbait"), "masturbate"), + (UniCase::ascii("inpredictable"), "unpredictable"), + (UniCase::ascii("laboratroy"), "laboratory"), + (UniCase::ascii("automato"), "automation"), + (UniCase::ascii("serialise"), "serialize"), + (UniCase::ascii("monestaries"), "monasteries"), + (UniCase::ascii("eytmology"), "etymology"), + (UniCase::ascii("syracusae"), "syracuse"), + (UniCase::ascii("extremly"), "extremely"), + (UniCase::ascii("skeptisism"), "skepticism"), + (UniCase::ascii("censur"), "censor"), + (UniCase::ascii("hurricanefps"), "hurricanes"), + (UniCase::ascii("imprioned"), "imprisoned"), + (UniCase::ascii("deutshcland"), "deutschland"), + (UniCase::ascii("registerd"), "registered"), + (UniCase::ascii("submerines"), "submarines"), + (UniCase::ascii("comparetive"), "comparative"), + (UniCase::ascii("corinthinas"), "corinthians"), + (UniCase::ascii("astronouts"), "astronauts"), + (UniCase::ascii("finnisch"), "finnish"), + (UniCase::ascii("insturmentals"), "instrumental"), + (UniCase::ascii("casltes"), "castles"), + (UniCase::ascii("creamic"), "ceramic"), + (UniCase::ascii("paychiatrists"), "psychiatrists"), + (UniCase::ascii("literatue"), "literate"), + (UniCase::ascii("materialised"), "materialized"), + (UniCase::ascii("inhernetly"), "inherently"), + (UniCase::ascii("dobulelift"), "doublelift"), + (UniCase::ascii("pharmaceudical"), "pharmaceutical"), + (UniCase::ascii("psychistrist"), "psychiatrist"), + (UniCase::ascii("reminscent"), "reminiscent"), + (UniCase::ascii("influancing"), "influencing"), + (UniCase::ascii("interviewd"), "interviewed"), + (UniCase::ascii("silicoln"), "silicon"), + (UniCase::ascii("constitucional"), "constitutional"), + (UniCase::ascii("unsurprized"), "unsurprised"), + (UniCase::ascii("lingusitic"), "linguistics"), + (UniCase::ascii("dialogues"), "dialogs"), + (UniCase::ascii("ancinets"), "ancients"), + (UniCase::ascii("hypnotises"), "hypnotizes"), + (UniCase::ascii("goldbeg"), "goldberg"), + (UniCase::ascii("exhuast"), "exhaust"), + (UniCase::ascii("missisipi"), "mississippi"), + (UniCase::ascii("constarnation"), "consternation"), + (UniCase::ascii("manufacturered"), "manufactured"), + (UniCase::ascii("referenece"), "reference"), + (UniCase::ascii("constrating"), "constraint"), + (UniCase::ascii("evaluationg"), "evaluating"), + (UniCase::ascii("bougainvillaeas"), "bougainvilleas"), + (UniCase::ascii("sensitivy"), "sensitivity"), + (UniCase::ascii("perpetualy"), "perpetually"), + (UniCase::ascii("competitevly"), "competitively"), + (UniCase::ascii("pensies"), "penises"), + (UniCase::ascii("enviornmentally"), "environmentally"), + (UniCase::ascii("cylcists"), "cyclists"), + (UniCase::ascii("snivelled"), "sniveled"), + (UniCase::ascii("transporteur"), "transporter"), + (UniCase::ascii("drivelling"), "driveling"), + (UniCase::ascii("caricaturile"), "caricature"), + (UniCase::ascii("discoverd"), "discovered"), + (UniCase::ascii("sasktachewan"), "saskatchewan"), + (UniCase::ascii("mediterranen"), "mediterranean"), + (UniCase::ascii("ultimatley"), "ultimately"), + (UniCase::ascii("fantacizing"), "fantasizing"), + (UniCase::ascii("maximise"), "maximize"), + (UniCase::ascii("metropos"), "metropolis"), + (UniCase::ascii("georiga"), "georgia"), + (UniCase::ascii("concurrant"), "concurrent"), + (UniCase::ascii("neighbour"), "neighbor"), + (UniCase::ascii("logictical"), "logistical"), + (UniCase::ascii("simliarity"), "similarity"), + (UniCase::ascii("discertation"), "dissertation"), + (UniCase::ascii("executionar"), "executioner"), + (UniCase::ascii("distinquishing"), "distinguishing"), + (UniCase::ascii("imporbable"), "improbable"), + (UniCase::ascii("dupilcates"), "duplicates"), + (UniCase::ascii("racionalization"), "rationalization"), + (UniCase::ascii("penetratiing"), "penetrating"), + (UniCase::ascii("occassionaly"), "occasionally"), + (UniCase::ascii("expireds"), "expires"), + (UniCase::ascii("dynamiclly"), "dynamically"), + (UniCase::ascii("insufficiant"), "insufficient"), + (UniCase::ascii("imperialsm"), "imperialism"), + (UniCase::ascii("highlighed"), "highlighted"), + (UniCase::ascii("familiair"), "familiar"), + (UniCase::ascii("mysterieus"), "mysteries"), + (UniCase::ascii("auromated"), "automated"), + (UniCase::ascii("foudn"), "found"), + (UniCase::ascii("profesor"), "professor"), + (UniCase::ascii("basektball"), "basketball"), + (UniCase::ascii("agin"), "again"), + (UniCase::ascii("pointes"), "pointers"), + (UniCase::ascii("trianers"), "trainers"), + (UniCase::ascii("exaclty"), "exactly"), + (UniCase::ascii("etiquete"), "etiquette"), + (UniCase::ascii("particularise"), "particularize"), + (UniCase::ascii("activiites"), "activist"), + (UniCase::ascii("recorre"), "recorder"), + (UniCase::ascii("nationalsits"), "nationalists"), + (UniCase::ascii("calcuim"), "calcium"), + (UniCase::ascii("prestes"), "presets"), + (UniCase::ascii("prefered"), "preferred"), + (UniCase::ascii("vertabim"), "verbatim"), + (UniCase::ascii("institutionalised"), "institutionalized"), + (UniCase::ascii("anniversiary"), "anniversary"), + (UniCase::ascii("hindrence"), "hindrance"), + (UniCase::ascii("privaticed"), "privatized"), + (UniCase::ascii("manafactured"), "manufactured"), + (UniCase::ascii("insertes"), "inserts"), + (UniCase::ascii("protectos"), "protectors"), + (UniCase::ascii("cafeteira"), "cafeteria"), + (UniCase::ascii("intoxicted"), "intoxicated"), + (UniCase::ascii("disclipine"), "discipline"), + (UniCase::ascii("consequenty"), "consequently"), + (UniCase::ascii("democracries"), "democracies"), + (UniCase::ascii("pleasent"), "pleasant"), + (UniCase::ascii("guarenteed"), "guaranteed"), + (UniCase::ascii("difficut"), "difficulty"), + (UniCase::ascii("fouth"), "fourth"), + (UniCase::ascii("regularisation"), "regularization"), + (UniCase::ascii("propertional"), "proportional"), + (UniCase::ascii("circumstantional"), "circumstantial"), + (UniCase::ascii("presumabely"), "presumably"), + (UniCase::ascii("yodelling"), "yodeling"), + (UniCase::ascii("maybelliene"), "maybelline"), + (UniCase::ascii("capasitors"), "capacitors"), + (UniCase::ascii("disgustiny"), "disgustingly"), + (UniCase::ascii("competitioners"), "competitions"), + (UniCase::ascii("confermation"), "confirmation"), + (UniCase::ascii("subscrible"), "subscriber"), + (UniCase::ascii("forsane"), "forsaken"), + (UniCase::ascii("criticicing"), "criticising"), + (UniCase::ascii("mathwes"), "mathews"), + (UniCase::ascii("unicornis"), "unicorns"), + (UniCase::ascii("landscspe"), "landscapes"), + (UniCase::ascii("cancres"), "cancers"), + (UniCase::ascii("overhwelmingly"), "overwhelmingly"), + (UniCase::ascii("smeesters"), "semesters"), + (UniCase::ascii("grammaticallity"), "grammatically"), + (UniCase::ascii("reacll"), "recall"), + (UniCase::ascii("insturctor"), "instructor"), + (UniCase::ascii("pesitcides"), "pesticides"), + (UniCase::ascii("assimilant"), "assimilate"), + (UniCase::ascii("specifed"), "specified"), + (UniCase::ascii("programattically"), "programmatically"), + (UniCase::ascii("mattreses"), "mattress"), + (UniCase::ascii("implausibe"), "implausible"), + (UniCase::ascii("charactarize"), "characterize"), + (UniCase::ascii("participativo"), "participation"), + (UniCase::ascii("discontued"), "discounted"), + (UniCase::ascii("medatite"), "meditate"), + (UniCase::ascii("motivet"), "motivate"), + (UniCase::ascii("continentais"), "continents"), + (UniCase::ascii("contributos"), "contributors"), + (UniCase::ascii("betrayeado"), "betrayed"), + (UniCase::ascii("passpost"), "passports"), + (UniCase::ascii("passisve"), "passives"), + (UniCase::ascii("illegitamate"), "illegitimate"), + (UniCase::ascii("interwebers"), "interwebs"), + (UniCase::ascii("influincing"), "influencing"), + (UniCase::ascii("figurativelly"), "figuratively"), + (UniCase::ascii("infinet"), "infinite"), + (UniCase::ascii("amortises"), "amortizes"), + (UniCase::ascii("paediatrics"), "pediatrics"), + (UniCase::ascii("distirbution"), "distribution"), + (UniCase::ascii("efficienctly"), "efficiency"), + (UniCase::ascii("defininitely"), "definitively"), + (UniCase::ascii("archaeologist"), "archeologist"), + (UniCase::ascii("prepetrator"), "perpetrator"), + (UniCase::ascii("disrecpect"), "disrespect"), + (UniCase::ascii("helicotper"), "helicopters"), + (UniCase::ascii("pratice"), "practice"), + (UniCase::ascii("complacant"), "complacent"), + (UniCase::ascii("linguisitcs"), "linguistics"), + (UniCase::ascii("tramsformers"), "transformers"), + (UniCase::ascii("partiel"), "particle"), + (UniCase::ascii("expences"), "expense"), + (UniCase::ascii("railrod"), "railroad"), + (UniCase::ascii("flexbile"), "flexible"), + (UniCase::ascii("inappropraitely"), "inappropriately"), + (UniCase::ascii("subtitel"), "subtitle"), + (UniCase::ascii("firefighers"), "firefighters"), + (UniCase::ascii("overtun"), "overturn"), + (UniCase::ascii("charactoristics"), "characteristics"), + (UniCase::ascii("kineitc"), "kinetic"), + (UniCase::ascii("orchistrated"), "orchestrated"), + (UniCase::ascii("mastermined"), "mastermind"), + (UniCase::ascii("achievments"), "achievements"), + (UniCase::ascii("replacemnts"), "replacements"), + (UniCase::ascii("timne"), "time"), + (UniCase::ascii("conspiricy"), "conspiracy"), + (UniCase::ascii("propoganda"), "propaganda"), + (UniCase::ascii("fingertits"), "fingertips"), + (UniCase::ascii("scenarious"), "scenarios"), + (UniCase::ascii("interferance"), "interference"), + (UniCase::ascii("degradato"), "degradation"), + (UniCase::ascii("frientship"), "friendship"), + (UniCase::ascii("playersare"), "playerbase"), + (UniCase::ascii("ppublisher"), "publisher"), + (UniCase::ascii("phylosophically"), "philosophically"), + (UniCase::ascii("understandible"), "understandable"), + (UniCase::ascii("gigaybte"), "gigabyte"), + (UniCase::ascii("programmmer"), "programme"), + (UniCase::ascii("converesly"), "conversely"), + (UniCase::ascii("trunlde"), "trundle"), + (UniCase::ascii("chanisaw"), "chainsaw"), + (UniCase::ascii("missionairy"), "missionary"), + (UniCase::ascii("trohpies"), "trophies"), + (UniCase::ascii("ideolouges"), "ideologies"), + (UniCase::ascii("technologicially"), "technologically"), + (UniCase::ascii("democrasies"), "democracies"), + (UniCase::ascii("distribuye"), "distribute"), + (UniCase::ascii("murderes"), "murders"), + (UniCase::ascii("spontaneuos"), "spontaneous"), + (UniCase::ascii("denomonations"), "denominations"), + (UniCase::ascii("deutschand"), "deutschland"), + (UniCase::ascii("monagomy"), "monogamy"), + (UniCase::ascii("annualised"), "annualized"), + (UniCase::ascii("configureable"), "configurable"), + (UniCase::ascii("arthrits"), "arthritis"), + (UniCase::ascii("ubiquitos"), "ubiquitous"), + (UniCase::ascii("permade"), "premade"), + (UniCase::ascii("constraits"), "constraints"), + (UniCase::ascii("anomolous"), "anomalous"), + (UniCase::ascii("consoltation"), "consultation"), + (UniCase::ascii("operativne"), "operative"), + (UniCase::ascii("correposding"), "corresponding"), + (UniCase::ascii("actualey"), "actualy"), + (UniCase::ascii("trubines"), "turbines"), + (UniCase::ascii("spontaneosly"), "spontaneously"), + (UniCase::ascii("additivley"), "additive"), + (UniCase::ascii("corparations"), "corporations"), + (UniCase::ascii("disadvatanges"), "disadvantages"), + (UniCase::ascii("obersvers"), "observers"), + (UniCase::ascii("virtiol"), "vitriol"), + (UniCase::ascii("underwealming"), "underwhelming"), + (UniCase::ascii("atlantia"), "atlanta"), + (UniCase::ascii("memorialises"), "memorializes"), + (UniCase::ascii("scandanavia"), "scandinavia"), + (UniCase::ascii("specifiyng"), "specifying"), + (UniCase::ascii("transending"), "transcending"), + (UniCase::ascii("distrubtes"), "distrust"), + (UniCase::ascii("immortalise"), "immortalize"), + (UniCase::ascii("steriotype"), "stereotype"), + (UniCase::ascii("theese"), "these"), + (UniCase::ascii("delpeted"), "depleted"), + (UniCase::ascii("psychiatirst"), "psychiatrists"), + (UniCase::ascii("specialits"), "specials"), + (UniCase::ascii("congergation"), "congregation"), + (UniCase::ascii("pruchases"), "purchases"), + (UniCase::ascii("varification"), "verification"), + (UniCase::ascii("bomberos"), "bombers"), + (UniCase::ascii("diabets"), "diabetes"), + (UniCase::ascii("engineeer"), "engineer"), + (UniCase::ascii("attendence"), "attendance"), + (UniCase::ascii("terminaron"), "terminator"), + (UniCase::ascii("recurited"), "recruited"), + (UniCase::ascii("personalise"), "personalize"), + (UniCase::ascii("demolitian"), "demolition"), + (UniCase::ascii("pointeur"), "pointer"), + (UniCase::ascii("lifespawn"), "lifespan"), + (UniCase::ascii("perpetrar"), "perpetrator"), + (UniCase::ascii("destinctions"), "destinations"), + (UniCase::ascii("provisios"), "provisions"), + (UniCase::ascii("unfailry"), "unfairly"), + (UniCase::ascii("reaserched"), "researched"), + (UniCase::ascii("streamys"), "streams"), + (UniCase::ascii("desensitisation"), "desensitization"), + (UniCase::ascii("battlefont"), "battlefront"), + (UniCase::ascii("skillshoots"), "skillshots"), + (UniCase::ascii("agrument"), "argument"), + (UniCase::ascii("transportaion"), "transportation"), + (UniCase::ascii("xenophonic"), "xenophobic"), + (UniCase::ascii("frustrants"), "frustrates"), + (UniCase::ascii("projectyle"), "projectile"), + (UniCase::ascii("marlbes"), "marbles"), + (UniCase::ascii("christianty"), "christianity"), + (UniCase::ascii("projecitle"), "projectiles"), + (UniCase::ascii("utlimatum"), "ultimatum"), + (UniCase::ascii("moralised"), "moralized"), + (UniCase::ascii("democracts"), "democrat"), + (UniCase::ascii("sterilising"), "sterilizing"), + (UniCase::ascii("controling"), "controlling"), + (UniCase::ascii("veritcally"), "vertically"), + (UniCase::ascii("paediatrician"), "pediatrician"), + (UniCase::ascii("penguings"), "penguins"), + (UniCase::ascii("comitted"), "committed"), + (UniCase::ascii("acqauinted"), "acquainted"), + (UniCase::ascii("semseters"), "semesters"), + (UniCase::ascii("procalim"), "proclaim"), + (UniCase::ascii("disappearred"), "disappeared"), + (UniCase::ascii("incoroporated"), "incorporated"), + (UniCase::ascii("brendamn"), "brendan"), + (UniCase::ascii("donwloaded"), "downloaded"), + (UniCase::ascii("unrakned"), "unranked"), + (UniCase::ascii("honeymooon"), "honeymoon"), + (UniCase::ascii("trafficed"), "trafficked"), + (UniCase::ascii("contrubite"), "contributes"), + (UniCase::ascii("antivrius"), "antivirus"), + (UniCase::ascii("manslaugher"), "manslaughter"), + (UniCase::ascii("differance"), "difference"), + (UniCase::ascii("motoroloa"), "motorola"), + (UniCase::ascii("dismantel"), "dismantle"), + (UniCase::ascii("philosiphers"), "philosophers"), + (UniCase::ascii("anniversarry"), "anniversary"), + (UniCase::ascii("infilitrated"), "infiltrated"), + (UniCase::ascii("journalistc"), "journalistic"), + (UniCase::ascii("positevely"), "positively"), + (UniCase::ascii("interstela"), "interstellar"), + (UniCase::ascii("essentail"), "essential"), + (UniCase::ascii("perferable"), "preferable"), + (UniCase::ascii("decentralise"), "decentralize"), + (UniCase::ascii("nauitlus"), "nautilus"), + (UniCase::ascii("inquisitivo"), "inquisition"), + (UniCase::ascii("athletiscm"), "athleticism"), + (UniCase::ascii("analyseras"), "analyses"), + (UniCase::ascii("gltichy"), "glitchy"), + (UniCase::ascii("pich"), "pitch"), + (UniCase::ascii("redesgin"), "redesign"), + (UniCase::ascii("impeccible"), "impeccable"), + (UniCase::ascii("preceeded"), "preceded"), + (UniCase::ascii("contendors"), "contenders"), + (UniCase::ascii("resistered"), "resisted"), + (UniCase::ascii("constituant"), "constituent"), + (UniCase::ascii("hyopthetically"), "hypothetically"), + (UniCase::ascii("sebastin"), "sebastian"), + (UniCase::ascii("complicaitons"), "complication"), + (UniCase::ascii("expectating"), "expectation"), + (UniCase::ascii("simplicitly"), "simplicity"), + (UniCase::ascii("inexpereinced"), "inexperienced"), + (UniCase::ascii("facilitatile"), "facilitate"), + (UniCase::ascii("connectes"), "connects"), + (UniCase::ascii("scnearios"), "scenarios"), + (UniCase::ascii("prejucides"), "prejudices"), + (UniCase::ascii("ukrainias"), "ukrainians"), + (UniCase::ascii("commerical"), "commercial"), + (UniCase::ascii("gambolling"), "gamboling"), + (UniCase::ascii("densly"), "densely"), + (UniCase::ascii("transfroms"), "transforms"), + (UniCase::ascii("acculumated"), "accumulated"), + (UniCase::ascii("merchantos"), "merchants"), + (UniCase::ascii("astronomia"), "astronomical"), + (UniCase::ascii("additionaly"), "additionally"), + (UniCase::ascii("travelling"), "traveling"), + (UniCase::ascii("indefineable"), "undefinable"), + (UniCase::ascii("rheotric"), "rhetoric"), + (UniCase::ascii("faincee"), "fiancee"), + (UniCase::ascii("requrement"), "requirement"), + (UniCase::ascii("appareil"), "apparel"), + (UniCase::ascii("salavge"), "salvage"), + (UniCase::ascii("caridnals"), "cardinals"), + (UniCase::ascii("beggining"), "beginning"), + (UniCase::ascii("gernades"), "grenades"), + (UniCase::ascii("electon"), "election"), + (UniCase::ascii("holdiay"), "holiday"), + (UniCase::ascii("contingient"), "contingent"), + (UniCase::ascii("musculaire"), "muscular"), + (UniCase::ascii("unconvencional"), "unconventional"), + (UniCase::ascii("subltety"), "subtlety"), + (UniCase::ascii("mounring"), "mourning"), + (UniCase::ascii("cauterise"), "cauterize"), + (UniCase::ascii("wrnagler"), "wrangler"), + (UniCase::ascii("preliminarly"), "preliminary"), + (UniCase::ascii("awesomelly"), "awesomely"), + (UniCase::ascii("sorcerey"), "sorcery"), + (UniCase::ascii("sterilisers"), "sterilizers"), + (UniCase::ascii("contractin"), "contraction"), + (UniCase::ascii("submergerd"), "submerged"), + (UniCase::ascii("guardiands"), "guardians"), + (UniCase::ascii("derivitive"), "derivative"), + (UniCase::ascii("isalmic"), "islamic"), + (UniCase::ascii("cruciaal"), "crucial"), + (UniCase::ascii("oracels"), "oracles"), + (UniCase::ascii("externalises"), "externalizes"), + (UniCase::ascii("recipets"), "recipes"), + (UniCase::ascii("adealide"), "adelaide"), + (UniCase::ascii("incompatent"), "incompetent"), + (UniCase::ascii("disputandem"), "disputandum"), + (UniCase::ascii("academica"), "academia"), + (UniCase::ascii("customise"), "customize"), + (UniCase::ascii("rationalizating"), "rationalization"), + (UniCase::ascii("influentual"), "influential"), + (UniCase::ascii("comissions"), "commissions"), + (UniCase::ascii("diffuculties"), "difficulties"), + (UniCase::ascii("comediants"), "comedians"), + (UniCase::ascii("literatute"), "literate"), + (UniCase::ascii("finaly"), "finally"), + (UniCase::ascii("greatfully"), "gratefully"), + (UniCase::ascii("vicitms"), "victims"), + (UniCase::ascii("specifcation"), "specification"), + (UniCase::ascii("possessess"), "possesses"), + (UniCase::ascii("scandales"), "scandals"), + (UniCase::ascii("earthquacks"), "earthquakes"), + (UniCase::ascii("uplaods"), "uploads"), + (UniCase::ascii("proove"), "prove"), + (UniCase::ascii("autoattk"), "autoattack"), + (UniCase::ascii("malaysa"), "malaysia"), + (UniCase::ascii("defenderlas"), "defenders"), + (UniCase::ascii("adminsitrative"), "administrative"), + (UniCase::ascii("substutite"), "substitutes"), + (UniCase::ascii("harasments"), "harassments"), + (UniCase::ascii("buddhim"), "buddhism"), + (UniCase::ascii("correspondant"), "correspondent"), + (UniCase::ascii("assymetrical"), "asymmetrical"), + (UniCase::ascii("pyschiatric"), "psychiatric"), + (UniCase::ascii("unsubscried"), "unsubscribed"), + (UniCase::ascii("blueburries"), "blueberries"), + (UniCase::ascii("dsyfunction"), "dysfunction"), + (UniCase::ascii("govenment"), "government"), + (UniCase::ascii("sandnig"), "sanding"), + (UniCase::ascii("insufficent"), "insufficient"), + (UniCase::ascii("refernce"), "references"), + (UniCase::ascii("interactie"), "interactive"), + (UniCase::ascii("androis"), "androids"), + (UniCase::ascii("microscoop"), "microscope"), + (UniCase::ascii("fantaic"), "fanatic"), + (UniCase::ascii("highlane"), "highlander"), + (UniCase::ascii("dortmud"), "dortmund"), + (UniCase::ascii("cylindres"), "cylinders"), + (UniCase::ascii("camouflauge"), "camouflage"), + (UniCase::ascii("precentile"), "percentile"), + (UniCase::ascii("tramsforming"), "transforming"), + (UniCase::ascii("becnhmark"), "benchmark"), + (UniCase::ascii("enlightenend"), "enlightened"), + (UniCase::ascii("commentery"), "commentary"), + (UniCase::ascii("respectivly"), "respectively"), + (UniCase::ascii("reflexs"), "reflexes"), + (UniCase::ascii("bloodbore"), "bloodborne"), + (UniCase::ascii("kryptinite"), "kryptonite"), + (UniCase::ascii("colleciton"), "collection"), + (UniCase::ascii("impossibul"), "impossibly"), + (UniCase::ascii("introdued"), "introduced"), + (UniCase::ascii("prostitites"), "prostitutes"), + (UniCase::ascii("evidende"), "evidenced"), + (UniCase::ascii("proficincy"), "proficiency"), + (UniCase::ascii("mulittasking"), "multitasking"), + (UniCase::ascii("suspisiously"), "suspiciously"), + (UniCase::ascii("resistanes"), "resistances"), + (UniCase::ascii("consumpion"), "consumption"), + (UniCase::ascii("dificulties"), "difficulties"), + (UniCase::ascii("surrouned"), "surround"), + (UniCase::ascii("contianer"), "container"), + (UniCase::ascii("hoilday"), "holiday"), + (UniCase::ascii("practised"), "practiced"), + (UniCase::ascii("actresss"), "actresses"), + (UniCase::ascii("apprentince"), "apprentice"), + (UniCase::ascii("miraculos"), "miraculous"), + (UniCase::ascii("applaued"), "applaud"), + (UniCase::ascii("interste"), "interstate"), + (UniCase::ascii("reaponsibility"), "responsibility"), + (UniCase::ascii("atrocoties"), "atrocities"), + (UniCase::ascii("towelled"), "toweled"), + (UniCase::ascii("armistace"), "armistice"), + (UniCase::ascii("auxilary"), "auxiliary"), + (UniCase::ascii("xenophopia"), "xenophobia"), + (UniCase::ascii("psychiatrits"), "psychiatrists"), + (UniCase::ascii("capitulo"), "capitol"), + (UniCase::ascii("hinderence"), "hindrance"), + (UniCase::ascii("verfication"), "verification"), + (UniCase::ascii("compeltes"), "completes"), + (UniCase::ascii("eachotehr"), "eachother"), + (UniCase::ascii("homeophaty"), "homeopathy"), + (UniCase::ascii("extraordinarly"), "extraordinary"), + (UniCase::ascii("specialis"), "specials"), + (UniCase::ascii("disingenious"), "disingenuous"), + (UniCase::ascii("asteriks"), "asterisk"), + (UniCase::ascii("participatns"), "participant"), + (UniCase::ascii("internationnal"), "international"), + (UniCase::ascii("eloquentely"), "eloquently"), + (UniCase::ascii("valentones"), "valentines"), + (UniCase::ascii("instituion"), "institution"), + (UniCase::ascii("movepseed"), "movespeed"), + (UniCase::ascii("nigthlife"), "nightlife"), + (UniCase::ascii("assesement"), "assessment"), + (UniCase::ascii("exhasuted"), "exhausted"), + (UniCase::ascii("acsension"), "ascension"), + (UniCase::ascii("courtesty"), "courtesy"), + (UniCase::ascii("incarantion"), "incarnation"), + (UniCase::ascii("supplamented"), "supplemented"), + (UniCase::ascii("instuction"), "instruction"), + (UniCase::ascii("intimadated"), "intimidated"), + (UniCase::ascii("votlage"), "voltage"), + (UniCase::ascii("gmaertag"), "gamertag"), + (UniCase::ascii("functtion"), "function"), + (UniCase::ascii("connecties"), "connects"), + (UniCase::ascii("definietly"), "definitely"), + (UniCase::ascii("stryofoam"), "styrofoam"), + (UniCase::ascii("heretosexual"), "heterosexual"), + (UniCase::ascii("nieghbours"), "neighbours"), + (UniCase::ascii("westminser"), "westminster"), + (UniCase::ascii("greandes"), "grenades"), + (UniCase::ascii("fanservive"), "fanservice"), + (UniCase::ascii("ploughmen"), "plowmen"), + (UniCase::ascii("comparisions"), "comparisons"), + (UniCase::ascii("cafetiera"), "cafeteria"), + (UniCase::ascii("brotherwood"), "brotherhood"), + (UniCase::ascii("regulacion"), "regulation"), + (UniCase::ascii("testice"), "testicle"), + (UniCase::ascii("releiver"), "reliever"), + (UniCase::ascii("tenacitiy"), "tenacity"), + (UniCase::ascii("transylvanai"), "transylvania"), + (UniCase::ascii("emminently"), "eminently"), + (UniCase::ascii("certainy"), "certainty"), + (UniCase::ascii("chassies"), "chassis"), + (UniCase::ascii("incompatabile"), "incompatible"), + (UniCase::ascii("cosier"), "cozier"), + (UniCase::ascii("apartmens"), "apartments"), + (UniCase::ascii("thernodynamics"), "thermodynamics"), + (UniCase::ascii("mistread"), "mistreated"), + (UniCase::ascii("compulsorary"), "compulsory"), + (UniCase::ascii("unemplyoment"), "unemployment"), + (UniCase::ascii("dormtund"), "dortmund"), + (UniCase::ascii("interstae"), "interstate"), + (UniCase::ascii("crusier"), "cruiser"), + (UniCase::ascii("theatregoer"), "theatergoer"), + (UniCase::ascii("slefishness"), "selfishness"), + (UniCase::ascii("contirbutors"), "contributors"), + (UniCase::ascii("vacciante"), "vaccinate"), + (UniCase::ascii("braverly"), "bravery"), + (UniCase::ascii("assit"), "assist"), + (UniCase::ascii("cocktailers"), "cocktails"), + (UniCase::ascii("carribean"), "caribbean"), + (UniCase::ascii("normaly"), "normally"), + (UniCase::ascii("busines"), "business"), + (UniCase::ascii("redundnacy"), "redundancy"), + (UniCase::ascii("naferious"), "nefarious"), + (UniCase::ascii("reciept"), "receipt"), + (UniCase::ascii("chocolatos"), "chocolates"), + (UniCase::ascii("dominae"), "dominate"), + (UniCase::ascii("disastreous"), "disastrous"), + (UniCase::ascii("inbewteen"), "inbetween"), + (UniCase::ascii("professionalisim"), "professionalism"), + (UniCase::ascii("contestion"), "contention"), + (UniCase::ascii("jewerly"), "jewelry"), + (UniCase::ascii("squrriels"), "squirrels"), + (UniCase::ascii("documenatry"), "documentary"), + (UniCase::ascii("investegators"), "investigators"), + (UniCase::ascii("portoflio"), "portfolio"), + (UniCase::ascii("pretens"), "pretends"), + (UniCase::ascii("fascisation"), "fascination"), + (UniCase::ascii("neighborhing"), "neighboring"), + (UniCase::ascii("incarciration"), "incarceration"), + (UniCase::ascii("fractales"), "fractals"), + (UniCase::ascii("pervious"), "previous"), + (UniCase::ascii("pathfidner"), "pathfinder"), + (UniCase::ascii("conversacional"), "conversational"), + (UniCase::ascii("retalitated"), "retaliated"), + (UniCase::ascii("hypocriet"), "hypocrite"), + (UniCase::ascii("monopolised"), "monopolized"), + (UniCase::ascii("archetectural"), "architectural"), + (UniCase::ascii("requierments"), "requirements"), + (UniCase::ascii("superiour"), "superior"), + (UniCase::ascii("phycisians"), "physicians"), + (UniCase::ascii("activizion"), "activision"), + (UniCase::ascii("interpert"), "interpret"), + (UniCase::ascii("distinciton"), "distinction"), + (UniCase::ascii("receving"), "receiving"), + (UniCase::ascii("sepulcre"), "sepulchre"), + (UniCase::ascii("gynaecologist"), "gynecologist"), + (UniCase::ascii("fingertaps"), "fingertips"), + (UniCase::ascii("dispath"), "dispatch"), + (UniCase::ascii("calicum"), "calcium"), + (UniCase::ascii("philadalphia"), "philadelphia"), + (UniCase::ascii("inhertiance"), "inheritance"), + (UniCase::ascii("consequneces"), "consequence"), + (UniCase::ascii("uncomfortabel"), "uncomfortably"), + (UniCase::ascii("herculeas"), "hercules"), + (UniCase::ascii("publicise"), "publicize"), + (UniCase::ascii("scandianvian"), "scandinavian"), + (UniCase::ascii("thoeries"), "theories"), + (UniCase::ascii("cartdriges"), "cartridges"), + (UniCase::ascii("liuke"), "like"), + (UniCase::ascii("isntructed"), "instructed"), + (UniCase::ascii("contibutes"), "contributes"), + (UniCase::ascii("punshier"), "punisher"), + (UniCase::ascii("transsexaul"), "transsexual"), + (UniCase::ascii("mutliplied"), "multiplied"), + (UniCase::ascii("landscae"), "landscapes"), + (UniCase::ascii("rhapsodised"), "rhapsodized"), + (UniCase::ascii("playabe"), "playable"), + (UniCase::ascii("medicore"), "mediocre"), + (UniCase::ascii("omlette"), "omelette"), + (UniCase::ascii("armageddomon"), "armageddon"), + (UniCase::ascii("requeriment"), "requirement"), + (UniCase::ascii("camouglage"), "camouflage"), + (UniCase::ascii("reprehenisble"), "reprehensible"), + (UniCase::ascii("disapporval"), "disapproval"), + (UniCase::ascii("contribuem"), "contribute"), + (UniCase::ascii("sacrafices"), "sacrifices"), + (UniCase::ascii("rewriet"), "rewrite"), + (UniCase::ascii("protectoras"), "protectors"), + (UniCase::ascii("cylcone"), "cyclone"), + (UniCase::ascii("manafactures"), "manufactures"), + (UniCase::ascii("halfiax"), "halifax"), + (UniCase::ascii("personaly"), "personally"), + (UniCase::ascii("primative"), "primitive"), + (UniCase::ascii("militarised"), "militarized"), + (UniCase::ascii("civilains"), "civilians"), + (UniCase::ascii("persued"), "pursued"), + (UniCase::ascii("tranlsations"), "translations"), + (UniCase::ascii("tunnles"), "tunnels"), + (UniCase::ascii("ravelling"), "raveling"), + (UniCase::ascii("triator"), "traitor"), + (UniCase::ascii("intervenion"), "intervening"), + (UniCase::ascii("hamburgles"), "hamburgers"), + (UniCase::ascii("hospitalisation"), "hospitalization"), + (UniCase::ascii("indirektly"), "indirectly"), + (UniCase::ascii("paediatric"), "pediatric"), + (UniCase::ascii("systematises"), "systematizes"), + (UniCase::ascii("criticizms"), "criticisms"), + (UniCase::ascii("negativley"), "negatively"), + (UniCase::ascii("inconventional"), "unconventional"), + (UniCase::ascii("professionalised"), "professionalized"), + (UniCase::ascii("progressivas"), "progressives"), + (UniCase::ascii("caracterized"), "characterized"), + (UniCase::ascii("sunfiber"), "sunfire"), + (UniCase::ascii("charocal"), "charcoal"), + (UniCase::ascii("impressin"), "impressions"), + (UniCase::ascii("gloiath"), "goliath"), + (UniCase::ascii("cricketts"), "crickets"), + (UniCase::ascii("cannibilism"), "cannibalism"), + (UniCase::ascii("midfieldiers"), "midfielders"), + (UniCase::ascii("mysteriouly"), "mysteriously"), + (UniCase::ascii("skwyard"), "skyward"), + (UniCase::ascii("shoudln"), "should"), + (UniCase::ascii("cringeworthly"), "cringeworthy"), + (UniCase::ascii("sacntioned"), "sanctioned"), + (UniCase::ascii("associato"), "association"), + (UniCase::ascii("participatd"), "participant"), + (UniCase::ascii("agonsticism"), "agnosticism"), + (UniCase::ascii("consecuentes"), "consequences"), + (UniCase::ascii("definetally"), "definately"), + (UniCase::ascii("knuckels"), "knuckles"), + (UniCase::ascii("handboook"), "handbook"), + (UniCase::ascii("athiest"), "atheist"), + (UniCase::ascii("contingeny"), "contingency"), + (UniCase::ascii("nuclues"), "nucleus"), + (UniCase::ascii("chambres"), "chambers"), + (UniCase::ascii("observating"), "observation"), + (UniCase::ascii("temperaturs"), "temperatures"), + (UniCase::ascii("afternarket"), "aftermarket"), + (UniCase::ascii("inusrgency"), "insurgency"), + (UniCase::ascii("recommendes"), "recommends"), + (UniCase::ascii("confidentail"), "confidential"), + (UniCase::ascii("preveiws"), "previews"), + (UniCase::ascii("beaurocracy"), "bureaucracy"), + (UniCase::ascii("dividendos"), "dividends"), + (UniCase::ascii("penerator"), "penetrator"), + (UniCase::ascii("judaisim"), "judaism"), + (UniCase::ascii("appreciaite"), "appreciative"), + (UniCase::ascii("hieroglph"), "hieroglyph"), + (UniCase::ascii("organices"), "organise"), + (UniCase::ascii("summarised"), "summarized"), + (UniCase::ascii("islamsits"), "islamists"), + (UniCase::ascii("protestos"), "protests"), + (UniCase::ascii("conqeur"), "conquer"), + (UniCase::ascii("carloina"), "carolina"), + (UniCase::ascii("highshcool"), "highschool"), + (UniCase::ascii("irritacion"), "irritation"), + (UniCase::ascii("philospohical"), "philosophical"), + (UniCase::ascii("theocracry"), "theocracy"), + (UniCase::ascii("concentratons"), "concentrations"), + (UniCase::ascii("individuels"), "individuals"), + (UniCase::ascii("decieved"), "deceived"), + (UniCase::ascii("protestents"), "protestants"), + (UniCase::ascii("gyspies"), "gypsies"), + (UniCase::ascii("iresistibly"), "irresistibly"), + (UniCase::ascii("criminalise"), "criminalize"), + (UniCase::ascii("vanillla"), "vanilla"), + (UniCase::ascii("proselytisers"), "proselytizers"), + (UniCase::ascii("humanite"), "humanities"), + (UniCase::ascii("artical"), "article"), + (UniCase::ascii("formadible"), "formidable"), + (UniCase::ascii("godliek"), "godlike"), + (UniCase::ascii("naughtly"), "naughty"), + (UniCase::ascii("dissobedient"), "disobedient"), + (UniCase::ascii("belittleing"), "belittling"), + (UniCase::ascii("reuinon"), "reunion"), + (UniCase::ascii("contracr"), "contractor"), + (UniCase::ascii("handeldy"), "handedly"), + (UniCase::ascii("proletariaat"), "proletariat"), + (UniCase::ascii("resignement"), "resignment"), + (UniCase::ascii("beeing"), "being"), + (UniCase::ascii("juvenille"), "juvenile"), + (UniCase::ascii("immortalisy"), "immortals"), + (UniCase::ascii("acheivements"), "achievements"), + (UniCase::ascii("manifestanti"), "manifestation"), + (UniCase::ascii("resintall"), "reinstall"), + (UniCase::ascii("diverstiy"), "diversity"), + (UniCase::ascii("refurbised"), "refurbished"), + (UniCase::ascii("girlfrinds"), "girlfriends"), + (UniCase::ascii("inappropriae"), "inappropriately"), + (UniCase::ascii("megatorn"), "megatron"), + (UniCase::ascii("abosrbs"), "absorbs"), + (UniCase::ascii("treatmens"), "treatments"), + (UniCase::ascii("cassawory"), "cassowary"), + (UniCase::ascii("streamd"), "streamed"), + (UniCase::ascii("concorrent"), "concurrent"), + (UniCase::ascii("prefarable"), "preferable"), + (UniCase::ascii("proporting"), "proportion"), + (UniCase::ascii("spammeur"), "spammer"), + (UniCase::ascii("strategis"), "strategies"), + (UniCase::ascii("saterday"), "saturday"), + (UniCase::ascii("inforgivable"), "unforgivable"), + (UniCase::ascii("archaelogists"), "archaeologists"), + (UniCase::ascii("preferrs"), "prefers"), + (UniCase::ascii("margaritte"), "margaret"), + (UniCase::ascii("preordes"), "preorders"), + (UniCase::ascii("edbiles"), "edibles"), + (UniCase::ascii("calcular"), "calculator"), + (UniCase::ascii("fanficitons"), "fanfiction"), + (UniCase::ascii("conscioussness"), "consciousness"), + (UniCase::ascii("difenitly"), "definitly"), + (UniCase::ascii("privilages"), "privileges"), + (UniCase::ascii("rilvaries"), "rivalries"), + (UniCase::ascii("infinetely"), "infinitely"), + (UniCase::ascii("enitrely"), "entirely"), + (UniCase::ascii("illiegal"), "illegal"), + (UniCase::ascii("interpretarte"), "interpreter"), + (UniCase::ascii("libretarian"), "libertarian"), + (UniCase::ascii("tantalise"), "tantalize"), + (UniCase::ascii("temperatue"), "temperature"), + (UniCase::ascii("politing"), "piloting"), + (UniCase::ascii("palyable"), "playable"), + (UniCase::ascii("dissapoited"), "dissapointed"), + (UniCase::ascii("mathematitians"), "mathematicians"), + (UniCase::ascii("repsonse"), "response"), + (UniCase::ascii("doomsdaily"), "doomsday"), + (UniCase::ascii("responsaveis"), "responsive"), + (UniCase::ascii("addresing"), "addressing"), + (UniCase::ascii("specialistes"), "specialists"), + (UniCase::ascii("equiped"), "equipped"), + (UniCase::ascii("keneysian"), "keynesian"), + (UniCase::ascii("forntpage"), "frontpage"), + (UniCase::ascii("intimitaly"), "intimately"), + (UniCase::ascii("appreicate"), "appreciate"), + (UniCase::ascii("demoninator"), "denominator"), + (UniCase::ascii("ailenating"), "alienating"), + (UniCase::ascii("supposedely"), "supposedly"), + (UniCase::ascii("estiamted"), "estimated"), + (UniCase::ascii("orginasations"), "organisations"), + (UniCase::ascii("expolits"), "exploits"), + (UniCase::ascii("tranformed"), "transformed"), + (UniCase::ascii("depelted"), "depleted"), + (UniCase::ascii("deutschalnd"), "deutschland"), + (UniCase::ascii("elimanates"), "eliminates"), + (UniCase::ascii("intertained"), "intertwined"), + (UniCase::ascii("organisatons"), "organisations"), + (UniCase::ascii("applicatins"), "applicants"), + (UniCase::ascii("protagonsit"), "protagonists"), + (UniCase::ascii("levelign"), "leveling"), + (UniCase::ascii("lieutentant"), "lieutenant"), + (UniCase::ascii("norhtwestern"), "northwestern"), + (UniCase::ascii("demonstates"), "demonstrates"), + (UniCase::ascii("dismanteld"), "dismantled"), + (UniCase::ascii("trialer"), "trailer"), + (UniCase::ascii("selfishess"), "selfishness"), + (UniCase::ascii("versitality"), "versatility"), + (UniCase::ascii("shitfer"), "shifter"), + (UniCase::ascii("culrpit"), "culprit"), + (UniCase::ascii("unsuprised"), "unsurprised"), + (UniCase::ascii("memorise"), "memorize"), + (UniCase::ascii("indeginous"), "indigenous"), + (UniCase::ascii("beuatiful"), "beautiful"), + (UniCase::ascii("disadvanteged"), "disadvantaged"), + (UniCase::ascii("enthusiasum"), "enthusiasm"), + (UniCase::ascii("performens"), "performers"), + (UniCase::ascii("bubblews"), "bubbles"), + (UniCase::ascii("reccomending"), "recommending"), + (UniCase::ascii("imrpove"), "improve"), + (UniCase::ascii("effortlessy"), "effortlessly"), + (UniCase::ascii("sucidial"), "suicidal"), + (UniCase::ascii("boook"), "book"), + (UniCase::ascii("familiarlize"), "familiarize"), + (UniCase::ascii("sportsmenship"), "sportsmanship"), + (UniCase::ascii("refreing"), "refering"), + (UniCase::ascii("frustrantes"), "frustrates"), + (UniCase::ascii("ridiculled"), "ridicule"), + (UniCase::ascii("enemployment"), "unemployment"), + (UniCase::ascii("rebouncing"), "rebounding"), + (UniCase::ascii("instraments"), "instruments"), + (UniCase::ascii("definatly"), "definitely"), + (UniCase::ascii("resonet"), "resonate"), + (UniCase::ascii("franchsies"), "franchises"), + (UniCase::ascii("specificato"), "specification"), + (UniCase::ascii("causalty"), "casualty"), + (UniCase::ascii("wednessay"), "wednesdays"), + (UniCase::ascii("posions"), "poisons"), + (UniCase::ascii("ultimatuum"), "ultimatum"), + (UniCase::ascii("backbacking"), "backpacking"), + (UniCase::ascii("manipulacion"), "manipulation"), + (UniCase::ascii("preferablly"), "preferably"), + (UniCase::ascii("counsole"), "counsel"), + (UniCase::ascii("eyar"), "year"), + (UniCase::ascii("midtwon"), "midtown"), + (UniCase::ascii("relatiation"), "retaliation"), + (UniCase::ascii("architecte"), "architecture"), + (UniCase::ascii("resolvemos"), "resolves"), + (UniCase::ascii("fullfilment"), "fulfillment"), + (UniCase::ascii("actualpy"), "actualy"), + (UniCase::ascii("fondamentalists"), "fundamentalists"), + (UniCase::ascii("consciouness"), "consciousness"), + (UniCase::ascii("behoves"), "behooves"), + (UniCase::ascii("indefinitly"), "indefinitely"), + (UniCase::ascii("liberatrianism"), "libertarianism"), + (UniCase::ascii("pscyhologist"), "psychologist"), + (UniCase::ascii("finishs"), "finishes"), + (UniCase::ascii("subconsciouly"), "subconsciously"), + (UniCase::ascii("protines"), "proteins"), + (UniCase::ascii("absuridty"), "absurdity"), + (UniCase::ascii("accelaration"), "acceleration"), + (UniCase::ascii("inconsistentcies"), "inconsistencies"), + (UniCase::ascii("electromagnectic"), "electromagnetic"), + (UniCase::ascii("homniem"), "hominem"), + (UniCase::ascii("misrepresantation"), "misrepresentation"), + (UniCase::ascii("staurday"), "saturday"), + (UniCase::ascii("popluar"), "popular"), + (UniCase::ascii("misunderstamding"), "misunderstandings"), + (UniCase::ascii("embarrases"), "embarrassed"), + (UniCase::ascii("principielt"), "principle"), + (UniCase::ascii("pedohpile"), "pedophile"), + (UniCase::ascii("quarantaine"), "quarantine"), + (UniCase::ascii("democrazies"), "democracies"), + (UniCase::ascii("psychaitric"), "psychiatric"), + (UniCase::ascii("stremear"), "streamer"), + (UniCase::ascii("affixiation"), "affiliation"), + (UniCase::ascii("disobediant"), "disobedient"), + (UniCase::ascii("haemophilia"), "hemophilia"), + (UniCase::ascii("explicilty"), "explicitly"), + (UniCase::ascii("vareity"), "variety"), + (UniCase::ascii("overreactin"), "overreaction"), + (UniCase::ascii("mormonsim"), "mormonism"), + (UniCase::ascii("infalability"), "infallibility"), + (UniCase::ascii("priorotize"), "prioritize"), + (UniCase::ascii("vaccinae"), "vaccinated"), + (UniCase::ascii("magnetise"), "magnetize"), + (UniCase::ascii("catastrohpic"), "catastrophic"), + (UniCase::ascii("triators"), "traitors"), + (UniCase::ascii("appereances"), "appearances"), + (UniCase::ascii("administrativne"), "administrative"), + (UniCase::ascii("antennaes"), "antennas"), + (UniCase::ascii("restrictios"), "restricts"), + (UniCase::ascii("prioroties"), "priorities"), + (UniCase::ascii("sponatneous"), "spontaneous"), + (UniCase::ascii("consentrate"), "concentrate"), + (UniCase::ascii("simplistisch"), "simplistic"), + (UniCase::ascii("coincedental"), "coincidental"), + (UniCase::ascii("actualty"), "actualy"), + (UniCase::ascii("geographicaly"), "geographically"), + (UniCase::ascii("procees"), "proceeds"), + (UniCase::ascii("mathematicas"), "mathematics"), + (UniCase::ascii("assembley"), "assembly"), + (UniCase::ascii("anticiapted"), "anticipated"), + (UniCase::ascii("progressionwise"), "progressions"), + (UniCase::ascii("instituded"), "instituted"), + (UniCase::ascii("concentraion"), "concentration"), + (UniCase::ascii("commishioned"), "commissioned"), + (UniCase::ascii("circumsiced"), "circumcised"), + (UniCase::ascii("sertificates"), "certificates"), + (UniCase::ascii("respectivily"), "respectively"), + (UniCase::ascii("colonizaton"), "colonization"), + (UniCase::ascii("ressurection"), "resurrection"), + (UniCase::ascii("outfeild"), "outfield"), + (UniCase::ascii("objectivley"), "objectively"), + (UniCase::ascii("uninterneted"), "uninterested"), + (UniCase::ascii("bradfrod"), "bradford"), + (UniCase::ascii("ambulancier"), "ambulance"), + (UniCase::ascii("progressivily"), "progressively"), + (UniCase::ascii("montanha"), "montana"), + (UniCase::ascii("victimised"), "victimized"), + (UniCase::ascii("sctosman"), "scotsman"), + (UniCase::ascii("synopsies"), "synopsis"), + (UniCase::ascii("strawbeery"), "strawberry"), + (UniCase::ascii("communiste"), "communities"), + (UniCase::ascii("consdiered"), "considered"), + (UniCase::ascii("valnecia"), "valencia"), + (UniCase::ascii("inpending"), "impending"), + (UniCase::ascii("preorderers"), "preorders"), + (UniCase::ascii("representitive"), "representative"), + (UniCase::ascii("depresse"), "depressive"), + (UniCase::ascii("germanos"), "germans"), + (UniCase::ascii("temparament"), "temperament"), + (UniCase::ascii("prinicple"), "principle"), + (UniCase::ascii("estimatin"), "estimation"), + (UniCase::ascii("protals"), "portals"), + (UniCase::ascii("amplifly"), "amplify"), + (UniCase::ascii("origintea"), "originate"), + (UniCase::ascii("electronicos"), "electronics"), + (UniCase::ascii("hospitilized"), "hospitalized"), + (UniCase::ascii("permieter"), "perimeter"), + (UniCase::ascii("eleminating"), "eliminating"), + (UniCase::ascii("contemt"), "contempt"), + (UniCase::ascii("greeneer"), "greener"), + (UniCase::ascii("capatilize"), "capitalize"), + (UniCase::ascii("economicas"), "economics"), + (UniCase::ascii("caridovascular"), "cardiovascular"), + (UniCase::ascii("aksreddit"), "askreddit"), + (UniCase::ascii("projecties"), "projectiles"), + (UniCase::ascii("scorpin"), "scorpion"), + (UniCase::ascii("retaliers"), "retailers"), + (UniCase::ascii("contribuo"), "contributor"), + (UniCase::ascii("nessasarily"), "necessarily"), + (UniCase::ascii("customzied"), "customized"), + (UniCase::ascii("syndiacte"), "syndicate"), + (UniCase::ascii("comparissons"), "comparisons"), + (UniCase::ascii("tehcies"), "techies"), + (UniCase::ascii("attackerasu"), "attackers"), + (UniCase::ascii("specialied"), "specialized"), + (UniCase::ascii("mangetic"), "magnetic"), + (UniCase::ascii("unsusbtantiated"), "unsubstantiated"), + (UniCase::ascii("pernament"), "permanent"), + (UniCase::ascii("comperatively"), "comparatively"), + (UniCase::ascii("suspicioulsy"), "suspiciously"), + (UniCase::ascii("essencials"), "essentials"), + (UniCase::ascii("effectivly"), "effectively"), + (UniCase::ascii("anticipacion"), "anticipation"), + (UniCase::ascii("supermarkert"), "supermarkets"), + (UniCase::ascii("coutnerplay"), "counterplay"), + (UniCase::ascii("definitivo"), "definition"), + (UniCase::ascii("manifestors"), "manifests"), + (UniCase::ascii("indroduction"), "introduction"), + (UniCase::ascii("activateing"), "activating"), + (UniCase::ascii("defleciton"), "deflection"), + (UniCase::ascii("quereis"), "queries"), + (UniCase::ascii("appenines"), "apennines"), + (UniCase::ascii("atrifact"), "artifact"), + (UniCase::ascii("incompitable"), "incompatible"), + (UniCase::ascii("associationthis"), "associations"), + (UniCase::ascii("barbarin"), "barbarian"), + (UniCase::ascii("shortend"), "shortened"), + (UniCase::ascii("ofcoure"), "ofcourse"), + (UniCase::ascii("cuplrit"), "culprit"), + (UniCase::ascii("hoemopathy"), "homeopathy"), + (UniCase::ascii("ptichfork"), "pitchfork"), + (UniCase::ascii("survivabillity"), "survivability"), + (UniCase::ascii("israelits"), "israelis"), + (UniCase::ascii("prospertiy"), "prosperity"), + (UniCase::ascii("encarceration"), "incarceration"), + (UniCase::ascii("recieves"), "receives"), + (UniCase::ascii("ascneded"), "ascended"), + (UniCase::ascii("molestare"), "molester"), + (UniCase::ascii("forsting"), "frosting"), + (UniCase::ascii("sustainabily"), "sustainability"), + (UniCase::ascii("pencilled"), "penciled"), + (UniCase::ascii("loepard"), "leopard"), + (UniCase::ascii("socialini"), "socializing"), + (UniCase::ascii("administro"), "administer"), + (UniCase::ascii("abusrdity"), "absurdity"), + (UniCase::ascii("conlcusion"), "conclusion"), + (UniCase::ascii("stencilled"), "stenciled"), + (UniCase::ascii("repeteadly"), "repeatedly"), + (UniCase::ascii("somethihng"), "somethin"), + (UniCase::ascii("unattractice"), "unattractive"), + (UniCase::ascii("wholy"), "wholly"), + (UniCase::ascii("sufficently"), "sufficiently"), + (UniCase::ascii("countercat"), "counteract"), + (UniCase::ascii("purposelly"), "purposely"), + (UniCase::ascii("controversey"), "controversy"), + (UniCase::ascii("personalites"), "personalities"), + (UniCase::ascii("endevour"), "endeavour"), + (UniCase::ascii("presecution"), "persecution"), + (UniCase::ascii("fundamnetally"), "fundamentally"), + (UniCase::ascii("philtre"), "filter"), + (UniCase::ascii("yrea"), "year"), + (UniCase::ascii("initalled"), "initialled"), + (UniCase::ascii("bookmarkd"), "bookmarked"), + (UniCase::ascii("statisticaly"), "statistically"), + (UniCase::ascii("conolization"), "colonization"), + (UniCase::ascii("dyspotian"), "dystopian"), + (UniCase::ascii("correlatas"), "correlates"), + (UniCase::ascii("authroized"), "authorized"), + (UniCase::ascii("throughoput"), "throughput"), + (UniCase::ascii("lvoe"), "love"), + (UniCase::ascii("pinnalce"), "pinnacle"), + (UniCase::ascii("partizipation"), "participation"), + (UniCase::ascii("refereneces"), "references"), + (UniCase::ascii("messaih"), "messiah"), + (UniCase::ascii("petrolem"), "petroleum"), + (UniCase::ascii("aiport"), "airport"), + (UniCase::ascii("condolensces"), "condolences"), + (UniCase::ascii("innovacion"), "innovation"), + (UniCase::ascii("wille"), "will"), + (UniCase::ascii("normalising"), "normalizing"), + (UniCase::ascii("outsidr"), "outsider"), + (UniCase::ascii("gimmickey"), "gimmicky"), + (UniCase::ascii("mindlessy"), "mindlessly"), + (UniCase::ascii("peciluar"), "peculiar"), + (UniCase::ascii("atriculate"), "articulate"), + (UniCase::ascii("cleansiness"), "cleanliness"), + (UniCase::ascii("overclcoking"), "overclocking"), + (UniCase::ascii("paralysed"), "paralyzed"), + (UniCase::ascii("startupbus"), "startups"), + (UniCase::ascii("eveyrones"), "everyones"), + (UniCase::ascii("tehy"), "they"), + (UniCase::ascii("disconnecters"), "disconnects"), + (UniCase::ascii("millionarie"), "millionaire"), + (UniCase::ascii("attraktive"), "attractive"), + (UniCase::ascii("portrary"), "portray"), + (UniCase::ascii("normalises"), "normalizes"), + (UniCase::ascii("liquides"), "liquids"), + (UniCase::ascii("backpacs"), "backpacks"), + (UniCase::ascii("verbaly"), "verbally"), + (UniCase::ascii("originnally"), "originally"), + (UniCase::ascii("inconveniet"), "inconvenient"), + (UniCase::ascii("shnaghai"), "shanghai"), + (UniCase::ascii("decentralised"), "decentralized"), + (UniCase::ascii("exploition"), "exploiting"), + (UniCase::ascii("underwright"), "underweight"), + (UniCase::ascii("mundance"), "mundane"), + (UniCase::ascii("adverticed"), "advertised"), + (UniCase::ascii("conclue"), "conclude"), + (UniCase::ascii("tenacle"), "tentacle"), + (UniCase::ascii("examinerad"), "examined"), + (UniCase::ascii("zimbabew"), "zimbabwe"), + (UniCase::ascii("mexcian"), "mexican"), + (UniCase::ascii("mysterise"), "mysteries"), + (UniCase::ascii("councillor"), "councilor"), + (UniCase::ascii("griaffe"), "giraffe"), + (UniCase::ascii("adultey"), "adultery"), + (UniCase::ascii("inquirie"), "inquire"), + (UniCase::ascii("microtransactioms"), "microtransactions"), + (UniCase::ascii("explicity"), "explicitly"), + (UniCase::ascii("manupulative"), "manipulative"), + (UniCase::ascii("jagaurs"), "jaguars"), + (UniCase::ascii("deductie"), "deductible"), + (UniCase::ascii("casaulty"), "casualty"), + (UniCase::ascii("demograpic"), "demographic"), + (UniCase::ascii("fundamentalistiske"), "fundamentalists"), + (UniCase::ascii("exacberated"), "exacerbated"), + (UniCase::ascii("landingers"), "landings"), + (UniCase::ascii("seperate"), "separate"), + (UniCase::ascii("portuguesse"), "portuguese"), + (UniCase::ascii("chemisty"), "chemistry"), + (UniCase::ascii("ancedotally"), "anecdotally"), + (UniCase::ascii("speical"), "special"), + (UniCase::ascii("aggegrate"), "aggregate"), + (UniCase::ascii("bodybuiling"), "bodybuilding"), + (UniCase::ascii("pshycologist"), "psychologist"), + (UniCase::ascii("mathemeticians"), "mathematicians"), + (UniCase::ascii("simulatons"), "simulations"), + (UniCase::ascii("relfective"), "reflective"), + (UniCase::ascii("cheesecave"), "cheesecake"), + (UniCase::ascii("foriegner"), "foreigner"), + (UniCase::ascii("mysitcal"), "mystical"), + (UniCase::ascii("underdong"), "underdog"), + (UniCase::ascii("willfuly"), "willfully"), + (UniCase::ascii("accidently"), "accidentally"), + (UniCase::ascii("vietmanese"), "vietnamese"), + (UniCase::ascii("aribtrarily"), "arbitrarily"), + (UniCase::ascii("belligerante"), "belligerent"), + (UniCase::ascii("connectivy"), "connectivity"), + (UniCase::ascii("vacciners"), "vaccines"), + (UniCase::ascii("torunament"), "tournament"), + (UniCase::ascii("idolised"), "idolized"), + (UniCase::ascii("humanitis"), "humanities"), + (UniCase::ascii("moisturizng"), "moisturizing"), + (UniCase::ascii("normalls"), "normals"), + (UniCase::ascii("rysurrection"), "resurrection"), + (UniCase::ascii("millienaire"), "millionaire"), + (UniCase::ascii("businesse"), "businessmen"), + (UniCase::ascii("formuladas"), "formulas"), + (UniCase::ascii("pestisides"), "pesticides"), + (UniCase::ascii("pursuades"), "persuades"), + (UniCase::ascii("asthetic"), "aesthetic"), + (UniCase::ascii("investigsting"), "investigating"), + (UniCase::ascii("compilcations"), "complication"), + (UniCase::ascii("encolsure"), "enclosure"), + (UniCase::ascii("socailist"), "socialist"), + (UniCase::ascii("celebrationis"), "celebrations"), + (UniCase::ascii("metalurgic"), "metallurgic"), + (UniCase::ascii("electriciy"), "electricity"), + (UniCase::ascii("straitforward"), "straightforward"), + (UniCase::ascii("realsie"), "realise"), + (UniCase::ascii("skateboader"), "skateboard"), + (UniCase::ascii("demographis"), "demographics"), + (UniCase::ascii("paranoicas"), "paranoia"), + (UniCase::ascii("mechanise"), "mechanize"), + (UniCase::ascii("snivelling"), "sniveling"), + (UniCase::ascii("theorise"), "theorize"), + (UniCase::ascii("inconvienent"), "inconvenient"), + (UniCase::ascii("ditributed"), "distributed"), + (UniCase::ascii("unorganised"), "unorganized"), + (UniCase::ascii("conenctor"), "connector"), + (UniCase::ascii("reconnoitred"), "reconnoitered"), + (UniCase::ascii("manipualtive"), "manipulative"), + (UniCase::ascii("declears"), "declares"), + (UniCase::ascii("mannerisims"), "mannerisms"), + (UniCase::ascii("clairty"), "clarity"), + (UniCase::ascii("messgaed"), "messaged"), + (UniCase::ascii("trackres"), "trackers"), + (UniCase::ascii("outpreforms"), "outperform"), + (UniCase::ascii("apsaragus"), "asparagus"), + (UniCase::ascii("compeditor"), "competitor"), + (UniCase::ascii("painfuly"), "painfully"), + (UniCase::ascii("irrationatly"), "irrationally"), + (UniCase::ascii("deflectin"), "deflection"), + (UniCase::ascii("almsot"), "almost"), + (UniCase::ascii("masturbaing"), "masturbating"), + (UniCase::ascii("hanuted"), "haunted"), + (UniCase::ascii("expresse"), "expressive"), + (UniCase::ascii("legistative"), "legislative"), + (UniCase::ascii("califorian"), "californian"), + (UniCase::ascii("ventilato"), "ventilation"), + (UniCase::ascii("congitive"), "cognitive"), + (UniCase::ascii("interpretion"), "interpreting"), + (UniCase::ascii("litres"), "liters"), + (UniCase::ascii("invovle"), "involve"), + (UniCase::ascii("cahotic"), "chaotic"), + (UniCase::ascii("ofcrouse"), "ofcourse"), + (UniCase::ascii("philippinas"), "philippines"), + (UniCase::ascii("hispter"), "hipster"), + (UniCase::ascii("equiavlent"), "equivalents"), + (UniCase::ascii("ideoligically"), "ideologically"), + (UniCase::ascii("protectice"), "protective"), + (UniCase::ascii("disproportionaly"), "disproportionately"), + (UniCase::ascii("comback"), "comeback"), + (UniCase::ascii("represantations"), "representations"), + (UniCase::ascii("propehcy"), "prophecy"), + (UniCase::ascii("procederal"), "procedural"), + (UniCase::ascii("sandstom"), "sandstorm"), + (UniCase::ascii("miraculu"), "miraculous"), + (UniCase::ascii("lifestye"), "lifestyle"), + (UniCase::ascii("repeates"), "repeats"), + (UniCase::ascii("determinisic"), "deterministic"), + (UniCase::ascii("coorperations"), "corporations"), + (UniCase::ascii("journolist"), "journalist"), + (UniCase::ascii("backgrouns"), "backgrounds"), + (UniCase::ascii("nostalgija"), "nostalgia"), + (UniCase::ascii("referencs"), "references"), + (UniCase::ascii("prceeded"), "preceded"), + (UniCase::ascii("enchanct"), "enchant"), + (UniCase::ascii("unsucessfully"), "unsuccessfully"), + (UniCase::ascii("publicani"), "publication"), + (UniCase::ascii("miscommuniction"), "miscommunication"), + (UniCase::ascii("miltiant"), "militant"), + (UniCase::ascii("xenophoblic"), "xenophobic"), + (UniCase::ascii("inaccuricies"), "inaccuracies"), + (UniCase::ascii("paitently"), "patiently"), + (UniCase::ascii("posessions"), "possessions"), + (UniCase::ascii("centeres"), "centers"), + (UniCase::ascii("larwence"), "lawrence"), + (UniCase::ascii("exsiting"), "existing"), + (UniCase::ascii("barcelets"), "bracelets"), + (UniCase::ascii("construcing"), "constructing"), + (UniCase::ascii("organised"), "organized"), + (UniCase::ascii("acknowleged"), "acknowledge"), + (UniCase::ascii("prestigieus"), "prestigious"), + (UniCase::ascii("hamburgr"), "hamburgers"), + (UniCase::ascii("uncomfortablity"), "uncomfortably"), + (UniCase::ascii("nominatino"), "nominations"), + (UniCase::ascii("closeing"), "closing"), + (UniCase::ascii("quesitonable"), "questionable"), + (UniCase::ascii("targetd"), "targeted"), + (UniCase::ascii("improsonment"), "imprisonment"), + (UniCase::ascii("guaridan"), "guardian"), + (UniCase::ascii("ecclectic"), "eclectic"), + (UniCase::ascii("succesion"), "succession"), + (UniCase::ascii("internetbs"), "internets"), + (UniCase::ascii("extemely"), "extremely"), + (UniCase::ascii("sympathiek"), "sympathize"), + (UniCase::ascii("qualificaitons"), "qualifications"), + (UniCase::ascii("advisorys"), "advisors"), + (UniCase::ascii("pulverise"), "pulverize"), + (UniCase::ascii("minoins"), "minions"), + (UniCase::ascii("synoynms"), "synonyms"), + (UniCase::ascii("methamatician"), "mathematician"), + (UniCase::ascii("recrusion"), "recursion"), + (UniCase::ascii("varient"), "variant"), + (UniCase::ascii("catostrophic"), "catastrophic"), + (UniCase::ascii("horriblely"), "horribly"), + (UniCase::ascii("sacrefices"), "sacrifices"), + (UniCase::ascii("prerequistite"), "prerequisite"), + (UniCase::ascii("shitstom"), "shitstorm"), + (UniCase::ascii("anecdotice"), "anecdote"), + (UniCase::ascii("formalhaut"), "fomalhaut"), + (UniCase::ascii("insultos"), "insults"), + (UniCase::ascii("trasnport"), "transport"), + (UniCase::ascii("facsists"), "fascists"), + (UniCase::ascii("overemphasised"), "overemphasized"), + (UniCase::ascii("ocurred"), "occurred"), + (UniCase::ascii("scholalry"), "scholarly"), + (UniCase::ascii("bounses"), "bonuses"), + (UniCase::ascii("infrastracture"), "infrastructure"), + (UniCase::ascii("girlling"), "grilling"), + (UniCase::ascii("premiee"), "premiere"), + (UniCase::ascii("corsspost"), "crosspost"), + (UniCase::ascii("combonation"), "combination"), + (UniCase::ascii("analysed"), "analyzed"), + (UniCase::ascii("realsied"), "realised"), + (UniCase::ascii("commandes"), "commands"), + (UniCase::ascii("coprorations"), "corporations"), + (UniCase::ascii("kryptolite"), "kryptonite"), + (UniCase::ascii("crusdaer"), "crusader"), + (UniCase::ascii("implemet"), "implements"), + (UniCase::ascii("neckbread"), "neckbeard"), + (UniCase::ascii("conversaiton"), "conversations"), + (UniCase::ascii("demosntrating"), "demonstrating"), + (UniCase::ascii("orcales"), "oracles"), + (UniCase::ascii("implementase"), "implements"), + (UniCase::ascii("insipres"), "inspires"), + (UniCase::ascii("compliants"), "complaints"), + (UniCase::ascii("speciallty"), "specially"), + (UniCase::ascii("lightergas"), "lighters"), + (UniCase::ascii("hallcuinations"), "hallucination"), + (UniCase::ascii("perfeccion"), "perfection"), + (UniCase::ascii("ventelation"), "ventilation"), + (UniCase::ascii("meditaiton"), "meditation"), + (UniCase::ascii("resignition"), "resignation"), + (UniCase::ascii("caucaisan"), "caucasian"), + (UniCase::ascii("determinisitic"), "deterministic"), + (UniCase::ascii("fornesic"), "forensic"), + (UniCase::ascii("circkets"), "crickets"), + (UniCase::ascii("fronteir"), "frontier"), + (UniCase::ascii("regeneracion"), "regeneration"), + (UniCase::ascii("rectanlge"), "rectangle"), + (UniCase::ascii("coctail"), "cocktail"), + (UniCase::ascii("tourch"), "torch"), + (UniCase::ascii("pronouning"), "pronouncing"), + (UniCase::ascii("presistence"), "persistence"), + (UniCase::ascii("competend"), "competed"), + (UniCase::ascii("extractivo"), "extraction"), + (UniCase::ascii("miscarrage"), "miscarriage"), + (UniCase::ascii("mediterraean"), "mediterranean"), + (UniCase::ascii("markede"), "marketed"), + (UniCase::ascii("conprehension"), "comprehension"), + (UniCase::ascii("porportionally"), "proportionally"), + (UniCase::ascii("admissability"), "admissibility"), + (UniCase::ascii("famoust"), "famous"), + (UniCase::ascii("jalibroken"), "jailbroken"), + (UniCase::ascii("mechanichs"), "mechanics"), + (UniCase::ascii("appearane"), "appearances"), + (UniCase::ascii("ongewild"), "gonewild"), + (UniCase::ascii("mushroooms"), "mushroom"), + (UniCase::ascii("pensioen"), "pension"), + (UniCase::ascii("legitamicy"), "legitimacy"), + (UniCase::ascii("perihperal"), "peripheral"), + (UniCase::ascii("appart"), "apart"), + (UniCase::ascii("libertatianism"), "libertarianism"), + (UniCase::ascii("tolerabe"), "tolerable"), + (UniCase::ascii("decomposeion"), "decomposition"), + (UniCase::ascii("socartes"), "socrates"), + (UniCase::ascii("armstrog"), "armstrong"), + (UniCase::ascii("inflatible"), "inflatable"), + (UniCase::ascii("champinoship"), "championships"), + (UniCase::ascii("luckliy"), "luckily"), + (UniCase::ascii("appetitite"), "appetite"), + (UniCase::ascii("explictly"), "explicitly"), + (UniCase::ascii("demcorats"), "democrats"), + (UniCase::ascii("sophisticaed"), "sophisticated"), + (UniCase::ascii("sweidsh"), "swedish"), + (UniCase::ascii("stattues"), "statutes"), + (UniCase::ascii("torunaments"), "tournaments"), + (UniCase::ascii("vyer"), "very"), + (UniCase::ascii("hotpsot"), "hotspot"), + (UniCase::ascii("neighbourgs"), "neighbours"), + (UniCase::ascii("consequense"), "consequences"), + (UniCase::ascii("supervisoras"), "supervisors"), + (UniCase::ascii("serivceable"), "serviceable"), + (UniCase::ascii("addres"), "address"), + (UniCase::ascii("carnagie-mellon"), "carnegie-mellon"), + (UniCase::ascii("peremiter"), "perimeter"), + (UniCase::ascii("disicples"), "disciples"), + (UniCase::ascii("achieval"), "achievable"), + (UniCase::ascii("sympethizers"), "sympathizers"), + (UniCase::ascii("militarising"), "militarizing"), + (UniCase::ascii("enchancment"), "enchantment"), + (UniCase::ascii("simultainously"), "simultaneously"), + (UniCase::ascii("regsitry"), "registry"), + (UniCase::ascii("keybaord"), "keyboard"), + (UniCase::ascii("antogonistic"), "antagonistic"), + (UniCase::ascii("buearucrats"), "bureaucrats"), + (UniCase::ascii("illustrare"), "illustrate"), + (UniCase::ascii("vasslas"), "vassals"), + (UniCase::ascii("pennslyvania"), "pennsylvania"), + (UniCase::ascii("invulnerble"), "invulnerable"), + (UniCase::ascii("particiapted"), "participated"), + (UniCase::ascii("collaborant"), "collaborate"), + (UniCase::ascii("intolorance"), "intolerance"), + (UniCase::ascii("metrolopis"), "metropolis"), + (UniCase::ascii("programable"), "programmable"), + (UniCase::ascii("dynamicpsf"), "dynamics"), + (UniCase::ascii("dishoner"), "dishonored"), + (UniCase::ascii("horizonatal"), "horizontal"), + (UniCase::ascii("savour"), "savor"), + (UniCase::ascii("redistributin"), "redistribution"), + (UniCase::ascii("reasonablely"), "reasonably"), + (UniCase::ascii("greviances"), "grievances"), + (UniCase::ascii("superviser"), "supervisor"), + (UniCase::ascii("simplificacion"), "simplification"), + (UniCase::ascii("exerpts"), "excerpts"), + (UniCase::ascii("democratise"), "democratize"), + (UniCase::ascii("democrocies"), "democracies"), + (UniCase::ascii("secpter"), "scepter"), + (UniCase::ascii("internediate"), "intermediate"), + (UniCase::ascii("compeating"), "completing"), + (UniCase::ascii("gnaking"), "ganking"), + (UniCase::ascii("significanly"), "significantly"), + (UniCase::ascii("persuassion"), "persuasion"), + (UniCase::ascii("conciders"), "considers"), + (UniCase::ascii("contricting"), "contracting"), + (UniCase::ascii("joystik"), "joystick"), + (UniCase::ascii("compeeting"), "completing"), + (UniCase::ascii("algorythims"), "algorithms"), + (UniCase::ascii("potical"), "optical"), + (UniCase::ascii("quesitoned"), "questioned"), + (UniCase::ascii("principias"), "principals"), + (UniCase::ascii("exlated"), "exalted"), + (UniCase::ascii("agred"), "agreed"), + (UniCase::ascii("cuztomization"), "customization"), + (UniCase::ascii("ocasion"), "occasion"), + (UniCase::ascii("conclussion"), "conclusions"), + (UniCase::ascii("haording"), "hoarding"), + (UniCase::ascii("centilitres"), "centiliters"), + (UniCase::ascii("personalises"), "personalizes"), + (UniCase::ascii("vanguad"), "vanguard"), + (UniCase::ascii("activatin"), "activation"), + (UniCase::ascii("relevence"), "relevance"), + (UniCase::ascii("exauhsting"), "exhausting"), + (UniCase::ascii("communistas"), "communists"), + (UniCase::ascii("manipluated"), "manipulated"), + (UniCase::ascii("dissole"), "dissolve"), + (UniCase::ascii("profissional"), "professional"), + (UniCase::ascii("infinie"), "infinite"), + (UniCase::ascii("browisng"), "browsing"), + (UniCase::ascii("minimage"), "minigame"), + (UniCase::ascii("comtemporary"), "contemporary"), + (UniCase::ascii("overlaping"), "overlapping"), + (UniCase::ascii("determen"), "determines"), + (UniCase::ascii("moisturisers"), "moisturizers"), + (UniCase::ascii("unballance"), "unbalance"), + (UniCase::ascii("viligant"), "vigilant"), + (UniCase::ascii("cardinalis"), "cardinals"), + (UniCase::ascii("malpractise"), "malpractice"), + (UniCase::ascii("charactors"), "characters"), + (UniCase::ascii("combinaison"), "combinations"), + (UniCase::ascii("hypotehtically"), "hypothetically"), + (UniCase::ascii("expidentures"), "expenditures"), + (UniCase::ascii("venelope"), "envelope"), + (UniCase::ascii("contamporaries"), "contemporaries"), + (UniCase::ascii("mirgaine"), "migraine"), + (UniCase::ascii("interveign"), "intervening"), + (UniCase::ascii("thermodynamcs"), "thermodynamics"), + (UniCase::ascii("conveniet"), "convenient"), + (UniCase::ascii("positionnal"), "positional"), + (UniCase::ascii("irrespecitve"), "irrespective"), + (UniCase::ascii("factorising"), "factorizing"), + (UniCase::ascii("aresnal"), "arsenal"), + (UniCase::ascii("scrolld"), "scrolled"), + (UniCase::ascii("contravercial"), "controversial"), + (UniCase::ascii("emipres"), "empires"), + (UniCase::ascii("disproportiantely"), "disproportionately"), + (UniCase::ascii("applicatons"), "applications"), + (UniCase::ascii("patronozing"), "patronizing"), + (UniCase::ascii("origanaly"), "originally"), + (UniCase::ascii("amethsyt"), "amethyst"), + (UniCase::ascii("paramedicos"), "paramedics"), + (UniCase::ascii("intrepretation"), "interpretation"), + (UniCase::ascii("cahsiers"), "cashiers"), + (UniCase::ascii("underestamate"), "underestimate"), + (UniCase::ascii("adivsors"), "advisors"), + (UniCase::ascii("audibel"), "audible"), + (UniCase::ascii("refusla"), "refusal"), + (UniCase::ascii("necormancer"), "necromancer"), + (UniCase::ascii("signalised"), "signalized"), + (UniCase::ascii("urkainians"), "ukrainians"), + (UniCase::ascii("avaliability"), "availability"), + (UniCase::ascii("belgain"), "belgian"), + (UniCase::ascii("liverpol"), "liverpool"), + (UniCase::ascii("largley"), "largely"), + (UniCase::ascii("swatsika"), "swastika"), + (UniCase::ascii("antarctida"), "antarctica"), + (UniCase::ascii("millinnium"), "millennium"), + (UniCase::ascii("neverthelss"), "nevertheless"), + (UniCase::ascii("steryotype"), "stereotype"), + (UniCase::ascii("cetlics"), "celtics"), + (UniCase::ascii("matrial"), "martial"), + (UniCase::ascii("incompetentence"), "incompetence"), + (UniCase::ascii("denseley"), "densely"), + (UniCase::ascii("justifiaction"), "justifications"), + (UniCase::ascii("nationalistc"), "nationalistic"), + (UniCase::ascii("linguistis"), "linguistics"), + (UniCase::ascii("generase"), "generates"), + (UniCase::ascii("craweld"), "crawled"), + (UniCase::ascii("blockes"), "blockers"), + (UniCase::ascii("summorized"), "summarized"), + (UniCase::ascii("motorcyles"), "motorcycles"), + (UniCase::ascii("predection"), "prediction"), + (UniCase::ascii("conversatism"), "conservatism"), + (UniCase::ascii("nutirent"), "nutrient"), + (UniCase::ascii("degradating"), "degradation"), + (UniCase::ascii("persuassive"), "persuasive"), + (UniCase::ascii("organisier"), "organise"), + (UniCase::ascii("denominato"), "denomination"), + (UniCase::ascii("reflectivos"), "reflections"), + (UniCase::ascii("algorhitms"), "algorithms"), + (UniCase::ascii("overhwelmed"), "overwhelmed"), + (UniCase::ascii("physicials"), "physicians"), + (UniCase::ascii("embarassment"), "embarrassment"), + (UniCase::ascii("overpowerd"), "overpowered"), + (UniCase::ascii("technichan"), "technician"), + (UniCase::ascii("concusions"), "concussion"), + (UniCase::ascii("converzation"), "conservation"), + (UniCase::ascii("conflicing"), "conflicting"), + (UniCase::ascii("dicovers"), "discovers"), + (UniCase::ascii("christams"), "christmas"), + (UniCase::ascii("mathematitian"), "mathematician"), + (UniCase::ascii("saftey"), "safety"), + (UniCase::ascii("distribuite"), "distribute"), + (UniCase::ascii("diplimatic"), "diplomatic"), + (UniCase::ascii("unfriently"), "unfriendly"), + (UniCase::ascii("standbuy"), "standby"), + (UniCase::ascii("illuminatti"), "illuminati"), + (UniCase::ascii("bioligically"), "biologically"), + (UniCase::ascii("playwrites"), "playwrights"), + (UniCase::ascii("randomns"), "randoms"), + (UniCase::ascii("mathemathics"), "mathematics"), + (UniCase::ascii("joepardy"), "jeopardy"), + (UniCase::ascii("gracefull"), "graceful"), + (UniCase::ascii("ariplane"), "airplane"), + (UniCase::ascii("domecrats"), "democrats"), + (UniCase::ascii("expotition"), "exposition"), + (UniCase::ascii("transitors"), "transistor"), + (UniCase::ascii("maintaines"), "maintains"), + (UniCase::ascii("paitience"), "patience"), + (UniCase::ascii("comadres"), "comrades"), + (UniCase::ascii("estonija"), "estonia"), + (UniCase::ascii("dementa"), "dementia"), + (UniCase::ascii("contriversy"), "controversy"), + (UniCase::ascii("similari"), "similiar"), + (UniCase::ascii("corinthins"), "corinthians"), + (UniCase::ascii("homophibia"), "homophobia"), + (UniCase::ascii("condemend"), "condemned"), + (UniCase::ascii("overwhelmingy"), "overwhelmingly"), + (UniCase::ascii("employeurs"), "employer"), + (UniCase::ascii("annoymous"), "anonymous"), + (UniCase::ascii("orientarlo"), "oriental"), + (UniCase::ascii("maestries"), "masteries"), + (UniCase::ascii("stringet"), "stringent"), + (UniCase::ascii("intruductory"), "introductory"), + (UniCase::ascii("relasped"), "relapsed"), + (UniCase::ascii("manupulating"), "manipulating"), + (UniCase::ascii("janurary"), "january"), + (UniCase::ascii("kidnapning"), "kidnapping"), + (UniCase::ascii("promenantly"), "prominently"), + (UniCase::ascii("inexplicablly"), "inexplicably"), + (UniCase::ascii("sinse"), "sines"), + (UniCase::ascii("repetion"), "repetition"), + (UniCase::ascii("proportinal"), "proportional"), + (UniCase::ascii("thesits"), "theists"), + (UniCase::ascii("marginalised"), "marginalized"), + (UniCase::ascii("illegitimt"), "illegitimate"), + (UniCase::ascii("musculair"), "muscular"), + (UniCase::ascii("familiarise"), "familiarize"), + (UniCase::ascii("routeros"), "routers"), + (UniCase::ascii("steriotypes"), "stereotypes"), + (UniCase::ascii("italicised"), "italicized"), + (UniCase::ascii("profitibality"), "profitability"), + (UniCase::ascii("intristically"), "intrinsically"), + (UniCase::ascii("confrontativo"), "confrontation"), + (UniCase::ascii("furthurmore"), "furthermore"), + (UniCase::ascii("organizativo"), "organization"), + (UniCase::ascii("contstruction"), "construction"), + (UniCase::ascii("trasngendered"), "transgendered"), + (UniCase::ascii("switzerand"), "switzerland"), + (UniCase::ascii("govorment"), "government"), + (UniCase::ascii("retalaite"), "retaliate"), + (UniCase::ascii("adminsitered"), "administered"), + (UniCase::ascii("progerssion"), "progressions"), + (UniCase::ascii("spirituallity"), "spiritually"), + (UniCase::ascii("simultaneuos"), "simultaneous"), + (UniCase::ascii("pubilsher"), "publisher"), + (UniCase::ascii("environmentals"), "environments"), + (UniCase::ascii("privatisations"), "privatizations"), + (UniCase::ascii("compensative"), "compensate"), + (UniCase::ascii("rebuplican"), "republican"), + (UniCase::ascii("intervation"), "integration"), + (UniCase::ascii("christains"), "christians"), + (UniCase::ascii("busrting"), "bursting"), + (UniCase::ascii("intereacts"), "interfaces"), + (UniCase::ascii("proportianally"), "proportionally"), + (UniCase::ascii("kickstater"), "kickstarter"), + (UniCase::ascii("dimunitive"), "diminutive"), + (UniCase::ascii("brilliante"), "brilliance"), + (UniCase::ascii("clucthing"), "clutching"), + (UniCase::ascii("statuer"), "stature"), + (UniCase::ascii("similiar"), "similar"), + (UniCase::ascii("acknowlegdement"), "acknowledgement"), + (UniCase::ascii("heridity"), "heredity"), + (UniCase::ascii("diagonstics"), "diagnostic"), + (UniCase::ascii("misunderstnading"), "misunderstandings"), + (UniCase::ascii("heaviweight"), "heavyweight"), + (UniCase::ascii("sulphides"), "sulfides"), + (UniCase::ascii("appretince"), "apprentice"), + (UniCase::ascii("dreasm"), "dreams"), + (UniCase::ascii("misisonaries"), "missionaries"), + (UniCase::ascii("playthorugh"), "playthrough"), + (UniCase::ascii("aquaduct"), "aqueduct"), + (UniCase::ascii("overwealmed"), "overwhelmed"), + (UniCase::ascii("abotu"), "about"), + (UniCase::ascii("negociation"), "negotiation"), + (UniCase::ascii("pinncale"), "pinnacle"), + (UniCase::ascii("institutionilized"), "institutionalized"), + (UniCase::ascii("acsended"), "ascended"), + (UniCase::ascii("gratuidous"), "gratuitous"), + (UniCase::ascii("hesistate"), "hesitate"), + (UniCase::ascii("organisert"), "organizers"), + (UniCase::ascii("snadstorm"), "sandstorm"), + (UniCase::ascii("precentages"), "percentages"), + (UniCase::ascii("origniated"), "originated"), + (UniCase::ascii("whistel"), "whistle"), + (UniCase::ascii("floruish"), "flourish"), + (UniCase::ascii("improvemnts"), "improvements"), + (UniCase::ascii("photograpic"), "photographic"), + (UniCase::ascii("nothern"), "northern"), + (UniCase::ascii("socialise"), "socialize"), + (UniCase::ascii("ingrediants"), "ingredients"), + (UniCase::ascii("mistankely"), "mistakenly"), + (UniCase::ascii("demonstraby"), "demonstrably"), + (UniCase::ascii("driectx"), "directx"), + (UniCase::ascii("flashig"), "flashing"), + (UniCase::ascii("incredibily"), "incredibly"), + (UniCase::ascii("scholarhips"), "scholarship"), + (UniCase::ascii("straightner"), "straighten"), + (UniCase::ascii("stromfront"), "stormfront"), + (UniCase::ascii("phenonemal"), "phenomenal"), + (UniCase::ascii("bandwith"), "bandwidth"), + (UniCase::ascii("presomption"), "presumption"), + (UniCase::ascii("shopkeeepers"), "shopkeepers"), + (UniCase::ascii("demonished"), "demolished"), + (UniCase::ascii("revitalise"), "revitalize"), + (UniCase::ascii("convertables"), "convertibles"), + (UniCase::ascii("thoeretically"), "theoretically"), + (UniCase::ascii("happenend"), "happened"), + (UniCase::ascii("orignially"), "originally"), + (UniCase::ascii("harrassed"), "harassed"), + (UniCase::ascii("sargeant"), "sergeant"), + (UniCase::ascii("marginalising"), "marginalizing"), + (UniCase::ascii("previvous"), "previous"), + (UniCase::ascii("soliders"), "soldiers"), + (UniCase::ascii("exauhsted"), "exhausted"), + (UniCase::ascii("consqeuences"), "consequence"), + (UniCase::ascii("irresponcible"), "irresponsible"), + (UniCase::ascii("organismus"), "organisms"), + (UniCase::ascii("ethincally"), "ethnically"), + (UniCase::ascii("accompined"), "accompanied"), + (UniCase::ascii("expirement"), "experiment"), + (UniCase::ascii("explict"), "explicit"), + (UniCase::ascii("experimantal"), "experimental"), + (UniCase::ascii("mcgergor"), "mcgregor"), + (UniCase::ascii("mutliplication"), "multiplication"), + (UniCase::ascii("brutalise"), "brutalize"), + (UniCase::ascii("criminalul"), "criminally"), + (UniCase::ascii("interactins"), "interacts"), + (UniCase::ascii("impanelled"), "impaneled"), + (UniCase::ascii("directoty"), "directory"), + (UniCase::ascii("liberalisim"), "liberalism"), + (UniCase::ascii("paragrahps"), "paragraphs"), + (UniCase::ascii("taligate"), "tailgate"), + (UniCase::ascii("developpers"), "developers"), + (UniCase::ascii("invinceble"), "invincible"), + (UniCase::ascii("frankenstine"), "frankenstein"), + (UniCase::ascii("consultata"), "consultant"), + (UniCase::ascii("arthirtis"), "arthritis"), + (UniCase::ascii("rehersal"), "rehearsal"), + (UniCase::ascii("intercouse"), "intercourse"), + (UniCase::ascii("zionistes"), "zionists"), + (UniCase::ascii("monogameous"), "monogamous"), + (UniCase::ascii("effortlessley"), "effortlessly"), + (UniCase::ascii("renegerate"), "regenerate"), + (UniCase::ascii("anaesthetics"), "anesthetics"), + (UniCase::ascii("gravitatie"), "gravitate"), + (UniCase::ascii("windsheilds"), "windshield"), + (UniCase::ascii("begining"), "beginning"), + (UniCase::ascii("hyperbollic"), "hyperbolic"), + (UniCase::ascii("disception"), "discretion"), + (UniCase::ascii("emphisizes"), "emphasizes"), + (UniCase::ascii("expierencing"), "experiencing"), + (UniCase::ascii("joanthan"), "jonathan"), + (UniCase::ascii("moisturising"), "moisturizing"), + (UniCase::ascii("dermatolagist"), "dermatologist"), + (UniCase::ascii("arbitre"), "arbiter"), + (UniCase::ascii("perputrator"), "perpetrator"), + (UniCase::ascii("forntline"), "frontline"), + (UniCase::ascii("carolan"), "carolina"), + (UniCase::ascii("administed"), "administered"), + (UniCase::ascii("drummless"), "drumless"), + (UniCase::ascii("mecernaries"), "mercenaries"), + (UniCase::ascii("grafield"), "garfield"), + (UniCase::ascii("perpetuties"), "perpetuates"), + (UniCase::ascii("politicised"), "politicized"), + (UniCase::ascii("aggresions"), "aggression"), + (UniCase::ascii("reminescent"), "reminiscent"), + (UniCase::ascii("abstraktion"), "abstraction"), + (UniCase::ascii("techniciens"), "technicians"), + (UniCase::ascii("asteorids"), "asteroids"), + (UniCase::ascii("reporductive"), "reproductive"), + (UniCase::ascii("confidantly"), "confidently"), + (UniCase::ascii("assotiations"), "associations"), + (UniCase::ascii("anomisity"), "animosity"), + (UniCase::ascii("democracis"), "democracies"), + (UniCase::ascii("younget"), "youngest"), + (UniCase::ascii("timestap"), "timestamp"), + (UniCase::ascii("reigonal"), "regional"), + (UniCase::ascii("filterd"), "filtered"), + (UniCase::ascii("splitner"), "splinter"), + (UniCase::ascii("chromesome"), "chromosome"), + (UniCase::ascii("immidately"), "immediately"), + (UniCase::ascii("cativating"), "activating"), + (UniCase::ascii("pressureing"), "pressuring"), + (UniCase::ascii("supersition"), "supervision"), + (UniCase::ascii("prioritie"), "prioritize"), + (UniCase::ascii("configruation"), "configurations"), + (UniCase::ascii("preipheral"), "peripheral"), + (UniCase::ascii("silbings"), "siblings"), + (UniCase::ascii("tortilllas"), "tortilla"), + (UniCase::ascii("persistes"), "persists"), + (UniCase::ascii("sentimentalised"), "sentimentalized"), + (UniCase::ascii("versatily"), "versatility"), + (UniCase::ascii("capturd"), "captured"), + (UniCase::ascii("perpitrators"), "perpetrators"), + (UniCase::ascii("uncomited"), "uncommitted"), + (UniCase::ascii("phillipines"), "philippines"), + (UniCase::ascii("electricman"), "electrician"), + (UniCase::ascii("experimintation"), "experimentation"), + (UniCase::ascii("redmeption"), "redemption"), + (UniCase::ascii("restrictivo"), "restriction"), + (UniCase::ascii("lipstics"), "lipsticks"), + (UniCase::ascii("inmigrant"), "immigrant"), + (UniCase::ascii("yourselfes"), "yourselves"), + (UniCase::ascii("yoghurt"), "yogurt"), + (UniCase::ascii("apologistas"), "apologists"), + (UniCase::ascii("respecatble"), "respectable"), + (UniCase::ascii("covenat"), "covenant"), + (UniCase::ascii("insectes"), "insects"), + (UniCase::ascii("commercialising"), "commercializing"), + (UniCase::ascii("godesses"), "goddesses"), + (UniCase::ascii("relativno"), "relation"), + (UniCase::ascii("abstraccion"), "abstraction"), + (UniCase::ascii("metophorically"), "metaphorically"), + (UniCase::ascii("illegales"), "illegals"), + (UniCase::ascii("faciliate"), "facilitate"), + (UniCase::ascii("contuinity"), "continuity"), + (UniCase::ascii("pedophila"), "pedophilia"), + (UniCase::ascii("utilizacion"), "utilization"), + (UniCase::ascii("crypitc"), "cryptic"), + (UniCase::ascii("sponsord"), "sponsored"), + (UniCase::ascii("intrenets"), "internets"), + (UniCase::ascii("lightnig"), "lightning"), + (UniCase::ascii("customizaton"), "customization"), + (UniCase::ascii("continutity"), "continuity"), + (UniCase::ascii("melatonian"), "melatonin"), + (UniCase::ascii("contestais"), "contests"), + (UniCase::ascii("verticaly"), "vertically"), + (UniCase::ascii("correciton"), "corrections"), + (UniCase::ascii("creepgin"), "creeping"), + (UniCase::ascii("analzyed"), "analyzed"), + (UniCase::ascii("initialy"), "initially"), + (UniCase::ascii("vigilantie"), "vigilante"), + (UniCase::ascii("rivalrly"), "rivalry"), + (UniCase::ascii("rebllions"), "rebellions"), + (UniCase::ascii("fascinacion"), "fascination"), + (UniCase::ascii("expells"), "expels"), + (UniCase::ascii("demograhpic"), "demographic"), + (UniCase::ascii("mircowave"), "microwave"), + (UniCase::ascii("bestialiy"), "bestiality"), + (UniCase::ascii("abstruction"), "abstraction"), + (UniCase::ascii("preinitalizing"), "preinitializing"), + (UniCase::ascii("achive"), "achieve"), + (UniCase::ascii("sympathyze"), "sympathize"), + (UniCase::ascii("dissatsified"), "dissatisfied"), + (UniCase::ascii("manoeuvrable"), "maneuverable"), + (UniCase::ascii("vigliante"), "vigilante"), + (UniCase::ascii("palcements"), "placements"), + (UniCase::ascii("visibily"), "visibility"), + (UniCase::ascii("referense"), "references"), + (UniCase::ascii("inevitible"), "inevitable"), + (UniCase::ascii("ouevre"), "oeuvre"), + (UniCase::ascii("vangurad"), "vanguard"), + (UniCase::ascii("mulitplied"), "multiplied"), + (UniCase::ascii("almightly"), "almighty"), + (UniCase::ascii("quarante"), "quarantine"), + (UniCase::ascii("indianopolis"), "indianapolis"), + (UniCase::ascii("cambrigde"), "cambridge"), + (UniCase::ascii("pentagoon"), "pentagon"), + (UniCase::ascii("montnana"), "montana"), + (UniCase::ascii("respection"), "respecting"), + (UniCase::ascii("embarressment"), "embarrassment"), + (UniCase::ascii("sanctionne"), "sanctioned"), + (UniCase::ascii("forenisc"), "forensic"), + (UniCase::ascii("currence"), "currencies"), + (UniCase::ascii("strenghtened"), "strengthened"), + (UniCase::ascii("interveing"), "intervening"), + (UniCase::ascii("scarmbled"), "scrambled"), + (UniCase::ascii("jeopardises"), "jeopardizes"), + (UniCase::ascii("coincidense"), "coincidence"), + (UniCase::ascii("implementatino"), "implementations"), + (UniCase::ascii("extermally"), "externally"), + (UniCase::ascii("unnecessarilly"), "unnecessarily"), + (UniCase::ascii("woodowrking"), "woodworking"), + (UniCase::ascii("atmoshpere"), "atmosphere"), + (UniCase::ascii("accumilation"), "accumulation"), + (UniCase::ascii("controlas"), "controls"), + (UniCase::ascii("anticapate"), "anticipate"), + (UniCase::ascii("integracion"), "integration"), + (UniCase::ascii("glichted"), "glitched"), + (UniCase::ascii("traveleres"), "travelers"), + (UniCase::ascii("duplicas"), "duplicates"), + (UniCase::ascii("comisioned"), "commissioned"), + (UniCase::ascii("encalve"), "enclave"), + (UniCase::ascii("divinitiy"), "divinity"), + (UniCase::ascii("instincitvely"), "instinctively"), + (UniCase::ascii("circuncision"), "circumcision"), + (UniCase::ascii("subscribber"), "subscriber"), + (UniCase::ascii("contextualised"), "contextualized"), + (UniCase::ascii("therapeudic"), "therapeutic"), + (UniCase::ascii("intracite"), "intricate"), + (UniCase::ascii("substanse"), "substances"), + (UniCase::ascii("relatin"), "relation"), + (UniCase::ascii("formidible"), "formidable"), + (UniCase::ascii("respones"), "response"), + (UniCase::ascii("insentivised"), "insensitive"), + (UniCase::ascii("phycisist"), "physicist"), + (UniCase::ascii("directoy"), "directory"), + (UniCase::ascii("embarras"), "embarrass"), + (UniCase::ascii("earthquack"), "earthquake"), + (UniCase::ascii("hystericly"), "hysterical"), + (UniCase::ascii("genitala"), "genitalia"), + (UniCase::ascii("telphony"), "telephony"), + (UniCase::ascii("eliminacion"), "elimination"), + (UniCase::ascii("recordarle"), "recorder"), + (UniCase::ascii("generalising"), "generalizing"), + (UniCase::ascii("physioligy"), "physiology"), + (UniCase::ascii("condescenscion"), "condescension"), + (UniCase::ascii("deomcratic"), "democratic"), + (UniCase::ascii("internationaly"), "internationally"), + (UniCase::ascii("cheeseus"), "cheeses"), + (UniCase::ascii("aggresssion"), "aggression"), + (UniCase::ascii("sponosred"), "sponsored"), + (UniCase::ascii("morroccan"), "moroccan"), + (UniCase::ascii("constanst"), "constants"), + (UniCase::ascii("commitus"), "commits"), + (UniCase::ascii("jeruslaem"), "jerusalem"), + (UniCase::ascii("discovere"), "discoveries"), + (UniCase::ascii("tocuhpad"), "touchpad"), + (UniCase::ascii("courtrom"), "courtroom"), + (UniCase::ascii("containered"), "contained"), + (UniCase::ascii("unilaterallly"), "unilaterally"), + (UniCase::ascii("knietic"), "kinetic"), + (UniCase::ascii("paralel"), "parallel"), + (UniCase::ascii("finanically"), "financially"), + (UniCase::ascii("peircings"), "piercings"), + (UniCase::ascii("averageed"), "averaged"), + (UniCase::ascii("intuatively"), "intuitively"), + (UniCase::ascii("fraudulant"), "fraudulent"), + (UniCase::ascii("occuring"), "occurring"), + (UniCase::ascii("salughter"), "slaughter"), + (UniCase::ascii("latitudie"), "latitude"), + (UniCase::ascii("copenhaven"), "copenhagen"), + (UniCase::ascii("homophopic"), "homophobic"), + (UniCase::ascii("representatie"), "representatives"), + (UniCase::ascii("ironicly"), "ironically"), + (UniCase::ascii("calulater"), "calculator"), + (UniCase::ascii("disagred"), "disagreed"), + (UniCase::ascii("prasied"), "praised"), + (UniCase::ascii("commandered"), "commanded"), + (UniCase::ascii("intercource"), "intercourse"), + (UniCase::ascii("rigeur"), "rigueur"), + (UniCase::ascii("combinatino"), "combinations"), + (UniCase::ascii("corrpution"), "corruption"), + (UniCase::ascii("specifing"), "specifying"), + (UniCase::ascii("mkaing"), "making"), + (UniCase::ascii("keynode"), "keynote"), + (UniCase::ascii("intestions"), "intestines"), + (UniCase::ascii("preminence"), "preeminence"), + (UniCase::ascii("cringyworthy"), "cringeworthy"), + (UniCase::ascii("posess"), "possess"), + (UniCase::ascii("louisvile"), "louisville"), + (UniCase::ascii("conceald"), "concealed"), + (UniCase::ascii("kryptoninte"), "kryptonite"), + (UniCase::ascii("toriodal"), "toroidal"), + (UniCase::ascii("armenain"), "armenian"), + (UniCase::ascii("altanta"), "atlanta"), + (UniCase::ascii("premilinary"), "preliminary"), + (UniCase::ascii("unionising"), "unionizing"), + (UniCase::ascii("precentage"), "percentage"), + (UniCase::ascii("essentailly"), "essentially"), + (UniCase::ascii("judgementle"), "judgemental"), + (UniCase::ascii("suspiciouns"), "suspicion"), + (UniCase::ascii("exacarbated"), "exacerbated"), + (UniCase::ascii("transaprency"), "transparency"), + (UniCase::ascii("ailmony"), "alimony"), + (UniCase::ascii("perfers"), "prefers"), + (UniCase::ascii("probleem"), "problem"), + (UniCase::ascii("distribusion"), "distributions"), + (UniCase::ascii("disqualifyed"), "disqualified"), + (UniCase::ascii("perhasp"), "perhaps"), + (UniCase::ascii("espressino"), "espresso"), + (UniCase::ascii("exhuasted"), "exhausted"), + (UniCase::ascii("refelcted"), "reflected"), + (UniCase::ascii("creationkit"), "creationist"), + (UniCase::ascii("neglible"), "negligible"), + (UniCase::ascii("missen"), "mizzen"), + (UniCase::ascii("invaderas"), "invaders"), + (UniCase::ascii("paedophilia"), "pedophilia"), + (UniCase::ascii("vapour"), "vapor"), + (UniCase::ascii("sloughtering"), "slaughtering"), + (UniCase::ascii("sorrounding"), "surrounding"), + (UniCase::ascii("scrambleing"), "scrambling"), + (UniCase::ascii("fethced"), "fetched"), + (UniCase::ascii("dagners"), "dangers"), + (UniCase::ascii("penisula"), "peninsula"), + (UniCase::ascii("infallable"), "infallible"), + (UniCase::ascii("marineros"), "mariners"), + (UniCase::ascii("outsoursed"), "outsourced"), + (UniCase::ascii("fronkenstein"), "frankenstein"), + (UniCase::ascii("windsoar"), "windsor"), + (UniCase::ascii("exclusivy"), "exclusivity"), + (UniCase::ascii("ecoligical"), "ecological"), + (UniCase::ascii("pumpknis"), "pumpkins"), + (UniCase::ascii("approximitely"), "approximately"), + (UniCase::ascii("calgarry"), "calgary"), + (UniCase::ascii("transtator"), "translator"), + (UniCase::ascii("premuims"), "premiums"), + (UniCase::ascii("acedemically"), "academically"), + (UniCase::ascii("microtranscation"), "microtransactions"), + (UniCase::ascii("prolouge"), "prologue"), + (UniCase::ascii("ocasions"), "occasions"), + (UniCase::ascii("federativo"), "federation"), + (UniCase::ascii("transcluent"), "translucent"), + (UniCase::ascii("cartilidge"), "cartilage"), + (UniCase::ascii("invaraibly"), "invariably"), + (UniCase::ascii("maching"), "machine"), + (UniCase::ascii("experiened"), "experienced"), + (UniCase::ascii("colloquail"), "colloquial"), + (UniCase::ascii("steriods"), "steroids"), + (UniCase::ascii("formallize"), "formalize"), + (UniCase::ascii("ejaculatte"), "ejaculate"), + (UniCase::ascii("alleivate"), "alleviate"), + (UniCase::ascii("glithces"), "glitches"), + (UniCase::ascii("permitts"), "permits"), + (UniCase::ascii("withces"), "witches"), + (UniCase::ascii("scripturae"), "scriptures"), + (UniCase::ascii("manupulation"), "manipulation"), + (UniCase::ascii("synonymus"), "synonyms"), + (UniCase::ascii("insubstantiated"), "unsubstantiated"), + (UniCase::ascii("misimformed"), "misinformed"), + (UniCase::ascii("reliabley"), "reliably"), + (UniCase::ascii("palestinans"), "palestinians"), + (UniCase::ascii("embarass"), "embarrass"), + (UniCase::ascii("sprayade"), "sprayed"), + (UniCase::ascii("explainig"), "explaining"), + (UniCase::ascii("overestimateing"), "overestimating"), + (UniCase::ascii("stealty"), "stealthy"), + (UniCase::ascii("senatores"), "senators"), + (UniCase::ascii("accumulatin"), "accumulation"), + (UniCase::ascii("demograpics"), "demographics"), + (UniCase::ascii("regulatios"), "regulators"), + (UniCase::ascii("consolodate"), "consolidate"), + (UniCase::ascii("heratige"), "heritage"), + (UniCase::ascii("infromation"), "information"), + (UniCase::ascii("juristictions"), "jurisdictions"), + (UniCase::ascii("demoliting"), "demolition"), + (UniCase::ascii("vernicular"), "vernacular"), + (UniCase::ascii("attidute"), "attitude"), + (UniCase::ascii("obsidain"), "obsidian"), + (UniCase::ascii("configurare"), "configure"), + (UniCase::ascii("cassettte"), "cassette"), + (UniCase::ascii("competitavely"), "competitively"), + (UniCase::ascii("innovatve"), "innovate"), + (UniCase::ascii("insiprational"), "inspirational"), + (UniCase::ascii("uruguary"), "uruguay"), + (UniCase::ascii("beatels"), "beatles"), + (UniCase::ascii("suspendeds"), "suspense"), + (UniCase::ascii("apocalype"), "apocalypse"), + (UniCase::ascii("commencera"), "commerce"), + (UniCase::ascii("agonstic"), "agnostic"), + (UniCase::ascii("observerd"), "observed"), + (UniCase::ascii("interlectuals"), "intellectuals"), + (UniCase::ascii("contancting"), "contracting"), + (UniCase::ascii("refuelled"), "refueled"), + (UniCase::ascii("consistance"), "consistency"), + (UniCase::ascii("cringeworhty"), "cringeworthy"), + (UniCase::ascii("charismastic"), "charismatic"), + (UniCase::ascii("jugdemental"), "judgemental"), + (UniCase::ascii("dimensionals"), "dimensions"), + (UniCase::ascii("sympathising"), "sympathizing"), + (UniCase::ascii("persceptive"), "perspectives"), + (UniCase::ascii("vibratin"), "vibration"), + (UniCase::ascii("autoctonous"), "autochthonous"), + (UniCase::ascii("refelctive"), "reflective"), + (UniCase::ascii("globalising"), "globalizing"), + (UniCase::ascii("symmetricaly"), "symmetrically"), + (UniCase::ascii("unnecassary"), "unnecessary"), + (UniCase::ascii("unbrakeable"), "unbreakable"), + (UniCase::ascii("consectuive"), "consecutive"), + (UniCase::ascii("coudl"), "could"), + (UniCase::ascii("malfunciton"), "malfunction"), + (UniCase::ascii("announcemnet"), "announcements"), + (UniCase::ascii("desentisize"), "desensitized"), + (UniCase::ascii("agrumentative"), "argumentative"), + (UniCase::ascii("residental"), "residential"), + (UniCase::ascii("almanack"), "almanac"), + (UniCase::ascii("neighbrohood"), "neighborhoods"), + (UniCase::ascii("athetlics"), "athletics"), + (UniCase::ascii("introdus"), "introduces"), + (UniCase::ascii("perpetraron"), "perpetrator"), + (UniCase::ascii("jusitfy"), "justify"), + (UniCase::ascii("particiaption"), "participation"), + (UniCase::ascii("signifantly"), "significantly"), + (UniCase::ascii("specializaton"), "specialization"), + (UniCase::ascii("availible"), "available"), + (UniCase::ascii("kitites"), "kitties"), + (UniCase::ascii("intervewing"), "intervening"), + (UniCase::ascii("describtion"), "description"), + (UniCase::ascii("perspecive"), "perspective"), + (UniCase::ascii("ammended"), "amended"), + (UniCase::ascii("micorcenter"), "microcenter"), + (UniCase::ascii("exellent"), "excellent"), + (UniCase::ascii("unresponcive"), "unresponsive"), + (UniCase::ascii("decribe"), "describe"), + (UniCase::ascii("ususally"), "usually"), + (UniCase::ascii("nusance"), "nuisance"), + (UniCase::ascii("scarifice"), "sacrifice"), + (UniCase::ascii("prodictions"), "productions"), + (UniCase::ascii("itnroduced"), "introduced"), + (UniCase::ascii("aluminium"), "aluminum"), + (UniCase::ascii("vulcanised"), "vulcanized"), + (UniCase::ascii("presumputous"), "presumptuous"), + (UniCase::ascii("shittown"), "shitton"), + (UniCase::ascii("favoruite"), "favourite"), + (UniCase::ascii("transcendant"), "transcendent"), + (UniCase::ascii("contribues"), "contributes"), + (UniCase::ascii("conesencus"), "consensus"), + (UniCase::ascii("delpoyment"), "deployment"), + (UniCase::ascii("chromesomes"), "chromosomes"), + (UniCase::ascii("chocalates"), "chocolates"), + (UniCase::ascii("catalcysm"), "cataclysm"), + (UniCase::ascii("raidoactive"), "radioactive"), + (UniCase::ascii("particularlly"), "particularly"), + (UniCase::ascii("paleolitic"), "paleolithic"), + (UniCase::ascii("astericks"), "asterisk"), + (UniCase::ascii("particulaly"), "particularly"), + (UniCase::ascii("intimitaded"), "intimidated"), + (UniCase::ascii("protestes"), "protests"), + (UniCase::ascii("endores"), "endorse"), + (UniCase::ascii("balsphemy"), "blasphemy"), + (UniCase::ascii("representstive"), "representatives"), + (UniCase::ascii("regresssive"), "regressive"), + (UniCase::ascii("critized"), "criticized"), + (UniCase::ascii("canceltation"), "cancellation"), + (UniCase::ascii("astronuat"), "astronaut"), + (UniCase::ascii("blueberrries"), "blueberries"), + (UniCase::ascii("unforgetable"), "unforgettable"), + (UniCase::ascii("compilato"), "compilation"), + (UniCase::ascii("krypronite"), "kryptonite"), + (UniCase::ascii("pyschosis"), "psychosis"), + (UniCase::ascii("anitbiotics"), "antibiotics"), + (UniCase::ascii("grahpical"), "graphical"), + (UniCase::ascii("laundrey"), "laundry"), + (UniCase::ascii("affilliate"), "affiliate"), + (UniCase::ascii("misogonyst"), "misogynist"), + (UniCase::ascii("overules"), "overuse"), + (UniCase::ascii("auotcorrect"), "autocorrect"), + (UniCase::ascii("extremisim"), "extremism"), + (UniCase::ascii("resurrektion"), "resurrection"), + (UniCase::ascii("vulnerabillity"), "vulnerability"), + (UniCase::ascii("fundamentalister"), "fundamentalists"), + (UniCase::ascii("predecesores"), "predecessor"), + (UniCase::ascii("immortales"), "immortals"), + (UniCase::ascii("interchangeablity"), "interchangeably"), + (UniCase::ascii("feminisim"), "feminism"), + (UniCase::ascii("inspriational"), "inspirational"), + (UniCase::ascii("endig"), "ending"), + (UniCase::ascii("transmissons"), "transmissions"), + (UniCase::ascii("sensationalim"), "sensationalism"), + (UniCase::ascii("appareal"), "apparel"), + (UniCase::ascii("belives"), "believes"), + (UniCase::ascii("murderus"), "murders"), + (UniCase::ascii("treatsie"), "treaties"), + (UniCase::ascii("subredditors"), "subreddits"), + (UniCase::ascii("cornmitted"), "committed"), + (UniCase::ascii("truimph"), "triumph"), + (UniCase::ascii("propserity"), "prosperity"), + (UniCase::ascii("deisgner"), "designer"), + (UniCase::ascii("lenght"), "length"), + (UniCase::ascii("passivedns"), "passives"), + (UniCase::ascii("squrtile"), "squirtle"), + (UniCase::ascii("filmmakes"), "filmmakers"), + (UniCase::ascii("internations"), "interactions"), + (UniCase::ascii("believs"), "believes"), + (UniCase::ascii("unforseen"), "unforeseen"), + (UniCase::ascii("mastubrate"), "masturbated"), + (UniCase::ascii("compustion"), "compulsion"), + (UniCase::ascii("discreddit"), "discredited"), + (UniCase::ascii("remembee"), "remembered"), + (UniCase::ascii("fingerpoints"), "fingerprints"), + (UniCase::ascii("supporteur"), "supporter"), + (UniCase::ascii("transpalnt"), "transplants"), + (UniCase::ascii("transisitor"), "transistor"), + (UniCase::ascii("artifactos"), "artifacts"), + (UniCase::ascii("copyrighed"), "copyrighted"), + (UniCase::ascii("deductiable"), "deductible"), + (UniCase::ascii("abomanation"), "abomination"), + (UniCase::ascii("compability"), "compatibility"), + (UniCase::ascii("institutie"), "institute"), + (UniCase::ascii("confedarate"), "confederate"), + (UniCase::ascii("orientato"), "orientation"), + (UniCase::ascii("themslef"), "themself"), + (UniCase::ascii("butterfy"), "butterfly"), + (UniCase::ascii("representn"), "representing"), + (UniCase::ascii("inconstitutional"), "unconstitutional"), + (UniCase::ascii("trukish"), "turkish"), + (UniCase::ascii("reorganise"), "reorganize"), + (UniCase::ascii("enlish"), "english"), + (UniCase::ascii("simplisity"), "simplicity"), + (UniCase::ascii("prominantly"), "prominently"), + (UniCase::ascii("indivuduality"), "individuality"), + (UniCase::ascii("massachustts"), "massachusetts"), + (UniCase::ascii("lectureres"), "lectures"), + (UniCase::ascii("documentry"), "documentary"), + (UniCase::ascii("predetermind"), "predetermined"), + (UniCase::ascii("rotuers"), "routers"), + (UniCase::ascii("unproducive"), "unproductive"), + (UniCase::ascii("trabajdo"), "trabajo"), + (UniCase::ascii("professionnals"), "professionals"), + (UniCase::ascii("perputrators"), "perpetrators"), + (UniCase::ascii("donwvoted"), "downvoted"), + (UniCase::ascii("peritinkle"), "periwinkle"), + (UniCase::ascii("affinitiy"), "affinity"), + (UniCase::ascii("contracs"), "contracts"), + (UniCase::ascii("cardnials"), "cardinals"), + (UniCase::ascii("intrinsecally"), "intrinsically"), + (UniCase::ascii("impliciete"), "implicit"), + (UniCase::ascii("millionairs"), "millionaires"), + (UniCase::ascii("tsuanmi"), "tsunami"), + (UniCase::ascii("weigthed"), "weighted"), + (UniCase::ascii("awya"), "away"), + (UniCase::ascii("recided"), "resided"), + (UniCase::ascii("recomments"), "recommends"), + (UniCase::ascii("exponentiel"), "exponential"), + (UniCase::ascii("comrpomising"), "compromising"), + (UniCase::ascii("alusion"), "allusion"), + (UniCase::ascii("priviliged"), "privileged"), + (UniCase::ascii("molestaion"), "molestation"), + (UniCase::ascii("powerhosue"), "powerhouse"), + (UniCase::ascii("intanjible"), "intangible"), + (UniCase::ascii("thankyooou"), "thankyou"), + (UniCase::ascii("enthicities"), "ethnicities"), + (UniCase::ascii("ellitot"), "elliott"), + (UniCase::ascii("appreication"), "appreciation"), + (UniCase::ascii("denomenator"), "denominator"), + (UniCase::ascii("particulary"), "particularly"), + (UniCase::ascii("electivite"), "elective"), + (UniCase::ascii("predictons"), "predictions"), + (UniCase::ascii("zimbawbe"), "zimbabwe"), + (UniCase::ascii("exepmtion"), "exemption"), + (UniCase::ascii("undermindes"), "undermines"), + (UniCase::ascii("fortunatley"), "fortunately"), + (UniCase::ascii("scholorship"), "scholarship"), + (UniCase::ascii("expemtion"), "exemption"), + (UniCase::ascii("panelled"), "paneled"), + (UniCase::ascii("aretmis"), "artemis"), + (UniCase::ascii("chanlder"), "chandler"), + (UniCase::ascii("pregnanices"), "pregnancies"), + (UniCase::ascii("reciepents"), "recipients"), + (UniCase::ascii("cheeseburgs"), "cheeseburgers"), + (UniCase::ascii("targetted"), "targeted"), + (UniCase::ascii("mkae"), "make"), + (UniCase::ascii("relativiser"), "relatives"), + (UniCase::ascii("inconsisent"), "inconsistent"), + (UniCase::ascii("sysdamin"), "sysadmin"), + (UniCase::ascii("stuggling"), "struggling"), + (UniCase::ascii("hygeine"), "hygiene"), + (UniCase::ascii("everyons"), "everyones"), + (UniCase::ascii("insepction"), "inspection"), + (UniCase::ascii("complacient"), "complacent"), + (UniCase::ascii("viewpoit"), "viewpoints"), + (UniCase::ascii("aledge"), "allege"), + (UniCase::ascii("detremental"), "detrimental"), + (UniCase::ascii("srirachia"), "sriracha"), + (UniCase::ascii("firslty"), "firstly"), + (UniCase::ascii("realtivity"), "relativity"), + (UniCase::ascii("soveriengty"), "sovereignty"), + (UniCase::ascii("lieutanent"), "lieutenant"), + (UniCase::ascii("sentaor"), "senator"), + (UniCase::ascii("undertoker"), "undertaker"), + (UniCase::ascii("vitories"), "victories"), + (UniCase::ascii("nutrientes"), "nutrients"), + (UniCase::ascii("porpose"), "propose"), + (UniCase::ascii("infromative"), "informative"), + (UniCase::ascii("heterosexal"), "heterosexual"), + (UniCase::ascii("moelcules"), "molecules"), + (UniCase::ascii("destrucion"), "destruction"), + (UniCase::ascii("disadvandages"), "disadvantaged"), + (UniCase::ascii("alternetly"), "alternately"), + (UniCase::ascii("ierland"), "ireland"), + (UniCase::ascii("repalys"), "replays"), + (UniCase::ascii("dispencers"), "dispenser"), + (UniCase::ascii("mandrain"), "mandarin"), + (UniCase::ascii("indipendent"), "independent"), + (UniCase::ascii("implamenting"), "implementing"), + (UniCase::ascii("interstellor"), "interstellar"), + (UniCase::ascii("neutralisation"), "neutralization"), + (UniCase::ascii("prefessionalism"), "professionalism"), + (UniCase::ascii("borderlanders"), "borderlands"), + (UniCase::ascii("comfortabil"), "comfortably"), + (UniCase::ascii("enveloppe"), "envelope"), + (UniCase::ascii("capicators"), "capacitors"), + (UniCase::ascii("independet"), "independent"), + (UniCase::ascii("qucikest"), "quickest"), + (UniCase::ascii("deteriate"), "deteriorate"), + (UniCase::ascii("deplorabil"), "deplorable"), + (UniCase::ascii("standardisation"), "standardization"), + (UniCase::ascii("immitating"), "imitating"), + (UniCase::ascii("mediocrisy"), "mediocrity"), + (UniCase::ascii("emmitting"), "emitting"), + (UniCase::ascii("exorbidant"), "exorbitant"), + (UniCase::ascii("supermarkts"), "supermarkets"), + (UniCase::ascii("capabiltiy"), "capability"), + (UniCase::ascii("overlapsing"), "overlapping"), + (UniCase::ascii("contritutions"), "contributions"), + (UniCase::ascii("outperfom"), "outperform"), + (UniCase::ascii("levetates"), "levitates"), + (UniCase::ascii("thankfuly"), "thankfully"), + (UniCase::ascii("fraudelant"), "fraudulent"), + (UniCase::ascii("awknowledged"), "acknowledged"), + (UniCase::ascii("trickey"), "trickery"), + (UniCase::ascii("mineras"), "minerals"), + (UniCase::ascii("dionsaurs"), "dinosaurs"), + (UniCase::ascii("penciles"), "pencils"), + (UniCase::ascii("sarcams"), "sarcasm"), + (UniCase::ascii("precrastination"), "procrastination"), + (UniCase::ascii("concieted"), "conceited"), + (UniCase::ascii("absymal"), "abysmal"), + (UniCase::ascii("deplorabel"), "deplorable"), + (UniCase::ascii("pronunication"), "pronunciation"), + (UniCase::ascii("strnad"), "strand"), + (UniCase::ascii("illuninati"), "illuminati"), + (UniCase::ascii("mathcmaking"), "matchmaking"), + (UniCase::ascii("speices"), "species"), + (UniCase::ascii("vindicitve"), "vindictive"), + (UniCase::ascii("controvery"), "controversy"), + (UniCase::ascii("overwhelimg"), "overwhelm"), + (UniCase::ascii("seahwaks"), "seahawks"), + (UniCase::ascii("appraochable"), "approachable"), + (UniCase::ascii("landshapes"), "landscapes"), + (UniCase::ascii("undenyable"), "undeniable"), + (UniCase::ascii("fundemantals"), "fundamentals"), + (UniCase::ascii("promethous"), "prometheus"), + (UniCase::ascii("warcarft"), "warcraft"), + (UniCase::ascii("disillisioned"), "disillusioned"), + (UniCase::ascii("idealistc"), "idealistic"), + (UniCase::ascii("mechanisim"), "mechanism"), + (UniCase::ascii("acclimatisation"), "acclimatization"), + (UniCase::ascii("governer"), "governor"), + (UniCase::ascii("gltiches"), "glitches"), + (UniCase::ascii("neutralised"), "neutralized"), + (UniCase::ascii("philosophycal"), "philosophically"), + (UniCase::ascii("subsidary"), "subsidiary"), + (UniCase::ascii("coordinatior"), "coordinator"), + (UniCase::ascii("adeladie"), "adelaide"), + (UniCase::ascii("requilme"), "requiem"), + (UniCase::ascii("immortailty"), "immortality"), + (UniCase::ascii("mircophone"), "microphone"), + (UniCase::ascii("entrepeuner"), "entrepreneur"), + (UniCase::ascii("encryptiion"), "encryption"), + (UniCase::ascii("tuesdsy"), "tuesdays"), + (UniCase::ascii("girlfreinds"), "girlfriends"), + (UniCase::ascii("earthquackes"), "earthquakes"), + (UniCase::ascii("californain"), "californian"), + (UniCase::ascii("forsekan"), "forsaken"), + (UniCase::ascii("interviewie"), "interviewer"), + (UniCase::ascii("clickare"), "clicker"), + (UniCase::ascii("convinsing"), "convincing"), + (UniCase::ascii("levle"), "level"), + (UniCase::ascii("testicels"), "testicles"), + (UniCase::ascii("expectional"), "exceptional"), + (UniCase::ascii("inherint"), "inherit"), + (UniCase::ascii("constititional"), "constitutional"), + (UniCase::ascii("unnecesary"), "unnecessary"), + (UniCase::ascii("restorani"), "restoration"), + (UniCase::ascii("electrolyts"), "electrolytes"), + (UniCase::ascii("surounded"), "surrounded"), + (UniCase::ascii("importen"), "importance"), + (UniCase::ascii("annoint"), "anoint"), + (UniCase::ascii("exponentialy"), "exponentially"), + (UniCase::ascii("contradics"), "contradicts"), + (UniCase::ascii("dispite"), "despite"), + (UniCase::ascii("declaraste"), "declares"), + (UniCase::ascii("scrutinty"), "scrutiny"), + (UniCase::ascii("delepted"), "depleted"), + (UniCase::ascii("haricut"), "haircut"), + (UniCase::ascii("volonteered"), "volunteered"), + (UniCase::ascii("develpment"), "development"), + (UniCase::ascii("campaings"), "campaigns"), + (UniCase::ascii("assisnate"), "assassinate"), + (UniCase::ascii("healthercare"), "healthcare"), + (UniCase::ascii("hypathetically"), "hypothetically"), + (UniCase::ascii("hiesman"), "heisman"), + (UniCase::ascii("cheeseburges"), "cheeseburgers"), + (UniCase::ascii("organims"), "organism"), + (UniCase::ascii("arrangments"), "arrangements"), + (UniCase::ascii("levetating"), "levitating"), + (UniCase::ascii("progressivly"), "progressively"), + (UniCase::ascii("downlaod"), "download"), + (UniCase::ascii("automatico"), "automation"), + (UniCase::ascii("compitent"), "competent"), + (UniCase::ascii("americanss"), "americas"), + (UniCase::ascii("teamfighters"), "teamfights"), + (UniCase::ascii("countriside"), "countryside"), + (UniCase::ascii("misognyist"), "misogynist"), + (UniCase::ascii("departmnet"), "departments"), + (UniCase::ascii("assassians"), "assassin"), + (UniCase::ascii("credintials"), "credentials"), + (UniCase::ascii("islamit"), "islamist"), + (UniCase::ascii("subjectivy"), "subjectively"), + (UniCase::ascii("pracitcally"), "practically"), + (UniCase::ascii("reserrection"), "resurrection"), + (UniCase::ascii("contructors"), "contractors"), + (UniCase::ascii("cinimatography"), "cinematography"), + (UniCase::ascii("millenia"), "millennia"), + (UniCase::ascii("advertisters"), "advertisers"), + (UniCase::ascii("introspeccion"), "introspection"), + (UniCase::ascii("strengthining"), "strengthening"), + (UniCase::ascii("somethingest"), "somethings"), + (UniCase::ascii("preipherals"), "peripherals"), + (UniCase::ascii("witheld"), "withheld"), + (UniCase::ascii("expodentially"), "exponentially"), + (UniCase::ascii("susbcribe"), "subscribe"), + (UniCase::ascii("unfortunetely"), "unfortunately"), + (UniCase::ascii("brisben"), "brisbane"), + (UniCase::ascii("mediavel"), "medieval"), + (UniCase::ascii("actualmy"), "actualy"), + (UniCase::ascii("littiefinger"), "littlefinger"), + (UniCase::ascii("absoprtion"), "absorption"), + (UniCase::ascii("stragety"), "strategy"), + (UniCase::ascii("ahve"), "have"), + (UniCase::ascii("tranzporter"), "transporter"), + (UniCase::ascii("claer"), "clear"), + (UniCase::ascii("iranianos"), "iranians"), + (UniCase::ascii("extremistes"), "extremists"), + (UniCase::ascii("epsresso"), "espresso"), + (UniCase::ascii("diagnositic"), "diagnostic"), + (UniCase::ascii("inevitabile"), "inevitable"), + (UniCase::ascii("archetect"), "architect"), + (UniCase::ascii("valkiyre"), "valkyrie"), + (UniCase::ascii("philosopers"), "philosophers"), + (UniCase::ascii("infiltrar"), "infiltrator"), + (UniCase::ascii("wiaters"), "waiters"), + (UniCase::ascii("unplacable"), "unplayable"), + (UniCase::ascii("coordinatore"), "coordinate"), + (UniCase::ascii("sarcasticaly"), "sarcastically"), + (UniCase::ascii("speechs"), "speeches"), + (UniCase::ascii("spectacuarly"), "spectacular"), + (UniCase::ascii("centrers"), "centres"), + (UniCase::ascii("fraturnity"), "fraternity"), + (UniCase::ascii("artillerly"), "artillery"), + (UniCase::ascii("neglectn"), "neglecting"), + (UniCase::ascii("discrecion"), "discretion"), + (UniCase::ascii("defintiely"), "definitely"), + (UniCase::ascii("prouldy"), "proudly"), + (UniCase::ascii("scorates"), "socrates"), + (UniCase::ascii("consilidate"), "consolidate"), + (UniCase::ascii("unacompanied"), "unaccompanied"), + (UniCase::ascii("proffesor"), "professor"), + (UniCase::ascii("centred"), "centered"), + (UniCase::ascii("scroates"), "socrates"), + (UniCase::ascii("ineffecitve"), "ineffective"), + (UniCase::ascii("servantes"), "servants"), + (UniCase::ascii("encarcerated"), "incarcerated"), + (UniCase::ascii("satirised"), "satirized"), + (UniCase::ascii("intervalos"), "intervals"), + (UniCase::ascii("visualise"), "visualize"), + (UniCase::ascii("trundel"), "trundle"), + (UniCase::ascii("lentills"), "lentils"), + (UniCase::ascii("energised"), "energized"), + (UniCase::ascii("windsheild"), "windshield"), + (UniCase::ascii("metropolys"), "metropolis"), + (UniCase::ascii("sinlgeplayer"), "singleplayer"), + (UniCase::ascii("swansoon"), "swanson"), + (UniCase::ascii("elevatin"), "elevation"), + (UniCase::ascii("defensen"), "defenseman"), + (UniCase::ascii("icleandic"), "icelandic"), + (UniCase::ascii("athesits"), "atheists"), + (UniCase::ascii("juadism"), "judaism"), + (UniCase::ascii("contributeurs"), "contributes"), + (UniCase::ascii("occaisonally"), "occasionally"), + (UniCase::ascii("cricles"), "circles"), + (UniCase::ascii("assemblying"), "assembling"), + (UniCase::ascii("paragrah"), "paragraph"), + (UniCase::ascii("logiteh"), "logitech"), + (UniCase::ascii("calcluations"), "calculation"), + (UniCase::ascii("criticie"), "criticise"), + (UniCase::ascii("austrain"), "austrian"), + (UniCase::ascii("perferential"), "preferential"), + (UniCase::ascii("cheeseburguer"), "cheeseburger"), + (UniCase::ascii("foreignors"), "foreigners"), + (UniCase::ascii("unreasonabley"), "unreasonably"), + (UniCase::ascii("presentase"), "presents"), + (UniCase::ascii("reliabilty"), "reliability"), + (UniCase::ascii("recommandation"), "recommendation"), + (UniCase::ascii("blueberris"), "blueberries"), + (UniCase::ascii("negativeity"), "negativity"), + (UniCase::ascii("repeadetly"), "repeatedly"), + (UniCase::ascii("condascending"), "condescending"), + (UniCase::ascii("konckback"), "knockback"), + (UniCase::ascii("oppresssion"), "oppression"), + (UniCase::ascii("placemenet"), "placements"), + (UniCase::ascii("pyschopath"), "psychopath"), + (UniCase::ascii("afterthougt"), "afterthought"), + (UniCase::ascii("demonises"), "demonizes"), + (UniCase::ascii("destkop"), "desktop"), + (UniCase::ascii("tabelspoons"), "tablespoons"), + (UniCase::ascii("antagonisic"), "antagonistic"), + (UniCase::ascii("realoded"), "reloaded"), + (UniCase::ascii("gaurenteed"), "guaranteed"), + (UniCase::ascii("baptising"), "baptizing"), + (UniCase::ascii("undercling"), "underlying"), + (UniCase::ascii("sustainabillity"), "sustainability"), + (UniCase::ascii("protaganists"), "protagonists"), + (UniCase::ascii("contracto"), "contraction"), + (UniCase::ascii("congrassman"), "congressman"), + (UniCase::ascii("absolutisme"), "absolutes"), + (UniCase::ascii("mistakey"), "mistakenly"), + (UniCase::ascii("operationel"), "operational"), + (UniCase::ascii("conceviable"), "conceivable"), + (UniCase::ascii("intorduced"), "introduced"), + (UniCase::ascii("furstrations"), "frustrations"), + (UniCase::ascii("keysenian"), "keynesian"), + (UniCase::ascii("underyling"), "underlying"), + (UniCase::ascii("accidentely"), "accidently"), + (UniCase::ascii("suscepitble"), "susceptible"), + (UniCase::ascii("problemas"), "problems"), + (UniCase::ascii("brianer"), "brainer"), + (UniCase::ascii("parliamenty"), "parliamentary"), + (UniCase::ascii("appearences"), "appearances"), + (UniCase::ascii("incluse"), "includes"), + (UniCase::ascii("ninty"), "ninety"), + (UniCase::ascii("provocitive"), "provocative"), + (UniCase::ascii("ancestory"), "ancestry"), + (UniCase::ascii("unaviodable"), "unavoidable"), + (UniCase::ascii("shrapenl"), "shrapnel"), + (UniCase::ascii("dismentled"), "dismantled"), + (UniCase::ascii("dispeners"), "dispenser"), + (UniCase::ascii("inappropirate"), "inappropriate"), + (UniCase::ascii("southamtpon"), "southampton"), + (UniCase::ascii("plethoria"), "plethora"), + (UniCase::ascii("missionaires"), "missionaries"), + (UniCase::ascii("resistences"), "resistances"), + (UniCase::ascii("juggernat"), "juggernaut"), + (UniCase::ascii("embarress"), "embarrassed"), + (UniCase::ascii("criminalises"), "criminalizes"), + (UniCase::ascii("savannh"), "savannah"), + (UniCase::ascii("milligrammes"), "milligrams"), + (UniCase::ascii("perceptoin"), "perceptions"), + (UniCase::ascii("adviseer"), "adviser"), + (UniCase::ascii("unconfortable"), "uncomfortable"), + (UniCase::ascii("monarcy"), "monarchy"), + (UniCase::ascii("vectros"), "vectors"), + (UniCase::ascii("tyrany"), "tyranny"), + (UniCase::ascii("misconseptions"), "misconceptions"), + (UniCase::ascii("dissatisifed"), "dissatisfied"), + (UniCase::ascii("atlesat"), "atleast"), + (UniCase::ascii("retrosepct"), "retrospect"), + (UniCase::ascii("approrpiation"), "appropriation"), + (UniCase::ascii("wouldnot"), "wouldnt"), + (UniCase::ascii("disrispecting"), "disrespecting"), + (UniCase::ascii("exagerrating"), "exaggerating"), + (UniCase::ascii("underastimating"), "underestimating"), + (UniCase::ascii("dictionay"), "dictionary"), + (UniCase::ascii("miletsones"), "milestones"), + (UniCase::ascii("acquisation"), "acquisition"), + (UniCase::ascii("somethn"), "somethin"), + (UniCase::ascii("iwth"), "with"), + (UniCase::ascii("moistorizing"), "moisturizing"), + (UniCase::ascii("nothingsness"), "nothingness"), + (UniCase::ascii("symapthize"), "sympathize"), + (UniCase::ascii("compeltion"), "completion"), + (UniCase::ascii("pedestrianise"), "pedestrianize"), + (UniCase::ascii("goodluk"), "goodluck"), + (UniCase::ascii("prepetuating"), "perpetuating"), + (UniCase::ascii("compensatie"), "compensate"), + (UniCase::ascii("theoligical"), "theological"), + (UniCase::ascii("christinaity"), "christianity"), + (UniCase::ascii("dekstops"), "desktops"), + (UniCase::ascii("consequenses"), "consequences"), + (UniCase::ascii("influensed"), "influences"), + (UniCase::ascii("friendzoneado"), "friendzoned"), + (UniCase::ascii("simeltaneously"), "simultaneously"), + (UniCase::ascii("restarant"), "restaurant"), + (UniCase::ascii("unvierse"), "universe"), + (UniCase::ascii("negoitated"), "negotiated"), + (UniCase::ascii("persuation"), "persuasion"), + (UniCase::ascii("translatio"), "translator"), + (UniCase::ascii("alteast"), "atleast"), + (UniCase::ascii("accomplise"), "accomplishes"), + (UniCase::ascii("sprinkel"), "sprinkle"), + (UniCase::ascii("resuable"), "reusable"), + (UniCase::ascii("undenyably"), "undeniably"), + (UniCase::ascii("particiapte"), "participate"), + (UniCase::ascii("giltched"), "glitched"), + (UniCase::ascii("obscruity"), "obscurity"), + (UniCase::ascii("paralysing"), "paralyzing"), + (UniCase::ascii("glipmse"), "glimpse"), + (UniCase::ascii("amoung"), "among"), + (UniCase::ascii("mediocrily"), "mediocrity"), + (UniCase::ascii("gratuituos"), "gratuitous"), + (UniCase::ascii("secrety"), "secretly"), + (UniCase::ascii("templaras"), "templars"), + (UniCase::ascii("simulatenous"), "simultaneous"), + (UniCase::ascii("harases"), "harasses"), + (UniCase::ascii("determinato"), "determination"), + (UniCase::ascii("aspectos"), "aspects"), + (UniCase::ascii("knowldgeable"), "knowledgable"), + (UniCase::ascii("reciprocant"), "reciprocate"), + (UniCase::ascii("pulverises"), "pulverizes"), + (UniCase::ascii("thoecracy"), "theocracy"), + (UniCase::ascii("notebok"), "notebook"), + (UniCase::ascii("inqusitior"), "inquisitor"), + (UniCase::ascii("gogin"), "going"), + (UniCase::ascii("illuminarti"), "illuminati"), + (UniCase::ascii("carboyhdrates"), "carbohydrates"), + (UniCase::ascii("planation"), "plantation"), + (UniCase::ascii("construcion"), "construction"), + (UniCase::ascii("lesbain"), "lesbian"), + (UniCase::ascii("precice"), "precise"), + (UniCase::ascii("suggestieve"), "suggestive"), + (UniCase::ascii("lantren"), "lantern"), + (UniCase::ascii("ploughs"), "plows"), + (UniCase::ascii("democarcy"), "democracy"), + (UniCase::ascii("homogenious"), "homogeneous"), + (UniCase::ascii("concurment"), "concurrent"), + (UniCase::ascii("contencion"), "contention"), + (UniCase::ascii("participati"), "participant"), + (UniCase::ascii("convingi"), "convincing"), + (UniCase::ascii("heartborken"), "heartbroken"), + (UniCase::ascii("unrealistc"), "unrealistic"), + (UniCase::ascii("enivronmentally"), "environmentally"), + (UniCase::ascii("cooldwons"), "cooldowns"), + (UniCase::ascii("recgonition"), "recognition"), + (UniCase::ascii("coefficent"), "coefficient"), + (UniCase::ascii("crueller"), "crueler"), + (UniCase::ascii("maintainig"), "maintaining"), + (UniCase::ascii("qaulify"), "qualify"), + (UniCase::ascii("autistisch"), "autistic"), + (UniCase::ascii("concepta"), "conceptual"), + (UniCase::ascii("thereotical"), "theoretical"), + (UniCase::ascii("corporativo"), "corporation"), + (UniCase::ascii("accesories"), "accessories"), + (UniCase::ascii("destoryed"), "destroyed"), + (UniCase::ascii("invervention"), "intervention"), + (UniCase::ascii("refelcting"), "reflecting"), + (UniCase::ascii("melboure"), "melbourne"), + (UniCase::ascii("gauntlettes"), "gauntlets"), + (UniCase::ascii("camperas"), "campers"), + (UniCase::ascii("islamisist"), "islamist"), + (UniCase::ascii("creationistas"), "creationists"), + (UniCase::ascii("interprut"), "interrupt"), + (UniCase::ascii("commentarea"), "commenter"), + (UniCase::ascii("utilizaiton"), "utilization"), + (UniCase::ascii("deputises"), "deputizes"), + (UniCase::ascii("addresed"), "addressed"), + (UniCase::ascii("agreeement"), "agreement"), + (UniCase::ascii("incredably"), "incredibly"), + (UniCase::ascii("crytopgraphic"), "cryptographic"), + (UniCase::ascii("corrupcion"), "corruption"), + (UniCase::ascii("underwrold"), "underworld"), + (UniCase::ascii("aincents"), "ancients"), + (UniCase::ascii("heistate"), "hesitate"), + (UniCase::ascii("elimintates"), "eliminates"), + (UniCase::ascii("breakthroughts"), "breakthroughs"), + (UniCase::ascii("masterpeice"), "masterpiece"), + (UniCase::ascii("recommands"), "recommends"), + (UniCase::ascii("thirten"), "thirteen"), + (UniCase::ascii("sentationalist"), "sensationalist"), + (UniCase::ascii("biogtry"), "bigotry"), + (UniCase::ascii("antagonistc"), "antagonistic"), + (UniCase::ascii("inctroduced"), "introduced"), + (UniCase::ascii("artihmetic"), "arithmetic"), + (UniCase::ascii("disruptron"), "disruption"), + (UniCase::ascii("projecticles"), "projectiles"), + (UniCase::ascii("expeiments"), "experiments"), + (UniCase::ascii("fractalius"), "fractals"), + (UniCase::ascii("independece"), "independence"), + (UniCase::ascii("aggrovating"), "aggravating"), + (UniCase::ascii("harasment"), "harassment"), + (UniCase::ascii("overwhlemed"), "overwhelmed"), + (UniCase::ascii("determinsm"), "determinism"), + (UniCase::ascii("origianlly"), "originally"), + (UniCase::ascii("transfos"), "transforms"), + (UniCase::ascii("exectuive"), "executive"), + (UniCase::ascii("novmeber"), "november"), + (UniCase::ascii("butterfiles"), "butterflies"), + (UniCase::ascii("vaccume"), "vacuum"), + (UniCase::ascii("protestare"), "protesters"), + (UniCase::ascii("straind"), "strained"), + (UniCase::ascii("anaylzed"), "analyzed"), + (UniCase::ascii("progresssive"), "progressives"), + (UniCase::ascii("distingishes"), "distinguishes"), + (UniCase::ascii("dialetcs"), "dialects"), + (UniCase::ascii("acceleratio"), "accelerator"), + (UniCase::ascii("absrobs"), "absorbs"), + (UniCase::ascii("continiously"), "continuously"), + (UniCase::ascii("consentrating"), "concentrating"), + (UniCase::ascii("fundimentals"), "fundamentals"), + (UniCase::ascii("anonimity"), "anonymity"), + (UniCase::ascii("narciscist"), "narcissist"), + (UniCase::ascii("indigenuous"), "indigenous"), + (UniCase::ascii("industrija"), "industrial"), + (UniCase::ascii("enthusiest"), "enthusiast"), + (UniCase::ascii("baulks"), "balks"), + (UniCase::ascii("physcological"), "psychological"), + (UniCase::ascii("pornograghy"), "pornography"), + (UniCase::ascii("pharmeceutical"), "pharmaceutical"), + (UniCase::ascii("demonstras"), "demonstrates"), + (UniCase::ascii("converstaions"), "conversations"), + (UniCase::ascii("essentiels"), "essentials"), + (UniCase::ascii("desgined"), "designed"), + (UniCase::ascii("powerprint"), "powerpoint"), + (UniCase::ascii("varaints"), "variants"), + (UniCase::ascii("ealier"), "earlier"), + (UniCase::ascii("cocktials"), "cocktails"), + (UniCase::ascii("desorder"), "disorder"), + (UniCase::ascii("enciclopedia"), "encyclopedia"), + (UniCase::ascii("inflexion"), "inflection"), + (UniCase::ascii("distiungished"), "distinguished"), + (UniCase::ascii("capitilized"), "capitalized"), + (UniCase::ascii("attemting"), "attempting"), + (UniCase::ascii("headquartes"), "headquarters"), + (UniCase::ascii("alwasy"), "always"), + (UniCase::ascii("overloooked"), "overlooked"), + (UniCase::ascii("invalueble"), "invaluable"), + (UniCase::ascii("controled"), "controlled"), + (UniCase::ascii("wolrdwide"), "worldwide"), + (UniCase::ascii("neighbourhod"), "neighbourhood"), + (UniCase::ascii("pennsyvlania"), "pennsylvania"), + (UniCase::ascii("geogrpahical"), "geographical"), + (UniCase::ascii("idealise"), "idealize"), + (UniCase::ascii("behaviorly"), "behavioral"), + (UniCase::ascii("exercies"), "exercise"), + (UniCase::ascii("metaphoras"), "metaphors"), + (UniCase::ascii("tangeld"), "tangled"), + (UniCase::ascii("infiltrerat"), "infiltrate"), + (UniCase::ascii("stradegy"), "strategy"), + (UniCase::ascii("manufacters"), "manufactures"), + (UniCase::ascii("planeswaker"), "planeswalker"), + (UniCase::ascii("modificaiton"), "modification"), + (UniCase::ascii("discoloured"), "discolored"), + (UniCase::ascii("grizzley"), "grizzly"), + (UniCase::ascii("delfect"), "deflect"), + (UniCase::ascii("brakedowns"), "breakdowns"), + (UniCase::ascii("receeded"), "receded"), + (UniCase::ascii("sacarstic"), "sarcastic"), + (UniCase::ascii("caputres"), "captures"), + (UniCase::ascii("dangeroys"), "dangerously"), + (UniCase::ascii("inexperiened"), "inexperienced"), + (UniCase::ascii("realisation"), "realization"), + (UniCase::ascii("curriculm"), "curriculum"), + (UniCase::ascii("monumentaal"), "monumental"), + (UniCase::ascii("laregly"), "largely"), + (UniCase::ascii("pilrgim"), "pilgrim"), + (UniCase::ascii("saltpetre"), "saltpeter"), + (UniCase::ascii("curreny"), "currency"), + (UniCase::ascii("gratificaiton"), "gratification"), + (UniCase::ascii("amatuer"), "amateur"), + (UniCase::ascii("renmant"), "remnant"), + (UniCase::ascii("evaluatiing"), "evaluating"), + (UniCase::ascii("intelligente"), "intelligence"), + (UniCase::ascii("grahpic"), "graphic"), + (UniCase::ascii("pryamids"), "pyramids"), + (UniCase::ascii("underratted"), "underrated"), + (UniCase::ascii("predicatble"), "predictable"), + (UniCase::ascii("persistente"), "persistence"), + (UniCase::ascii("advocats"), "advocates"), + (UniCase::ascii("indefinately"), "indefinitely"), + (UniCase::ascii("lightining"), "lighting"), + (UniCase::ascii("grabage"), "garbage"), + (UniCase::ascii("caramelising"), "caramelizing"), + (UniCase::ascii("belguim"), "belgium"), + (UniCase::ascii("mobiliy"), "mobility"), + (UniCase::ascii("serialised"), "serialized"), + (UniCase::ascii("observasion"), "observations"), + (UniCase::ascii("republicanas"), "republicans"), + (UniCase::ascii("cheerleadra"), "cheerleader"), + (UniCase::ascii("implemenet"), "implements"), + (UniCase::ascii("decembeard"), "december"), + (UniCase::ascii("convertirea"), "converter"), + (UniCase::ascii("unfomfortable"), "uncomfortable"), + (UniCase::ascii("infrastructre"), "infrastructure"), + (UniCase::ascii("redneckest"), "rednecks"), + (UniCase::ascii("antisipate"), "anticipate"), + (UniCase::ascii("localises"), "localizes"), + (UniCase::ascii("marshmalow"), "marshmallow"), + (UniCase::ascii("enthusiat"), "enthusiast"), + (UniCase::ascii("sacreligious"), "sacrilegious"), + (UniCase::ascii("fiedling"), "fielding"), + (UniCase::ascii("relationshits"), "relationships"), + (UniCase::ascii("desinging"), "designing"), + (UniCase::ascii("vocalisation"), "vocalization"), + (UniCase::ascii("subtetly"), "subtlety"), + (UniCase::ascii("confidenty"), "confidently"), + (UniCase::ascii("webistes"), "websites"), + (UniCase::ascii("circimcised"), "circumcised"), + (UniCase::ascii("sacrasm"), "sarcasm"), + (UniCase::ascii("recognisable"), "recognizable"), + (UniCase::ascii("massachussets"), "massachusetts"), + (UniCase::ascii("substanta"), "substantial"), + (UniCase::ascii("corresponsing"), "corresponding"), + (UniCase::ascii("compansate"), "compensate"), + (UniCase::ascii("affordible"), "affordable"), + (UniCase::ascii("emapthetic"), "empathetic"), + (UniCase::ascii("withdrawl"), "withdrawal"), + (UniCase::ascii("labelled"), "labeled"), + (UniCase::ascii("includ"), "include"), + (UniCase::ascii("koncentrations"), "concentrations"), + (UniCase::ascii("repaird"), "repaired"), + (UniCase::ascii("hallucinaton"), "hallucination"), + (UniCase::ascii("credentails"), "credentials"), + (UniCase::ascii("claibre"), "calibre"), + (UniCase::ascii("satelites"), "satellites"), + (UniCase::ascii("ulteriour"), "ulterior"), + (UniCase::ascii("transofrmed"), "transformed"), + (UniCase::ascii("ridiculious"), "ridiculous"), + (UniCase::ascii("expositivo"), "exposition"), + (UniCase::ascii("nationas"), "nationals"), + (UniCase::ascii("mongoles"), "mongols"), + (UniCase::ascii("generaties"), "generate"), + (UniCase::ascii("alledgedly"), "allegedly"), + (UniCase::ascii("secrest"), "secrets"), + (UniCase::ascii("ritoers"), "rioters"), + (UniCase::ascii("nationallity"), "nationally"), + (UniCase::ascii("cosemtic"), "cosmetic"), + (UniCase::ascii("mesmerise"), "mesmerize"), + (UniCase::ascii("purcahse"), "purchase"), + (UniCase::ascii("underastimated"), "underestimated"), + (UniCase::ascii("incrompehensible"), "incomprehensible"), + (UniCase::ascii("perdictions"), "predictions"), + (UniCase::ascii("detailled"), "detailed"), + (UniCase::ascii("fermentato"), "fermentation"), + (UniCase::ascii("praisse"), "praises"), + (UniCase::ascii("horiztonal"), "horizontal"), + (UniCase::ascii("drivelled"), "driveled"), + (UniCase::ascii("peninsulla"), "peninsula"), + (UniCase::ascii("gottleib"), "gottlieb"), + (UniCase::ascii("deficeint"), "deficient"), + (UniCase::ascii("hamburgeres"), "hamburgers"), + (UniCase::ascii("bascially"), "basically"), + (UniCase::ascii("affiars"), "affairs"), + (UniCase::ascii("evloves"), "evolves"), + (UniCase::ascii("propultion"), "propulsion"), + (UniCase::ascii("shiping"), "shipping"), + (UniCase::ascii("abbreviaton"), "abbreviation"), + (UniCase::ascii("interesat"), "interest"), + (UniCase::ascii("compositon"), "composition"), + (UniCase::ascii("dispraportionate"), "disproportionate"), + (UniCase::ascii("squeakey"), "squeaky"), + (UniCase::ascii("autochtonous"), "autochthonous"), + (UniCase::ascii("espeically"), "especially"), + (UniCase::ascii("hunman"), "human"), + (UniCase::ascii("yosemeti"), "yosemite"), + (UniCase::ascii("cartells"), "cartels"), + (UniCase::ascii("deliverate"), "deliberate"), + (UniCase::ascii("convincente"), "convenient"), + (UniCase::ascii("chinmey"), "chimney"), + (UniCase::ascii("accommidate"), "accommodate"), + (UniCase::ascii("commentare"), "commenter"), + (UniCase::ascii("genitaliban"), "genitalia"), + (UniCase::ascii("chipest"), "chipset"), + (UniCase::ascii("goalkeepr"), "goalkeeper"), + (UniCase::ascii("passionnate"), "passionate"), + (UniCase::ascii("relentlesly"), "relentlessly"), + (UniCase::ascii("irridation"), "irritation"), + (UniCase::ascii("chanceller"), "chancellor"), + (UniCase::ascii("dispensaires"), "dispensaries"), + (UniCase::ascii("elephantus"), "elephants"), + (UniCase::ascii("bangaldesh"), "bangladesh"), + (UniCase::ascii("complimate"), "complicate"), + (UniCase::ascii("artificiel"), "artificial"), + (UniCase::ascii("electorale"), "electorate"), + (UniCase::ascii("unqiueness"), "uniqueness"), + (UniCase::ascii("narssicistic"), "narcissistic"), + (UniCase::ascii("exceedinly"), "exceedingly"), + (UniCase::ascii("hollywoood"), "hollywood"), + (UniCase::ascii("misunderstadning"), "misunderstandings"), + (UniCase::ascii("orgasmos"), "orgasms"), + (UniCase::ascii("deliberatley"), "deliberately"), + (UniCase::ascii("academicus"), "academics"), + (UniCase::ascii("generalizate"), "generalize"), + (UniCase::ascii("evengalical"), "evangelical"), + (UniCase::ascii("responisbilities"), "responsibilities"), + (UniCase::ascii("applicaple"), "applicable"), + (UniCase::ascii("fossilis"), "fossils"), + (UniCase::ascii("destros"), "destroys"), + (UniCase::ascii("sucessful"), "successful"), + (UniCase::ascii("outweighes"), "outweighs"), + (UniCase::ascii("scepture"), "scepter"), + (UniCase::ascii("objectivs"), "objectives"), + (UniCase::ascii("astroanut"), "astronaut"), + (UniCase::ascii("millioniare"), "millionaire"), + (UniCase::ascii("metropolians"), "metropolis"), + (UniCase::ascii("clyamore"), "claymore"), + (UniCase::ascii("radioactice"), "radioactive"), + (UniCase::ascii("stornfront"), "stormfront"), + (UniCase::ascii("carnvial"), "carnival"), + (UniCase::ascii("bureaucrasy"), "bureaucrats"), + (UniCase::ascii("secertly"), "secretly"), + (UniCase::ascii("wariwck"), "warwick"), + (UniCase::ascii("boutiqe"), "boutique"), + (UniCase::ascii("controlers"), "controls"), + (UniCase::ascii("enlightended"), "enlightened"), + (UniCase::ascii("shcizophrenic"), "schizophrenic"), + (UniCase::ascii("inevtiable"), "inevitable"), + (UniCase::ascii("asthetically"), "aesthetically"), + (UniCase::ascii("unbeliveably"), "unbelievably"), + (UniCase::ascii("thumbnal"), "thumbnails"), + (UniCase::ascii("christimas"), "christians"), + (UniCase::ascii("undermineing"), "undermining"), + (UniCase::ascii("distorsion"), "distortion"), + (UniCase::ascii("performanse"), "performances"), + (UniCase::ascii("unbeleivably"), "unbelievably"), + (UniCase::ascii("directos"), "directors"), + (UniCase::ascii("discrimanatory"), "discriminatory"), + (UniCase::ascii("depositos"), "deposits"), + (UniCase::ascii("deputise"), "deputize"), + (UniCase::ascii("qualifierais"), "qualifiers"), + (UniCase::ascii("definitivelly"), "definitively"), + (UniCase::ascii("proclaimation"), "proclamation"), + (UniCase::ascii("kidnappning"), "kidnapping"), + (UniCase::ascii("encolsed"), "enclosed"), + (UniCase::ascii("severley"), "severely"), + (UniCase::ascii("ressurected"), "resurrected"), + (UniCase::ascii("kontamination"), "contamination"), + (UniCase::ascii("acopalypse"), "apocalypse"), + (UniCase::ascii("misisonary"), "missionary"), + (UniCase::ascii("responsivle"), "responsive"), + (UniCase::ascii("instutionalized"), "institutionalized"), + (UniCase::ascii("princesas"), "princess"), + (UniCase::ascii("religeously"), "religiously"), + (UniCase::ascii("interraccial"), "interracial"), + (UniCase::ascii("declareation"), "declaration"), + (UniCase::ascii("progressionists"), "progressions"), + (UniCase::ascii("adquired"), "acquired"), + (UniCase::ascii("moratlity"), "mortality"), + (UniCase::ascii("perticularly"), "particularly"), + (UniCase::ascii("improsined"), "imprisoned"), + (UniCase::ascii("leigons"), "legions"), + (UniCase::ascii("misdomeanor"), "misdemeanor"), + (UniCase::ascii("schoodle"), "schooled"), + (UniCase::ascii("consumated"), "consummated"), + (UniCase::ascii("controlleras"), "controllers"), + (UniCase::ascii("simliarly"), "similarly"), + (UniCase::ascii("perxoide"), "peroxide"), + (UniCase::ascii("acopalyptic"), "apocalyptic"), + (UniCase::ascii("inpsiring"), "inspiring"), + (UniCase::ascii("condescening"), "condescending"), + (UniCase::ascii("bootlaoder"), "bootloader"), + (UniCase::ascii("galatic"), "galactic"), + (UniCase::ascii("resistendo"), "resisted"), + (UniCase::ascii("torpedeo"), "torpedo"), + (UniCase::ascii("enthusiasists"), "enthusiasts"), + (UniCase::ascii("convincersi"), "convinces"), + (UniCase::ascii("pruchase"), "purchase"), + (UniCase::ascii("vigourosly"), "vigorously"), + (UniCase::ascii("singulair"), "singular"), + (UniCase::ascii("lifesystem"), "filesystem"), + (UniCase::ascii("exampt"), "exempt"), + (UniCase::ascii("apporach"), "approach"), + (UniCase::ascii("protfolio"), "portfolio"), + (UniCase::ascii("nonsesne"), "nonsense"), + (UniCase::ascii("specemin"), "specimen"), + (UniCase::ascii("islandes"), "islanders"), + (UniCase::ascii("vegitable"), "vegetable"), + (UniCase::ascii("billbaord"), "billboard"), + (UniCase::ascii("marjority"), "majority"), + (UniCase::ascii("lfiesteal"), "lifesteal"), + (UniCase::ascii("determinaton"), "determination"), + (UniCase::ascii("domesitcated"), "domesticated"), + (UniCase::ascii("dyansty"), "dynasty"), + (UniCase::ascii("feministers"), "feminists"), + (UniCase::ascii("cannbial"), "cannibal"), + (UniCase::ascii("repsonding"), "responding"), + (UniCase::ascii("administr"), "administer"), + (UniCase::ascii("predominantely"), "predominantly"), + (UniCase::ascii("approachs"), "approaches"), + (UniCase::ascii("corperation"), "corporation"), + (UniCase::ascii("organisaiton"), "organisation"), + (UniCase::ascii("unnecessairly"), "unnecessarily"), + (UniCase::ascii("dissepointed"), "dissapointed"), + (UniCase::ascii("alcoholis"), "alcoholics"), + (UniCase::ascii("phsyically"), "physically"), + (UniCase::ascii("ukrainisn"), "ukrainians"), + (UniCase::ascii("islamsit"), "islamist"), + (UniCase::ascii("qualitying"), "qualifying"), + (UniCase::ascii("compsers"), "compress"), + (UniCase::ascii("profitabil"), "profitable"), + (UniCase::ascii("ridicilous"), "ridiculous"), + (UniCase::ascii("maintaince"), "maintained"), + (UniCase::ascii("bureaocracy"), "bureaucracy"), + (UniCase::ascii("contestase"), "contests"), + (UniCase::ascii("manifestes"), "manifests"), + (UniCase::ascii("custumizable"), "customizable"), + (UniCase::ascii("snigles"), "singles"), + (UniCase::ascii("sculpter"), "sculpture"), + (UniCase::ascii("narcissit"), "narcissist"), + (UniCase::ascii("afficionado"), "aficionado"), + (UniCase::ascii("rollercoatser"), "rollercoaster"), + (UniCase::ascii("presidante"), "presidents"), + (UniCase::ascii("distingiush"), "distinguish"), + (UniCase::ascii("spectacularily"), "spectacularly"), + (UniCase::ascii("collpases"), "collapses"), + (UniCase::ascii("downgrated"), "downgrade"), + (UniCase::ascii("alledges"), "alleges"), + (UniCase::ascii("beatiful"), "beautiful"), + (UniCase::ascii("fractalpus"), "fractals"), + (UniCase::ascii("preriod"), "period"), + (UniCase::ascii("probalibity"), "probability"), + (UniCase::ascii("gangsterous"), "gangsters"), + (UniCase::ascii("bristool"), "bristol"), + (UniCase::ascii("avaliable"), "available"), + (UniCase::ascii("canonises"), "canonizes"), + (UniCase::ascii("capitolization"), "capitalization"), + (UniCase::ascii("sovereinty"), "sovereignty"), + (UniCase::ascii("adminstration"), "administration"), + (UniCase::ascii("interelated"), "interrelated"), + (UniCase::ascii("tyrranies"), "tyrannies"), + (UniCase::ascii("sistematically"), "systematically"), + (UniCase::ascii("starteld"), "startled"), + (UniCase::ascii("cleanes"), "cleanse"), + (UniCase::ascii("frontlinie"), "frontline"), + (UniCase::ascii("persecutted"), "persecuted"), + (UniCase::ascii("checkare"), "checker"), + (UniCase::ascii("banglidesh"), "bangladesh"), + (UniCase::ascii("survallience"), "surveillance"), + (UniCase::ascii("prosecuter"), "prosecutor"), + (UniCase::ascii("tocuhscreen"), "touchscreen"), + (UniCase::ascii("fibre"), "fiber"), + (UniCase::ascii("characteristc"), "characteristics"), + (UniCase::ascii("gourmelt"), "gourmet"), + (UniCase::ascii("warantee"), "warranty"), + (UniCase::ascii("reinassance"), "renaissance"), + (UniCase::ascii("photoshoppade"), "photoshopped"), + (UniCase::ascii("diveristy"), "diversity"), + (UniCase::ascii("lesbianus"), "lesbians"), + (UniCase::ascii("judgementals"), "judgements"), + (UniCase::ascii("homogenes"), "homogeneous"), + (UniCase::ascii("costomization"), "customization"), + (UniCase::ascii("homophoboes"), "homophobe"), + (UniCase::ascii("susbtrate"), "substrate"), + (UniCase::ascii("dissapears"), "disappears"), + (UniCase::ascii("mosnter"), "monster"), + (UniCase::ascii("proficieny"), "proficiency"), + (UniCase::ascii("conservativo"), "conservation"), + (UniCase::ascii("pionere"), "pioneer"), + (UniCase::ascii("phonemena"), "phenomena"), + (UniCase::ascii("salughtered"), "slaughtered"), + (UniCase::ascii("exclsuive"), "exclusive"), + (UniCase::ascii("polygoon"), "polygon"), + (UniCase::ascii("murderd"), "murdered"), + (UniCase::ascii("coutners"), "counters"), + (UniCase::ascii("remoulding"), "remolding"), + (UniCase::ascii("randomised"), "randomized"), + (UniCase::ascii("convers"), "converts"), + (UniCase::ascii("anaesthetise"), "anesthetize"), + (UniCase::ascii("extraodrinarily"), "extraordinarily"), + (UniCase::ascii("discound"), "discounted"), + (UniCase::ascii("referign"), "refering"), + (UniCase::ascii("frustrasted"), "frustrates"), + (UniCase::ascii("fortunetely"), "fortunately"), + (UniCase::ascii("raputre"), "rapture"), + (UniCase::ascii("stealthly"), "stealthy"), + (UniCase::ascii("dispalyed"), "displayed"), + (UniCase::ascii("ktichen"), "kitchen"), + (UniCase::ascii("manufactureds"), "manufactures"), + (UniCase::ascii("dismantaled"), "dismantled"), + (UniCase::ascii("unregluated"), "unregulated"), + (UniCase::ascii("nigthmares"), "nightmares"), + (UniCase::ascii("apprentise"), "apprentice"), + (UniCase::ascii("tawainese"), "taiwanese"), + (UniCase::ascii("excatly"), "exactly"), + (UniCase::ascii("terretorial"), "territorial"), + (UniCase::ascii("transitionals"), "transitions"), + (UniCase::ascii("resistansen"), "resistances"), + (UniCase::ascii("multicultralism"), "multiculturalism"), + (UniCase::ascii("simmilar"), "similar"), + (UniCase::ascii("cartilege"), "cartilage"), + (UniCase::ascii("pumpinks"), "pumpkins"), + (UniCase::ascii("contigent"), "contingent"), + (UniCase::ascii("initaition"), "initiation"), + (UniCase::ascii("reconsturction"), "reconstruction"), + (UniCase::ascii("cabinate"), "cabinet"), + (UniCase::ascii("decendent"), "descendant"), + (UniCase::ascii("inspries"), "inspires"), + (UniCase::ascii("presistent"), "persistent"), + (UniCase::ascii("sourthern"), "southern"), + (UniCase::ascii("triguered"), "triggered"), + (UniCase::ascii("agregate"), "aggregate"), + (UniCase::ascii("proposicion"), "proposition"), + (UniCase::ascii("foreginers"), "foreigners"), + (UniCase::ascii("overshaddowed"), "overshadowed"), + (UniCase::ascii("muder"), "murder"), + (UniCase::ascii("provisiosn"), "provision"), + (UniCase::ascii("exculsives"), "exclusives"), + (UniCase::ascii("inplementations"), "implementations"), + (UniCase::ascii("boyfrients"), "boyfriends"), + (UniCase::ascii("expextancy"), "expectancy"), + (UniCase::ascii("sasketchawan"), "saskatchewan"), + (UniCase::ascii("iranains"), "iranians"), + (UniCase::ascii("effectionate"), "affectionate"), + (UniCase::ascii("permenant"), "permanent"), + (UniCase::ascii("grpahite"), "graphite"), + (UniCase::ascii("misoginyst"), "misogynist"), + (UniCase::ascii("prostituion"), "prostitution"), + (UniCase::ascii("safty"), "safety"), + (UniCase::ascii("commemmorating"), "commemorating"), + (UniCase::ascii("indviduals"), "individuals"), + (UniCase::ascii("counterfact"), "counteract"), + (UniCase::ascii("summarise"), "summarize"), + (UniCase::ascii("physcis"), "physics"), + (UniCase::ascii("customises"), "customizes"), + (UniCase::ascii("empiers"), "empires"), + (UniCase::ascii("activisit"), "activist"), + (UniCase::ascii("utiliatrian"), "utilitarian"), + (UniCase::ascii("montains"), "mountains"), + (UniCase::ascii("shileding"), "shielding"), + (UniCase::ascii("basilcy"), "basicly"), + (UniCase::ascii("behoved"), "behooved"), + (UniCase::ascii("fantistically"), "fantastically"), + (UniCase::ascii("recongizes"), "recognizes"), + (UniCase::ascii("clasues"), "clauses"), + (UniCase::ascii("ploughman"), "plowman"), + (UniCase::ascii("underwhemling"), "underwhelming"), + (UniCase::ascii("dependened"), "depended"), + (UniCase::ascii("algortihm"), "algorithm"), + (UniCase::ascii("crhistmas"), "christmas"), + (UniCase::ascii("gropu"), "group"), + (UniCase::ascii("terriblly"), "terribly"), + (UniCase::ascii("morriosn"), "morrison"), + (UniCase::ascii("partisain"), "partisan"), + (UniCase::ascii("prohibites"), "prohibits"), + (UniCase::ascii("extendes"), "extends"), + (UniCase::ascii("restricitve"), "restrictive"), + (UniCase::ascii("physcial"), "physical"), + (UniCase::ascii("percenatge"), "percentages"), + (UniCase::ascii("stirker"), "striker"), + (UniCase::ascii("appreciaters"), "appreciates"), + (UniCase::ascii("fromed"), "formed"), + (UniCase::ascii("quinessential"), "quintessential"), + (UniCase::ascii("dictionarys"), "dictionaries"), + (UniCase::ascii("enligthen"), "enlighten"), + (UniCase::ascii("secceeded"), "seceded"), + (UniCase::ascii("breathis"), "breaths"), + (UniCase::ascii("asethetic"), "aesthetic"), + (UniCase::ascii("imaginatie"), "imaginative"), + (UniCase::ascii("combinaiton"), "combinations"), + (UniCase::ascii("guerrillera"), "guerrilla"), + (UniCase::ascii("pitchfolks"), "pitchforks"), + (UniCase::ascii("reserverad"), "reserved"), + (UniCase::ascii("communicae"), "communicated"), + (UniCase::ascii("desingation"), "designation"), + (UniCase::ascii("optimizied"), "optimize"), + (UniCase::ascii("ridiculouness"), "ridiculousness"), + (UniCase::ascii("analogue"), "analog"), + (UniCase::ascii("hipothetically"), "hypothetically"), + (UniCase::ascii("fermentaion"), "fermentation"), + (UniCase::ascii("silohuette"), "silhouette"), + (UniCase::ascii("antiquaited"), "antiquated"), + (UniCase::ascii("minisclue"), "miniscule"), + (UniCase::ascii("syllabel"), "syllable"), + (UniCase::ascii("hybridising"), "hybridizing"), + (UniCase::ascii("thermodymanics"), "thermodynamics"), + (UniCase::ascii("jounralism"), "journalism"), + (UniCase::ascii("humouros"), "humorous"), + (UniCase::ascii("germanisch"), "germanic"), + (UniCase::ascii("appliences"), "appliances"), + (UniCase::ascii("technitian"), "technician"), + (UniCase::ascii("ocotber"), "october"), + (UniCase::ascii("possesssion"), "possessions"), + (UniCase::ascii("lible"), "libel"), + (UniCase::ascii("heartbrakes"), "heartbreak"), + (UniCase::ascii("regulatorias"), "regulators"), + (UniCase::ascii("heighted"), "heightened"), + (UniCase::ascii("belive"), "believe"), + (UniCase::ascii("catastrophize"), "catastrophe"), + (UniCase::ascii("specialzes"), "specializes"), + (UniCase::ascii("wief"), "wife"), + (UniCase::ascii("corrilation"), "correlation"), + (UniCase::ascii("victoriosa"), "victorious"), + (UniCase::ascii("forumla"), "formula"), + (UniCase::ascii("impaitent"), "impatient"), + (UniCase::ascii("askreddt"), "askreddit"), + (UniCase::ascii("counsiling"), "counseling"), + (UniCase::ascii("supermarkedet"), "supermarket"), + (UniCase::ascii("insipred"), "inspired"), + (UniCase::ascii("tantalised"), "tantalized"), + (UniCase::ascii("performancetest"), "performances"), + (UniCase::ascii("inquirey"), "inquiry"), + (UniCase::ascii("directix"), "directx"), + (UniCase::ascii("terminolgy"), "terminology"), + (UniCase::ascii("watchemn"), "watchmen"), + (UniCase::ascii("rightoues"), "righteous"), + (UniCase::ascii("algorithmus"), "algorithms"), + (UniCase::ascii("zimbabwaen"), "zimbabwe"), + (UniCase::ascii("sexualy"), "sexually"), + (UniCase::ascii("lighitng"), "lighting"), + (UniCase::ascii("scientis"), "scientist"), + (UniCase::ascii("inbetweeen"), "inbetween"), + (UniCase::ascii("neutralising"), "neutralizing"), + (UniCase::ascii("interpersonel"), "interpersonal"), + (UniCase::ascii("oylmpics"), "olympics"), + (UniCase::ascii("patethic"), "pathetic"), + (UniCase::ascii("regulatorios"), "regulators"), + (UniCase::ascii("penetratin"), "penetration"), + (UniCase::ascii("repostus"), "reposts"), + (UniCase::ascii("dahsboard"), "dashboard"), + (UniCase::ascii("connetations"), "connotations"), + (UniCase::ascii("fowrards"), "forwards"), + (UniCase::ascii("compatibel"), "compatible"), + (UniCase::ascii("overwhleming"), "overwhelming"), + (UniCase::ascii("immunised"), "immunized"), + (UniCase::ascii("conquerer"), "conqueror"), + (UniCase::ascii("acommodate"), "accommodate"), + (UniCase::ascii("disproportianate"), "disproportionate"), + (UniCase::ascii("respectuos"), "respects"), + (UniCase::ascii("corrosponding"), "corresponding"), + (UniCase::ascii("volounteers"), "volunteers"), + (UniCase::ascii("inconsistensy"), "inconsistency"), + (UniCase::ascii("northeren"), "northern"), + (UniCase::ascii("supsend"), "suspend"), + (UniCase::ascii("alogrithms"), "algorithms"), + (UniCase::ascii("unsubscrubed"), "unsubscribed"), + (UniCase::ascii("curcumstantial"), "circumstantial"), + (UniCase::ascii("whipsers"), "whispers"), + (UniCase::ascii("simpathizers"), "sympathizers"), + (UniCase::ascii("possibiliy"), "possibility"), + (UniCase::ascii("patheitc"), "pathetic"), + (UniCase::ascii("dissertaion"), "dissertation"), + (UniCase::ascii("perhpas"), "perhaps"), + (UniCase::ascii("transcirpt"), "transcripts"), + (UniCase::ascii("unbeareble"), "unbearable"), + (UniCase::ascii("explainging"), "explaining"), + (UniCase::ascii("equilibium"), "equilibrium"), + (UniCase::ascii("dispencing"), "dispensing"), + (UniCase::ascii("unbreakabie"), "unbreakable"), + (UniCase::ascii("recognise"), "recognize"), + (UniCase::ascii("vitaliy"), "vitality"), + (UniCase::ascii("positionne"), "positioned"), + (UniCase::ascii("environemntal"), "environmental"), + (UniCase::ascii("collectivly"), "collectively"), + (UniCase::ascii("toturials"), "tutorials"), + (UniCase::ascii("suasages"), "sausages"), + (UniCase::ascii("temafight"), "teamfight"), + (UniCase::ascii("fantasising"), "fantasizing"), + (UniCase::ascii("confise"), "confines"), + (UniCase::ascii("committment"), "commitment"), + (UniCase::ascii("indigenious"), "indigenous"), + (UniCase::ascii("cxan"), "cyan"), + (UniCase::ascii("involuntairy"), "involuntary"), + (UniCase::ascii("delightlful"), "delightful"), + (UniCase::ascii("welathy"), "wealthy"), + (UniCase::ascii("chilvary"), "chivalry"), + (UniCase::ascii("sceptical"), "skeptical"), + (UniCase::ascii("distuingished"), "distinguished"), + (UniCase::ascii("goveremnt"), "goverment"), + (UniCase::ascii("disicplines"), "disciplines"), + (UniCase::ascii("preamde"), "premade"), + (UniCase::ascii("simulatious"), "simulations"), + (UniCase::ascii("scaricity"), "scarcity"), + (UniCase::ascii("furstrated"), "frustrated"), + (UniCase::ascii("sqiushy"), "squishy"), + (UniCase::ascii("unrestrcited"), "unrestricted"), + (UniCase::ascii("obamination"), "abomination"), + (UniCase::ascii("struggleing"), "struggling"), + (UniCase::ascii("enduce"), "induce"), + (UniCase::ascii("calrify"), "clarify"), + (UniCase::ascii("conditionel"), "conditional"), + (UniCase::ascii("regulas"), "regulars"), + (UniCase::ascii("mordibly"), "morbidly"), + (UniCase::ascii("natioanlistic"), "nationalistic"), + (UniCase::ascii("occationally"), "occasionally"), + (UniCase::ascii("volunatry"), "voluntary"), + (UniCase::ascii("pregressively"), "progressively"), + (UniCase::ascii("favourtie"), "favourite"), + (UniCase::ascii("unbelievablely"), "unbelievably"), + (UniCase::ascii("abdominable"), "abdominal"), + (UniCase::ascii("plaestine"), "palestine"), + (UniCase::ascii("unilateraly"), "unilaterally"), + (UniCase::ascii("delegaties"), "delegate"), + (UniCase::ascii("techtician"), "technician"), + (UniCase::ascii("seceed"), "succeed"), + (UniCase::ascii("hystorically"), "hysterically"), + (UniCase::ascii("supremacits"), "supremacist"), + (UniCase::ascii("alternatie"), "alternatives"), + (UniCase::ascii("excrept"), "excerpt"), + (UniCase::ascii("appreciste"), "appreciates"), + (UniCase::ascii("exclamacion"), "exclamation"), + (UniCase::ascii("requred"), "required"), + (UniCase::ascii("discourgae"), "discourages"), + (UniCase::ascii("govermet"), "goverment"), + (UniCase::ascii("differnetly"), "differently"), + (UniCase::ascii("interrupteds"), "interrupts"), + (UniCase::ascii("jewllery"), "jewellery"), + (UniCase::ascii("babysittter"), "babysitter"), + (UniCase::ascii("proposse"), "proposes"), + (UniCase::ascii("blugaria"), "bulgaria"), + (UniCase::ascii("partecipants"), "participants"), + (UniCase::ascii("donwgrade"), "downgrade"), + (UniCase::ascii("activisim"), "activism"), + (UniCase::ascii("vehementely"), "vehemently"), + (UniCase::ascii("hypethetical"), "hypothetical"), + (UniCase::ascii("satisfacion"), "satisfaction"), + (UniCase::ascii("didsapointed"), "dissapointed"), + (UniCase::ascii("multiplicaton"), "multiplication"), + (UniCase::ascii("dicitonaries"), "dictionaries"), + (UniCase::ascii("analyseres"), "analyses"), + (UniCase::ascii("prejiduced"), "prejudiced"), + (UniCase::ascii("trilogoy"), "trilogy"), + (UniCase::ascii("reccomended"), "recommended"), + (UniCase::ascii("sensitivety"), "sensitivity"), + (UniCase::ascii("represantatives"), "representatives"), + (UniCase::ascii("providance"), "providence"), + (UniCase::ascii("dumbfouned"), "dumbfounded"), + (UniCase::ascii("mannersims"), "mannerisms"), + (UniCase::ascii("assassinted"), "assassinated"), + (UniCase::ascii("foundary"), "foundry"), + (UniCase::ascii("interacties"), "interacts"), + (UniCase::ascii("condemming"), "condemning"), + (UniCase::ascii("terminatorn"), "termination"), + (UniCase::ascii("misunderstadings"), "misunderstandings"), + (UniCase::ascii("derivativos"), "derivatives"), + (UniCase::ascii("bengalas"), "bengals"), + (UniCase::ascii("mechanisims"), "mechanism"), + (UniCase::ascii("imprisonned"), "imprisoned"), + (UniCase::ascii("inveitably"), "inevitably"), + (UniCase::ascii("snythetic"), "synthetic"), + (UniCase::ascii("mitigaiton"), "mitigation"), + (UniCase::ascii("sentationalism"), "sensationalism"), + (UniCase::ascii("unnessecary"), "unnecessary"), + (UniCase::ascii("fantazise"), "fantasize"), + (UniCase::ascii("depciting"), "depicting"), + (UniCase::ascii("responcibility"), "responsibility"), + (UniCase::ascii("entrepreneuer"), "entrepreneurs"), + (UniCase::ascii("blatanlty"), "blatantly"), + (UniCase::ascii("recognzied"), "recognised"), + (UniCase::ascii("intelectual"), "intellectual"), + (UniCase::ascii("argessive"), "agressive"), + (UniCase::ascii("cambodican"), "cambodia"), + (UniCase::ascii("deiners"), "deniers"), + (UniCase::ascii("validade"), "validated"), + (UniCase::ascii("handedlly"), "handedly"), + (UniCase::ascii("montypic"), "monotypic"), + (UniCase::ascii("giltchy"), "glitchy"), + (UniCase::ascii("confrontacion"), "confrontation"), + (UniCase::ascii("soem"), "some"), + (UniCase::ascii("sympaty"), "sympathy"), + (UniCase::ascii("pornograpgy"), "pornography"), + (UniCase::ascii("overhearting"), "overreacting"), + (UniCase::ascii("testiclular"), "testicular"), + (UniCase::ascii("molestarse"), "molester"), + (UniCase::ascii("frosaken"), "forsaken"), + (UniCase::ascii("regulares"), "regulars"), + (UniCase::ascii("guantanano"), "guantanamo"), + (UniCase::ascii("categorice"), "categorize"), + (UniCase::ascii("dupicate"), "duplicate"), + (UniCase::ascii("netboook"), "netbook"), + (UniCase::ascii("husbans"), "husbands"), + (UniCase::ascii("mecernary"), "mercenary"), + (UniCase::ascii("illuminanti"), "illuminati"), + (UniCase::ascii("spesifically"), "specifically"), + (UniCase::ascii("dossapointed"), "dissapointed"), + (UniCase::ascii("overcharing"), "overarching"), + (UniCase::ascii("accumulted"), "accumulated"), + (UniCase::ascii("eratic"), "erratic"), + (UniCase::ascii("michagan"), "michigan"), + (UniCase::ascii("americams"), "americas"), + (UniCase::ascii("collpase"), "collapse"), + (UniCase::ascii("calback"), "callback"), + (UniCase::ascii("motherbard"), "motherboard"), + (UniCase::ascii("contenplating"), "contemplating"), + (UniCase::ascii("underastimate"), "underestimate"), + (UniCase::ascii("administrativo"), "administration"), + (UniCase::ascii("statistcal"), "statistical"), + (UniCase::ascii("manufacturedd"), "manufactured"), + (UniCase::ascii("annoucners"), "announcers"), + (UniCase::ascii("stabilisers"), "stabilizers"), + (UniCase::ascii("spoonfulls"), "spoonfuls"), + (UniCase::ascii("cartrdige"), "cartridge"), + (UniCase::ascii("benovelent"), "benevolent"), + (UniCase::ascii("misrepresention"), "misrepresenting"), + (UniCase::ascii("recrutiers"), "recruiters"), + (UniCase::ascii("headquater"), "headquarter"), + (UniCase::ascii("onot"), "note"), + (UniCase::ascii("ostracise"), "ostracize"), + (UniCase::ascii("constitutinal"), "constitutional"), + (UniCase::ascii("memerization"), "memorization"), + (UniCase::ascii("silenty"), "silently"), + (UniCase::ascii("awesoneness"), "awesomeness"), + (UniCase::ascii("epicentres"), "epicenters"), + (UniCase::ascii("subsiduary"), "subsidiary"), + (UniCase::ascii("realy"), "really"), + (UniCase::ascii("preimeter"), "perimeter"), + (UniCase::ascii("blackcawks"), "blackhawks"), + (UniCase::ascii("marshamllow"), "marshmallow"), + (UniCase::ascii("venezulea"), "venezuela"), + (UniCase::ascii("metropolitaine"), "metropolitan"), + (UniCase::ascii("reinitalises"), "reinitialises"), + (UniCase::ascii("toxicitity"), "toxicity"), + (UniCase::ascii("bachleor"), "bachelor"), + (UniCase::ascii("consdidered"), "considered"), + (UniCase::ascii("photogragh"), "photograph"), + (UniCase::ascii("construted"), "constructed"), + (UniCase::ascii("protocal"), "protocol"), + (UniCase::ascii("effordlessly"), "effortlessly"), + (UniCase::ascii("illuminauti"), "illuminati"), + (UniCase::ascii("sentris"), "sentries"), + (UniCase::ascii("defeintly"), "definetly"), + (UniCase::ascii("versatel"), "versatile"), + (UniCase::ascii("brazilianese"), "brazilians"), + (UniCase::ascii("physqiue"), "physique"), + (UniCase::ascii("nuetrality"), "neutrality"), + (UniCase::ascii("comediantes"), "comedians"), + (UniCase::ascii("embassay"), "embassy"), + (UniCase::ascii("budgest"), "budgets"), + (UniCase::ascii("sentincing"), "sentencing"), + (UniCase::ascii("hamsphire"), "hampshire"), + (UniCase::ascii("valkryie"), "valkyrie"), + (UniCase::ascii("tangencially"), "tangentially"), + (UniCase::ascii("chiense"), "chinese"), + (UniCase::ascii("anecodtes"), "anecdotes"), + (UniCase::ascii("survibability"), "survivability"), + (UniCase::ascii("oxidise"), "oxidize"), + (UniCase::ascii("pretence"), "pretense"), + (UniCase::ascii("apolagizing"), "apologizing"), + (UniCase::ascii("burried"), "buried"), + (UniCase::ascii("stimulantes"), "stimulants"), + (UniCase::ascii("battlaion"), "battalion"), + (UniCase::ascii("perserve"), "preserve"), + (UniCase::ascii("delivere"), "deliveries"), + (UniCase::ascii("moisturizor"), "moisturizer"), + (UniCase::ascii("parmasen"), "parmesan"), + (UniCase::ascii("matieralism"), "materialism"), + (UniCase::ascii("missorui"), "missouri"), + (UniCase::ascii("afhganistan"), "afghanistan"), + (UniCase::ascii("shovelling"), "shoveling"), + (UniCase::ascii("civilizacion"), "civilization"), + (UniCase::ascii("undebiably"), "undeniably"), + (UniCase::ascii("strecthes"), "stretches"), + (UniCase::ascii("destributors"), "distributors"), + (UniCase::ascii("precedense"), "precedence"), + (UniCase::ascii("marevlous"), "marvelous"), + (UniCase::ascii("exressed"), "expressed"), + (UniCase::ascii("unecessary"), "unnecessary"), + (UniCase::ascii("definitaly"), "definately"), + (UniCase::ascii("photograpgh"), "photographs"), + (UniCase::ascii("swiflty"), "swiftly"), + (UniCase::ascii("caloires"), "calories"), + (UniCase::ascii("persuit"), "pursuit"), + (UniCase::ascii("protruberances"), "protuberances"), + (UniCase::ascii("automotice"), "automotive"), + (UniCase::ascii("masturabtion"), "masturbation"), + (UniCase::ascii("accomplishemnt"), "accomplishment"), + (UniCase::ascii("mexicaness"), "mexicans"), + (UniCase::ascii("indiffernt"), "indifferent"), + (UniCase::ascii("judegment"), "judgement"), + (UniCase::ascii("inaccesibles"), "inaccessible"), + (UniCase::ascii("indiffernce"), "indifference"), + (UniCase::ascii("colubmia"), "columbia"), + (UniCase::ascii("investigationes"), "investigations"), + (UniCase::ascii("publisheed"), "published"), + (UniCase::ascii("neckbeardius"), "neckbeards"), + (UniCase::ascii("empited"), "emptied"), + (UniCase::ascii("exponental"), "exponential"), + (UniCase::ascii("electrolye"), "electrolytes"), + (UniCase::ascii("incoroprate"), "incorporate"), + (UniCase::ascii("pscyhologists"), "psychologists"), + (UniCase::ascii("ehtnicity"), "ethnicity"), + (UniCase::ascii("genuises"), "geniuses"), + (UniCase::ascii("pathfindir"), "pathfinder"), + (UniCase::ascii("specialt"), "specialist"), + (UniCase::ascii("analysze"), "analyse"), + (UniCase::ascii("marjiuana"), "marijuana"), + (UniCase::ascii("mastrubating"), "masturbating"), + (UniCase::ascii("metabolics"), "metabolism"), + (UniCase::ascii("tannheill"), "tannehill"), + (UniCase::ascii("thnig"), "thing"), + (UniCase::ascii("libertarianisme"), "libertarians"), + (UniCase::ascii("distrubances"), "disturbance"), + (UniCase::ascii("simulacion"), "simulation"), + (UniCase::ascii("holdiays"), "holidays"), + (UniCase::ascii("pregorative"), "prerogative"), + (UniCase::ascii("pleothra"), "plethora"), + (UniCase::ascii("deliverately"), "deliberately"), + (UniCase::ascii("mccarthyst"), "mccarthyist"), + (UniCase::ascii("confidenciality"), "confidential"), + (UniCase::ascii("coprorate"), "corporate"), + (UniCase::ascii("brazileans"), "brazilians"), + (UniCase::ascii("indiands"), "indians"), + (UniCase::ascii("anniverary"), "anniversary"), + (UniCase::ascii("tumours"), "tumors"), + (UniCase::ascii("countains"), "contains"), + (UniCase::ascii("stimilants"), "stimulants"), + (UniCase::ascii("obivously"), "obviously"), + (UniCase::ascii("fertiliser"), "fertilizer"), + (UniCase::ascii("backdooor"), "backdoor"), + (UniCase::ascii("ocassions"), "occasions"), + (UniCase::ascii("inquisistor"), "inquisitor"), + (UniCase::ascii("caramelise"), "caramelize"), + (UniCase::ascii("shletered"), "sheltered"), + (UniCase::ascii("forhead"), "forehead"), + (UniCase::ascii("functionable"), "functional"), + (UniCase::ascii("scaleable"), "scalable"), + (UniCase::ascii("counterd"), "countered"), + (UniCase::ascii("eloquintly"), "eloquently"), + (UniCase::ascii("collaborare"), "collaborate"), + (UniCase::ascii("fraternises"), "fraternizes"), + (UniCase::ascii("prototpyes"), "prototypes"), + (UniCase::ascii("reniforcements"), "reinforcements"), + (UniCase::ascii("broadbad"), "broadband"), + (UniCase::ascii("reinforcemens"), "reinforcements"), + (UniCase::ascii("unreliabe"), "unreliable"), + (UniCase::ascii("similir"), "similiar"), + (UniCase::ascii("incompetance"), "incompetence"), + (UniCase::ascii("suasage"), "sausage"), + (UniCase::ascii("arangement"), "arrangement"), + (UniCase::ascii("disqaulified"), "disqualified"), + (UniCase::ascii("somoenes"), "someones"), + (UniCase::ascii("hospitible"), "hospitable"), + (UniCase::ascii("desomnd"), "desmond"), + (UniCase::ascii("captialized"), "capitalized"), + (UniCase::ascii("calcluator"), "calculators"), + (UniCase::ascii("consequente"), "consequence"), + (UniCase::ascii("entitity"), "entity"), + (UniCase::ascii("bayblon"), "babylon"), + (UniCase::ascii("selectivly"), "selectively"), + (UniCase::ascii("procastrination"), "procrastination"), + (UniCase::ascii("refrubished"), "refurbished"), + (UniCase::ascii("destoryers"), "destroyers"), + (UniCase::ascii("scientests"), "scientists"), + (UniCase::ascii("capitalised"), "capitalized"), + (UniCase::ascii("completaste"), "completes"), + (UniCase::ascii("improbabil"), "improbable"), + (UniCase::ascii("difficutly"), "difficulty"), + (UniCase::ascii("taiwanesse"), "taiwanese"), + (UniCase::ascii("straigthen"), "straighten"), + (UniCase::ascii("adjectiveus"), "adjectives"), + (UniCase::ascii("testestorone"), "testosterone"), + (UniCase::ascii("cauterises"), "cauterizes"), + (UniCase::ascii("romanticaly"), "romantically"), + (UniCase::ascii("remakrs"), "remarks"), + (UniCase::ascii("mircophones"), "microphones"), + (UniCase::ascii("acknowlegde"), "acknowledge"), + (UniCase::ascii("dissapionted"), "dissapointed"), + (UniCase::ascii("beneficary"), "beneficiary"), + (UniCase::ascii("informatice"), "informative"), + (UniCase::ascii("dysphroia"), "dysphoria"), + (UniCase::ascii("romanticises"), "romanticizes"), + (UniCase::ascii("cheezecake"), "cheesecake"), + (UniCase::ascii("agrocultural"), "agricultural"), + (UniCase::ascii("alternitavely"), "alternatively"), + (UniCase::ascii("juggernaugt"), "juggernaut"), + (UniCase::ascii("jennigns"), "jennings"), + (UniCase::ascii("chlidrens"), "childrens"), + (UniCase::ascii("megathred"), "megathread"), + (UniCase::ascii("preceed"), "precede"), + (UniCase::ascii("negiotate"), "negotiate"), + (UniCase::ascii("execusions"), "executions"), + (UniCase::ascii("miracluous"), "miraculous"), + (UniCase::ascii("electrial"), "electrical"), + (UniCase::ascii("pretentios"), "pretentious"), + (UniCase::ascii("suspiciosly"), "suspiciously"), + (UniCase::ascii("wehn"), "when"), + (UniCase::ascii("monogymous"), "monogamous"), + (UniCase::ascii("disabels"), "disables"), + (UniCase::ascii("circunstances"), "circumstances"), + (UniCase::ascii("cursade"), "crusade"), + (UniCase::ascii("vizualization"), "visualization"), + (UniCase::ascii("legitemacy"), "legitimacy"), + (UniCase::ascii("metropolies"), "metropolis"), + (UniCase::ascii("organizaed"), "organize"), + (UniCase::ascii("agnostocism"), "agnosticism"), + (UniCase::ascii("periphiral"), "peripheral"), + (UniCase::ascii("prugatory"), "purgatory"), + (UniCase::ascii("cathlic"), "catholic"), + (UniCase::ascii("portayed"), "portrayed"), + (UniCase::ascii("enthusiasim"), "enthusiasm"), + (UniCase::ascii("biejing"), "beijing"), + (UniCase::ascii("resotration"), "restoration"), + (UniCase::ascii("rectangualr"), "rectangular"), + (UniCase::ascii("repsoted"), "reposted"), + (UniCase::ascii("disgracful"), "disgraceful"), + (UniCase::ascii("condmen"), "condemn"), + (UniCase::ascii("knowledgble"), "knowledgable"), + (UniCase::ascii("accessoires"), "accessories"), + (UniCase::ascii("subtltey"), "subtlety"), + (UniCase::ascii("exceptionel"), "exceptional"), + (UniCase::ascii("rationallity"), "rationally"), + (UniCase::ascii("santioned"), "sanctioned"), + (UniCase::ascii("sensationalisim"), "sensationalism"), + (UniCase::ascii("desperatly"), "desperately"), + (UniCase::ascii("phemonenon"), "phenomenon"), + (UniCase::ascii("shardholders"), "shareholders"), + (UniCase::ascii("internation"), "international"), + (UniCase::ascii("toxiticy"), "toxicity"), + (UniCase::ascii("auttoatack"), "autoattack"), + (UniCase::ascii("urainum"), "uranium"), + (UniCase::ascii("butterlfy"), "butterfly"), + (UniCase::ascii("gunsiinger"), "gunslinger"), + (UniCase::ascii("enchantmets"), "enchantments"), + (UniCase::ascii("influencial"), "influential"), + (UniCase::ascii("metaphores"), "metaphors"), + (UniCase::ascii("interlectual"), "intellectual"), + (UniCase::ascii("flechter"), "fletcher"), + (UniCase::ascii("collares"), "collars"), + (UniCase::ascii("ridiculousy"), "ridiculously"), + (UniCase::ascii("notoriuosly"), "notoriously"), + (UniCase::ascii("dialectes"), "dialects"), + (UniCase::ascii("disrepsectful"), "disrespectful"), + (UniCase::ascii("coordine"), "coordinate"), + (UniCase::ascii("esitmation"), "estimation"), + (UniCase::ascii("investigstion"), "investigations"), + (UniCase::ascii("virignity"), "virginity"), + (UniCase::ascii("fundamentalisti"), "fundamentals"), + (UniCase::ascii("mathameticians"), "mathematicians"), + (UniCase::ascii("conqueor"), "conquer"), + (UniCase::ascii("incrementarlo"), "incremental"), + (UniCase::ascii("straigthened"), "straightened"), + (UniCase::ascii("roleplaing"), "roleplaying"), + (UniCase::ascii("visualises"), "visualizes"), + (UniCase::ascii("supervison"), "supervision"), + (UniCase::ascii("backpacing"), "backpacking"), + (UniCase::ascii("childrenmrs"), "childrens"), + (UniCase::ascii("lithuana"), "lithuania"), + (UniCase::ascii("confedential"), "confidential"), + (UniCase::ascii("desgining"), "designing"), + (UniCase::ascii("attractes"), "attracts"), + (UniCase::ascii("tranzistor"), "transistor"), + (UniCase::ascii("precisie"), "precise"), + (UniCase::ascii("abutts"), "abuts"), + (UniCase::ascii("lavae"), "larvae"), + (UniCase::ascii("incorparate"), "incorporate"), + (UniCase::ascii("athiestic"), "atheistic"), + (UniCase::ascii("dysfucntional"), "dysfunctional"), + (UniCase::ascii("initaled"), "initialed"), + (UniCase::ascii("simplicy"), "simplicity"), + (UniCase::ascii("attendent"), "attendant"), + (UniCase::ascii("deployd"), "deployed"), + (UniCase::ascii("rhythem"), "rhythm"), + (UniCase::ascii("peristent"), "persistent"), + (UniCase::ascii("higest"), "highest"), + (UniCase::ascii("consdieration"), "considerations"), + (UniCase::ascii("inofficial"), "unofficial"), + (UniCase::ascii("undoubtely"), "undoubtedly"), + (UniCase::ascii("immobilze"), "immobile"), + (UniCase::ascii("automony"), "autonomy"), + (UniCase::ascii("slaugthered"), "slaughtered"), + (UniCase::ascii("tantrumers"), "tantrums"), + (UniCase::ascii("disicpline"), "discipline"), + (UniCase::ascii("wishpers"), "whispers"), + (UniCase::ascii("gravelled"), "graveled"), + (UniCase::ascii("objectificaton"), "objectification"), + (UniCase::ascii("tattooos"), "tattoos"), + (UniCase::ascii("debateable"), "debatable"), + (UniCase::ascii("somethikng"), "somethin"), + (UniCase::ascii("comprable"), "comparable"), + (UniCase::ascii("regulament"), "regulate"), + (UniCase::ascii("extrotion"), "extortion"), + (UniCase::ascii("transfroming"), "transforming"), + (UniCase::ascii("tortillia"), "tortilla"), + (UniCase::ascii("predescesor"), "predecessors"), + (UniCase::ascii("pronous"), "pronouns"), + (UniCase::ascii("characterise"), "characterize"), + (UniCase::ascii("supervisin"), "supervision"), + (UniCase::ascii("recgonized"), "recognized"), + (UniCase::ascii("prompty"), "promptly"), + (UniCase::ascii("penalise"), "penalize"), + (UniCase::ascii("bubbels"), "bubbles"), + (UniCase::ascii("identificativo"), "identification"), + (UniCase::ascii("ingrediets"), "ingredient"), + (UniCase::ascii("barsita"), "barista"), + (UniCase::ascii("cacausian"), "caucasian"), + (UniCase::ascii("flavouring"), "flavoring"), + (UniCase::ascii("nutriet"), "nutrient"), + (UniCase::ascii("sturcture"), "structure"), + (UniCase::ascii("casuing"), "causing"), + (UniCase::ascii("cringewrothy"), "cringeworthy"), + (UniCase::ascii("halfitme"), "halftime"), + (UniCase::ascii("cyclits"), "cyclist"), + (UniCase::ascii("polietly"), "politely"), + (UniCase::ascii("konservatives"), "conservatives"), + (UniCase::ascii("beseige"), "besiege"), + (UniCase::ascii("registeries"), "registers"), + (UniCase::ascii("falvors"), "flavors"), + (UniCase::ascii("compatibiliy"), "compatibility"), + (UniCase::ascii("discriminatoire"), "discriminate"), + (UniCase::ascii("proposte"), "propose"), + (UniCase::ascii("hapening"), "happening"), + (UniCase::ascii("artemios"), "artemis"), + (UniCase::ascii("performane"), "performances"), + (UniCase::ascii("exepmtions"), "exemptions"), + (UniCase::ascii("impusles"), "impulses"), + (UniCase::ascii("biologicaly"), "biologically"), + (UniCase::ascii("subsrcibed"), "subscribed"), + (UniCase::ascii("teached"), "taught"), + (UniCase::ascii("equalising"), "equalizing"), + (UniCase::ascii("photograhy"), "photography"), + (UniCase::ascii("foetuses"), "fetuses"), + (UniCase::ascii("perdictable"), "predictable"), + (UniCase::ascii("caluclations"), "calculations"), + (UniCase::ascii("definutely"), "definately"), + (UniCase::ascii("circumstanta"), "circumstantial"), + (UniCase::ascii("revolutioners"), "revolutions"), + (UniCase::ascii("receeding"), "receding"), + (UniCase::ascii("theistc"), "theistic"), + (UniCase::ascii("fantasty"), "fantasy"), + (UniCase::ascii("propreitary"), "proprietary"), + (UniCase::ascii("unristricted"), "unrestricted"), + (UniCase::ascii("notificatons"), "notifications"), + (UniCase::ascii("threadd"), "threaded"), + (UniCase::ascii("swaetshirt"), "sweatshirt"), + (UniCase::ascii("absitnence"), "abstinence"), + (UniCase::ascii("multiplaer"), "multiplier"), + (UniCase::ascii("simualtions"), "simulations"), + (UniCase::ascii("indiania"), "indiana"), + (UniCase::ascii("nacionalistic"), "nationalistic"), + (UniCase::ascii("atremis"), "artemis"), + (UniCase::ascii("miscairrage"), "miscarriage"), + (UniCase::ascii("reveiwed"), "reviewed"), + (UniCase::ascii("accesss"), "access"), + (UniCase::ascii("comissioning"), "commissioning"), + (UniCase::ascii("interactue"), "interacted"), + (UniCase::ascii("mhytical"), "mythical"), + (UniCase::ascii("wieghtlifting"), "weightlifting"), + (UniCase::ascii("subconscius"), "subconscious"), + (UniCase::ascii("prematurelly"), "prematurely"), + (UniCase::ascii("assasinations"), "assassinations"), + (UniCase::ascii("contorller"), "controllers"), + (UniCase::ascii("influening"), "influencing"), + (UniCase::ascii("guardias"), "guardians"), + (UniCase::ascii("darcula"), "dracula"), + (UniCase::ascii("soundrtack"), "soundtracks"), + (UniCase::ascii("aggregious"), "egregious"), + (UniCase::ascii("astonashing"), "astonishing"), + (UniCase::ascii("fragement"), "fragment"), + (UniCase::ascii("ghettoised"), "ghettoized"), + (UniCase::ascii("correponding"), "corresponding"), + (UniCase::ascii("climateers"), "climates"), + (UniCase::ascii("predesessor"), "predecessors"), + (UniCase::ascii("downvotters"), "downvoters"), + (UniCase::ascii("makrsman"), "marksman"), + (UniCase::ascii("understans"), "understands"), + (UniCase::ascii("symbolisim"), "symbolism"), + (UniCase::ascii("extentions"), "extensions"), + (UniCase::ascii("thoerists"), "theorists"), + (UniCase::ascii("cropses"), "corpses"), + (UniCase::ascii("penetrarion"), "penetration"), + (UniCase::ascii("immortaliy"), "immortality"), + (UniCase::ascii("initally"), "initially"), + (UniCase::ascii("cannibalises"), "cannibalizes"), + (UniCase::ascii("caluses"), "clauses"), + (UniCase::ascii("thermastat"), "thermostat"), + (UniCase::ascii("guantonamo"), "guantanamo"), + (UniCase::ascii("heronie"), "heroine"), + (UniCase::ascii("stragetically"), "strategically"), + (UniCase::ascii("familiarisation"), "familiarization"), + (UniCase::ascii("outsorucing"), "outsourcing"), + (UniCase::ascii("hystarical"), "hysterical"), + (UniCase::ascii("determinining"), "determining"), + (UniCase::ascii("dismante"), "dismantle"), + (UniCase::ascii("narrativos"), "narratives"), + (UniCase::ascii("obssesion"), "obsession"), + (UniCase::ascii("intrigured"), "intrigue"), + (UniCase::ascii("intorduce"), "introduce"), + (UniCase::ascii("grapichs"), "graphics"), + (UniCase::ascii("derogatary"), "derogatory"), + (UniCase::ascii("supsiciously"), "suspiciously"), + (UniCase::ascii("lannistars"), "lannisters"), + (UniCase::ascii("linueps"), "lineups"), + (UniCase::ascii("pantehon"), "pantheon"), + (UniCase::ascii("bouyancy"), "buoyancy"), + (UniCase::ascii("liquidise"), "liquidize"), + (UniCase::ascii("regulatin"), "regulations"), + (UniCase::ascii("speculatin"), "speculation"), + (UniCase::ascii("briuser"), "bruiser"), + (UniCase::ascii("verificato"), "verification"), + (UniCase::ascii("sensetional"), "sensational"), + (UniCase::ascii("predetirmined"), "predetermined"), + (UniCase::ascii("celebirties"), "celebrities"), + (UniCase::ascii("competiting"), "competition"), + (UniCase::ascii("monopoloy"), "monopoly"), + (UniCase::ascii("thunderblot"), "thunderbolt"), + (UniCase::ascii("firendlies"), "friendlies"), + (UniCase::ascii("invisibiltiy"), "invisibility"), + (UniCase::ascii("mobiltiy"), "mobility"), + (UniCase::ascii("dissobediant"), "disobedient"), + (UniCase::ascii("deflecto"), "deflection"), + (UniCase::ascii("playhtroughs"), "playthroughs"), + (UniCase::ascii("expandas"), "expands"), + (UniCase::ascii("neighbourood"), "neighbourhood"), + (UniCase::ascii("battlechip"), "battleship"), + (UniCase::ascii("muscially"), "musically"), + (UniCase::ascii("universels"), "universes"), + (UniCase::ascii("underming"), "undermining"), + (UniCase::ascii("parliamentiary"), "parliamentary"), + (UniCase::ascii("missionnary"), "missionary"), + (UniCase::ascii("galvanise"), "galvanize"), + (UniCase::ascii("ideologicaly"), "ideologically"), + (UniCase::ascii("juggernaunts"), "juggernaut"), + (UniCase::ascii("poignat"), "poignant"), + (UniCase::ascii("riaders"), "raiders"), + (UniCase::ascii("cashires"), "cashiers"), + (UniCase::ascii("ameythst"), "amethyst"), + (UniCase::ascii("malclom"), "malcolm"), + (UniCase::ascii("proportionalty"), "proportionally"), + (UniCase::ascii("contreversy"), "controversy"), + (UniCase::ascii("nieghborhood"), "neighborhood"), + (UniCase::ascii("templarios"), "templars"), + (UniCase::ascii("apprendice"), "apprentice"), + (UniCase::ascii("derogatery"), "derogatory"), + (UniCase::ascii("stichted"), "stitched"), + (UniCase::ascii("soudns"), "sounds"), + (UniCase::ascii("deomnstration"), "demonstrations"), + (UniCase::ascii("nromandy"), "normandy"), + (UniCase::ascii("calagry"), "calgary"), + (UniCase::ascii("legenadries"), "legendaries"), + (UniCase::ascii("lucifear"), "lucifer"), + (UniCase::ascii("solidairty"), "solidarity"), + (UniCase::ascii("misnadry"), "misandry"), + (UniCase::ascii("barvery"), "bravery"), + (UniCase::ascii("striekrs"), "strikers"), + (UniCase::ascii("revelled"), "reveled"), + (UniCase::ascii("lifepsan"), "lifespan"), + (UniCase::ascii("asissts"), "assists"), + (UniCase::ascii("palistian"), "palestinian"), + (UniCase::ascii("feminint"), "femininity"), + (UniCase::ascii("hyphotesis"), "hypothesis"), + (UniCase::ascii("gagnsters"), "gangsters"), + (UniCase::ascii("maintinance"), "maintenance"), + (UniCase::ascii("bruisend"), "bruised"), + (UniCase::ascii("throughly"), "thoroughly"), + (UniCase::ascii("encrytped"), "encrypted"), + (UniCase::ascii("bloggare"), "blogger"), + (UniCase::ascii("indoneisan"), "indonesian"), + (UniCase::ascii("heriocs"), "heroics"), + (UniCase::ascii("independendet"), "independent"), + (UniCase::ascii("caulfilower"), "cauliflower"), + (UniCase::ascii("maniuplating"), "manipulating"), + (UniCase::ascii("nutritios"), "nutritious"), + (UniCase::ascii("distrubiting"), "distributing"), + (UniCase::ascii("yodelled"), "yodeled"), + (UniCase::ascii("integrato"), "integration"), + (UniCase::ascii("diarrheoa"), "diarrhea"), + (UniCase::ascii("marhsmallow"), "marshmallow"), + (UniCase::ascii("modificato"), "modification"), + (UniCase::ascii("athletisism"), "athleticism"), + (UniCase::ascii("comptability"), "compatibility"), + (UniCase::ascii("inapproprietly"), "inappropriately"), + (UniCase::ascii("downloadbig"), "downloading"), + (UniCase::ascii("recommondation"), "recommendation"), + (UniCase::ascii("subjest"), "subjects"), + (UniCase::ascii("slaugthering"), "slaughtering"), + (UniCase::ascii("vietnamise"), "vietnamese"), + (UniCase::ascii("interesing"), "interesting"), + (UniCase::ascii("percential"), "percentile"), + (UniCase::ascii("munnicipality"), "municipality"), + (UniCase::ascii("searchs"), "searches"), + (UniCase::ascii("livescream"), "livestream"), + (UniCase::ascii("singulator"), "singular"), + (UniCase::ascii("poltical"), "political"), + (UniCase::ascii("terriroties"), "territories"), + (UniCase::ascii("wintson"), "winston"), + (UniCase::ascii("captainers"), "captains"), + (UniCase::ascii("paralell"), "parallel"), + (UniCase::ascii("methodoligy"), "methodology"), + (UniCase::ascii("liftime"), "lifetime"), + (UniCase::ascii("criticus"), "critics"), + (UniCase::ascii("tahnkyou"), "thankyou"), + (UniCase::ascii("sensitivty"), "sensitivity"), + (UniCase::ascii("valentien"), "valentine"), + (UniCase::ascii("cuddels"), "cuddles"), + (UniCase::ascii("unconcious"), "unconscious"), + (UniCase::ascii("gallaxies"), "galaxies"), + (UniCase::ascii("trasnferring"), "transferring"), + (UniCase::ascii("leutenant"), "lieutenant"), + (UniCase::ascii("battlestsr"), "battlestar"), + (UniCase::ascii("prosecuters"), "prosecutors"), + (UniCase::ascii("mortailty"), "mortality"), + (UniCase::ascii("politicises"), "politicizes"), + (UniCase::ascii("absurdley"), "absurdly"), + (UniCase::ascii("coutnered"), "countered"), + (UniCase::ascii("conived"), "connived"), + (UniCase::ascii("relaoded"), "reloaded"), + (UniCase::ascii("relcutantly"), "reluctantly"), + (UniCase::ascii("assmeble"), "assemble"), + (UniCase::ascii("spagheti"), "spaghetti"), + (UniCase::ascii("negativy"), "negativity"), + (UniCase::ascii("hotsopt"), "hotspot"), + (UniCase::ascii("miracoulus"), "miraculous"), + (UniCase::ascii("liqiuds"), "liquids"), + (UniCase::ascii("boundry"), "boundary"), + (UniCase::ascii("industrail"), "industrial"), + (UniCase::ascii("archiac"), "archaic"), + (UniCase::ascii("soundtrak"), "soundtrack"), + (UniCase::ascii("fideling"), "fielding"), + (UniCase::ascii("mistery"), "mystery"), + (UniCase::ascii("pitchforkes"), "pitchforks"), + (UniCase::ascii("arguements"), "arguments"), + (UniCase::ascii("preferabley"), "preferably"), + (UniCase::ascii("mclarean"), "mclaren"), + (UniCase::ascii("storeys"), "stories"), + (UniCase::ascii("ambassidor"), "ambassador"), + (UniCase::ascii("maintanance"), "maintenance"), + (UniCase::ascii("palestinain"), "palestinians"), + (UniCase::ascii("intellectualisme"), "intellectuals"), + (UniCase::ascii("subculter"), "subculture"), + (UniCase::ascii("accidentes"), "accidents"), + (UniCase::ascii("replacemtn"), "replacements"), + (UniCase::ascii("tablespooons"), "tablespoon"), + (UniCase::ascii("distincte"), "distinctive"), + (UniCase::ascii("seriosuly"), "seriously"), + (UniCase::ascii("defintaly"), "defiantly"), + (UniCase::ascii("tremendos"), "tremendous"), + (UniCase::ascii("forigven"), "forgiven"), + (UniCase::ascii("demonstratbly"), "demonstrably"), + (UniCase::ascii("coloublind"), "colorblind"), + (UniCase::ascii("commision"), "commission"), + (UniCase::ascii("infilitrate"), "infiltrate"), + (UniCase::ascii("equivalenet"), "equivalents"), + (UniCase::ascii("retaliaton"), "retaliation"), + (UniCase::ascii("acquaintence"), "acquaintance"), + (UniCase::ascii("lighnting"), "lightning"), + (UniCase::ascii("assymetric"), "asymmetric"), + (UniCase::ascii("maintainted"), "maintained"), + (UniCase::ascii("perfomers"), "performers"), + (UniCase::ascii("generalis"), "generals"), + (UniCase::ascii("pillards"), "pillars"), + (UniCase::ascii("commans"), "commands"), + (UniCase::ascii("conclued"), "conclude"), + (UniCase::ascii("administraion"), "administration"), + (UniCase::ascii("behtesda"), "bethesda"), + (UniCase::ascii("practisioner"), "practitioner"), + (UniCase::ascii("fidn"), "find"), + (UniCase::ascii("encyclapedia"), "encyclopedia"), + (UniCase::ascii("rienforced"), "reinforced"), + (UniCase::ascii("exlcusivity"), "exclusivity"), + (UniCase::ascii("sympathsizer"), "sympathizers"), + (UniCase::ascii("overwhelminly"), "overwhelmingly"), + (UniCase::ascii("ampethamine"), "amphetamine"), + (UniCase::ascii("willimas"), "williams"), + (UniCase::ascii("rudimentry"), "rudimentary"), + (UniCase::ascii("psichologist"), "psychologist"), + (UniCase::ascii("shrpanel"), "shrapnel"), + (UniCase::ascii("procrestination"), "procrastination"), + (UniCase::ascii("communicatin"), "communications"), + (UniCase::ascii("pyscic"), "psychic"), + (UniCase::ascii("wikileakes"), "wikileaks"), + (UniCase::ascii("appartment"), "apartment"), + (UniCase::ascii("microtransacciones"), "microtransactions"), + (UniCase::ascii("parenthesies"), "parenthesis"), + (UniCase::ascii("inflatabe"), "inflatable"), + (UniCase::ascii("deafult"), "default"), + (UniCase::ascii("qaulity"), "quality"), + (UniCase::ascii("imlpementation"), "implementations"), + (UniCase::ascii("afficianados"), "aficionados"), + (UniCase::ascii("mechanicsms"), "mechanisms"), + (UniCase::ascii("englsih"), "english"), + (UniCase::ascii("trasnferred"), "transferred"), + (UniCase::ascii("standerdized"), "standardized"), + (UniCase::ascii("motovational"), "motivational"), + (UniCase::ascii("fossilisation"), "fossilization"), + (UniCase::ascii("reaveling"), "revealing"), + (UniCase::ascii("aseuxal"), "asexual"), + (UniCase::ascii("translyvanian"), "transylvania"), + (UniCase::ascii("cockroachs"), "cockroaches"), + (UniCase::ascii("exacberate"), "exacerbated"), + (UniCase::ascii("inaccessable"), "inaccessible"), + (UniCase::ascii("conduict"), "conduit"), + (UniCase::ascii("perspektive"), "perspective"), + (UniCase::ascii("institutionalising"), "institutionalizing"), + (UniCase::ascii("etmyology"), "etymology"), + (UniCase::ascii("jefferry"), "jeffery"), + (UniCase::ascii("yorskhire"), "yorkshire"), + (UniCase::ascii("perosnality"), "personality"), + (UniCase::ascii("experianced"), "experienced"), + (UniCase::ascii("persecucion"), "persecution"), + (UniCase::ascii("appeard"), "appeared"), + (UniCase::ascii("unbalanaced"), "unbalanced"), + (UniCase::ascii("repentent"), "repentant"), + (UniCase::ascii("condradicting"), "contradicting"), + (UniCase::ascii("deomcrat"), "democrat"), + (UniCase::ascii("triggerring"), "triggering"), + (UniCase::ascii("troubelshoot"), "troubleshoot"), + (UniCase::ascii("imaginitave"), "imaginative"), + (UniCase::ascii("shenanighans"), "shenanigans"), + (UniCase::ascii("exhibites"), "exhibits"), + (UniCase::ascii("overpopluation"), "overpopulation"), + (UniCase::ascii("downvoteres"), "downvoters"), + (UniCase::ascii("kinghts"), "knights"), + (UniCase::ascii("defitnaly"), "defiantly"), + (UniCase::ascii("distirbutions"), "distributions"), + (UniCase::ascii("somethijng"), "somethin"), + (UniCase::ascii("sketpical"), "skeptical"), + (UniCase::ascii("tablespooon"), "tablespoon"), + (UniCase::ascii("unrecognisable"), "unrecognizable"), + (UniCase::ascii("unuseable"), "unusable"), + (UniCase::ascii("traveres"), "traverse"), + (UniCase::ascii("transitionable"), "transitional"), + (UniCase::ascii("discountined"), "discontinued"), + (UniCase::ascii("digitises"), "digitizes"), + (UniCase::ascii("accpeted"), "accepted"), + (UniCase::ascii("competution"), "computation"), + (UniCase::ascii("definititely"), "definitively"), + (UniCase::ascii("considerarte"), "considerate"), + (UniCase::ascii("infectin"), "infections"), + (UniCase::ascii("perjery"), "perjury"), + (UniCase::ascii("sotrmfront"), "stormfront"), + (UniCase::ascii("superceeded"), "superseded"), + (UniCase::ascii("trhilling"), "thrilling"), + (UniCase::ascii("sponteanous"), "spontaneous"), + (UniCase::ascii("nauesous"), "nauseous"), + (UniCase::ascii("unneccessarily"), "unnecessarily"), + (UniCase::ascii("miraculaous"), "miraculous"), + (UniCase::ascii("naturually"), "naturally"), + (UniCase::ascii("noninital"), "noninitial"), + (UniCase::ascii("continuosly"), "continuously"), + (UniCase::ascii("positiveity"), "positivity"), + (UniCase::ascii("mutialted"), "mutilated"), + (UniCase::ascii("intencional"), "intentional"), + (UniCase::ascii("perphas"), "perhaps"), + (UniCase::ascii("varitey"), "variety"), + (UniCase::ascii("perpretated"), "perpetrated"), + (UniCase::ascii("statisitcs"), "statistics"), + (UniCase::ascii("touchsceen"), "touchscreen"), + (UniCase::ascii("experimet"), "experiments"), + (UniCase::ascii("inconprehensible"), "incomprehensible"), + (UniCase::ascii("exlcusives"), "exclusives"), + (UniCase::ascii("intillectuals"), "intellectuals"), + (UniCase::ascii("metaphysicals"), "metaphysics"), + (UniCase::ascii("involontary"), "involuntary"), + (UniCase::ascii("efford"), "effort"), + (UniCase::ascii("negotiatie"), "negotiated"), + (UniCase::ascii("turntabel"), "turntable"), + (UniCase::ascii("characterisitic"), "characteristic"), + (UniCase::ascii("langauge"), "language"), + (UniCase::ascii("catholicus"), "catholics"), + (UniCase::ascii("spreadsheeters"), "spreadsheets"), + (UniCase::ascii("htere"), "there"), + (UniCase::ascii("figuratevely"), "figuratively"), + (UniCase::ascii("signapore"), "singapore"), + (UniCase::ascii("electhor"), "electro"), + (UniCase::ascii("depolyed"), "deployed"), + (UniCase::ascii("sofware"), "software"), + (UniCase::ascii("bachleors"), "bachelors"), + (UniCase::ascii("perservation"), "preservation"), + (UniCase::ascii("imtimidating"), "intimidating"), + (UniCase::ascii("competitior"), "competitor"), + (UniCase::ascii("intimidant"), "intimidate"), + (UniCase::ascii("knowledgebale"), "knowledgable"), + (UniCase::ascii("inadequet"), "inadequate"), + (UniCase::ascii("legitamacy"), "legitimacy"), + (UniCase::ascii("admittidly"), "admittedly"), + (UniCase::ascii("caffeinne"), "caffeine"), + (UniCase::ascii("programmate"), "programme"), + (UniCase::ascii("manouvers"), "maneuvers"), + (UniCase::ascii("quesitoning"), "questioning"), + (UniCase::ascii("heiroglyphics"), "hieroglyphics"), + (UniCase::ascii("intelelctual"), "intellectuals"), + (UniCase::ascii("compartmentalising"), "compartmentalizing"), + (UniCase::ascii("distates"), "distaste"), + (UniCase::ascii("adeqaute"), "adequate"), + (UniCase::ascii("electronik"), "election"), + (UniCase::ascii("caterpilars"), "caterpillars"), + (UniCase::ascii("dimesnion"), "dimension"), + (UniCase::ascii("australiaan"), "australians"), + (UniCase::ascii("snowploughs"), "snowplow"), + (UniCase::ascii("taryvon"), "trayvon"), + (UniCase::ascii("inproving"), "improving"), + (UniCase::ascii("paraphenalia"), "paraphernalia"), + (UniCase::ascii("precaucion"), "precaution"), + (UniCase::ascii("instructivo"), "instruction"), + (UniCase::ascii("captials"), "capitals"), + (UniCase::ascii("consecuently"), "consequently"), + (UniCase::ascii("antennea"), "antenna"), + (UniCase::ascii("parcelled"), "parceled"), + (UniCase::ascii("therepists"), "therapists"), + (UniCase::ascii("definaltey"), "definately"), + (UniCase::ascii("storelines"), "storylines"), + (UniCase::ascii("institutionnal"), "institutional"), + (UniCase::ascii("definateky"), "definately"), + (UniCase::ascii("latitue"), "latitude"), + (UniCase::ascii("handwritng"), "handwriting"), + (UniCase::ascii("caclulating"), "calculating"), + (UniCase::ascii("equalisers"), "equalizers"), + (UniCase::ascii("architexts"), "architects"), + (UniCase::ascii("remaind"), "remained"), + (UniCase::ascii("halloweeen"), "halloween"), + (UniCase::ascii("endlessley"), "endlessly"), + (UniCase::ascii("southanpton"), "southampton"), + (UniCase::ascii("climatiser"), "climates"), + (UniCase::ascii("perceded"), "preceded"), + (UniCase::ascii("involentary"), "involuntary"), + (UniCase::ascii("iceforg"), "icefrog"), + (UniCase::ascii("infallibe"), "infallible"), + (UniCase::ascii("satisfacory"), "satisfactory"), + (UniCase::ascii("investegating"), "investigating"), + (UniCase::ascii("indetifiable"), "identifiable"), + (UniCase::ascii("irrelivent"), "irrelevant"), + (UniCase::ascii("boardcasting"), "broadcasting"), + (UniCase::ascii("condamning"), "condemning"), + (UniCase::ascii("claymoe"), "claymore"), + (UniCase::ascii("introveted"), "introverted"), + (UniCase::ascii("stereotypian"), "stereotyping"), + (UniCase::ascii("partians"), "partisan"), + (UniCase::ascii("percission"), "percussion"), + (UniCase::ascii("translationg"), "translating"), + (UniCase::ascii("instalaltion"), "installations"), + (UniCase::ascii("merchindise"), "merchandise"), + (UniCase::ascii("circumsised"), "circumcised"), + (UniCase::ascii("extradiction"), "extradition"), + (UniCase::ascii("inconciderate"), "inconsiderate"), + (UniCase::ascii("pornogrophy"), "pornography"), + (UniCase::ascii("metabolizm"), "metabolism"), + (UniCase::ascii("paraylsis"), "paralysis"), + (UniCase::ascii("wellingston"), "wellington"), + (UniCase::ascii("optimaal"), "optimal"), + (UniCase::ascii("pasteurised"), "pasteurized"), + (UniCase::ascii("cutsences"), "cutscenes"), + (UniCase::ascii("defanitely"), "definately"), + (UniCase::ascii("contensious"), "contentious"), + (UniCase::ascii("supportied"), "supported"), + (UniCase::ascii("atheistisch"), "atheistic"), + (UniCase::ascii("decipting"), "depicting"), + (UniCase::ascii("galvinized"), "galvanized"), + (UniCase::ascii("remenant"), "remnant"), + (UniCase::ascii("overpirced"), "overpriced"), + (UniCase::ascii("qualificaiton"), "qualifications"), + (UniCase::ascii("nationalised"), "nationalized"), + (UniCase::ascii("appetisers"), "appetizers"), + (UniCase::ascii("constracts"), "constructs"), + (UniCase::ascii("abandomnent"), "abandonment"), + (UniCase::ascii("hindiusm"), "hinduism"), + (UniCase::ascii("instrcutor"), "instructors"), + (UniCase::ascii("negativelly"), "negatively"), + (UniCase::ascii("faciliated"), "facilitated"), + (UniCase::ascii("eceonomy"), "economy"), + (UniCase::ascii("constitutie"), "constitutes"), + (UniCase::ascii("emprisoned"), "imprisoned"), + (UniCase::ascii("aslo"), "also"), + (UniCase::ascii("direcotry"), "directory"), + (UniCase::ascii("armageddan"), "armageddon"), + (UniCase::ascii("onsluaght"), "onslaught"), + (UniCase::ascii("entertainig"), "entertaining"), + (UniCase::ascii("pankaces"), "pancakes"), + (UniCase::ascii("equivalant"), "equivalent"), + (UniCase::ascii("desitnation"), "destination"), + (UniCase::ascii("indiviudal"), "individuals"), + (UniCase::ascii("everyonelse"), "everyones"), + (UniCase::ascii("ignorat"), "ignorant"), + (UniCase::ascii("memorozation"), "memorization"), + (UniCase::ascii("inferioir"), "inferior"), + (UniCase::ascii("behavoiur"), "behaviour"), + (UniCase::ascii("manfiest"), "manifest"), + (UniCase::ascii("censorhsip"), "censorship"), + (UniCase::ascii("accommidation"), "accommodation"), + (UniCase::ascii("termanator"), "terminator"), + (UniCase::ascii("praesidiums"), "presidiums"), + (UniCase::ascii("steeles"), "steelers"), + (UniCase::ascii("naturaly"), "naturally"), + (UniCase::ascii("hypotehtical"), "hypothetical"), + (UniCase::ascii("repressivo"), "repression"), + (UniCase::ascii("reclutantly"), "reluctantly"), + (UniCase::ascii("accredidation"), "accreditation"), + (UniCase::ascii("interecting"), "interacting"), + (UniCase::ascii("ejacualtions"), "ejaculation"), + (UniCase::ascii("homogeneus"), "homogeneous"), + (UniCase::ascii("electrocity"), "electricity"), + (UniCase::ascii("areodynamics"), "aerodynamics"), + (UniCase::ascii("accessbile"), "accessible"), + (UniCase::ascii("eqaulity"), "equality"), + (UniCase::ascii("unsubscripe"), "unsubscribe"), + (UniCase::ascii("tramuatized"), "traumatized"), + (UniCase::ascii("professionials"), "professionalism"), + (UniCase::ascii("collaterol"), "collateral"), + (UniCase::ascii("powderd"), "powdered"), + (UniCase::ascii("summerized"), "summarized"), + (UniCase::ascii("masturbateing"), "masturbating"), + (UniCase::ascii("atrillery"), "artillery"), + (UniCase::ascii("prosectued"), "prosecuted"), + (UniCase::ascii("scientic"), "scientific"), + (UniCase::ascii("producitons"), "productions"), + (UniCase::ascii("conveniance"), "convenience"), + (UniCase::ascii("perputuated"), "perpetuated"), + (UniCase::ascii("pireced"), "pierced"), + (UniCase::ascii("definitifely"), "definitively"), + (UniCase::ascii("strawburry"), "strawberry"), + (UniCase::ascii("organered"), "orangered"), + (UniCase::ascii("guanatanmo"), "guantanamo"), + (UniCase::ascii("adminastrator"), "administrator"), + (UniCase::ascii("hellvua"), "helluva"), + (UniCase::ascii("altriustic"), "altruistic"), + (UniCase::ascii("wholeheartidly"), "wholeheartedly"), + (UniCase::ascii("deinitalization"), "deinitialization"), + (UniCase::ascii("concluse"), "conclusive"), + (UniCase::ascii("invulnerabile"), "invulnerable"), + (UniCase::ascii("anwyays"), "anyways"), + (UniCase::ascii("regenarate"), "regenerate"), + (UniCase::ascii("pateints"), "patients"), + (UniCase::ascii("philadelpia"), "philadelphia"), + (UniCase::ascii("alowing"), "allowing"), + (UniCase::ascii("knowlege"), "knowledge"), + (UniCase::ascii("concatination"), "contamination"), + (UniCase::ascii("malariya"), "malaria"), + (UniCase::ascii("deminstrations"), "demonstrations"), + (UniCase::ascii("feminsim"), "feminism"), + (UniCase::ascii("probabe"), "probable"), + (UniCase::ascii("decriminalises"), "decriminalizes"), + (UniCase::ascii("computerised"), "computerized"), + (UniCase::ascii("venezuelian"), "venezuela"), + (UniCase::ascii("lighthearthed"), "lighthearted"), + (UniCase::ascii("ministr"), "minister"), + (UniCase::ascii("homesexuality"), "homosexuality"), + (UniCase::ascii("traditionnal"), "traditional"), + (UniCase::ascii("manifestano"), "manifesto"), + (UniCase::ascii("strawbery"), "strawberry"), + (UniCase::ascii("construced"), "constructed"), + (UniCase::ascii("africanas"), "africans"), + (UniCase::ascii("recipiants"), "recipients"), + (UniCase::ascii("disproportionatly"), "disproportionately"), + (UniCase::ascii("horrendeus"), "horrendous"), + (UniCase::ascii("methapors"), "metaphors"), + (UniCase::ascii("standardised"), "standardized"), + (UniCase::ascii("ostracising"), "ostracizing"), + (UniCase::ascii("whisperd"), "whispered"), + (UniCase::ascii("headshoot"), "headshot"), + (UniCase::ascii("compulsury"), "compulsory"), + (UniCase::ascii("descritpion"), "descriptions"), + (UniCase::ascii("representas"), "represents"), + (UniCase::ascii("mississipppi"), "mississippi"), + (UniCase::ascii("wellingtion"), "wellington"), + (UniCase::ascii("regulatr"), "regulator"), + (UniCase::ascii("acomplishment"), "accomplishment"), + (UniCase::ascii("vaiation"), "aviation"), + (UniCase::ascii("extractnow"), "extraction"), + (UniCase::ascii("incredibile"), "incredible"), + (UniCase::ascii("agnsoticism"), "agnosticism"), + (UniCase::ascii("enveloppen"), "envelope"), + (UniCase::ascii("anaylzing"), "analyzing"), + (UniCase::ascii("assumptious"), "assumptions"), + (UniCase::ascii("escalatin"), "escalation"), + (UniCase::ascii("trackes"), "trackers"), + (UniCase::ascii("undergard"), "undergrad"), + (UniCase::ascii("skatebaording"), "skateboarding"), + (UniCase::ascii("prohibis"), "prohibits"), + (UniCase::ascii("collectivelly"), "collectively"), + (UniCase::ascii("trememdously"), "tremendously"), + (UniCase::ascii("humouring"), "humoring"), + (UniCase::ascii("legitimatly"), "legitimately"), + (UniCase::ascii("palestenian"), "palestinian"), + (UniCase::ascii("boutqiue"), "boutique"), + (UniCase::ascii("revisionis"), "revisions"), + (UniCase::ascii("mathemetical"), "mathematical"), + (UniCase::ascii("frankensite"), "frankenstein"), + (UniCase::ascii("ingreidents"), "ingredient"), + (UniCase::ascii("helathcare"), "healthcare"), + (UniCase::ascii("blashpemy"), "blasphemy"), + (UniCase::ascii("immensley"), "immensely"), + (UniCase::ascii("versoin"), "version"), + (UniCase::ascii("commemters"), "commenters"), + (UniCase::ascii("dynamicus"), "dynamics"), + (UniCase::ascii("someons"), "someones"), + (UniCase::ascii("pyjama"), "pajama"), + (UniCase::ascii("utilizating"), "utilization"), + (UniCase::ascii("indutrial"), "industrial"), + (UniCase::ascii("emapthy"), "empathy"), + (UniCase::ascii("gurantee"), "guarantee"), + (UniCase::ascii("acknowiedged"), "acknowledged"), + (UniCase::ascii("borke"), "broke"), + (UniCase::ascii("shfiting"), "shifting"), + (UniCase::ascii("overheathing"), "overheating"), + (UniCase::ascii("anniversairy"), "anniversary"), + (UniCase::ascii("miscarridge"), "miscarriage"), + (UniCase::ascii("traines"), "trainers"), + (UniCase::ascii("inspektion"), "inspection"), + (UniCase::ascii("gadgest"), "gadgets"), + (UniCase::ascii("contageous"), "contagious"), + (UniCase::ascii("immigrents"), "immigrants"), + (UniCase::ascii("watiers"), "waiters"), + (UniCase::ascii("trinagle"), "triangle"), + (UniCase::ascii("beaslty"), "beastly"), + (UniCase::ascii("emphisized"), "emphasized"), + (UniCase::ascii("producerats"), "producers"), + (UniCase::ascii("whihc"), "which"), + (UniCase::ascii("gaurentee"), "guarantee"), + (UniCase::ascii("retartation"), "retardation"), + (UniCase::ascii("polymore"), "polymer"), + (UniCase::ascii("objectivitiy"), "objectivity"), + (UniCase::ascii("germanus"), "germans"), + (UniCase::ascii("reccommending"), "recommending"), + (UniCase::ascii("pessimitic"), "pessimistic"), + (UniCase::ascii("encorporating"), "incorporating"), + (UniCase::ascii("detectas"), "detects"), + (UniCase::ascii("neolitic"), "neolithic"), + (UniCase::ascii("provinciae"), "province"), + (UniCase::ascii("cheesebruger"), "cheeseburgers"), + (UniCase::ascii("deputising"), "deputizing"), + (UniCase::ascii("victimising"), "victimizing"), + (UniCase::ascii("businessnes"), "businessmen"), + (UniCase::ascii("compensatin"), "compensation"), + (UniCase::ascii("missionaire"), "missionaries"), + (UniCase::ascii("lithunaia"), "lithuania"), + (UniCase::ascii("realtives"), "relatives"), + (UniCase::ascii("blitzkreig"), "blitzkrieg"), + (UniCase::ascii("extremistas"), "extremists"), + (UniCase::ascii("minimises"), "minimizes"), + (UniCase::ascii("intervier"), "interviewer"), + (UniCase::ascii("cauterised"), "cauterized"), + (UniCase::ascii("vicintiy"), "vicinity"), + (UniCase::ascii("persicuted"), "persecuted"), + (UniCase::ascii("favoutrable"), "favourable"), + (UniCase::ascii("bullest"), "bullets"), + (UniCase::ascii("inexplicablely"), "inexplicably"), + (UniCase::ascii("inteligence"), "intelligence"), + (UniCase::ascii("collapsers"), "collapses"), + (UniCase::ascii("compatibiltiy"), "compatibility"), + (UniCase::ascii("executioness"), "executions"), + (UniCase::ascii("coincedentally"), "coincidentally"), + (UniCase::ascii("privledge"), "privilege"), + (UniCase::ascii("distribucion"), "distribution"), + (UniCase::ascii("obliterared"), "obliterated"), + (UniCase::ascii("consituted"), "constituted"), + (UniCase::ascii("syphon"), "siphon"), + (UniCase::ascii("interewbs"), "interwebs"), + (UniCase::ascii("bitterswet"), "bittersweet"), + (UniCase::ascii("prostitures"), "prostitutes"), + (UniCase::ascii("associaiton"), "associations"), + (UniCase::ascii("consficated"), "confiscated"), + (UniCase::ascii("incrementarla"), "incremental"), + (UniCase::ascii("benchamrk"), "benchmark"), + (UniCase::ascii("trafic"), "traffic"), + (UniCase::ascii("dermatoligist"), "dermatologist"), + (UniCase::ascii("transylmania"), "transylvania"), + (UniCase::ascii("contaminatie"), "contaminated"), + (UniCase::ascii("biginning"), "beginning"), + (UniCase::ascii("stakler"), "stalker"), + (UniCase::ascii("suseptable"), "susceptible"), + (UniCase::ascii("predominently"), "predominantly"), + (UniCase::ascii("guiseppe"), "giuseppe"), + (UniCase::ascii("pentuim"), "pentium"), + (UniCase::ascii("annilihate"), "annihilated"), + (UniCase::ascii("kryptonyte"), "kryptonite"), + (UniCase::ascii("psychoanalysed"), "psychoanalyzed"), + (UniCase::ascii("bureaucrates"), "bureaucrats"), + (UniCase::ascii("backpakcs"), "backpacks"), + (UniCase::ascii("jepoardy"), "jeopardy"), + (UniCase::ascii("scnadinavia"), "scandinavia"), + (UniCase::ascii("transseuxal"), "transsexual"), + (UniCase::ascii("poisonus"), "poisons"), + (UniCase::ascii("nationella"), "national"), + (UniCase::ascii("conceptualising"), "conceptualizing"), + (UniCase::ascii("unbelievabley"), "unbelievably"), + (UniCase::ascii("undergroud"), "underground"), + (UniCase::ascii("mathemetics"), "mathematics"), + (UniCase::ascii("sociapathic"), "sociopathic"), + (UniCase::ascii("proleteriat"), "proletariat"), + (UniCase::ascii("firghtened"), "frightened"), + (UniCase::ascii("overthining"), "overthinking"), + (UniCase::ascii("unsetlling"), "unsettling"), + (UniCase::ascii("victorieuse"), "victories"), + (UniCase::ascii("recognizible"), "recognizable"), + (UniCase::ascii("convertire"), "converter"), + (UniCase::ascii("africain"), "african"), + (UniCase::ascii("commandmants"), "commandments"), + (UniCase::ascii("structrual"), "structural"), + (UniCase::ascii("existensial"), "existential"), + (UniCase::ascii("averadge"), "averaged"), + (UniCase::ascii("punissable"), "punishable"), + (UniCase::ascii("presidenta"), "presidential"), + (UniCase::ascii("extremaste"), "extremes"), + (UniCase::ascii("definitelly"), "definitely"), + (UniCase::ascii("scracthing"), "scratching"), + (UniCase::ascii("pinoneered"), "pioneered"), + (UniCase::ascii("outfied"), "outfield"), + (UniCase::ascii("outsourceing"), "outsourcing"), + (UniCase::ascii("definitlry"), "definitly"), + (UniCase::ascii("indicents"), "incidents"), + (UniCase::ascii("specialices"), "specializes"), + (UniCase::ascii("asign"), "assign"), + (UniCase::ascii("administrater"), "administrator"), + (UniCase::ascii("fundamentalistiska"), "fundamentalists"), + (UniCase::ascii("instramental"), "instrumental"), + (UniCase::ascii("extensivly"), "extensively"), + (UniCase::ascii("poreclain"), "porcelain"), + (UniCase::ascii("globalise"), "globalize"), + (UniCase::ascii("appraoch"), "approach"), + (UniCase::ascii("exchnages"), "exchanges"), + (UniCase::ascii("dissastified"), "dissatisfied"), + (UniCase::ascii("faceboook"), "facebook"), + (UniCase::ascii("hotsport"), "hotspot"), + (UniCase::ascii("gladiatr"), "gladiator"), + (UniCase::ascii("condenmation"), "condemnation"), + (UniCase::ascii("reedeming"), "redeeming"), + (UniCase::ascii("processsors"), "processors"), + (UniCase::ascii("desitned"), "destined"), + (UniCase::ascii("mdifielder"), "midfielder"), + (UniCase::ascii("ionisers"), "ionizers"), + (UniCase::ascii("ingriedents"), "ingredient"), + (UniCase::ascii("arbritation"), "arbitration"), + (UniCase::ascii("resoruces"), "resources"), + (UniCase::ascii("overhwlemingly"), "overwhelmingly"), + (UniCase::ascii("revitalises"), "revitalizes"), + (UniCase::ascii("analystes"), "analysts"), + (UniCase::ascii("beligum"), "belgium"), + (UniCase::ascii("reponse"), "response"), + (UniCase::ascii("phychologists"), "psychologists"), + (UniCase::ascii("inconsciously"), "unconsciously"), + (UniCase::ascii("misinterpretating"), "misinterpreting"), + (UniCase::ascii("assistanat"), "assistants"), + (UniCase::ascii("archetects"), "architects"), + (UniCase::ascii("advantegeous"), "advantageous"), + (UniCase::ascii("opposiste"), "opposites"), + (UniCase::ascii("misunderstsnding"), "misunderstandings"), + (UniCase::ascii("asorbed"), "absorbed"), + (UniCase::ascii("componenet"), "components"), + (UniCase::ascii("bangladash"), "bangladesh"), + (UniCase::ascii("violetas"), "violates"), + (UniCase::ascii("inconsistenty"), "inconsistency"), + (UniCase::ascii("vigourous"), "vigorous"), + (UniCase::ascii("defendents"), "defendants"), + (UniCase::ascii("bicylces"), "bicycles"), + (UniCase::ascii("fundamendalists"), "fundamentalists"), + (UniCase::ascii("unpredictabe"), "unpredictable"), + (UniCase::ascii("fabriacted"), "fabricated"), + (UniCase::ascii("similiarly"), "similarly"), + (UniCase::ascii("trasnformation"), "transformation"), + (UniCase::ascii("moonligt"), "moonlight"), + (UniCase::ascii("postion"), "position"), + (UniCase::ascii("whislte"), "whistle"), + (UniCase::ascii("elektrolytes"), "electrolytes"), + (UniCase::ascii("benevelont"), "benevolent"), + (UniCase::ascii("prosectuors"), "prosecutors"), + (UniCase::ascii("verious"), "various"), + (UniCase::ascii("downstaris"), "downstairs"), + (UniCase::ascii("neigbouring"), "neighbouring"), + (UniCase::ascii("inheritence"), "inheritance"), + (UniCase::ascii("misrepresentating"), "misrepresenting"), + (UniCase::ascii("lockacreen"), "lockscreen"), + (UniCase::ascii("castels"), "castles"), + (UniCase::ascii("unpridictable"), "unpredictable"), + (UniCase::ascii("substanial"), "substantial"), + (UniCase::ascii("comperhension"), "comprehension"), + (UniCase::ascii("momemtarily"), "momentarily"), + (UniCase::ascii("thunderboat"), "thunderbolt"), + (UniCase::ascii("mutliation"), "mutilation"), + (UniCase::ascii("gullibe"), "gullible"), + (UniCase::ascii("netowrking"), "networking"), + (UniCase::ascii("contens"), "contents"), + (UniCase::ascii("seventeeen"), "seventeen"), + (UniCase::ascii("lightheared"), "lighthearted"), + (UniCase::ascii("instabilty"), "instability"), + (UniCase::ascii("supscription"), "subscription"), + (UniCase::ascii("spawend"), "spawned"), + (UniCase::ascii("protectoin"), "protections"), + (UniCase::ascii("epitomie"), "epitome"), + (UniCase::ascii("transaciton"), "transactions"), + (UniCase::ascii("napoloen"), "napoleon"), + (UniCase::ascii("heavilly"), "heavily"), + (UniCase::ascii("lerans"), "learns"), + (UniCase::ascii("judgementsl"), "judgemental"), + (UniCase::ascii("capicator"), "capacitor"), + (UniCase::ascii("economise"), "economize"), + (UniCase::ascii("misunderstansing"), "misunderstandings"), + (UniCase::ascii("correnti"), "correcting"), + (UniCase::ascii("strians"), "strains"), + (UniCase::ascii("unrecognised"), "unrecognized"), + (UniCase::ascii("resperitory"), "respiratory"), + (UniCase::ascii("capitilist"), "capitalist"), + (UniCase::ascii("iornman"), "ironman"), + (UniCase::ascii("lengthly"), "lengthy"), + (UniCase::ascii("offesnively"), "offensively"), + (UniCase::ascii("platimun"), "platinum"), + (UniCase::ascii("definitley"), "definitely"), + (UniCase::ascii("buring"), "burying"), + (UniCase::ascii("brunete"), "brunette"), + (UniCase::ascii("phonecian"), "phoenecian"), + (UniCase::ascii("commtiment"), "commitments"), + (UniCase::ascii("californiia"), "californian"), + (UniCase::ascii("satirise"), "satirize"), + (UniCase::ascii("explaind"), "explained"), + (UniCase::ascii("effortlesly"), "effortlessly"), + (UniCase::ascii("cooridnation"), "coordination"), + (UniCase::ascii("davantage"), "advantage"), + (UniCase::ascii("trustwothy"), "trustworthy"), + (UniCase::ascii("forseeable"), "foreseeable"), + (UniCase::ascii("speciales"), "specials"), + (UniCase::ascii("defenesman"), "defenseman"), + (UniCase::ascii("complicatied"), "complicate"), + (UniCase::ascii("tagliate"), "tailgate"), + (UniCase::ascii("udnerestimate"), "underestimated"), + (UniCase::ascii("apprearance"), "appearance"), + (UniCase::ascii("assassiante"), "assassinate"), + (UniCase::ascii("nacrotics"), "narcotics"), + (UniCase::ascii("aminosity"), "animosity"), + (UniCase::ascii("cheronbyl"), "chernobyl"), + (UniCase::ascii("pervalence"), "prevalence"), + (UniCase::ascii("creater"), "creature"), + (UniCase::ascii("produktive"), "productive"), + (UniCase::ascii("accuray"), "accuracy"), + (UniCase::ascii("genitaila"), "genitalia"), + (UniCase::ascii("overheards"), "overhead"), + (UniCase::ascii("musuclar"), "muscular"), + (UniCase::ascii("interstellaire"), "interstellar"), + (UniCase::ascii("prerequisties"), "prerequisite"), + (UniCase::ascii("assassinatin"), "assassination"), + (UniCase::ascii("distincion"), "distinction"), + (UniCase::ascii("athients"), "athiest"), + (UniCase::ascii("aquainted"), "acquainted"), + (UniCase::ascii("syndacite"), "syndicate"), + (UniCase::ascii("sympathiser"), "sympathizer"), + (UniCase::ascii("vaporising"), "vaporizing"), + (UniCase::ascii("winchestor"), "winchester"), + (UniCase::ascii("exelent"), "excellent"), + (UniCase::ascii("definat"), "defiant"), + (UniCase::ascii("preceeding"), "preceding"), + (UniCase::ascii("homosexulaity"), "homosexuality"), + (UniCase::ascii("constituates"), "constitutes"), + (UniCase::ascii("blankes"), "blankets"), + (UniCase::ascii("consumbale"), "consumables"), + (UniCase::ascii("currancies"), "currencies"), + (UniCase::ascii("zimbabe"), "zimbabwe"), + (UniCase::ascii("neighbhors"), "neighbours"), + (UniCase::ascii("declarasen"), "declares"), + (UniCase::ascii("proceder"), "procedure"), + (UniCase::ascii("admittadely"), "admittedly"), + (UniCase::ascii("outnunbered"), "outnumbered"), + (UniCase::ascii("rudimentery"), "rudimentary"), + (UniCase::ascii("resoultion"), "resolution"), + (UniCase::ascii("sunglinger"), "gunslinger"), + (UniCase::ascii("nothingess"), "nothingness"), + (UniCase::ascii("accountas"), "accountants"), + (UniCase::ascii("hospitales"), "hospitals"), + (UniCase::ascii("negligeble"), "negligible"), + (UniCase::ascii("preveiw"), "preview"), + (UniCase::ascii("informate"), "informative"), + (UniCase::ascii("exculding"), "excluding"), + (UniCase::ascii("inspiritional"), "inspirational"), + (UniCase::ascii("vegetatians"), "vegetarians"), + (UniCase::ascii("capusle"), "capsule"), + (UniCase::ascii("prothsetic"), "prosthetic"), + (UniCase::ascii("macthup"), "matchup"), + (UniCase::ascii("realising"), "realizing"), + (UniCase::ascii("posthomous"), "posthumous"), + (UniCase::ascii("tehtering"), "tethering"), + (UniCase::ascii("justifiy"), "justify"), + (UniCase::ascii("criticisng"), "criticising"), + (UniCase::ascii("animatte"), "animate"), + (UniCase::ascii("insistente"), "insistence"), + (UniCase::ascii("placeholdr"), "placeholder"), + (UniCase::ascii("lionised"), "lionized"), + (UniCase::ascii("summurized"), "summarized"), + (UniCase::ascii("mechanises"), "mechanizes"), + (UniCase::ascii("oreintal"), "oriental"), + (UniCase::ascii("respektive"), "respective"), + (UniCase::ascii("simplivity"), "simplicity"), + (UniCase::ascii("importerad"), "imported"), + (UniCase::ascii("legitimt"), "legitimate"), + (UniCase::ascii("harbour"), "harbor"), + (UniCase::ascii("exhasuting"), "exhausting"), + (UniCase::ascii("movment"), "movement"), + (UniCase::ascii("innoculated"), "inoculated"), + (UniCase::ascii("docrines"), "doctrines"), + (UniCase::ascii("ventalation"), "ventilation"), + (UniCase::ascii("coytoes"), "coyotes"), + (UniCase::ascii("voilation"), "violation"), + (UniCase::ascii("unavailabe"), "unavailable"), + (UniCase::ascii("ellpitical"), "elliptical"), + (UniCase::ascii("tupparware"), "tupperware"), + (UniCase::ascii("bangledash"), "bangladesh"), + (UniCase::ascii("comisioner"), "commissioner"), + (UniCase::ascii("govormental"), "governmental"), + (UniCase::ascii("retunred"), "returned"), + (UniCase::ascii("tempermeant"), "temperament"), + (UniCase::ascii("revolutionens"), "revolutions"), + (UniCase::ascii("constituional"), "constitutional"), + (UniCase::ascii("insanelly"), "insanely"), + (UniCase::ascii("thermodynmaics"), "thermodynamics"), + (UniCase::ascii("nuturing"), "nurturing"), + (UniCase::ascii("susncreen"), "sunscreen"), + (UniCase::ascii("persuasing"), "persuasion"), + (UniCase::ascii("underfaker"), "undertaker"), + (UniCase::ascii("toxaemia"), "toxemia"), + (UniCase::ascii("napcakes"), "pancakes"), + (UniCase::ascii("faliures"), "failures"), + (UniCase::ascii("responsd"), "responds"), + (UniCase::ascii("succees"), "succeeds"), + (UniCase::ascii("rebulit"), "rebuilt"), + (UniCase::ascii("sarcastc"), "sarcastic"), + (UniCase::ascii("platnium"), "platinum"), + (UniCase::ascii("caclulators"), "calculators"), + (UniCase::ascii("xenbolade"), "xenoblade"), + (UniCase::ascii("placehoder"), "placeholder"), + (UniCase::ascii("periwinlke"), "periwinkle"), + (UniCase::ascii("asssasin"), "assassin"), + (UniCase::ascii("crusies"), "cruises"), + (UniCase::ascii("alcoholisim"), "alcoholism"), + (UniCase::ascii("unavailble"), "unavailable"), + (UniCase::ascii("plateua"), "plateau"), + (UniCase::ascii("percevied"), "perceived"), + (UniCase::ascii("harrasments"), "harassments"), + (UniCase::ascii("undergorund"), "underground"), + (UniCase::ascii("subsidizied"), "subsidized"), + (UniCase::ascii("advertisors"), "advertisers"), + (UniCase::ascii("distinquished"), "distinguished"), + (UniCase::ascii("compromizing"), "compromising"), + (UniCase::ascii("contemporay"), "contemporary"), + (UniCase::ascii("illitirate"), "illiterate"), + (UniCase::ascii("bemusemnt"), "bemusement"), + (UniCase::ascii("penalises"), "penalizes"), + (UniCase::ascii("checkpointusa"), "checkpoints"), + (UniCase::ascii("emphaised"), "emphasised"), + (UniCase::ascii("varities"), "varieties"), + (UniCase::ascii("incorperated"), "incorporated"), + (UniCase::ascii("insidiuos"), "insidious"), + (UniCase::ascii("magnitue"), "magnitude"), + (UniCase::ascii("fufill"), "fulfill"), + (UniCase::ascii("legnedaries"), "legendaries"), + (UniCase::ascii("hopsitals"), "hospitals"), + (UniCase::ascii("negotiatiing"), "negotiating"), + (UniCase::ascii("motorcylce"), "motorcycle"), + (UniCase::ascii("louvred"), "louvered"), + (UniCase::ascii("nationalit"), "nationalist"), + (UniCase::ascii("uninstallling"), "uninstalling"), + (UniCase::ascii("subisdized"), "subsidized"), + (UniCase::ascii("spriritual"), "spiritual"), + (UniCase::ascii("seperately"), "separately"), + (UniCase::ascii("derivitives"), "derivatives"), + (UniCase::ascii("substansial"), "substantial"), + (UniCase::ascii("memorises"), "memorizes"), + (UniCase::ascii("refrigerador"), "refrigerator"), + (UniCase::ascii("computre"), "compute"), + (UniCase::ascii("uncontrollablely"), "uncontrollably"), + (UniCase::ascii("psycothic"), "psychotic"), + (UniCase::ascii("nagivating"), "navigating"), + (UniCase::ascii("stlaker"), "stalker"), + (UniCase::ascii("abberivation"), "abbreviation"), + (UniCase::ascii("displacemnt"), "displacement"), + (UniCase::ascii("stimualtion"), "stimulation"), + (UniCase::ascii("victorioso"), "victorious"), + (UniCase::ascii("cilpboard"), "clipboard"), + (UniCase::ascii("melbounre"), "melbourne"), + (UniCase::ascii("breastfeedig"), "breastfeeding"), + (UniCase::ascii("sunderlad"), "sunderland"), + (UniCase::ascii("accdiently"), "accidently"), + (UniCase::ascii("disrespekt"), "disrespect"), + (UniCase::ascii("expensie"), "expense"), + (UniCase::ascii("devilers"), "delivers"), + (UniCase::ascii("spehres"), "spheres"), + (UniCase::ascii("interferring"), "interfering"), + (UniCase::ascii("patroitic"), "patriotic"), + (UniCase::ascii("identifierad"), "identified"), + (UniCase::ascii("purchacing"), "purchasing"), + (UniCase::ascii("destryoed"), "destroyed"), + (UniCase::ascii("secularise"), "secularize"), + (UniCase::ascii("appearence"), "appearance"), + (UniCase::ascii("antarcitca"), "antarctica"), + (UniCase::ascii("circuncised"), "circumcised"), + (UniCase::ascii("commemmorate"), "commemorate"), + (UniCase::ascii("restanti"), "restarting"), + (UniCase::ascii("particapate"), "participate"), + (UniCase::ascii("publisehr"), "publisher"), + (UniCase::ascii("labouring"), "laboring"), + (UniCase::ascii("immedeatly"), "immediately"), + (UniCase::ascii("anitquated"), "antiquated"), + (UniCase::ascii("recgonizing"), "recognizing"), + (UniCase::ascii("miniaturising"), "miniaturizing"), + (UniCase::ascii("isntantly"), "instantly"), + (UniCase::ascii("demoralises"), "demoralizes"), + (UniCase::ascii("completenes"), "completes"), + (UniCase::ascii("stabilizier"), "stabilize"), + (UniCase::ascii("hyrdaulic"), "hydraulic"), + (UniCase::ascii("districs"), "districts"), + (UniCase::ascii("envirnoment"), "environment"), + (UniCase::ascii("prohabition"), "prohibition"), + (UniCase::ascii("calrity"), "clarity"), + (UniCase::ascii("pressurising"), "pressurizing"), + (UniCase::ascii("avation"), "aviation"), + (UniCase::ascii("instabiliy"), "instability"), + (UniCase::ascii("imablances"), "imbalances"), + (UniCase::ascii("benchmakrs"), "benchmarks"), + (UniCase::ascii("utilised"), "utilized"), + (UniCase::ascii("regularise"), "regularize"), + (UniCase::ascii("terrorising"), "terrorizing"), + (UniCase::ascii("linguisticos"), "linguistics"), + (UniCase::ascii("materialise"), "materialize"), + (UniCase::ascii("controversa"), "controversial"), + (UniCase::ascii("alievating"), "alienating"), + (UniCase::ascii("nationalisitc"), "nationalistic"), + (UniCase::ascii("practicallity"), "practically"), + (UniCase::ascii("teleportating"), "teleportation"), + (UniCase::ascii("converastions"), "conservation"), + (UniCase::ascii("conencting"), "connecting"), + (UniCase::ascii("countrywise"), "countryside"), + (UniCase::ascii("grahpite"), "graphite"), + (UniCase::ascii("exceptionnal"), "exceptional"), + (UniCase::ascii("advocay"), "advocacy"), + (UniCase::ascii("procrastibating"), "procrastinating"), + (UniCase::ascii("rewachted"), "rewatched"), + (UniCase::ascii("sympethize"), "sympathize"), + (UniCase::ascii("confesso"), "confession"), + (UniCase::ascii("suspisious"), "suspicious"), + (UniCase::ascii("abosrption"), "absorption"), + (UniCase::ascii("srirachra"), "sriracha"), + (UniCase::ascii("abandining"), "abandoning"), + (UniCase::ascii("hypocrities"), "hypocrite"), + (UniCase::ascii("compositied"), "composite"), + (UniCase::ascii("aquiantance"), "acquaintance"), + (UniCase::ascii("pshycotic"), "psychotic"), + (UniCase::ascii("unconcsiously"), "unconsciously"), + (UniCase::ascii("labourers"), "laborers"), + (UniCase::ascii("overclocled"), "overclocked"), + (UniCase::ascii("demeanour"), "demeanor"), + (UniCase::ascii("hambergers"), "hamburgers"), + (UniCase::ascii("burgundry"), "burgundy"), + (UniCase::ascii("concened"), "concede"), + (UniCase::ascii("concervatives"), "conservatives"), + (UniCase::ascii("opprotunity"), "opportunity"), + (UniCase::ascii("conflcting"), "conflating"), + (UniCase::ascii("patriarhal"), "patriarchal"), + (UniCase::ascii("acquisito"), "acquisition"), + (UniCase::ascii("simultaneus"), "simultaneous"), + (UniCase::ascii("facilitare"), "facilitate"), + (UniCase::ascii("nonsensicle"), "nonsensical"), + (UniCase::ascii("matheticians"), "mathematicians"), + (UniCase::ascii("helicoptors"), "helicopters"), + (UniCase::ascii("brotherood"), "brotherhood"), + (UniCase::ascii("excessivly"), "excessively"), + (UniCase::ascii("sweetheat"), "sweetheart"), + (UniCase::ascii("fetishs"), "fetishes"), + (UniCase::ascii("entirley"), "entirely"), + (UniCase::ascii("procrastinazione"), "procrastination"), + (UniCase::ascii("recreativo"), "recreation"), + (UniCase::ascii("complination"), "complication"), + (UniCase::ascii("universale"), "universe"), + (UniCase::ascii("oublisher"), "publisher"), + (UniCase::ascii("eachtoher"), "eachother"), + (UniCase::ascii("physcopaths"), "psychopaths"), + (UniCase::ascii("stong"), "strong"), + (UniCase::ascii("pedohpilia"), "pedophilia"), + (UniCase::ascii("narhwal"), "narwhal"), + (UniCase::ascii("establishmet"), "establishments"), + (UniCase::ascii("boyfirends"), "boyfriends"), + (UniCase::ascii("feminising"), "feminizing"), + (UniCase::ascii("denationalise"), "denationalize"), + (UniCase::ascii("parallely"), "parallelly"), + (UniCase::ascii("independance"), "independence"), + (UniCase::ascii("intelligenty"), "intelligently"), + (UniCase::ascii("calculatin"), "calculations"), + (UniCase::ascii("islamistisk"), "islamists"), + (UniCase::ascii("alchemey"), "alchemy"), + (UniCase::ascii("sweatshit"), "sweatshirt"), + (UniCase::ascii("revoluiton"), "revolutions"), + (UniCase::ascii("fasicsts"), "fascists"), + (UniCase::ascii("squirle"), "squirrel"), + (UniCase::ascii("authroity"), "authority"), + (UniCase::ascii("simulative"), "simulate"), + (UniCase::ascii("indictrinated"), "indoctrinated"), + (UniCase::ascii("fanservise"), "fanservice"), + (UniCase::ascii("emited"), "emitted"), + (UniCase::ascii("futurestic"), "futuristic"), + (UniCase::ascii("transiten"), "transient"), + (UniCase::ascii("scrambeld"), "scrambled"), + (UniCase::ascii("extraordinairy"), "extraordinary"), + (UniCase::ascii("beleiver"), "believer"), + (UniCase::ascii("jericoh"), "jericho"), + (UniCase::ascii("thikn"), "think"), + (UniCase::ascii("intially"), "initially"), + (UniCase::ascii("repeatidly"), "repeatedly"), + (UniCase::ascii("isalmists"), "islamists"), + (UniCase::ascii("pendulm"), "pendulum"), + (UniCase::ascii("propulsing"), "propulsion"), + (UniCase::ascii("isntrumental"), "instrumental"), + (UniCase::ascii("miraculousy"), "miraculously"), + (UniCase::ascii("coloureds"), "coloreds"), + (UniCase::ascii("underwieght"), "underweight"), + (UniCase::ascii("mathametician"), "mathematician"), + (UniCase::ascii("doctirne"), "doctrine"), + (UniCase::ascii("piblisher"), "publisher"), + (UniCase::ascii("anomynous"), "anonymous"), + (UniCase::ascii("accidenlty"), "accidently"), + (UniCase::ascii("disgrunteled"), "disgruntled"), + (UniCase::ascii("unequalled"), "unequaled"), + (UniCase::ascii("disapprovel"), "disapproval"), + (UniCase::ascii("plagarisim"), "plagiarism"), + (UniCase::ascii("methodolgy"), "methodology"), + (UniCase::ascii("autograh"), "autograph"), + (UniCase::ascii("lightes"), "lighters"), + (UniCase::ascii("vulgarising"), "vulgarizing"), + (UniCase::ascii("disgruntld"), "disgruntled"), + (UniCase::ascii("confererate"), "confederate"), + (UniCase::ascii("strangeshit"), "strangest"), + (UniCase::ascii("pitchforcks"), "pitchforks"), + (UniCase::ascii("contributons"), "contributors"), + (UniCase::ascii("correclty"), "correctly"), + (UniCase::ascii("countertraps"), "counterparts"), + (UniCase::ascii("ungreatful"), "ungrateful"), + (UniCase::ascii("caculater"), "calculator"), + (UniCase::ascii("homoeopath"), "homeopath"), + (UniCase::ascii("reptuation"), "reputation"), + (UniCase::ascii("acusing"), "causing"), + (UniCase::ascii("respoted"), "reposted"), + (UniCase::ascii("ismalist"), "islamist"), + (UniCase::ascii("stabilizied"), "stabilize"), + (UniCase::ascii("redesiging"), "redesign"), + (UniCase::ascii("cruical"), "crucial"), + (UniCase::ascii("intregity"), "integrity"), + (UniCase::ascii("sprintas"), "sprints"), + (UniCase::ascii("vastecomy"), "vasectomy"), + (UniCase::ascii("pinnaple"), "pineapple"), + (UniCase::ascii("hafltime"), "halftime"), + (UniCase::ascii("miracurously"), "miraculous"), + (UniCase::ascii("brasillian"), "brazilian"), + (UniCase::ascii("culprint"), "culprit"), + (UniCase::ascii("dwarvens"), "dwarves"), + (UniCase::ascii("supplemetal"), "supplemental"), + (UniCase::ascii("clikcbait"), "clickbait"), + (UniCase::ascii("inefficiant"), "inefficient"), + (UniCase::ascii("collisson"), "collisions"), + (UniCase::ascii("compatibil"), "compatible"), + (UniCase::ascii("organicaly"), "organically"), + (UniCase::ascii("zionsits"), "zionists"), + (UniCase::ascii("casheirs"), "cashiers"), + (UniCase::ascii("contactes"), "contacts"), + (UniCase::ascii("consumibles"), "consumables"), + (UniCase::ascii("investirat"), "investigator"), + (UniCase::ascii("torrest"), "torrents"), + (UniCase::ascii("ocurrance"), "occurrence"), + (UniCase::ascii("reciprocrate"), "reciprocate"), + (UniCase::ascii("legimitacy"), "legitimacy"), + (UniCase::ascii("frome"), "from"), + (UniCase::ascii("ukarine"), "ukraine"), + (UniCase::ascii("electroate"), "electorate"), + (UniCase::ascii("showerd"), "showered"), + (UniCase::ascii("simpley"), "simply"), + (UniCase::ascii("concludendo"), "concluded"), + (UniCase::ascii("comfertable"), "comfortable"), + (UniCase::ascii("contineous"), "continuous"), + (UniCase::ascii("portraing"), "portraying"), + (UniCase::ascii("multiplr"), "multiplier"), + (UniCase::ascii("consultate"), "consultant"), + (UniCase::ascii("uncesnored"), "uncensored"), + (UniCase::ascii("parastie"), "parasite"), + (UniCase::ascii("unluckly"), "unlucky"), + (UniCase::ascii("contribuer"), "contribute"), + (UniCase::ascii("vidoegame"), "videogame"), + (UniCase::ascii("halp"), "help"), + (UniCase::ascii("vapours"), "vapors"), + (UniCase::ascii("goblings"), "goblins"), + (UniCase::ascii("seperator"), "separator"), + (UniCase::ascii("intergated"), "integrated"), + (UniCase::ascii("inexpeirenced"), "inexperience"), + (UniCase::ascii("encompesses"), "encompasses"), + (UniCase::ascii("snowlfake"), "snowflake"), + (UniCase::ascii("proporcion"), "proportion"), + (UniCase::ascii("ocassion"), "occasion"), + (UniCase::ascii("cleanilness"), "cleanliness"), + (UniCase::ascii("inpenetrable"), "impenetrable"), + (UniCase::ascii("reveller"), "reveler"), + (UniCase::ascii("invesitgate"), "investigate"), + (UniCase::ascii("rigours"), "rigors"), + (UniCase::ascii("skateboad"), "skateboard"), + (UniCase::ascii("radiactive"), "radioactive"), + (UniCase::ascii("architectureal"), "architectural"), + (UniCase::ascii("transplate"), "transplant"), + (UniCase::ascii("mosntrosity"), "monstrosity"), + (UniCase::ascii("intiials"), "initials"), + (UniCase::ascii("rightiousness"), "righteousness"), + (UniCase::ascii("coutnerproductive"), "counterproductive"), + (UniCase::ascii("portait"), "portrait"), + (UniCase::ascii("responce"), "response"), + (UniCase::ascii("televsion"), "television"), + (UniCase::ascii("internetest"), "internets"), + (UniCase::ascii("controll"), "control"), + (UniCase::ascii("microstansactions"), "microtransactions"), + (UniCase::ascii("excitiment"), "excitement"), + (UniCase::ascii("cylcops"), "cyclops"), + (UniCase::ascii("kennedey"), "kennedy"), + (UniCase::ascii("warrantles"), "warranties"), + (UniCase::ascii("explonation"), "exploration"), + (UniCase::ascii("delagates"), "delegates"), + (UniCase::ascii("comapny"), "company"), + (UniCase::ascii("lightwright"), "lightweight"), + (UniCase::ascii("competidor"), "competitor"), + (UniCase::ascii("brotherhoood"), "brotherhood"), + (UniCase::ascii("entirelly"), "entirely"), + (UniCase::ascii("experssion"), "expression"), + (UniCase::ascii("motivacional"), "motivational"), + (UniCase::ascii("infenro"), "inferno"), + (UniCase::ascii("mechanichal"), "mechanical"), + (UniCase::ascii("particel"), "particle"), + (UniCase::ascii("consolidad"), "consolidated"), + (UniCase::ascii("intestins"), "intestines"), + (UniCase::ascii("openess"), "openness"), + (UniCase::ascii("atrittion"), "attrition"), + (UniCase::ascii("warrios"), "warriors"), + (UniCase::ascii("pendatic"), "pedantic"), + (UniCase::ascii("capaciters"), "capacitors"), + (UniCase::ascii("kittiens"), "kitties"), + (UniCase::ascii("dishcarged"), "discharged"), + (UniCase::ascii("unexpectdly"), "unexpectedly"), + (UniCase::ascii("bittersweeet"), "bittersweet"), + (UniCase::ascii("euthanesia"), "euthanasia"), + (UniCase::ascii("dekstop"), "desktop"), + (UniCase::ascii("challanges"), "challenges"), + (UniCase::ascii("stupidy"), "stupidly"), + (UniCase::ascii("miscarraiges"), "miscarriage"), + (UniCase::ascii("interpretationen"), "interpretations"), + (UniCase::ascii("hedgehorg"), "hedgehog"), + (UniCase::ascii("contempate"), "contemplate"), + (UniCase::ascii("atomsphere"), "atmosphere"), + (UniCase::ascii("intrepreting"), "interpreting"), + (UniCase::ascii("zoinists"), "zionists"), + (UniCase::ascii("kurdisch"), "kurdish"), + (UniCase::ascii("strechtes"), "stretches"), + (UniCase::ascii("normany"), "normandy"), + (UniCase::ascii("bannisters"), "banisters"), + (UniCase::ascii("insparation"), "inspiration"), + (UniCase::ascii("microphonies"), "microphones"), + (UniCase::ascii("depersonalising"), "depersonalizing"), + (UniCase::ascii("restrictins"), "restricts"), + (UniCase::ascii("independense"), "independents"), + (UniCase::ascii("subesquent"), "subsequent"), + (UniCase::ascii("progressisme"), "progresses"), + (UniCase::ascii("considertaion"), "considerations"), + (UniCase::ascii("separatley"), "separately"), + (UniCase::ascii("resloved"), "resolved"), + (UniCase::ascii("collectivise"), "collectivize"), + (UniCase::ascii("calroies"), "calories"), + (UniCase::ascii("touristly"), "touristy"), + (UniCase::ascii("arbirtary"), "arbitrary"), + (UniCase::ascii("temproarily"), "temporarily"), + (UniCase::ascii("parilamentary"), "parliamentary"), + (UniCase::ascii("propmtly"), "promptly"), + (UniCase::ascii("terminato"), "termination"), + (UniCase::ascii("indefenite"), "indefinite"), + (UniCase::ascii("vrigins"), "virgins"), + (UniCase::ascii("stlye"), "style"), + (UniCase::ascii("profitabiliy"), "profitability"), + (UniCase::ascii("optimizating"), "optimization"), + (UniCase::ascii("idealisitic"), "idealistic"), + (UniCase::ascii("incompetente"), "incompetence"), + (UniCase::ascii("illegimacy"), "illegitimacy"), + (UniCase::ascii("aggrovated"), "aggravated"), + (UniCase::ascii("haematologist"), "hematologist"), + (UniCase::ascii("invulnerbale"), "invulnerable"), + (UniCase::ascii("philadelhpia"), "philadelphia"), + (UniCase::ascii("downvotest"), "downvoters"), + (UniCase::ascii("appreciatve"), "appreciative"), + (UniCase::ascii("misrepresentativ"), "misrepresentation"), + (UniCase::ascii("interaccion"), "interaction"), + (UniCase::ascii("crystalisk"), "crystals"), + (UniCase::ascii("heartsthone"), "hearthstone"), + (UniCase::ascii("meerkrat"), "meerkat"), + (UniCase::ascii("cliffhangar"), "cliffhanger"), + (UniCase::ascii("sentencian"), "sentencing"), + (UniCase::ascii("undoubtadly"), "undoubtedly"), + (UniCase::ascii("conqure"), "conquer"), + (UniCase::ascii("anaesthetist"), "anesthetist"), + (UniCase::ascii("snugglie"), "snuggle"), + (UniCase::ascii("portgual"), "portugal"), + (UniCase::ascii("componts"), "compost"), + (UniCase::ascii("tornaodes"), "tornadoes"), + (UniCase::ascii("repricussions"), "repercussions"), + (UniCase::ascii("kurbick"), "kubrick"), + (UniCase::ascii("motorollas"), "motorola"), + (UniCase::ascii("storey"), "story"), + (UniCase::ascii("intervieuw"), "interviews"), + (UniCase::ascii("disconnet"), "disconnect"), + (UniCase::ascii("hystera"), "hysteria"), + (UniCase::ascii("simplificating"), "simplification"), + (UniCase::ascii("incidentul"), "incidental"), + (UniCase::ascii("hypothesises"), "hypothesizes"), + (UniCase::ascii("enthisiasts"), "enthusiasts"), + (UniCase::ascii("defenisvely"), "defensively"), + (UniCase::ascii("lacklustre"), "lackluster"), + (UniCase::ascii("apologising"), "apologizing"), + (UniCase::ascii("hospitalzed"), "hospitalized"), + (UniCase::ascii("unhealty"), "unhealthy"), + (UniCase::ascii("crossfie"), "crossfire"), + (UniCase::ascii("fortelling"), "foretelling"), + (UniCase::ascii("mormonts"), "mormons"), + (UniCase::ascii("heaveny"), "heavenly"), + (UniCase::ascii("unsuable"), "unusable"), + (UniCase::ascii("infrastrucure"), "infrastructure"), + (UniCase::ascii("probelms"), "problems"), + (UniCase::ascii("penguines"), "penguins"), + (UniCase::ascii("adresing"), "addressing"), + (UniCase::ascii("mandarian"), "mandarin"), + (UniCase::ascii("staggerring"), "staggering"), + (UniCase::ascii("differentiaton"), "differentiation"), + (UniCase::ascii("ukrianian"), "ukrainian"), + (UniCase::ascii("repetetion"), "repetition"), + (UniCase::ascii("grwo"), "grow"), + (UniCase::ascii("marvelos"), "marvelous"), + (UniCase::ascii("gonewidl"), "gonewild"), + (UniCase::ascii("intellectualy"), "intellectually"), + (UniCase::ascii("shelveys"), "shelves"), + (UniCase::ascii("undeniabely"), "undeniably"), + (UniCase::ascii("reproducable"), "reproducible"), + (UniCase::ascii("internetese"), "internets"), + (UniCase::ascii("assempling"), "assembling"), + (UniCase::ascii("develepmont"), "developments"), + (UniCase::ascii("legitimised"), "legitimized"), + (UniCase::ascii("celebracion"), "celebration"), + (UniCase::ascii("formulados"), "formulas"), + (UniCase::ascii("compresssed"), "compressed"), + (UniCase::ascii("socieites"), "societies"), + (UniCase::ascii("cinemetography"), "cinematography"), + (UniCase::ascii("tequlia"), "tequila"), + (UniCase::ascii("dialled"), "dialed"), + (UniCase::ascii("downlaoded"), "downloaded"), + (UniCase::ascii("emabssy"), "embassy"), + (UniCase::ascii("kenyesian"), "keynesian"), + (UniCase::ascii("wonderfull"), "wonderful"), + (UniCase::ascii("creationisim"), "creationism"), + (UniCase::ascii("traliers"), "trailers"), + (UniCase::ascii("disemination"), "dissemination"), + (UniCase::ascii("pennsylvnia"), "pennsylvania"), + (UniCase::ascii("concatinated"), "contaminated"), + (UniCase::ascii("intermittient"), "intermittent"), + (UniCase::ascii("journalistisch"), "journalistic"), + (UniCase::ascii("departer"), "departure"), + (UniCase::ascii("stornghold"), "stronghold"), + (UniCase::ascii("requeriments"), "requirements"), + (UniCase::ascii("snowbaording"), "snowboarding"), + (UniCase::ascii("honour"), "honor"), + (UniCase::ascii("summenors"), "summoners"), + (UniCase::ascii("remarkibly"), "remarkably"), + (UniCase::ascii("exerciese"), "exercises"), + (UniCase::ascii("convinving"), "convincing"), + (UniCase::ascii("prepetuate"), "perpetuate"), + (UniCase::ascii("maneouvre"), "manoeuvre"), + (UniCase::ascii("comtaminated"), "contaminated"), + (UniCase::ascii("exculsion"), "exclusion"), + (UniCase::ascii("uninamous"), "unanimous"), + (UniCase::ascii("sideboad"), "sideboard"), + (UniCase::ascii("heighest"), "heights"), + (UniCase::ascii("soldiarity"), "solidarity"), + (UniCase::ascii("manufacutred"), "manufacture"), + (UniCase::ascii("adviced"), "advised"), + (UniCase::ascii("ninteenth"), "nineteenth"), + (UniCase::ascii("disastroso"), "disastrous"), + (UniCase::ascii("foreigness"), "foreigners"), + (UniCase::ascii("misunderstandingly"), "misunderstandings"), + (UniCase::ascii("aparthied"), "apartheid"), + (UniCase::ascii("racistes"), "racists"), + (UniCase::ascii("subscribar"), "subscriber"), + (UniCase::ascii("chromosmes"), "chromosomes"), + (UniCase::ascii("foootball"), "football"), + (UniCase::ascii("acutally"), "actually"), + (UniCase::ascii("compromisses"), "compromises"), + (UniCase::ascii("piolting"), "piloting"), + (UniCase::ascii("masturbarte"), "masturbate"), + (UniCase::ascii("organiszed"), "organise"), + (UniCase::ascii("liquidises"), "liquidizes"), + (UniCase::ascii("knowlegdeable"), "knowledgeable"), + (UniCase::ascii("undoubedtly"), "undoubtedly"), + (UniCase::ascii("windhsield"), "windshield"), + (UniCase::ascii("capitolist"), "capitalist"), + (UniCase::ascii("custcenes"), "cutscenes"), + (UniCase::ascii("evangalical"), "evangelical"), + (UniCase::ascii("correspondense"), "correspondence"), + (UniCase::ascii("surley"), "surly"), + (UniCase::ascii("martail"), "martial"), + (UniCase::ascii("bigtoed"), "bigoted"), + (UniCase::ascii("midifelder"), "midfielder"), + (UniCase::ascii("auidobook"), "audiobook"), + (UniCase::ascii("deomcracies"), "democracies"), + (UniCase::ascii("inseperable"), "inseparable"), + (UniCase::ascii("compilance"), "compliance"), + (UniCase::ascii("congragulate"), "congratulate"), + (UniCase::ascii("alteracion"), "alteration"), + (UniCase::ascii("doucheus"), "douches"), + (UniCase::ascii("superhereos"), "superhero"), + (UniCase::ascii("poisonis"), "poisons"), + (UniCase::ascii("irresponsble"), "irresponsible"), + (UniCase::ascii("decendants"), "descendants"), + (UniCase::ascii("tramboline"), "trampoline"), + (UniCase::ascii("internt"), "internet"), + (UniCase::ascii("meixcan"), "mexican"), + (UniCase::ascii("obstruktion"), "obstruction"), + (UniCase::ascii("anaesthetising"), "anesthetizing"), + (UniCase::ascii("disqualifed"), "disqualified"), + (UniCase::ascii("definityl"), "definitly"), + (UniCase::ascii("dominiant"), "dominant"), + (UniCase::ascii("programmier"), "programmer"), + (UniCase::ascii("busniessmen"), "businessmen"), + (UniCase::ascii("incuding"), "including"), + (UniCase::ascii("migrans"), "migrants"), + (UniCase::ascii("reynlods"), "reynolds"), + (UniCase::ascii("brigated"), "brigade"), + (UniCase::ascii("counsellor"), "counselor"), + (UniCase::ascii("strenghtens"), "strengthen"), + (UniCase::ascii("orded"), "ordered"), + (UniCase::ascii("humanitarien"), "humanitarian"), + (UniCase::ascii("paychologist"), "psychologist"), + (UniCase::ascii("intertaining"), "entertaining"), + (UniCase::ascii("overpoweing"), "overpowering"), + (UniCase::ascii("definitevly"), "definitively"), + (UniCase::ascii("repulisve"), "repulsive"), + (UniCase::ascii("coincidente"), "coincidence"), + (UniCase::ascii("libertatians"), "libertarians"), + (UniCase::ascii("lifestel"), "lifesteal"), + (UniCase::ascii("bethdesa"), "bethesda"), + (UniCase::ascii("profitible"), "profitable"), + (UniCase::ascii("duplicitas"), "duplicates"), + (UniCase::ascii("centigramme"), "centigram"), + (UniCase::ascii("ariflow"), "airflow"), + (UniCase::ascii("justifyable"), "justifiable"), + (UniCase::ascii("unvelievably"), "unbelievably"), + (UniCase::ascii("broderlands"), "borderlands"), + (UniCase::ascii("yoursleves"), "yourselves"), + (UniCase::ascii("indoensia"), "indonesia"), + (UniCase::ascii("chocolae"), "chocolates"), + (UniCase::ascii("contines"), "continents"), + (UniCase::ascii("shawhsank"), "shawshank"), + (UniCase::ascii("worshoping"), "worshiping"), + (UniCase::ascii("unnistall"), "uninstall"), + (UniCase::ascii("alse"), "else"), + (UniCase::ascii("counsolers"), "counselors"), + (UniCase::ascii("semestre"), "semester"), + (UniCase::ascii("lackbuster"), "lackluster"), + (UniCase::ascii("lesbianas"), "lesbians"), + (UniCase::ascii("styrofaom"), "styrofoam"), + (UniCase::ascii("tranlastion"), "translations"), + (UniCase::ascii("singpaore"), "singapore"), + (UniCase::ascii("transiet"), "transient"), + (UniCase::ascii("extrapolare"), "extrapolate"), + (UniCase::ascii("composicion"), "composition"), + (UniCase::ascii("inspectres"), "inspectors"), + (UniCase::ascii("moulding"), "molding"), + (UniCase::ascii("gentelmen"), "gentlemen"), + (UniCase::ascii("experiense"), "experiences"), + (UniCase::ascii("insectos"), "insects"), + (UniCase::ascii("loiusiana"), "louisiana"), + (UniCase::ascii("contractar"), "contractor"), + (UniCase::ascii("countres"), "counters"), + (UniCase::ascii("probablistic"), "probabilistic"), + (UniCase::ascii("severeal"), "several"), + (UniCase::ascii("occasionly"), "occasional"), + (UniCase::ascii("explination"), "explanation"), + (UniCase::ascii("differentl"), "differential"), + (UniCase::ascii("reinitalization"), "reinitialization"), + (UniCase::ascii("interfeer"), "interfere"), + (UniCase::ascii("shakeapeare"), "shakespeare"), + (UniCase::ascii("firtsly"), "firstly"), + (UniCase::ascii("analysise"), "analyses"), + (UniCase::ascii("permanantely"), "permanently"), + (UniCase::ascii("flethcer"), "fletcher"), + (UniCase::ascii("hypotheiss"), "hypotheses"), + (UniCase::ascii("supermarkerts"), "supermarkets"), + (UniCase::ascii("photoshope"), "photoshopped"), + (UniCase::ascii("tood"), "todo"), + (UniCase::ascii("complexety"), "complexity"), + (UniCase::ascii("compatibily"), "compatibility"), + (UniCase::ascii("restrait"), "restraint"), + (UniCase::ascii("parmenas"), "parmesan"), + (UniCase::ascii("shileded"), "shielded"), + (UniCase::ascii("boudler"), "boulder"), + (UniCase::ascii("proximty"), "proximity"), + (UniCase::ascii("contectual"), "contextual"), + (UniCase::ascii("demenstrations"), "demonstrations"), + (UniCase::ascii("margerat"), "margaret"), + (UniCase::ascii("centruies"), "centuries"), + (UniCase::ascii("refference"), "reference"), + (UniCase::ascii("synchronise"), "synchronize"), + (UniCase::ascii("antivirs"), "antivirus"), + (UniCase::ascii("amphetamies"), "amphetamines"), + (UniCase::ascii("sucesses"), "successes"), + (UniCase::ascii("mathemagics"), "mathematics"), + (UniCase::ascii("calculador"), "calculator"), + (UniCase::ascii("estbalishment"), "establishments"), + (UniCase::ascii("underwolrd"), "underworld"), + (UniCase::ascii("centimetre"), "centimeter"), + (UniCase::ascii("narcisissm"), "narcissism"), + (UniCase::ascii("canides"), "candies"), + (UniCase::ascii("protraying"), "portraying"), + (UniCase::ascii("underneight"), "underweight"), + (UniCase::ascii("protestantisk"), "protestants"), + (UniCase::ascii("supersticion"), "superstition"), + (UniCase::ascii("cassete"), "cassette"), + (UniCase::ascii("santourm"), "santorum"), + (UniCase::ascii("amernian"), "armenian"), + (UniCase::ascii("differneces"), "differences"), + (UniCase::ascii("nurtients"), "nutrients"), + (UniCase::ascii("analsyt"), "analyst"), + (UniCase::ascii("noticeing"), "noticing"), + (UniCase::ascii("signifigantly"), "significantly"), + (UniCase::ascii("genisues"), "geniuses"), + (UniCase::ascii("cardiovasculaires"), "cardiovascular"), + (UniCase::ascii("headhsot"), "headshot"), + (UniCase::ascii("environemnts"), "environments"), + (UniCase::ascii("contribuie"), "contribute"), + (UniCase::ascii("realise"), "realize"), + (UniCase::ascii("diagonse"), "diagnose"), + (UniCase::ascii("synchronisation"), "synchronization"), + (UniCase::ascii("allopone"), "allophone"), + (UniCase::ascii("strawbrerry"), "strawberry"), + (UniCase::ascii("neigbourhood"), "neighbourhood"), + (UniCase::ascii("masculenity"), "masculinity"), + (UniCase::ascii("transcripton"), "transcription"), + (UniCase::ascii("exterioare"), "exterior"), + (UniCase::ascii("pigoens"), "pigeons"), + (UniCase::ascii("infallibile"), "infallible"), + (UniCase::ascii("absintence"), "abstinence"), + (UniCase::ascii("peice"), "piece"), + (UniCase::ascii("therby"), "thereby"), + (UniCase::ascii("critizisms"), "criticisms"), + (UniCase::ascii("thta"), "that"), + (UniCase::ascii("declaremos"), "declares"), + (UniCase::ascii("emphatised"), "emphasized"), + (UniCase::ascii("appropraitely"), "appropriately"), + (UniCase::ascii("glitchey"), "glitchy"), + (UniCase::ascii("teeangers"), "teenagers"), + (UniCase::ascii("perheaps"), "perhaps"), + (UniCase::ascii("persvasive"), "persuasive"), + (UniCase::ascii("poeoples"), "peoples"), + (UniCase::ascii("analisys"), "analysis"), + (UniCase::ascii("busness"), "business"), + (UniCase::ascii("cellpading"), "cellpadding"), + (UniCase::ascii("dramatise"), "dramatize"), + (UniCase::ascii("delpoyed"), "deployed"), + (UniCase::ascii("intellectualising"), "intellectualizing"), + (UniCase::ascii("michina"), "michigan"), + (UniCase::ascii("mechanincs"), "mechanic"), + (UniCase::ascii("draughty"), "drafty"), + (UniCase::ascii("compramising"), "compromising"), + (UniCase::ascii("funnilly"), "funnily"), + (UniCase::ascii("antibioitcs"), "antibiotic"), + (UniCase::ascii("thermodyanmics"), "thermodynamics"), + (UniCase::ascii("fliters"), "filters"), + (UniCase::ascii("resovled"), "resolved"), + (UniCase::ascii("chihuahuita"), "chihuahua"), + (UniCase::ascii("friendzonded"), "friendzoned"), + (UniCase::ascii("relativitiy"), "relativity"), + (UniCase::ascii("excercise"), "exercise"), + (UniCase::ascii("helicopteros"), "helicopters"), + (UniCase::ascii("recide"), "reside"), + (UniCase::ascii("ofcoures"), "ofcourse"), + (UniCase::ascii("influentes"), "influences"), + (UniCase::ascii("infleunced"), "influenced"), + (UniCase::ascii("alternativly"), "alternatively"), + (UniCase::ascii("favourates"), "favourites"), + (UniCase::ascii("developmentwise"), "developments"), + (UniCase::ascii("whislist"), "wishlist"), + (UniCase::ascii("literallly"), "literally"), + (UniCase::ascii("deneirs"), "deniers"), + (UniCase::ascii("turksih"), "turkish"), + (UniCase::ascii("intolerence"), "intolerance"), + (UniCase::ascii("concertas"), "concerts"), + (UniCase::ascii("supportes"), "supports"), + (UniCase::ascii("ejaculatin"), "ejaculation"), + (UniCase::ascii("browine"), "brownie"), + (UniCase::ascii("intermediare"), "intermediate"), + (UniCase::ascii("incorect"), "incorrect"), + (UniCase::ascii("survivers"), "survivors"), + (UniCase::ascii("assemblare"), "assemble"), + (UniCase::ascii("dicussed"), "discussed"), + (UniCase::ascii("hyperbel"), "hyperbole"), + (UniCase::ascii("perputually"), "perpetually"), + (UniCase::ascii("minoritets"), "minorities"), + (UniCase::ascii("prograstination"), "procrastination"), + (UniCase::ascii("unregulared"), "unregulated"), + (UniCase::ascii("descipable"), "despicable"), + (UniCase::ascii("sceintists"), "scientists"), + (UniCase::ascii("basiton"), "bastion"), + (UniCase::ascii("defendes"), "defenders"), + (UniCase::ascii("excluse"), "excludes"), + (UniCase::ascii("concernig"), "concerning"), + (UniCase::ascii("imporper"), "improper"), + (UniCase::ascii("underneeth"), "underneath"), + (UniCase::ascii("externalised"), "externalized"), + (UniCase::ascii("miracilously"), "miraculously"), + (UniCase::ascii("deplorible"), "deplorable"), + (UniCase::ascii("durabiliy"), "durability"), + (UniCase::ascii("planetos"), "planets"), + (UniCase::ascii("compromsie"), "compromises"), + (UniCase::ascii("durring"), "during"), + (UniCase::ascii("inhabitents"), "inhabitants"), + (UniCase::ascii("hydropobic"), "hydrophobic"), + (UniCase::ascii("adeliade"), "adelaide"), + (UniCase::ascii("commissons"), "commissions"), + (UniCase::ascii("abberviation"), "abbreviation"), + (UniCase::ascii("diagnoes"), "diagnose"), + (UniCase::ascii("inappropriatly"), "inappropriately"), + (UniCase::ascii("catapillars"), "caterpillars"), + (UniCase::ascii("ostensiably"), "ostensibly"), + (UniCase::ascii("publihser"), "publisher"), + (UniCase::ascii("venezeula"), "venezuela"), + (UniCase::ascii("inplications"), "implications"), + (UniCase::ascii("transisioning"), "transitioning"), + (UniCase::ascii("liquidising"), "liquidizing"), + (UniCase::ascii("visualising"), "visualizing"), + (UniCase::ascii("palaeolithic"), "paleolithic"), + (UniCase::ascii("frogiven"), "forgiven"), + (UniCase::ascii("surrundering"), "surrendering"), + (UniCase::ascii("sepcially"), "specially"), + (UniCase::ascii("baclony"), "balcony"), + (UniCase::ascii("pertended"), "pretended"), + (UniCase::ascii("abnormalty"), "abnormally"), + (UniCase::ascii("cloesly"), "closely"), + (UniCase::ascii("prosparity"), "prosperity"), + (UniCase::ascii("geographicial"), "geographical"), + (UniCase::ascii("ceremonije"), "ceremonies"), + (UniCase::ascii("stimluating"), "stimulating"), + (UniCase::ascii("negilgence"), "negligence"), + (UniCase::ascii("cruicble"), "crucible"), + (UniCase::ascii("destroyd"), "destroyed"), + (UniCase::ascii("stealthray"), "stealthy"), + (UniCase::ascii("considerato"), "consideration"), + (UniCase::ascii("addictin"), "addictions"), + (UniCase::ascii("portrayels"), "portrays"), + (UniCase::ascii("sacrifizes"), "sacrifices"), + (UniCase::ascii("categorised"), "categorized"), + (UniCase::ascii("ritalian"), "ritalin"), + (UniCase::ascii("conclusivley"), "conclusive"), + (UniCase::ascii("discustingly"), "disgustingly"), + (UniCase::ascii("championsihp"), "championships"), + (UniCase::ascii("corrolation"), "correlation"), + (UniCase::ascii("epsorts"), "esports"), + (UniCase::ascii("converitble"), "convertible"), + (UniCase::ascii("phenomonen"), "phenomenon"), + (UniCase::ascii("deafeted"), "defeated"), + (UniCase::ascii("penalised"), "penalized"), + (UniCase::ascii("acceleartion"), "acceleration"), + (UniCase::ascii("sparkel"), "sparkle"), + (UniCase::ascii("overshadowered"), "overshadowed"), + (UniCase::ascii("realsim"), "realism"), + (UniCase::ascii("anicents"), "ancients"), + (UniCase::ascii("manifestons"), "manifests"), + (UniCase::ascii("obivous"), "obvious"), + (UniCase::ascii("sensacionalism"), "sensationalism"), + (UniCase::ascii("legalazing"), "legalizing"), + (UniCase::ascii("philosophising"), "philosophizing"), + (UniCase::ascii("exhuastion"), "exhaustion"), + (UniCase::ascii("waitres"), "waiters"), + (UniCase::ascii("presumptuos"), "presumptuous"), + (UniCase::ascii("qauntity"), "quantity"), + (UniCase::ascii("baulked"), "balked"), + (UniCase::ascii("affilate"), "affiliate"), + (UniCase::ascii("teamspek"), "teamspeak"), + (UniCase::ascii("mathimatics"), "mathematics"), + (UniCase::ascii("implicacion"), "implication"), + (UniCase::ascii("concelaer"), "concealer"), + (UniCase::ascii("sitautional"), "situational"), + (UniCase::ascii("definetlly"), "definetly"), + (UniCase::ascii("maylasia"), "malaysia"), + (UniCase::ascii("recruites"), "recruits"), + (UniCase::ascii("electroinc"), "electron"), + (UniCase::ascii("collectivising"), "collectivizing"), + (UniCase::ascii("realises"), "realizes"), + (UniCase::ascii("themselfs"), "themselves"), + (UniCase::ascii("permissble"), "permissible"), + (UniCase::ascii("anounced"), "announced"), + (UniCase::ascii("mathmatician"), "mathematician"), + (UniCase::ascii("graudation"), "graduation"), + (UniCase::ascii("marraige"), "marriage"), + (UniCase::ascii("reniassance"), "renaissance"), + (UniCase::ascii("playthourgh"), "playthrough"), + (UniCase::ascii("weas"), "was"), + (UniCase::ascii("analouge"), "analogue"), + (UniCase::ascii("revolutionairy"), "revolutionary"), + (UniCase::ascii("rewarching"), "rewatching"), + (UniCase::ascii("camperos"), "campers"), + (UniCase::ascii("confins"), "confines"), + (UniCase::ascii("febraury"), "february"), + (UniCase::ascii("civilications"), "civilizations"), + (UniCase::ascii("enthisiast"), "enthusiast"), + (UniCase::ascii("intergity"), "integrity"), + (UniCase::ascii("explaination"), "explanation"), + (UniCase::ascii("continuning"), "continuing"), + (UniCase::ascii("hystericlly"), "hysterically"), + (UniCase::ascii("transportarte"), "transporter"), + (UniCase::ascii("incedentally"), "incidentally"), + (UniCase::ascii("masculanity"), "masculinity"), + (UniCase::ascii("redistributivo"), "redistribution"), + (UniCase::ascii("anaylses"), "analyses"), + (UniCase::ascii("alleigances"), "allegiance"), + (UniCase::ascii("unfortunatly"), "unfortunately"), + (UniCase::ascii("snippetts"), "snippets"), + (UniCase::ascii("intrument"), "instrument"), + (UniCase::ascii("searchd"), "searched"), + (UniCase::ascii("interatellar"), "interstellar"), + (UniCase::ascii("defiantely"), "definately"), + (UniCase::ascii("behavoiral"), "behavioral"), + (UniCase::ascii("conclution"), "conclusion"), + (UniCase::ascii("organisim"), "organism"), + (UniCase::ascii("preparato"), "preparation"), + (UniCase::ascii("vegitables"), "vegetables"), + (UniCase::ascii("intrigueing"), "intriguing"), + (UniCase::ascii("protototype"), "prototype"), + (UniCase::ascii("optimim"), "optimism"), + (UniCase::ascii("hemipshere"), "hemisphere"), + (UniCase::ascii("ammendments"), "amendments"), + (UniCase::ascii("downvoteros"), "downvoters"), + (UniCase::ascii("pakistnai"), "pakistani"), + (UniCase::ascii("gorillia"), "gorilla"), + (UniCase::ascii("narcissictic"), "narcissistic"), + (UniCase::ascii("legitamite"), "legitimate"), + (UniCase::ascii("exterioara"), "exterior"), + (UniCase::ascii("downvotted"), "downvote"), + (UniCase::ascii("orelans"), "orleans"), + (UniCase::ascii("strategisk"), "strategies"), + (UniCase::ascii("aeroplane"), "airplane"), + (UniCase::ascii("sportmansship"), "sportsmanship"), + (UniCase::ascii("informatie"), "informative"), + (UniCase::ascii("disorganisation"), "disorganization"), + (UniCase::ascii("australiams"), "australians"), + (UniCase::ascii("imporving"), "improving"), + (UniCase::ascii("inpossibility"), "impossibility"), + (UniCase::ascii("vairant"), "variant"), + (UniCase::ascii("pbulisher"), "publisher"), + (UniCase::ascii("expressie"), "expressive"), + (UniCase::ascii("infrigning"), "infringing"), + (UniCase::ascii("champoinship"), "championship"), + (UniCase::ascii("underestemated"), "underestimated"), + (UniCase::ascii("billboars"), "billboards"), + (UniCase::ascii("glitchs"), "glitches"), + (UniCase::ascii("suprass"), "surpass"), + (UniCase::ascii("rockerfeller"), "rockefeller"), + (UniCase::ascii("simulato"), "simulation"), + (UniCase::ascii("babysittting"), "babysitting"), + (UniCase::ascii("comapany"), "company"), + (UniCase::ascii("trespessing"), "trespassing"), + (UniCase::ascii("muffinus"), "muffins"), + (UniCase::ascii("spontaneos"), "spontaneous"), + (UniCase::ascii("threatining"), "threatening"), + (UniCase::ascii("laboreres"), "laborers"), + (UniCase::ascii("upgarde"), "upgrade"), + (UniCase::ascii("silhouete"), "silhouette"), + (UniCase::ascii("psychiatist"), "psychiatrist"), + (UniCase::ascii("compitation"), "computation"), + (UniCase::ascii("scratchs"), "scratches"), + (UniCase::ascii("legitimatley"), "legitimately"), + (UniCase::ascii("needels"), "needles"), + (UniCase::ascii("directroy"), "directory"), + (UniCase::ascii("darkets"), "darkest"), + (UniCase::ascii("tremendeous"), "tremendous"), + (UniCase::ascii("australin"), "australians"), + (UniCase::ascii("maragret"), "margaret"), + (UniCase::ascii("rivarlies"), "rivalries"), + (UniCase::ascii("desitny"), "destiny"), + (UniCase::ascii("tempalrs"), "templars"), + (UniCase::ascii("anoerxia"), "anorexia"), + (UniCase::ascii("ploughshare"), "plowshare"), + (UniCase::ascii("srriacha"), "sriracha"), + (UniCase::ascii("remeber"), "remember"), + (UniCase::ascii("organizms"), "organism"), + (UniCase::ascii("assoicated"), "associated"), + (UniCase::ascii("sacrifical"), "sacrificial"), + (UniCase::ascii("tirangle"), "triangle"), + (UniCase::ascii("simulatneous"), "simultaneous"), + (UniCase::ascii("predicessor"), "predecessor"), + (UniCase::ascii("distrubuted"), "distributed"), + (UniCase::ascii("snydrome"), "syndrome"), + (UniCase::ascii("shamelesly"), "shamelessly"), + (UniCase::ascii("liberatore"), "liberate"), + (UniCase::ascii("chasr"), "chaser"), + (UniCase::ascii("exeuctions"), "executions"), + (UniCase::ascii("interstallar"), "interstellar"), + (UniCase::ascii("tournyes"), "tourneys"), + (UniCase::ascii("circumferance"), "circumference"), + (UniCase::ascii("lithuim"), "lithium"), + (UniCase::ascii("mexicain"), "mexican"), + (UniCase::ascii("cheif"), "chief"), + (UniCase::ascii("brekaout"), "breakout"), + (UniCase::ascii("cheesees"), "cheeses"), + (UniCase::ascii("proponenets"), "proponents"), + (UniCase::ascii("consultato"), "consultation"), + (UniCase::ascii("snowballling"), "snowballing"), + (UniCase::ascii("bariner"), "brainer"), + (UniCase::ascii("cannonical"), "canonical"), + (UniCase::ascii("drankenstein"), "frankenstein"), + (UniCase::ascii("electrolyes"), "electrolytes"), + (UniCase::ascii("continuious"), "continuous"), + (UniCase::ascii("competitivo"), "competition"), + (UniCase::ascii("organisations"), "organizations"), + (UniCase::ascii("illegallly"), "illegally"), + (UniCase::ascii("transciprt"), "transcripts"), + (UniCase::ascii("aruging"), "arguing"), + (UniCase::ascii("restirctions"), "restrictions"), + (UniCase::ascii("ominpotent"), "omnipotent"), + (UniCase::ascii("liquidisers"), "liquidizers"), + (UniCase::ascii("superviosr"), "supervisors"), + (UniCase::ascii("recurison"), "recursion"), + (UniCase::ascii("palestinier"), "palestine"), + (UniCase::ascii("ejacualte"), "ejaculate"), + (UniCase::ascii("possesseurs"), "possesses"), + (UniCase::ascii("complainig"), "complaining"), + (UniCase::ascii("parasitter"), "parasite"), + (UniCase::ascii("acquantiances"), "acquaintances"), + (UniCase::ascii("comestics"), "cosmetics"), + (UniCase::ascii("jugdement"), "judgement"), + (UniCase::ascii("concervation"), "conservation"), + (UniCase::ascii("perpertated"), "perpetuated"), + (UniCase::ascii("particpiate"), "participated"), + (UniCase::ascii("volunteerd"), "volunteered"), + (UniCase::ascii("moderatey"), "moderately"), + (UniCase::ascii("irrationallity"), "irrationally"), + (UniCase::ascii("centre"), "center"), + (UniCase::ascii("schizophrania"), "schizophrenia"), + (UniCase::ascii("exchanching"), "exchanging"), + (UniCase::ascii("norwiegan"), "norwegian"), + (UniCase::ascii("exectuives"), "executives"), + (UniCase::ascii("controverial"), "controversial"), + (UniCase::ascii("beneficiul"), "beneficial"), + (UniCase::ascii("invisilibity"), "invisibility"), + (UniCase::ascii("buddhit"), "buddhist"), + (UniCase::ascii("ironicaly"), "ironically"), + (UniCase::ascii("dieties"), "deities"), + (UniCase::ascii("mythraic"), "mithraic"), + (UniCase::ascii("enthrals"), "enthralls"), + (UniCase::ascii("perjorative"), "pejorative"), + (UniCase::ascii("cringeworthey"), "cringeworthy"), + (UniCase::ascii("buddhisim"), "buddhism"), + (UniCase::ascii("norwegin"), "norwegian"), + (UniCase::ascii("participatie"), "participated"), + (UniCase::ascii("compadibility"), "compatibility"), + (UniCase::ascii("chroline"), "chlorine"), + (UniCase::ascii("immortalising"), "immortalizing"), + (UniCase::ascii("rigthfully"), "rightfully"), + (UniCase::ascii("antidepressents"), "antidepressants"), + (UniCase::ascii("arogent"), "arrogant"), + (UniCase::ascii("defnietly"), "definetly"), + (UniCase::ascii("propositon"), "proposition"), + (UniCase::ascii("resteraunt"), "restaurant"), + (UniCase::ascii("persicution"), "persecution"), + (UniCase::ascii("respectivelly"), "respectively"), + (UniCase::ascii("enahnces"), "enhances"), + (UniCase::ascii("scinece"), "science"), + (UniCase::ascii("bruglar"), "burglar"), + (UniCase::ascii("organiser"), "organizer"), + (UniCase::ascii("illuminai"), "illuminati"), + (UniCase::ascii("remainig"), "remaining"), + (UniCase::ascii("installmant"), "installment"), + (UniCase::ascii("recoverys"), "recovers"), + (UniCase::ascii("benchamrks"), "benchmarks"), + (UniCase::ascii("constructie"), "constructive"), + (UniCase::ascii("weigthlifting"), "weightlifting"), + (UniCase::ascii("malfuncting"), "malfunction"), + (UniCase::ascii("mannarisms"), "mannerisms"), + (UniCase::ascii("versatilty"), "versatility"), + (UniCase::ascii("intervining"), "intervening"), + (UniCase::ascii("calculationg"), "calculating"), + (UniCase::ascii("antiviurs"), "antivirus"), + (UniCase::ascii("iunior"), "junior"), + (UniCase::ascii("dissapoined"), "dissapointed"), + (UniCase::ascii("contenst"), "contents"), + (UniCase::ascii("exapnsive"), "expansive"), + (UniCase::ascii("convervation"), "conservation"), + (UniCase::ascii("krypyonite"), "kryptonite"), + (UniCase::ascii("wtiches"), "witches"), + (UniCase::ascii("nationalites"), "nationalist"), + (UniCase::ascii("earilest"), "earliest"), + (UniCase::ascii("boycottting"), "boycotting"), + (UniCase::ascii("citicenship"), "citizenship"), + (UniCase::ascii("monitord"), "monitored"), + (UniCase::ascii("pronouciation"), "pronunciation"), + (UniCase::ascii("judasim"), "judaism"), + (UniCase::ascii("helpped"), "helped"), + (UniCase::ascii("aqcuaintance"), "acquaintance"), + (UniCase::ascii("androides"), "androids"), + (UniCase::ascii("superham"), "superhuman"), + (UniCase::ascii("redefinine"), "redefine"), + (UniCase::ascii("metrapolis"), "metropolis"), + (UniCase::ascii("shaprie"), "sharpie"), + (UniCase::ascii("nationalisic"), "nationalistic"), + (UniCase::ascii("persisit"), "persist"), + (UniCase::ascii("irritaties"), "irritate"), + (UniCase::ascii("customised"), "customized"), + (UniCase::ascii("aristolte"), "aristotle"), + (UniCase::ascii("soldies"), "soldiers"), + (UniCase::ascii("desicive"), "decisive"), + (UniCase::ascii("clarificaiton"), "clarification"), + (UniCase::ascii("womanise"), "womanize"), + (UniCase::ascii("dectect"), "detect"), + (UniCase::ascii("relfects"), "reflects"), + (UniCase::ascii("peageant"), "pageant"), + (UniCase::ascii("brigthest"), "brightest"), + (UniCase::ascii("implosed"), "implode"), + (UniCase::ascii("geograpy"), "geography"), + (UniCase::ascii("duailty"), "duality"), + (UniCase::ascii("vandalsim"), "vandalism"), + (UniCase::ascii("reponsible"), "responsible"), + (UniCase::ascii("minimilist"), "minimalist"), + (UniCase::ascii("hunagry"), "hungary"), + (UniCase::ascii("anaesthetised"), "anesthetized"), + (UniCase::ascii("mormonisim"), "mormonism"), + (UniCase::ascii("restorting"), "restarting"), + (UniCase::ascii("explorare"), "explorer"), + (UniCase::ascii("autonation"), "automation"), + (UniCase::ascii("listeneres"), "listeners"), + (UniCase::ascii("replayd"), "replayed"), + (UniCase::ascii("custimized"), "customized"), + (UniCase::ascii("populos"), "populous"), + (UniCase::ascii("trushworthy"), "trustworthy"), + (UniCase::ascii("institutue"), "instituted"), + (UniCase::ascii("buildes"), "builders"), + (UniCase::ascii("traitorise"), "traitors"), + (UniCase::ascii("unwieldly"), "unwieldy"), + (UniCase::ascii("professionalise"), "professionalize"), + (UniCase::ascii("whislting"), "whistling"), + (UniCase::ascii("californina"), "californian"), + (UniCase::ascii("jamiaca"), "jamaica"), + (UniCase::ascii("nationalistiskt"), "nationalists"), + (UniCase::ascii("enxt"), "next"), + (UniCase::ascii("glicthes"), "glitches"), + (UniCase::ascii("identitties"), "identities"), + (UniCase::ascii("diplomancy"), "diplomacy"), + (UniCase::ascii("optimziation"), "optimization"), + (UniCase::ascii("conversie"), "converse"), + (UniCase::ascii("tyrannia"), "tyrannical"), + (UniCase::ascii("internationalising"), "internationalizing"), + (UniCase::ascii("transformarea"), "transformer"), + (UniCase::ascii("cholestrol"), "cholesterol"), + (UniCase::ascii("broadcat"), "broadcasts"), + (UniCase::ascii("discepline"), "discipline"), + (UniCase::ascii("solemnised"), "solemnized"), + (UniCase::ascii("centepide"), "centipede"), + (UniCase::ascii("incramentally"), "incrementally"), + (UniCase::ascii("physcologically"), "psychologically"), + (UniCase::ascii("developemnt"), "developments"), + (UniCase::ascii("contribued"), "contributed"), + (UniCase::ascii("benifit"), "benefit"), + (UniCase::ascii("irriration"), "irritation"), + (UniCase::ascii("priviledge"), "privilege"), + (UniCase::ascii("intelligant"), "intelligent"), + (UniCase::ascii("transitons"), "transitions"), + (UniCase::ascii("clairfying"), "clarifying"), + (UniCase::ascii("provinicial"), "provincial"), + (UniCase::ascii("apporaching"), "approaching"), + (UniCase::ascii("gymanstics"), "gymnastics"), + (UniCase::ascii("judisuary"), "judiciary"), + (UniCase::ascii("adventageous"), "advantageous"), + (UniCase::ascii("intraspection"), "introspection"), + (UniCase::ascii("procelain"), "porcelain"), + (UniCase::ascii("negativaty"), "negativity"), + (UniCase::ascii("masturbare"), "masturbate"), + (UniCase::ascii("condulences"), "condolences"), + (UniCase::ascii("noteriety"), "notoriety"), + (UniCase::ascii("acheivments"), "achievements"), + (UniCase::ascii("vietnameese"), "vietnamese"), + (UniCase::ascii("electronicas"), "electronics"), + (UniCase::ascii("componet"), "components"), + (UniCase::ascii("origional"), "original"), + (UniCase::ascii("utilitatian"), "utilitarian"), + (UniCase::ascii("subsconciously"), "subconsciously"), + (UniCase::ascii("vandalises"), "vandalizes"), + (UniCase::ascii("organiserad"), "organised"), + (UniCase::ascii("resistence"), "resistance"), + (UniCase::ascii("criticiszed"), "criticise"), + (UniCase::ascii("involuntarly"), "involuntary"), + (UniCase::ascii("nostalga"), "nostalgia"), + (UniCase::ascii("columbina"), "columbia"), + (UniCase::ascii("transcrit"), "transcript"), + (UniCase::ascii("haristyle"), "hairstyle"), + (UniCase::ascii("terriories"), "territories"), + (UniCase::ascii("digitised"), "digitized"), + (UniCase::ascii("stereotypeing"), "stereotyping"), + (UniCase::ascii("relpase"), "relapse"), + (UniCase::ascii("onyl"), "only"), + (UniCase::ascii("proverai"), "proverbial"), + (UniCase::ascii("architecs"), "architects"), + (UniCase::ascii("guarentee"), "guarantee"), + (UniCase::ascii("creationnist"), "creationist"), + (UniCase::ascii("exerpt"), "excerpt"), + (UniCase::ascii("overarcing"), "overarching"), + (UniCase::ascii("communicatoin"), "communications"), + (UniCase::ascii("techincians"), "technicians"), + (UniCase::ascii("labled"), "labelled"), + (UniCase::ascii("transperent"), "transparent"), + (UniCase::ascii("charactaristic"), "characteristic"), + (UniCase::ascii("kilomteres"), "kilometers"), + (UniCase::ascii("manipulatie"), "manipulative"), + (UniCase::ascii("controlls"), "controls"), + (UniCase::ascii("contaminents"), "containment"), + (UniCase::ascii("sykward"), "skyward"), + (UniCase::ascii("patriarcal"), "patriarchal"), + (UniCase::ascii("triggereing"), "triggering"), + (UniCase::ascii("firefigter"), "firefighter"), + (UniCase::ascii("stornegst"), "strongest"), + (UniCase::ascii("surroundngs"), "surrounds"), + (UniCase::ascii("definitve"), "definite"), + (UniCase::ascii("enahncing"), "enhancing"), + (UniCase::ascii("privaleges"), "privileges"), + (UniCase::ascii("lenghts"), "lengths"), + (UniCase::ascii("atheltes"), "athletes"), + (UniCase::ascii("minisucle"), "miniscule"), + (UniCase::ascii("asterois"), "asteroids"), + (UniCase::ascii("ridiculosly"), "ridiculously"), + (UniCase::ascii("universaly"), "universally"), + (UniCase::ascii("initalizers"), "initializers"), + (UniCase::ascii("monopols"), "monopolies"), + (UniCase::ascii("fraternised"), "fraternized"), + (UniCase::ascii("forumlate"), "formulate"), + (UniCase::ascii("favorits"), "favorites"), + (UniCase::ascii("marilyin"), "marilyn"), + (UniCase::ascii("distribustion"), "distributions"), + (UniCase::ascii("populare"), "popular"), + (UniCase::ascii("tablepsoons"), "tablespoons"), + (UniCase::ascii("compeitions"), "competitions"), + (UniCase::ascii("splatooon"), "splatoon"), + (UniCase::ascii("permise"), "premise"), + (UniCase::ascii("skeptecism"), "skepticism"), + (UniCase::ascii("photoshipped"), "photoshopped"), + (UniCase::ascii("anaolgue"), "analogue"), + (UniCase::ascii("crpytic"), "cryptic"), + (UniCase::ascii("amnestry"), "amnesty"), + (UniCase::ascii("immobilise"), "immobilize"), + (UniCase::ascii("incredibe"), "incredible"), + (UniCase::ascii("announcents"), "announces"), + (UniCase::ascii("lingerine"), "lingerie"), + (UniCase::ascii("contribuitor"), "contributor"), + (UniCase::ascii("parlaimentary"), "parliamentary"), + (UniCase::ascii("anicent"), "ancient"), + (UniCase::ascii("formidabelt"), "formidable"), + (UniCase::ascii("nitorgen"), "nitrogen"), + (UniCase::ascii("vessles"), "vessels"), + (UniCase::ascii("fervour"), "fervor"), + (UniCase::ascii("atelast"), "atleast"), + (UniCase::ascii("constured"), "construed"), + (UniCase::ascii("abriter"), "arbiter"), + (UniCase::ascii("accessoirs"), "accessories"), + (UniCase::ascii("braodcasting"), "broadcasting"), + (UniCase::ascii("transitionnal"), "transitional"), + (UniCase::ascii("invincil"), "invincible"), + (UniCase::ascii("amphitheatres"), "amphitheaters"), + (UniCase::ascii("prohibitve"), "prohibited"), + (UniCase::ascii("manuales"), "manuals"), + (UniCase::ascii("envrionment"), "environment"), + (UniCase::ascii("derpatologist"), "dermatologist"), + (UniCase::ascii("idolise"), "idolize"), + (UniCase::ascii("normalos"), "normals"), + (UniCase::ascii("fascianted"), "fascinated"), + (UniCase::ascii("reconcilation"), "reconciliation"), + (UniCase::ascii("intangibile"), "intangible"), + (UniCase::ascii("savoured"), "savored"), + (UniCase::ascii("empries"), "empires"), + (UniCase::ascii("reinitalised"), "reinitialised"), + (UniCase::ascii("tendacy"), "tendency"), + (UniCase::ascii("inclreased"), "increased"), + (UniCase::ascii("microphen"), "microphone"), + (UniCase::ascii("architectual"), "architectural"), + (UniCase::ascii("astonoshing"), "astonishing"), + (UniCase::ascii("protostants"), "protestants"), + (UniCase::ascii("horrendious"), "horrendous"), + (UniCase::ascii("fringeworthy"), "cringeworthy"), + (UniCase::ascii("noramls"), "normals"), + (UniCase::ascii("consumbales"), "consumables"), + (UniCase::ascii("hutnsman"), "huntsman"), + (UniCase::ascii("acccused"), "accused"), + (UniCase::ascii("conquoring"), "conquering"), + (UniCase::ascii("profitabillity"), "profitability"), + (UniCase::ascii("roundabounts"), "roundabout"), + (UniCase::ascii("thrities"), "thirties"), + (UniCase::ascii("unconsicously"), "unconsciously"), + (UniCase::ascii("noticeablely"), "noticeably"), + (UniCase::ascii("certianty"), "certainty"), + (UniCase::ascii("cardianl"), "cardinal"), + (UniCase::ascii("phillipse"), "phillies"), + (UniCase::ascii("alpahbet"), "alphabet"), + (UniCase::ascii("verisons"), "versions"), + (UniCase::ascii("pestacides"), "pesticides"), + (UniCase::ascii("transitionning"), "transitioning"), + (UniCase::ascii("exlporer"), "explorer"), + (UniCase::ascii("criticising"), "criticizing"), + (UniCase::ascii("corrospond"), "correspond"), + (UniCase::ascii("vitimans"), "vitamins"), + (UniCase::ascii("bowdlerising"), "bowdlerizing"), + (UniCase::ascii("ensconsed"), "ensconced"), + (UniCase::ascii("delfation"), "deflation"), + (UniCase::ascii("expertos"), "experts"), + (UniCase::ascii("futher"), "further"), + (UniCase::ascii("approacing"), "approaching"), + (UniCase::ascii("eyasr"), "years"), + (UniCase::ascii("gorillla"), "gorilla"), + (UniCase::ascii("resloves"), "resolves"), + (UniCase::ascii("physcology"), "psychology"), + (UniCase::ascii("admininistrative"), "administrative"), + (UniCase::ascii("disturbence"), "disturbance"), + (UniCase::ascii("contradicory"), "contradictory"), + (UniCase::ascii("corridoor"), "corridor"), + (UniCase::ascii("extremers"), "extremes"), + (UniCase::ascii("preferances"), "preferences"), + (UniCase::ascii("sentamental"), "sentimental"), + (UniCase::ascii("upgradded"), "upgraded"), + (UniCase::ascii("surrenderred"), "surrendered"), + (UniCase::ascii("capitalsit"), "capitalists"), + (UniCase::ascii("accidentky"), "accidently"), + (UniCase::ascii("pronunciacion"), "pronunciation"), + (UniCase::ascii("guiness"), "guinness"), + (UniCase::ascii("embassey"), "embassy"), + (UniCase::ascii("christainity"), "christianity"), + (UniCase::ascii("impersonationg"), "impersonating"), + (UniCase::ascii("proporties"), "properties"), + (UniCase::ascii("intimitate"), "intimidate"), + (UniCase::ascii("predictie"), "predictive"), + (UniCase::ascii("comprehention"), "comprehension"), + (UniCase::ascii("genuinelly"), "genuinely"), + (UniCase::ascii("illustraitor"), "illustrator"), + (UniCase::ascii("categoriei"), "categorize"), + (UniCase::ascii("algorithim"), "algorithm"), + (UniCase::ascii("attened"), "attended"), + (UniCase::ascii("jersualem"), "jerusalem"), + (UniCase::ascii("crystallising"), "crystallizing"), + (UniCase::ascii("equilbirium"), "equilibrium"), + (UniCase::ascii("mandase"), "mandates"), + (UniCase::ascii("antibioticos"), "antibiotics"), + (UniCase::ascii("philippins"), "philippines"), + (UniCase::ascii("downovted"), "downvoted"), + (UniCase::ascii("strengtheing"), "strengthening"), + (UniCase::ascii("drakest"), "darkest"), + (UniCase::ascii("landacapes"), "landscapes"), + (UniCase::ascii("thier"), "their"), + (UniCase::ascii("launchign"), "launching"), + (UniCase::ascii("installus"), "installs"), + (UniCase::ascii("descrpition"), "descriptions"), + (UniCase::ascii("empahty"), "empathy"), + (UniCase::ascii("conicidental"), "coincidental"), + (UniCase::ascii("approxamate"), "approximate"), + (UniCase::ascii("neckbeardus"), "neckbeards"), + (UniCase::ascii("contrubutes"), "contributes"), + (UniCase::ascii("libguistic"), "linguistic"), + (UniCase::ascii("herculase"), "hercules"), + (UniCase::ascii("conditionning"), "conditioning"), + (UniCase::ascii("criticisims"), "criticisms"), + (UniCase::ascii("indocrtination"), "indoctrination"), + (UniCase::ascii("intertwinned"), "intertwined"), + (UniCase::ascii("randumness"), "randomness"), + (UniCase::ascii("documantaries"), "documentaries"), + (UniCase::ascii("kenendy"), "kennedy"), + (UniCase::ascii("relatation"), "relaxation"), + (UniCase::ascii("conclutions"), "conclusions"), + (UniCase::ascii("shepharded"), "shepherd"), + (UniCase::ascii("propogates"), "propagates"), + (UniCase::ascii("administartion"), "administration"), + (UniCase::ascii("pepperonni"), "pepperoni"), + (UniCase::ascii("accessorising"), "accessorizing"), + (UniCase::ascii("guranteed"), "guaranteed"), + (UniCase::ascii("automotize"), "automotive"), + (UniCase::ascii("culitvate"), "cultivate"), + (UniCase::ascii("agressivnes"), "agressive"), + (UniCase::ascii("intenisty"), "intensity"), + (UniCase::ascii("vegeterian"), "vegetarian"), + (UniCase::ascii("comparaste"), "compares"), + (UniCase::ascii("straightn"), "straighten"), + (UniCase::ascii("asutralian"), "australian"), + (UniCase::ascii("thermistat"), "thermostat"), + (UniCase::ascii("omited"), "omitted"), + (UniCase::ascii("vitrues"), "virtues"), + (UniCase::ascii("proclam"), "proclaim"), + (UniCase::ascii("acutions"), "auctions"), + (UniCase::ascii("plasticus"), "plastics"), + (UniCase::ascii("differantiate"), "differentiate"), + (UniCase::ascii("kompensation"), "compensation"), + (UniCase::ascii("exorbatent"), "exorbitant"), + (UniCase::ascii("yatch"), "yacht"), + (UniCase::ascii("enviormentally"), "environmentally"), + (UniCase::ascii("auxilliaries"), "auxiliaries"), + (UniCase::ascii("cleanliess"), "cleanliness"), + (UniCase::ascii("tacitcally"), "tactically"), + (UniCase::ascii("percentige"), "percentile"), + (UniCase::ascii("goverend"), "governed"), + (UniCase::ascii("investiage"), "investigate"), + (UniCase::ascii("paedophile"), "pedophile"), + (UniCase::ascii("westernerns"), "westerners"), + (UniCase::ascii("moistutizer"), "moisturizer"), + (UniCase::ascii("consipracies"), "conspiracies"), + (UniCase::ascii("responsebilities"), "responsibilities"), + (UniCase::ascii("storytellling"), "storytelling"), + (UniCase::ascii("philosophiae"), "philosophies"), + (UniCase::ascii("manualy"), "manually"), + (UniCase::ascii("appretiate"), "appreciate"), + (UniCase::ascii("emision"), "emission"), + (UniCase::ascii("charcol"), "charcoal"), + (UniCase::ascii("microtransactioned"), "microtransactions"), + (UniCase::ascii("accumule"), "accumulate"), + (UniCase::ascii("supremasist"), "supremacist"), + (UniCase::ascii("determinging"), "determining"), + (UniCase::ascii("befoer"), "before"), + (UniCase::ascii("prosporous"), "prosperous"), + (UniCase::ascii("miniaturisation"), "miniaturization"), + (UniCase::ascii("exposito"), "exposition"), + (UniCase::ascii("fristly"), "firstly"), + (UniCase::ascii("linclon"), "lincoln"), + (UniCase::ascii("manifestaion"), "manifestation"), + (UniCase::ascii("consciouslly"), "consciously"), + (UniCase::ascii("persucution"), "persecution"), + (UniCase::ascii("efficeincy"), "efficiency"), + (UniCase::ascii("undergating"), "undertaking"), + (UniCase::ascii("stauration"), "saturation"), + (UniCase::ascii("palestinains"), "palestinians"), + (UniCase::ascii("ethnicites"), "ethnicities"), + (UniCase::ascii("dispensories"), "dispensaries"), + (UniCase::ascii("aribtration"), "arbitration"), + (UniCase::ascii("frigign"), "friggin"), + (UniCase::ascii("arugments"), "arguments"), + (UniCase::ascii("continuent"), "contingent"), + (UniCase::ascii("governemntal"), "governmental"), + (UniCase::ascii("motehrboard"), "motherboard"), + (UniCase::ascii("flavous"), "flavours"), + (UniCase::ascii("neuralogical"), "neurological"), + (UniCase::ascii("denominar"), "denominator"), + (UniCase::ascii("materiales"), "materials"), + (UniCase::ascii("createn"), "creatine"), + (UniCase::ascii("necessiate"), "necessitate"), + (UniCase::ascii("manufactureros"), "manufactures"), + (UniCase::ascii("passionatly"), "passionately"), + (UniCase::ascii("philosphy"), "philosophy"), + (UniCase::ascii("subscribtion"), "subscription"), + (UniCase::ascii("prostitudes"), "prostitutes"), + (UniCase::ascii("liekable"), "likeable"), + (UniCase::ascii("theoratical"), "theoretical"), + (UniCase::ascii("repective"), "receptive"), + (UniCase::ascii("colleteral"), "collateral"), + (UniCase::ascii("butterfries"), "butterflies"), + (UniCase::ascii("decalring"), "declaring"), + (UniCase::ascii("aleinating"), "alienating"), + (UniCase::ascii("obersvations"), "observations"), + (UniCase::ascii("integraded"), "integrated"), + (UniCase::ascii("sarcasticlly"), "sarcastically"), + (UniCase::ascii("inplementation"), "implementation"), + (UniCase::ascii("oestrogen"), "estrogen"), + (UniCase::ascii("texturers"), "textures"), + (UniCase::ascii("spesifications"), "specifications"), + (UniCase::ascii("adknowledges"), "acknowledges"), + (UniCase::ascii("negotiative"), "negotiate"), + (UniCase::ascii("princibles"), "principles"), + (UniCase::ascii("coruching"), "crouching"), + (UniCase::ascii("consitutents"), "constituents"), + (UniCase::ascii("tentacreul"), "tentacle"), + (UniCase::ascii("characteritics"), "characteristic"), + (UniCase::ascii("universse"), "universes"), + (UniCase::ascii("complict"), "complicit"), + (UniCase::ascii("sacremento"), "sacramento"), + (UniCase::ascii("bridaging"), "brigading"), + (UniCase::ascii("bleuberry"), "blueberry"), + (UniCase::ascii("apologes"), "apologise"), + (UniCase::ascii("incorproate"), "incorporated"), + (UniCase::ascii("midfeild"), "midfield"), + (UniCase::ascii("liquidiser"), "liquidizer"), + (UniCase::ascii("cardinales"), "cardinals"), + (UniCase::ascii("emphazising"), "emphasizing"), + (UniCase::ascii("rumours"), "rumors"), + (UniCase::ascii("melanotin"), "melatonin"), + (UniCase::ascii("disperportionate"), "disproportionate"), + (UniCase::ascii("subjectifs"), "subjects"), + (UniCase::ascii("braceletts"), "bracelets"), + (UniCase::ascii("percieve"), "perceive"), + (UniCase::ascii("disconneted"), "disconnected"), + (UniCase::ascii("medicae"), "medicare"), + (UniCase::ascii("possibily"), "possibility"), + (UniCase::ascii("catholocism"), "catholicism"), + (UniCase::ascii("transmisssion"), "transmissions"), + (UniCase::ascii("paltforms"), "platforms"), + (UniCase::ascii("personhod"), "personhood"), + (UniCase::ascii("pennyslvania"), "pennsylvania"), + (UniCase::ascii("pscyhotic"), "psychotic"), + (UniCase::ascii("extremiste"), "extremes"), + (UniCase::ascii("overprised"), "overpriced"), + (UniCase::ascii("chiselled"), "chiseled"), + (UniCase::ascii("wendsay"), "wednesday"), + (UniCase::ascii("gutiars"), "guitars"), + (UniCase::ascii("insiginifcant"), "insignificant"), + (UniCase::ascii("angualr"), "angular"), + (UniCase::ascii("delegative"), "delegate"), + (UniCase::ascii("construciton"), "construction"), + (UniCase::ascii("decorativo"), "decoration"), + (UniCase::ascii("prioritisation"), "prioritization"), + (UniCase::ascii("dashboad"), "dashboard"), + (UniCase::ascii("nowe"), "now"), + (UniCase::ascii("registerdns"), "registers"), + (UniCase::ascii("presumptous"), "presumptuous"), + (UniCase::ascii("demosntrated"), "demonstrated"), + (UniCase::ascii("theroists"), "theorists"), + (UniCase::ascii("porcelian"), "porcelain"), + (UniCase::ascii("competitve"), "competitive"), + (UniCase::ascii("dictaters"), "dictates"), + (UniCase::ascii("undefinitely"), "indefinitely"), + (UniCase::ascii("registrato"), "registration"), + (UniCase::ascii("newspappers"), "newspapers"), + (UniCase::ascii("brazilains"), "brazilians"), + (UniCase::ascii("currenctly"), "currency"), + (UniCase::ascii("illegitmate"), "illegitimate"), + (UniCase::ascii("classrom"), "classroom"), + (UniCase::ascii("downvoteers"), "downvoters"), + (UniCase::ascii("develoeprs"), "developers"), + (UniCase::ascii("decriminalised"), "decriminalized"), + (UniCase::ascii("perputuates"), "perpetuates"), + (UniCase::ascii("subscribbed"), "subscribe"), + (UniCase::ascii("jaguards"), "jaguars"), + (UniCase::ascii("victorinus"), "victorious"), + (UniCase::ascii("dividened"), "dividend"), + (UniCase::ascii("spirites"), "spirits"), + (UniCase::ascii("charasteristic"), "characteristics"), + (UniCase::ascii("allegedy"), "allegedly"), + (UniCase::ascii("picthers"), "pitchers"), + (UniCase::ascii("definitlly"), "definitly"), + (UniCase::ascii("spoilerd"), "spoiled"), + (UniCase::ascii("sentinte"), "sentient"), + (UniCase::ascii("monetizare"), "monetize"), + (UniCase::ascii("misinterpretted"), "misinterpreted"), + (UniCase::ascii("hourlgass"), "hourglass"), + (UniCase::ascii("positiond"), "positioned"), + (UniCase::ascii("honoured"), "honored"), + (UniCase::ascii("explaines"), "explains"), + (UniCase::ascii("radiaoctive"), "radioactive"), + (UniCase::ascii("emblamatic"), "emblematic"), + (UniCase::ascii("rehabilitatin"), "rehabilitation"), + (UniCase::ascii("intenational"), "international"), + (UniCase::ascii("dealershp"), "dealerships"), + (UniCase::ascii("midfiled"), "midfield"), + (UniCase::ascii("unkown"), "unknown"), + (UniCase::ascii("theorits"), "theorist"), + (UniCase::ascii("americains"), "americas"), + (UniCase::ascii("rebuliding"), "rebuilding"), + (UniCase::ascii("repulic"), "republic"), + (UniCase::ascii("exclamativo"), "exclamation"), + (UniCase::ascii("suceeds"), "succeeds"), + (UniCase::ascii("transmited"), "transmitted"), + (UniCase::ascii("shenadigans"), "shenanigans"), + (UniCase::ascii("pretences"), "pretenses"), + (UniCase::ascii("documenatries"), "documentaries"), + (UniCase::ascii("engrames"), "engrams"), + (UniCase::ascii("responsibillities"), "responsibilities"), + (UniCase::ascii("supermarkers"), "supermarkets"), + (UniCase::ascii("ideologice"), "ideologies"), + (UniCase::ascii("succeedes"), "succeeds"), + (UniCase::ascii("pyschotic"), "psychotic"), + (UniCase::ascii("inquier"), "inquire"), + (UniCase::ascii("bonnano"), "bonanno"), + (UniCase::ascii("convcition"), "convictions"), + (UniCase::ascii("inappropriet"), "inappropriately"), + (UniCase::ascii("bodywieght"), "bodyweight"), + (UniCase::ascii("demonstrant"), "demonstrate"), + (UniCase::ascii("succedded"), "succeeded"), + (UniCase::ascii("cavlary"), "cavalry"), + (UniCase::ascii("debufffs"), "debuffs"), + (UniCase::ascii("heartbeart"), "heartbeat"), + (UniCase::ascii("misintrepreting"), "misinterpreting"), + (UniCase::ascii("processesor"), "processors"), + (UniCase::ascii("repsectively"), "respectively"), + (UniCase::ascii("ommited"), "omitted"), + (UniCase::ascii("manufacterer"), "manufacturer"), + (UniCase::ascii("tournamnets"), "tournaments"), + (UniCase::ascii("tendensies"), "tendencies"), + (UniCase::ascii("gaolbreak"), "jailbreak"), + (UniCase::ascii("compresser"), "compressor"), + (UniCase::ascii("thermomter"), "thermometer"), + (UniCase::ascii("protiens"), "proteins"), + (UniCase::ascii("governemnt"), "government"), + (UniCase::ascii("regresso"), "regression"), + (UniCase::ascii("conveinence"), "convenience"), + (UniCase::ascii("sociopatch"), "sociopaths"), + (UniCase::ascii("unbraikable"), "unbreakable"), + (UniCase::ascii("definilty"), "definitly"), + (UniCase::ascii("unnecissary"), "unnecessary"), + (UniCase::ascii("recrutier"), "recruiter"), + (UniCase::ascii("stormfromt"), "stormfront"), + (UniCase::ascii("generaste"), "generates"), + (UniCase::ascii("interasted"), "interacted"), + (UniCase::ascii("humurous"), "humorous"), + (UniCase::ascii("tiolets"), "toilets"), + (UniCase::ascii("masterise"), "masteries"), + (UniCase::ascii("squrriel"), "squirrel"), + (UniCase::ascii("bigfooot"), "bigfoot"), + (UniCase::ascii("determening"), "determining"), + (UniCase::ascii("secruity"), "security"), + (UniCase::ascii("flutteryshy"), "fluttershy"), + (UniCase::ascii("conviluted"), "convoluted"), + (UniCase::ascii("backeast"), "backseat"), + (UniCase::ascii("liscense"), "license"), + (UniCase::ascii("alocholics"), "alcoholics"), + (UniCase::ascii("donwloadable"), "downloadable"), + (UniCase::ascii("pulverisation"), "pulverization"), + (UniCase::ascii("perisan"), "persian"), + (UniCase::ascii("cababge"), "cabbage"), + (UniCase::ascii("insistas"), "insists"), + (UniCase::ascii("tounreys"), "tourneys"), + (UniCase::ascii("godsped"), "godspeed"), + (UniCase::ascii("hypocrytes"), "hypocrites"), + (UniCase::ascii("imcompatible"), "incompatible"), + (UniCase::ascii("theologia"), "theological"), + (UniCase::ascii("chinees"), "chinese"), + (UniCase::ascii("glimpes"), "glimpse"), + (UniCase::ascii("regulsr"), "regulars"), + (UniCase::ascii("considerarle"), "considerable"), + (UniCase::ascii("susbtantive"), "substantive"), + (UniCase::ascii("mindleslly"), "mindlessly"), + (UniCase::ascii("unsolicted"), "unsolicited"), + (UniCase::ascii("licenced"), "licensed"), + (UniCase::ascii("compalint"), "compliant"), + (UniCase::ascii("oppresssing"), "oppressing"), + (UniCase::ascii("reprtoire"), "repertoire"), + (UniCase::ascii("ploughed"), "plowed"), + (UniCase::ascii("distintcly"), "distinctly"), + (UniCase::ascii("layed"), "laid"), + (UniCase::ascii("difficulites"), "difficulties"), + (UniCase::ascii("cataclysym"), "cataclysm"), + (UniCase::ascii("coyotees"), "coyotes"), + (UniCase::ascii("equitorial"), "equatorial"), + (UniCase::ascii("manipulitive"), "manipulative"), + (UniCase::ascii("ciruclation"), "circulation"), + (UniCase::ascii("intorverted"), "introverted"), + (UniCase::ascii("administraters"), "administrators"), + (UniCase::ascii("separatisme"), "separates"), + (UniCase::ascii("narcissm"), "narcissism"), + (UniCase::ascii("spawnig"), "spawning"), + (UniCase::ascii("anaylsts"), "analysts"), + (UniCase::ascii("brtually"), "brutally"), + (UniCase::ascii("conquerring"), "conquering"), + (UniCase::ascii("singluarity"), "singularity"), + (UniCase::ascii("involuntarity"), "involuntary"), + (UniCase::ascii("evangelise"), "evangelize"), + (UniCase::ascii("generalnie"), "generalize"), + (UniCase::ascii("obversations"), "observations"), + (UniCase::ascii("insistince"), "insistence"), + (UniCase::ascii("orientaion"), "orientation"), + (UniCase::ascii("stereotypers"), "stereotypes"), + (UniCase::ascii("golakeeper"), "goalkeeper"), + (UniCase::ascii("flautists"), "flutists"), + (UniCase::ascii("comfrontation"), "confrontation"), + (UniCase::ascii("behvaiours"), "behaviours"), + (UniCase::ascii("sermonising"), "sermonizing"), + (UniCase::ascii("clifthanger"), "cliffhanger"), + (UniCase::ascii("imprsioned"), "imprisoned"), + (UniCase::ascii("carnberry"), "cranberry"), + (UniCase::ascii("discriminatie"), "discriminate"), + (UniCase::ascii("volativity"), "volatility"), + (UniCase::ascii("undertunes"), "undertones"), + (UniCase::ascii("studing"), "studying"), + (UniCase::ascii("fulfillling"), "fulfilling"), + (UniCase::ascii("gurantees"), "guarantees"), + (UniCase::ascii("unsolocited"), "unsolicited"), + (UniCase::ascii("cannibalised"), "cannibalized"), + (UniCase::ascii("opponant"), "opponent"), + (UniCase::ascii("professionalisation"), "professionalization"), + (UniCase::ascii("criticarlo"), "critical"), + (UniCase::ascii("essentialy"), "essentially"), + (UniCase::ascii("touristsy"), "touristy"), + (UniCase::ascii("manifacturing"), "manufacturing"), + (UniCase::ascii("penatlies"), "penalties"), + (UniCase::ascii("gratuitious"), "gratuitous"), + (UniCase::ascii("konsultation"), "consultation"), + (UniCase::ascii("milion"), "million"), + (UniCase::ascii("recgonizes"), "recognizes"), + (UniCase::ascii("symoblic"), "symbolic"), + (UniCase::ascii("howver"), "however"), + (UniCase::ascii("determinig"), "determining"), + (UniCase::ascii("hierarcy"), "hierarchy"), + (UniCase::ascii("strategisch"), "strategic"), + (UniCase::ascii("pseudononymous"), "pseudonymous"), + (UniCase::ascii("pasteurisation"), "pasteurization"), + (UniCase::ascii("soparnos"), "sopranos"), + (UniCase::ascii("carefull"), "careful"), + (UniCase::ascii("plasticosa"), "plastics"), + (UniCase::ascii("trainwreak"), "trainwreck"), + (UniCase::ascii("ostrasized"), "ostracized"), + (UniCase::ascii("acknowledgeing"), "acknowledging"), + (UniCase::ascii("trasnlated"), "translated"), + (UniCase::ascii("anrachist"), "anarchist"), + (UniCase::ascii("aggreement"), "agreement"), + (UniCase::ascii("exagerating"), "exaggerating"), + (UniCase::ascii("conversatives"), "conservatives"), + (UniCase::ascii("superiorest"), "superiors"), + (UniCase::ascii("prostitition"), "prostitution"), + (UniCase::ascii("keyboad"), "keyboard"), + (UniCase::ascii("assestment"), "assessment"), + (UniCase::ascii("videojames"), "videogames"), + (UniCase::ascii("lightenting"), "lightening"), + (UniCase::ascii("benifits"), "benefits"), + (UniCase::ascii("reversably"), "reversal"), + (UniCase::ascii("indigenius"), "indigenous"), + (UniCase::ascii("inspriation"), "inspiration"), + (UniCase::ascii("bloggeur"), "blogger"), + (UniCase::ascii("conveinent"), "convenient"), + (UniCase::ascii("exeggeration"), "exaggeration"), + (UniCase::ascii("illess"), "illness"), + (UniCase::ascii("franchies"), "franchise"), + (UniCase::ascii("acquiantence"), "acquaintance"), + (UniCase::ascii("californien"), "californian"), + (UniCase::ascii("alrightty"), "alrighty"), + (UniCase::ascii("pronunciaton"), "pronunciation"), + (UniCase::ascii("misspellled"), "misspelled"), + (UniCase::ascii("humanitary"), "humanity"), + (UniCase::ascii("reqiuem"), "requiem"), + (UniCase::ascii("micorphones"), "microphones"), + (UniCase::ascii("extint"), "extinct"), + (UniCase::ascii("instructiosn"), "instruction"), + (UniCase::ascii("clitorious"), "clitoris"), + (UniCase::ascii("prerequiste"), "prerequisite"), + (UniCase::ascii("anglicises"), "anglicizes"), + (UniCase::ascii("leciester"), "leicester"), + (UniCase::ascii("immerisve"), "immersive"), + (UniCase::ascii("crytpic"), "cryptic"), + (UniCase::ascii("hindisght"), "hindsight"), + (UniCase::ascii("arguabley"), "arguably"), + (UniCase::ascii("disorganised"), "disorganized"), + (UniCase::ascii("sawstika"), "swastika"), + (UniCase::ascii("underraged"), "underrated"), + (UniCase::ascii("manipulatin"), "manipulation"), + (UniCase::ascii("varaible"), "variable"), + (UniCase::ascii("conselation"), "consolation"), + (UniCase::ascii("orgainze"), "organize"), + (UniCase::ascii("resgined"), "resigned"), + (UniCase::ascii("praticle"), "particle"), + (UniCase::ascii("suop"), "soup"), + (UniCase::ascii("predicte"), "predictive"), + (UniCase::ascii("eighteeen"), "eighteen"), + (UniCase::ascii("mutliples"), "multiples"), + (UniCase::ascii("clenase"), "cleanse"), + (UniCase::ascii("persits"), "persist"), + (UniCase::ascii("trasnmission"), "transmissions"), + (UniCase::ascii("compositoin"), "compositions"), + (UniCase::ascii("mercanery"), "mercenary"), + (UniCase::ascii("misbehaviour"), "misbehavior"), + (UniCase::ascii("encrpyt"), "encrypt"), + (UniCase::ascii("rocord"), "record"), + (UniCase::ascii("margart"), "margaret"), + (UniCase::ascii("valuabe"), "valuable"), + (UniCase::ascii("tranditions"), "transitions"), + (UniCase::ascii("dysfunktional"), "dysfunctional"), + (UniCase::ascii("masculinty"), "masculinity"), + (UniCase::ascii("hipocritical"), "hypocritical"), + (UniCase::ascii("audioboost"), "audiobooks"), + (UniCase::ascii("squsihy"), "squishy"), + (UniCase::ascii("concret"), "concert"), + (UniCase::ascii("juggetnaut"), "juggernaut"), + (UniCase::ascii("chocolotes"), "chocolates"), + (UniCase::ascii("libertairan"), "libertarians"), + (UniCase::ascii("subtitels"), "subtitles"), + (UniCase::ascii("ubiquitious"), "ubiquitous"), + (UniCase::ascii("definet"), "definite"), + (UniCase::ascii("derogotary"), "derogatory"), + (UniCase::ascii("verbalising"), "verbalizing"), + (UniCase::ascii("hopefullly"), "hopefully"), + (UniCase::ascii("enviormental"), "environmental"), + (UniCase::ascii("demonstraties"), "demonstrate"), + (UniCase::ascii("proprietry"), "proprietary"), + (UniCase::ascii("stealthboy"), "stealthy"), + (UniCase::ascii("fourteeen"), "fourteen"), + (UniCase::ascii("egpytian"), "egyptian"), + (UniCase::ascii("nontheless"), "nonetheless"), + (UniCase::ascii("straigntened"), "straightened"), + (UniCase::ascii("controvertial"), "controversial"), + (UniCase::ascii("colonisers"), "colonizers"), + (UniCase::ascii("fascinatinf"), "fascination"), + (UniCase::ascii("thursdsay"), "thursdays"), + (UniCase::ascii("apartheied"), "apartheid"), + (UniCase::ascii("interceptons"), "interceptions"), + (UniCase::ascii("compensare"), "compensate"), + (UniCase::ascii("amohetamines"), "amphetamines"), + (UniCase::ascii("mainstrem"), "mainstream"), + (UniCase::ascii("maunals"), "manuals"), + (UniCase::ascii("fortuante"), "fortunate"), + (UniCase::ascii("imporved"), "improved"), + (UniCase::ascii("initalizing"), "initializing"), + (UniCase::ascii("jounralistic"), "journalistic"), + (UniCase::ascii("queations"), "equations"), + (UniCase::ascii("intrewebs"), "interwebs"), + (UniCase::ascii("realised"), "realized"), + (UniCase::ascii("intendos"), "intends"), + (UniCase::ascii("prefection"), "perfection"), + (UniCase::ascii("scarifices"), "sacrifices"), + (UniCase::ascii("faslely"), "falsely"), + (UniCase::ascii("roundabount"), "roundabout"), + (UniCase::ascii("characterisitcs"), "characteristics"), + (UniCase::ascii("aristotel"), "aristotle"), + (UniCase::ascii("consitutional"), "constitutional"), + (UniCase::ascii("autokorrect"), "autocorrect"), + (UniCase::ascii("derivitaves"), "derivatives"), + (UniCase::ascii("skepticals"), "skeptics"), + (UniCase::ascii("regulalry"), "regularly"), + (UniCase::ascii("peaple"), "people"), + (UniCase::ascii("starightforward"), "straightforward"), + (UniCase::ascii("anwsered"), "answered"), + (UniCase::ascii("survivabily"), "survivability"), + (UniCase::ascii("inspiracion"), "inspiration"), + (UniCase::ascii("phenomenom"), "phenomenon"), + (UniCase::ascii("criticiing"), "criticising"), + (UniCase::ascii("entertainted"), "entertained"), + (UniCase::ascii("convertirle"), "convertible"), + (UniCase::ascii("resistnace"), "resistances"), + (UniCase::ascii("achievment"), "achievement"), + (UniCase::ascii("ogranisation"), "organisation"), + (UniCase::ascii("depencency"), "dependency"), + (UniCase::ascii("amortisations"), "amortizations"), + (UniCase::ascii("mulitnational"), "multinational"), + (UniCase::ascii("bithced"), "bitched"), + (UniCase::ascii("paradse"), "parades"), + (UniCase::ascii("teusday"), "tuesday"), + (UniCase::ascii("procrastion"), "procreation"), + (UniCase::ascii("labratory"), "laboratory"), + (UniCase::ascii("descendends"), "descended"), + (UniCase::ascii("limitant"), "militant"), + (UniCase::ascii("intamite"), "intimate"), + (UniCase::ascii("messanger"), "messenger"), + (UniCase::ascii("annoymously"), "anonymously"), + (UniCase::ascii("repeast"), "repeats"), + (UniCase::ascii("novembeard"), "november"), + (UniCase::ascii("camoflage"), "camouflage"), + (UniCase::ascii("confirmas"), "confirms"), + (UniCase::ascii("phantoom"), "phantom"), + (UniCase::ascii("intriuged"), "intrigued"), + (UniCase::ascii("toiletts"), "toilets"), + (UniCase::ascii("configuracion"), "configuration"), + (UniCase::ascii("paladines"), "paladins"), + (UniCase::ascii("californai"), "californian"), + (UniCase::ascii("fundamentalismos"), "fundamentalists"), + (UniCase::ascii("negotation"), "negotiation"), + (UniCase::ascii("likebale"), "likeable"), + (UniCase::ascii("confortable"), "comfortable"), + (UniCase::ascii("interesctions"), "intersections"), + (UniCase::ascii("fraternety"), "fraternity"), + (UniCase::ascii("misunterstanding"), "misunderstandings"), + (UniCase::ascii("underestamated"), "underestimated"), + (UniCase::ascii("unsuprisingly"), "unsurprisingly"), + (UniCase::ascii("revealtion"), "revelations"), + (UniCase::ascii("cheeseberger"), "cheeseburger"), + (UniCase::ascii("oppononent"), "opponent"), + (UniCase::ascii("urnaium"), "uranium"), + (UniCase::ascii("unsuccessul"), "unsuccessful"), + (UniCase::ascii("restriant"), "restraint"), + (UniCase::ascii("collegaues"), "colleagues"), + (UniCase::ascii("swithcing"), "switching"), + (UniCase::ascii("skatebaord"), "skateboard"), + (UniCase::ascii("antrophology"), "anthropology"), + (UniCase::ascii("perfromers"), "performers"), + (UniCase::ascii("ghettoising"), "ghettoizing"), + (UniCase::ascii("mangitude"), "magnitude"), + (UniCase::ascii("weaknesess"), "weaknesses"), + (UniCase::ascii("maintian"), "maintain"), + (UniCase::ascii("ploretariat"), "proletariat"), + (UniCase::ascii("unhealthly"), "unhealthy"), + (UniCase::ascii("autherization"), "authorization"), + (UniCase::ascii("steroetyping"), "stereotyping"), + (UniCase::ascii("abilties"), "abilities"), + (UniCase::ascii("coincidance"), "coincidence"), + (UniCase::ascii("fermentating"), "fermentation"), + (UniCase::ascii("implecations"), "implications"), + (UniCase::ascii("conversatin"), "conversations"), + (UniCase::ascii("worshopping"), "worshipping"), + (UniCase::ascii("abandenment"), "abandonment"), + (UniCase::ascii("veitnam"), "vietnam"), + (UniCase::ascii("intircate"), "intricate"), + (UniCase::ascii("funnelling"), "funneling"), + (UniCase::ascii("dipolmatic"), "diplomatic"), + (UniCase::ascii("investigaiton"), "investigations"), + (UniCase::ascii("feminim"), "feminism"), + (UniCase::ascii("diminsihing"), "diminishing"), + (UniCase::ascii("scrutinises"), "scrutinizes"), + (UniCase::ascii("battelstar"), "battlestar"), + (UniCase::ascii("hamliton"), "hamilton"), + (UniCase::ascii("anntenas"), "antennas"), + (UniCase::ascii("intentionly"), "intentional"), + (UniCase::ascii("sketpics"), "skeptics"), + (UniCase::ascii("exculdes"), "excludes"), + (UniCase::ascii("costitution"), "constitution"), + (UniCase::ascii("invitating"), "invitation"), + (UniCase::ascii("originallity"), "originality"), + (UniCase::ascii("archaeologically"), "archeologically"), + (UniCase::ascii("protogonist"), "protagonist"), + (UniCase::ascii("commitmet"), "commitments"), + (UniCase::ascii("housr"), "hours"), + (UniCase::ascii("colonising"), "colonizing"), + (UniCase::ascii("jamiacan"), "jamaican"), + (UniCase::ascii("chromasome"), "chromosome"), + (UniCase::ascii("represetnation"), "representations"), + (UniCase::ascii("homewoner"), "homeowner"), + (UniCase::ascii("pligrim"), "pilgrim"), + (UniCase::ascii("narwharl"), "narwhal"), + (UniCase::ascii("morphein"), "morphine"), + (UniCase::ascii("jonatahn"), "jonathan"), + (UniCase::ascii("confideny"), "confidently"), + (UniCase::ascii("derogotory"), "derogatory"), + (UniCase::ascii("judical"), "judicial"), + (UniCase::ascii("reconnaissence"), "reconnaissance"), + (UniCase::ascii("geniunely"), "genuinely"), + (UniCase::ascii("romanain"), "romanian"), + (UniCase::ascii("himselv"), "himself"), + (UniCase::ascii("shitstrom"), "shitstorm"), + (UniCase::ascii("landspaces"), "landscapes"), + (UniCase::ascii("benghai"), "benghazi"), + (UniCase::ascii("agina"), "again"), + (UniCase::ascii("indoctrication"), "indoctrination"), + (UniCase::ascii("arithemtic"), "arithmetic"), + (UniCase::ascii("psychologycal"), "psychologically"), + (UniCase::ascii("launchered"), "launched"), + (UniCase::ascii("casheir"), "cashier"), + (UniCase::ascii("dispacth"), "dispatch"), + (UniCase::ascii("distorto"), "distortion"), + (UniCase::ascii("mexicanus"), "mexicans"), + (UniCase::ascii("aboroginal"), "aboriginal"), + (UniCase::ascii("beleifs"), "beliefs"), + (UniCase::ascii("conditiner"), "conditioner"), + (UniCase::ascii("parrallely"), "parallelly"), + (UniCase::ascii("enivitable"), "inevitable"), + (UniCase::ascii("secratery"), "secretary"), + (UniCase::ascii("auidobooks"), "audiobooks"), + (UniCase::ascii("tremondously"), "tremendously"), + (UniCase::ascii("libertaryans"), "libertarians"), + (UniCase::ascii("repbulican"), "republican"), + (UniCase::ascii("electornics"), "electronics"), + (UniCase::ascii("condradictions"), "contradictions"), + (UniCase::ascii("hystarically"), "hysterically"), + (UniCase::ascii("unnecessarity"), "unnecessarily"), + (UniCase::ascii("inquriy"), "inquiry"), + (UniCase::ascii("conicidence"), "coincidence"), + (UniCase::ascii("marginable"), "marginal"), + (UniCase::ascii("persausive"), "persuasive"), + (UniCase::ascii("aplication"), "application"), + (UniCase::ascii("corporativos"), "corporations"), + (UniCase::ascii("occassioned"), "occasioned"), + (UniCase::ascii("subisdy"), "subsidy"), + (UniCase::ascii("sweerheart"), "sweetheart"), + (UniCase::ascii("graduatin"), "graduation"), + (UniCase::ascii("pretection"), "protection"), + (UniCase::ascii("altruistric"), "altruistic"), + (UniCase::ascii("attritubes"), "attributes"), + (UniCase::ascii("immortallity"), "immortality"), + (UniCase::ascii("rebellis"), "rebellious"), + (UniCase::ascii("responsbilty"), "responsibly"), + (UniCase::ascii("florecen"), "florence"), + (UniCase::ascii("phillipses"), "phillies"), + (UniCase::ascii("endandering"), "endangering"), + (UniCase::ascii("squirlte"), "squirtle"), + (UniCase::ascii("terrorsits"), "terrorists"), + (UniCase::ascii("scavanged"), "scavenged"), + (UniCase::ascii("expalined"), "explained"), + (UniCase::ascii("bordlerands"), "borderlands"), + (UniCase::ascii("juggernuat"), "juggernaut"), + (UniCase::ascii("irriversible"), "irreversible"), + (UniCase::ascii("suseptible"), "susceptible"), + (UniCase::ascii("originall"), "original"), + (UniCase::ascii("repulicans"), "republicans"), + (UniCase::ascii("somethingis"), "somethings"), + (UniCase::ascii("sponsership"), "sponsorship"), + (UniCase::ascii("beautyfull"), "beautiful"), + (UniCase::ascii("postive"), "positive"), + (UniCase::ascii("momentarely"), "momentarily"), + (UniCase::ascii("repeatedlt"), "repealed"), + (UniCase::ascii("miralces"), "miracles"), + (UniCase::ascii("bureuacracy"), "bureaucracy"), + (UniCase::ascii("somethigns"), "somethings"), + (UniCase::ascii("wendesday"), "wednesday"), + (UniCase::ascii("sovereignety"), "sovereignty"), + (UniCase::ascii("waht"), "what"), + (UniCase::ascii("worshippping"), "worshipping"), + (UniCase::ascii("capitola"), "capital"), + (UniCase::ascii("maximising"), "maximizing"), + (UniCase::ascii("colonised"), "colonized"), + (UniCase::ascii("cerbures"), "cerberus"), + (UniCase::ascii("earthquaks"), "earthquakes"), + (UniCase::ascii("titanim"), "titanium"), + (UniCase::ascii("actaully"), "actually"), + (UniCase::ascii("tragicallly"), "tragically"), + (UniCase::ascii("crsytal"), "crystal"), + (UniCase::ascii("remasterred"), "remastered"), + (UniCase::ascii("interchangebly"), "interchangeably"), + (UniCase::ascii("reaccurring"), "recurring"), + (UniCase::ascii("redeemd"), "redeemed"), + (UniCase::ascii("numercial"), "numerical"), + (UniCase::ascii("isrealis"), "israelis"), + (UniCase::ascii("jewelrey"), "jewelry"), + (UniCase::ascii("eventally"), "eventually"), + (UniCase::ascii("connatations"), "connotations"), + (UniCase::ascii("misunderstandigs"), "misunderstandings"), + (UniCase::ascii("staminia"), "stamina"), + (UniCase::ascii("dysfonction"), "dysfunction"), + (UniCase::ascii("amendmet"), "amendments"), + (UniCase::ascii("chernboyl"), "chernobyl"), + (UniCase::ascii("uncertaincy"), "uncertainty"), + (UniCase::ascii("congragulations"), "congratulations"), + (UniCase::ascii("underglo"), "undergo"), + (UniCase::ascii("professionl"), "professionals"), + (UniCase::ascii("literture"), "literature"), + (UniCase::ascii("aribtrary"), "arbitrary"), + (UniCase::ascii("thast"), "that"), + (UniCase::ascii("considerabe"), "considerate"), + (UniCase::ascii("coordinats"), "coordinates"), + (UniCase::ascii("concesso"), "concession"), + (UniCase::ascii("undergated"), "underrated"), + (UniCase::ascii("domesticted"), "domesticated"), + (UniCase::ascii("assasins"), "assassins"), + (UniCase::ascii("halarious"), "hilarious"), + (UniCase::ascii("dysfuncitonal"), "dysfunctional"), + (UniCase::ascii("scholarhip"), "scholarship"), + (UniCase::ascii("billionarie"), "billionaire"), + (UniCase::ascii("europenas"), "europeans"), + (UniCase::ascii("remnans"), "remnants"), + (UniCase::ascii("manufactored"), "manufactured"), + (UniCase::ascii("sentaments"), "sentiments"), + (UniCase::ascii("classifiy"), "classify"), + (UniCase::ascii("knolwedgable"), "knowledgable"), + (UniCase::ascii("misoginysts"), "misogynist"), + (UniCase::ascii("dispuse"), "disputes"), + (UniCase::ascii("delibirately"), "deliberately"), + (UniCase::ascii("invaldiate"), "invalidates"), + (UniCase::ascii("misunderstading"), "misunderstanding"), + (UniCase::ascii("ungrapeful"), "ungrateful"), + (UniCase::ascii("utilisation"), "utilization"), + (UniCase::ascii("cavilling"), "caviling"), + (UniCase::ascii("spreadsheeds"), "spreadsheets"), + (UniCase::ascii("compremised"), "compromised"), + (UniCase::ascii("uniquley"), "uniquely"), + (UniCase::ascii("systematised"), "systematized"), + (UniCase::ascii("qutie"), "quite"), + (UniCase::ascii("intented"), "intended"), + (UniCase::ascii("predecesor"), "predecessor"), + (UniCase::ascii("wheter"), "whether"), + (UniCase::ascii("unconsistent"), "inconsistent"), + (UniCase::ascii("unattented"), "unattended"), + (UniCase::ascii("protrayed"), "portrayed"), + (UniCase::ascii("truamatized"), "traumatized"), + (UniCase::ascii("dissaponited"), "dissapointed"), + (UniCase::ascii("organiste"), "organise"), + (UniCase::ascii("endangerd"), "endangered"), + (UniCase::ascii("supplaments"), "supplements"), + (UniCase::ascii("incriments"), "increments"), + (UniCase::ascii("cinematogrophy"), "cinematography"), + (UniCase::ascii("succoured"), "succored"), + (UniCase::ascii("undeniablly"), "undeniably"), + (UniCase::ascii("eligable"), "eligible"), + (UniCase::ascii("playright"), "playwright"), + (UniCase::ascii("sensasionalism"), "sensationalism"), + (UniCase::ascii("goergia"), "georgia"), + (UniCase::ascii("trustworhy"), "trustworthy"), + (UniCase::ascii("grievences"), "grievances"), + (UniCase::ascii("powerfull"), "powerful"), + (UniCase::ascii("bastardise"), "bastardize"), + (UniCase::ascii("computarized"), "computerized"), + (UniCase::ascii("passione"), "passionate"), + (UniCase::ascii("neverhteless"), "nevertheless"), + (UniCase::ascii("symptomps"), "symptoms"), + (UniCase::ascii("contagioso"), "contagious"), + (UniCase::ascii("centralises"), "centralizes"), + (UniCase::ascii("availabale"), "available"), + (UniCase::ascii("comfrotable"), "comfortable"), + (UniCase::ascii("instals"), "installs"), + (UniCase::ascii("responisve"), "responsive"), + (UniCase::ascii("proportionnal"), "proportional"), + (UniCase::ascii("visibiltiy"), "visibility"), + (UniCase::ascii("multiplicativo"), "multiplication"), + (UniCase::ascii("dismanting"), "dismantling"), + (UniCase::ascii("disaspointed"), "dissapointed"), + (UniCase::ascii("commitee"), "committee"), + (UniCase::ascii("squirrelies"), "squirrels"), + (UniCase::ascii("travles"), "travels"), + (UniCase::ascii("inevitablly"), "inevitably"), + (UniCase::ascii("boardway"), "broadway"), + (UniCase::ascii("xenophibic"), "xenophobic"), + (UniCase::ascii("mansluaghter"), "manslaughter"), + (UniCase::ascii("inticracies"), "intricacies"), + (UniCase::ascii("castleos"), "castles"), + (UniCase::ascii("improbible"), "improbable"), + (UniCase::ascii("manipualted"), "manipulated"), + (UniCase::ascii("carbonise"), "carbonize"), + (UniCase::ascii("offsited"), "offside"), + (UniCase::ascii("aicraft"), "aircraft"), + (UniCase::ascii("metabolises"), "metabolizes"), + (UniCase::ascii("mathimatically"), "mathematically"), + (UniCase::ascii("tourmanent"), "tournaments"), + (UniCase::ascii("combusion"), "combustion"), + (UniCase::ascii("developors"), "develops"), + (UniCase::ascii("famoulsy"), "famously"), + (UniCase::ascii("premeire"), "premiere"), + (UniCase::ascii("commissionned"), "commissioned"), + (UniCase::ascii("discretited"), "discredited"), + (UniCase::ascii("thne"), "then"), + (UniCase::ascii("europian"), "european"), + (UniCase::ascii("tremendoulsy"), "tremendously"), + (UniCase::ascii("inflamation"), "inflammation"), + (UniCase::ascii("withholdng"), "withholding"), + (UniCase::ascii("transeat"), "translates"), + (UniCase::ascii("accordeon"), "accordion"), + (UniCase::ascii("valkyire"), "valkyrie"), + (UniCase::ascii("juggeranut"), "juggernaut"), + (UniCase::ascii("differenciation"), "differentiation"), + (UniCase::ascii("immserive"), "immersive"), + (UniCase::ascii("aucitons"), "auctions"), + (UniCase::ascii("opose"), "oppose"), + (UniCase::ascii("licencse"), "licence"), + (UniCase::ascii("annoucnement"), "announcement"), + (UniCase::ascii("troubleshooot"), "troubleshoot"), + (UniCase::ascii("catigorically"), "categorically"), + (UniCase::ascii("incidencies"), "incidence"), + (UniCase::ascii("dictionnary"), "dictionary"), + (UniCase::ascii("broadley"), "broadly"), + (UniCase::ascii("distrcits"), "districts"), + (UniCase::ascii("enlcosed"), "enclosed"), + (UniCase::ascii("configuratin"), "configurations"), + (UniCase::ascii("mistreaded"), "mistreated"), + (UniCase::ascii("westminter"), "westminster"), + (UniCase::ascii("balcanes"), "balances"), + (UniCase::ascii("collaberative"), "collaborative"), + (UniCase::ascii("overwhlem"), "overwhelm"), + (UniCase::ascii("accomadation"), "accommodation"), + (UniCase::ascii("underestemate"), "underestimate"), + (UniCase::ascii("senstive"), "sensitive"), + (UniCase::ascii("concrets"), "concerts"), + (UniCase::ascii("penisylvania"), "pennsylvania"), + (UniCase::ascii("innocens"), "innocents"), + (UniCase::ascii("apon"), "upon"), + (UniCase::ascii("experimentle"), "experimented"), + (UniCase::ascii("attactment"), "attachment"), + (UniCase::ascii("uncommited"), "uncommitted"), + (UniCase::ascii("unconcsious"), "unconscious"), + (UniCase::ascii("wherease"), "whereas"), + (UniCase::ascii("cheeseburgler"), "cheeseburger"), + (UniCase::ascii("priveliged"), "privileged"), + (UniCase::ascii("raoches"), "roaches"), + (UniCase::ascii("baynoet"), "bayonet"), + (UniCase::ascii("conclsuions"), "concussions"), + (UniCase::ascii("defenderlos"), "defenders"), + (UniCase::ascii("wesbites"), "websites"), + (UniCase::ascii("trochlight"), "torchlight"), + (UniCase::ascii("redners"), "renders"), + (UniCase::ascii("controvesy"), "controversy"), + (UniCase::ascii("alcohal"), "alcohol"), + (UniCase::ascii("excellenze"), "excellence"), + (UniCase::ascii("connecitcut"), "connecticut"), + (UniCase::ascii("publisger"), "publisher"), + (UniCase::ascii("hypertropy"), "hypertrophy"), + (UniCase::ascii("inflatie"), "inflate"), + (UniCase::ascii("conscent"), "consent"), + (UniCase::ascii("technnology"), "technology"), + (UniCase::ascii("protistant"), "protestant"), + (UniCase::ascii("autocoreect"), "autocorrect"), + (UniCase::ascii("elementery"), "elementary"), + (UniCase::ascii("transculent"), "translucent"), + (UniCase::ascii("magentic"), "magnetic"), + (UniCase::ascii("implicitely"), "implicitly"), + (UniCase::ascii("invalidante"), "invalidate"), + (UniCase::ascii("cheezeburger"), "cheeseburger"), + (UniCase::ascii("imperealist"), "imperialist"), + (UniCase::ascii("embarrasment"), "embarrassment"), + (UniCase::ascii("implicity"), "implicitly"), + (UniCase::ascii("bacholers"), "bachelors"), + (UniCase::ascii("defaltion"), "deflation"), + (UniCase::ascii("agressivley"), "agressive"), + (UniCase::ascii("inapporpriate"), "inappropriate"), + (UniCase::ascii("punsihes"), "punishes"), + (UniCase::ascii("challanging"), "challenging"), + (UniCase::ascii("auctioners"), "auctions"), + (UniCase::ascii("moderatin"), "moderation"), + (UniCase::ascii("califronia"), "california"), + (UniCase::ascii("addopt"), "adopt"), + (UniCase::ascii("observacion"), "observation"), + (UniCase::ascii("relitavely"), "relatively"), + (UniCase::ascii("minamilist"), "minimalist"), + (UniCase::ascii("bioligical"), "biological"), + (UniCase::ascii("hallicunations"), "hallucinations"), + (UniCase::ascii("incentivice"), "incentive"), + (UniCase::ascii("realisitcally"), "realistically"), + (UniCase::ascii("everyoens"), "everyones"), + (UniCase::ascii("inlcine"), "incline"), + (UniCase::ascii("discliamer"), "disclaimer"), + (UniCase::ascii("deomcrats"), "democrats"), + (UniCase::ascii("materialisation"), "materialization"), + (UniCase::ascii("plantiff"), "plaintiff"), + (UniCase::ascii("compulosry"), "compulsory"), + (UniCase::ascii("halluciantion"), "hallucinations"), + (UniCase::ascii("congratuate"), "congratulate"), + (UniCase::ascii("balanceado"), "balanced"), + (UniCase::ascii("longtiem"), "longtime"), + (UniCase::ascii("weaknessses"), "weaknesses"), + (UniCase::ascii("scandinavica"), "scandinavian"), + (UniCase::ascii("jeopary"), "jeopardy"), + (UniCase::ascii("practives"), "practise"), + (UniCase::ascii("confilcts"), "conflicts"), + (UniCase::ascii("unsubstanciated"), "unsubstantiated"), + (UniCase::ascii("madsion"), "madison"), + (UniCase::ascii("bceuase"), "becuase"), + (UniCase::ascii("proportionallity"), "proportionally"), + (UniCase::ascii("porcelan"), "porcelain"), + (UniCase::ascii("amphetmaines"), "amphetamines"), + (UniCase::ascii("signular"), "singular"), + (UniCase::ascii("merchat"), "merchant"), + (UniCase::ascii("funcitonality"), "functionality"), + (UniCase::ascii("overreacton"), "overreaction"), + (UniCase::ascii("ridiculued"), "ridicule"), + (UniCase::ascii("projecticle"), "projectile"), + (UniCase::ascii("continant"), "continental"), + (UniCase::ascii("strugglign"), "struggling"), + (UniCase::ascii("witnissing"), "witnessing"), + (UniCase::ascii("noteworthly"), "noteworthy"), + (UniCase::ascii("contentas"), "contents"), + (UniCase::ascii("apocalypitic"), "apocalyptic"), + (UniCase::ascii("membrance"), "membrane"), + (UniCase::ascii("concelear"), "concealer"), + (UniCase::ascii("conciderations"), "considerations"), + (UniCase::ascii("amognst"), "amongst"), + (UniCase::ascii("mailny"), "mainly"), + (UniCase::ascii("productivo"), "production"), + (UniCase::ascii("disbale"), "disable"), + (UniCase::ascii("definie"), "definite"), + (UniCase::ascii("hypocrises"), "hypocrites"), + (UniCase::ascii("rahpsody"), "rhapsody"), + (UniCase::ascii("corrisponds"), "corresponds"), + (UniCase::ascii("probabiliy"), "probability"), + (UniCase::ascii("overpowed"), "overpowered"), + (UniCase::ascii("caclium"), "calcium"), + (UniCase::ascii("preoxide"), "peroxide"), + (UniCase::ascii("yourselvs"), "yourselves"), + (UniCase::ascii("discoved"), "discovered"), + (UniCase::ascii("catalogued"), "cataloged"), + (UniCase::ascii("undoctrinated"), "indoctrinated"), + (UniCase::ascii("economises"), "economizes"), + (UniCase::ascii("aclhemist"), "alchemist"), + (UniCase::ascii("surpress"), "suppress"), + (UniCase::ascii("playthtoughs"), "playthroughs"), + (UniCase::ascii("complaines"), "complaints"), + (UniCase::ascii("nationalsim"), "nationalism"), + (UniCase::ascii("reasercher"), "researcher"), + (UniCase::ascii("govornment"), "government"), + (UniCase::ascii("provacative"), "provocative"), + (UniCase::ascii("dysfunktion"), "dysfunction"), + (UniCase::ascii("invensions"), "inventions"), + (UniCase::ascii("accuarcy"), "accuracy"), + (UniCase::ascii("comprehand"), "comprehend"), + (UniCase::ascii("inadvertenly"), "inadvertently"), + (UniCase::ascii("boslter"), "bolster"), + (UniCase::ascii("converstaional"), "conversational"), + (UniCase::ascii("contanti"), "contacting"), + (UniCase::ascii("separatelly"), "separately"), + (UniCase::ascii("repetation"), "repetition"), + (UniCase::ascii("birthdaymas"), "birthdays"), + (UniCase::ascii("theoratically"), "theoretically"), + (UniCase::ascii("challeneger"), "challenger"), + (UniCase::ascii("conlcuded"), "concluded"), + (UniCase::ascii("cailbre"), "calibre"), + (UniCase::ascii("adnimistrator"), "administrators"), + (UniCase::ascii("adaquetely"), "adequately"), + (UniCase::ascii("linguisticas"), "linguistics"), + (UniCase::ascii("homecuming"), "homecoming"), + (UniCase::ascii("unchallengable"), "unchallengeable"), + (UniCase::ascii("atatchment"), "attachment"), + (UniCase::ascii("humillating"), "humiliating"), + (UniCase::ascii("compulstion"), "compulsion"), + (UniCase::ascii("farhenheit"), "fahrenheit"), + (UniCase::ascii("catalogues"), "catalogs"), + (UniCase::ascii("infilitration"), "infiltration"), + (UniCase::ascii("technicion"), "technician"), + (UniCase::ascii("fascization"), "fascination"), + (UniCase::ascii("transgenres"), "transgender"), + (UniCase::ascii("citizinship"), "citizenship"), + (UniCase::ascii("impelmentation"), "implementations"), + (UniCase::ascii("interesant"), "interest"), + (UniCase::ascii("transsexal"), "transsexual"), + (UniCase::ascii("scirptures"), "scriptures"), + (UniCase::ascii("massachusents"), "massachusetts"), + (UniCase::ascii("incorportate"), "incorporate"), + (UniCase::ascii("dichtomy"), "dichotomy"), + (UniCase::ascii("representetive"), "representative"), + (UniCase::ascii("bobmers"), "bombers"), + (UniCase::ascii("resistes"), "resists"), + (UniCase::ascii("disciniplary"), "disciplinary"), + (UniCase::ascii("notablly"), "notably"), + (UniCase::ascii("confrontating"), "confrontation"), + (UniCase::ascii("metabilism"), "metabolism"), + (UniCase::ascii("devaite"), "deviate"), + (UniCase::ascii("expirementation"), "experimentation"), + (UniCase::ascii("minneaplis"), "minneapolis"), + (UniCase::ascii("epsiode"), "episode"), + (UniCase::ascii("aniversary"), "anniversary"), + (UniCase::ascii("whlch"), "which"), + (UniCase::ascii("frontapge"), "frontpage"), + (UniCase::ascii("prophacies"), "prophecies"), + (UniCase::ascii("progressivisme"), "progressives"), + (UniCase::ascii("bouldore"), "boulder"), + (UniCase::ascii("austrlaian"), "australians"), + (UniCase::ascii("candiens"), "candies"), + (UniCase::ascii("renegae"), "renegade"), + (UniCase::ascii("equivallent"), "equivalent"), + (UniCase::ascii("projectives"), "projectiles"), + (UniCase::ascii("catacylsm"), "cataclysm"), + (UniCase::ascii("pasteurises"), "pasteurizes"), + (UniCase::ascii("krytponite"), "kryptonite"), + (UniCase::ascii("fermintation"), "fermentation"), + (UniCase::ascii("cartride"), "cartridge"), + (UniCase::ascii("withelist"), "whitelist"), + (UniCase::ascii("xenobalde"), "xenoblade"), + (UniCase::ascii("cartles"), "cartels"), + (UniCase::ascii("cylindre"), "cylinder"), + (UniCase::ascii("medacine"), "medicine"), + (UniCase::ascii("buddhistisk"), "buddhists"), + (UniCase::ascii("businessemen"), "businessmen"), + (UniCase::ascii("designad"), "designated"), + (UniCase::ascii("rectange"), "rectangle"), + (UniCase::ascii("retardating"), "retardation"), + (UniCase::ascii("formuls"), "formulas"), + (UniCase::ascii("protastant"), "protestant"), + (UniCase::ascii("disgrunteld"), "disgruntled"), + (UniCase::ascii("piegons"), "pigeons"), + (UniCase::ascii("processos"), "processors"), + (UniCase::ascii("irrelevent"), "irrelevant"), + (UniCase::ascii("liek"), "like"), + (UniCase::ascii("staklers"), "stalkers"), + (UniCase::ascii("insurgeny"), "insurgency"), + (UniCase::ascii("signalise"), "signalize"), + (UniCase::ascii("perpertator"), "perpetrators"), + (UniCase::ascii("seperatist"), "separatist"), + (UniCase::ascii("originas"), "origins"), + (UniCase::ascii("acornyms"), "acronyms"), + (UniCase::ascii("calrkson"), "clarkson"), + (UniCase::ascii("privilegde"), "privileges"), + (UniCase::ascii("breserker"), "berserker"), + (UniCase::ascii("soveregin"), "sovereign"), + (UniCase::ascii("europians"), "europeans"), + (UniCase::ascii("referrs"), "refers"), + (UniCase::ascii("diarrhoea"), "diarrhea"), + (UniCase::ascii("advantadges"), "advantages"), + (UniCase::ascii("idealogy"), "ideology"), + (UniCase::ascii("perpetuaters"), "perpetuates"), + (UniCase::ascii("overheared"), "overhead"), + (UniCase::ascii("girlfriens"), "girlfriends"), + (UniCase::ascii("ingreediants"), "ingredients"), + (UniCase::ascii("definitlety"), "definitly"), + (UniCase::ascii("tourisy"), "touristy"), + (UniCase::ascii("cosies"), "cozies"), + (UniCase::ascii("vrey"), "very"), + (UniCase::ascii("schedual"), "schedule"), + (UniCase::ascii("conqeuring"), "conquering"), + (UniCase::ascii("dyamically"), "dynamically"), + (UniCase::ascii("plagiariam"), "plagiarism"), + (UniCase::ascii("stablizied"), "stabilized"), + (UniCase::ascii("suspened"), "suspend"), + (UniCase::ascii("deminsion"), "dimension"), + (UniCase::ascii("exerbated"), "exacerbated"), + (UniCase::ascii("stamnia"), "stamina"), + (UniCase::ascii("invaribaly"), "invariably"), + (UniCase::ascii("ionisation"), "ionization"), + (UniCase::ascii("acronymns"), "acronyms"), + (UniCase::ascii("flavours"), "flavors"), + (UniCase::ascii("existant"), "existent"), + (UniCase::ascii("expanisve"), "expansive"), + (UniCase::ascii("falmethrower"), "flamethrower"), + (UniCase::ascii("investingate"), "investigate"), + (UniCase::ascii("representativo"), "representation"), + (UniCase::ascii("ehtereal"), "ethereal"), + (UniCase::ascii("internationalises"), "internationalizes"), + (UniCase::ascii("baptsim"), "baptism"), + (UniCase::ascii("snowfalling"), "snowballing"), + (UniCase::ascii("dabilitating"), "debilitating"), + (UniCase::ascii("defianetly"), "definately"), + (UniCase::ascii("engagemnts"), "engagements"), + (UniCase::ascii("manufactores"), "manufactures"), + (UniCase::ascii("useing"), "using"), + (UniCase::ascii("affaris"), "affairs"), + (UniCase::ascii("atomspheric"), "atmospheric"), + (UniCase::ascii("commmand"), "command"), + (UniCase::ascii("contaminaton"), "contamination"), + (UniCase::ascii("photographes"), "photographs"), + (UniCase::ascii("complext"), "complexity"), + (UniCase::ascii("perpatrators"), "perpetrators"), + (UniCase::ascii("immobilzed"), "immobile"), + (UniCase::ascii("behaivor"), "behavior"), + (UniCase::ascii("widgest"), "widgets"), + (UniCase::ascii("gaoler"), "jailer"), + (UniCase::ascii("legitimaly"), "legitimacy"), + (UniCase::ascii("repsectful"), "respectful"), + (UniCase::ascii("disciplinera"), "disciplinary"), + (UniCase::ascii("innotation"), "innovation"), + (UniCase::ascii("blackshit"), "blacksmith"), + (UniCase::ascii("specialz"), "specialize"), + (UniCase::ascii("uncontrolablly"), "uncontrollably"), + (UniCase::ascii("contined"), "continued"), + (UniCase::ascii("towrad"), "toward"), + (UniCase::ascii("cuasality"), "causality"), + (UniCase::ascii("constructicon"), "construction"), + (UniCase::ascii("antaganist"), "antagonist"), + (UniCase::ascii("ailenated"), "alienated"), + (UniCase::ascii("farcking"), "fracking"), + (UniCase::ascii("swearengin"), "swearing"), + (UniCase::ascii("forsakn"), "forsaken"), + (UniCase::ascii("fantasyzing"), "fantasizing"), + (UniCase::ascii("dyanmics"), "dynamics"), + (UniCase::ascii("concusssion"), "concussions"), + (UniCase::ascii("spectatular"), "spectacular"), + (UniCase::ascii("theorised"), "theorized"), + (UniCase::ascii("exaggeratin"), "exaggeration"), + (UniCase::ascii("symtpoms"), "symptoms"), + (UniCase::ascii("specialication"), "specialization"), + (UniCase::ascii("umbelievable"), "unbelievable"), + (UniCase::ascii("capsumel"), "capsule"), + (UniCase::ascii("refelct"), "reflect"), + (UniCase::ascii("changable"), "changeable"), + (UniCase::ascii("subsizide"), "subsidize"), + (UniCase::ascii("theisitc"), "theistic"), + (UniCase::ascii("fanfaction"), "fanfiction"), + (UniCase::ascii("exploiding"), "exploiting"), + (UniCase::ascii("nationalistiska"), "nationalists"), + (UniCase::ascii("senitmental"), "sentimental"), + (UniCase::ascii("streoid"), "steroid"), + (UniCase::ascii("speically"), "specially"), + (UniCase::ascii("persumptuous"), "presumptuous"), + (UniCase::ascii("fingerpoint"), "fingerprint"), + (UniCase::ascii("flahsed"), "flashed"), + (UniCase::ascii("pucini"), "puccini"), + (UniCase::ascii("redeisgn"), "redesign"), + (UniCase::ascii("distrubutors"), "distributors"), + (UniCase::ascii("acknowlege"), "acknowledge"), + (UniCase::ascii("inititiaves"), "initiatives"), + (UniCase::ascii("sldiers"), "sliders"), + (UniCase::ascii("corintheans"), "corinthians"), + (UniCase::ascii("stabelized"), "stabilized"), + (UniCase::ascii("foreseaable"), "foreseeable"), + (UniCase::ascii("repsective"), "respective"), + (UniCase::ascii("hedgehoog"), "hedgehog"), + (UniCase::ascii("plebicite"), "plebiscite"), + (UniCase::ascii("refrigerar"), "refrigerator"), + (UniCase::ascii("judgemet"), "judgements"), + (UniCase::ascii("popoulation"), "population"), + (UniCase::ascii("sociopathis"), "sociopaths"), + (UniCase::ascii("understad"), "understands"), + (UniCase::ascii("excelent"), "excellent"), + (UniCase::ascii("deriviated"), "derived"), + (UniCase::ascii("unrelyable"), "unreliable"), + (UniCase::ascii("whitsles"), "whistles"), + (UniCase::ascii("exceutioner"), "executioner"), + (UniCase::ascii("stubbon"), "stubborn"), + (UniCase::ascii("tranlsating"), "translating"), + (UniCase::ascii("neutrailty"), "neutrality"), + (UniCase::ascii("zionisim"), "zionism"), + (UniCase::ascii("transmision"), "transmission"), + (UniCase::ascii("covenental"), "covenant"), + (UniCase::ascii("unfortunetly"), "unfortunately"), + (UniCase::ascii("metaphoricaly"), "metaphorically"), + (UniCase::ascii("partialy"), "partially"), + (UniCase::ascii("lightrooom"), "lightroom"), + (UniCase::ascii("polgyon"), "polygon"), + (UniCase::ascii("masturbacion"), "masturbation"), + (UniCase::ascii("taxanomic"), "taxonomic"), + (UniCase::ascii("amortising"), "amortizing"), + (UniCase::ascii("kolonization"), "colonization"), + (UniCase::ascii("definettly"), "definately"), + (UniCase::ascii("carribbean"), "caribbean"), + (UniCase::ascii("becusae"), "becuase"), + (UniCase::ascii("idesa"), "ideas"), + (UniCase::ascii("inequallity"), "inequality"), + (UniCase::ascii("reasearch"), "research"), + (UniCase::ascii("sulphurous"), "sulfurous"), + (UniCase::ascii("revovles"), "revolves"), + (UniCase::ascii("projecto"), "projection"), + (UniCase::ascii("uise"), "use"), + (UniCase::ascii("kilometeres"), "kilometers"), + (UniCase::ascii("directinla"), "directional"), + (UniCase::ascii("desktopos"), "desktops"), + (UniCase::ascii("dischard"), "discharged"), + (UniCase::ascii("susbtantial"), "substantial"), + (UniCase::ascii("distrupts"), "distrust"), + (UniCase::ascii("hemingwary"), "hemingway"), + (UniCase::ascii("perminently"), "permanently"), + (UniCase::ascii("expalin"), "explain"), + (UniCase::ascii("decendents"), "descendants"), + (UniCase::ascii("executionner"), "executioner"), + (UniCase::ascii("inventiones"), "inventions"), + (UniCase::ascii("protagoinst"), "protagonists"), + (UniCase::ascii("mothebroard"), "motherboards"), + (UniCase::ascii("workfroce"), "workforce"), + (UniCase::ascii("infulences"), "influences"), + (UniCase::ascii("develompent"), "developments"), + (UniCase::ascii("cardiovascualr"), "cardiovascular"), + (UniCase::ascii("nueroscience"), "neuroscience"), + (UniCase::ascii("suppreses"), "suppress"), + (UniCase::ascii("realibly"), "reliably"), + (UniCase::ascii("flavores"), "flavors"), + (UniCase::ascii("organziational"), "organizational"), + (UniCase::ascii("denegrating"), "denigrating"), + (UniCase::ascii("principalis"), "principals"), + (UniCase::ascii("imporvement"), "improvement"), + (UniCase::ascii("misogynisitc"), "misogynistic"), + (UniCase::ascii("tournmanets"), "tournaments"), + (UniCase::ascii("nutritinal"), "nutritional"), + (UniCase::ascii("neighborhods"), "neighborhoods"), + (UniCase::ascii("expereinces"), "experiences"), + (UniCase::ascii("beautifullly"), "beautifully"), + (UniCase::ascii("meterologist"), "meteorologist"), + (UniCase::ascii("comparativley"), "comparatively"), + (UniCase::ascii("disinteresed"), "disinterested"), + (UniCase::ascii("amortisation"), "amortization"), + (UniCase::ascii("salvery"), "slavery"), + (UniCase::ascii("irresponsbile"), "irresponsible"), + (UniCase::ascii("promiscous"), "promiscuous"), + (UniCase::ascii("schziophrenic"), "schizophrenic"), + (UniCase::ascii("aeriel"), "aerial"), + (UniCase::ascii("awekened"), "weakened"), + (UniCase::ascii("defamating"), "defamation"), + (UniCase::ascii("strangreal"), "strangle"), + (UniCase::ascii("functiong"), "functioning"), + (UniCase::ascii("predacessors"), "predecessors"), + (UniCase::ascii("aparment"), "apartment"), + (UniCase::ascii("assemblie"), "assemble"), + (UniCase::ascii("reicarnation"), "reincarnation"), + (UniCase::ascii("vewiership"), "viewership"), + (UniCase::ascii("metabolising"), "metabolizing"), + (UniCase::ascii("identificaton"), "identification"), + (UniCase::ascii("transportor"), "transporter"), + (UniCase::ascii("treausre"), "treasure"), + (UniCase::ascii("incarcirated"), "incarcerated"), + (UniCase::ascii("serached"), "searched"), + (UniCase::ascii("terriory"), "territory"), + (UniCase::ascii("schizophernic"), "schizophrenic"), + (UniCase::ascii("marskman"), "marksman"), + (UniCase::ascii("equivelents"), "equivalents"), + (UniCase::ascii("instade"), "instead"), + (UniCase::ascii("scandalosi"), "scandals"), + (UniCase::ascii("contrubute"), "contribute"), + (UniCase::ascii("childbird"), "childbirth"), + (UniCase::ascii("counterpaly"), "counterplay"), + (UniCase::ascii("lincolon"), "lincoln"), + (UniCase::ascii("concered"), "concede"), + (UniCase::ascii("colouring"), "coloring"), + (UniCase::ascii("regularising"), "regularizing"), + (UniCase::ascii("transmittted"), "transmitted"), + (UniCase::ascii("omnsicient"), "omniscient"), + (UniCase::ascii("qualificatons"), "qualifications"), + (UniCase::ascii("preservato"), "preservation"), + (UniCase::ascii("pshycopath"), "psychopath"), + (UniCase::ascii("spontaenously"), "spontaneously"), + (UniCase::ascii("phyiscal"), "physical"), + (UniCase::ascii("assoicates"), "associates"), + (UniCase::ascii("knowledgabel"), "knowledgable"), + (UniCase::ascii("tupperwears"), "tupperware"), + (UniCase::ascii("commercialises"), "commercializes"), + (UniCase::ascii("degradead"), "degraded"), + (UniCase::ascii("easthetically"), "aesthetically"), + (UniCase::ascii("interveiwer"), "interviewer"), + (UniCase::ascii("comittee"), "committee"), + (UniCase::ascii("cycloen"), "cyclone"), + (UniCase::ascii("apacolyptic"), "apocalyptic"), + (UniCase::ascii("enterprishe"), "enterprises"), + (UniCase::ascii("plastis"), "plastics"), + (UniCase::ascii("authorative"), "authoritative"), + (UniCase::ascii("failurs"), "failures"), + (UniCase::ascii("canrage"), "carnage"), + (UniCase::ascii("unrealistisch"), "unrealistic"), + (UniCase::ascii("ephipany"), "epiphany"), + (UniCase::ascii("shenaniganns"), "shenanigans"), + (UniCase::ascii("westrbook"), "westbrook"), + (UniCase::ascii("harvestgain"), "harvesting"), + (UniCase::ascii("elasped"), "elapsed"), + (UniCase::ascii("referening"), "referencing"), + (UniCase::ascii("penitum"), "pentium"), + (UniCase::ascii("reorganisation"), "reorganization"), + (UniCase::ascii("sudnerland"), "sunderland"), + (UniCase::ascii("phsyiological"), "physiological"), + (UniCase::ascii("illuminami"), "illuminati"), + (UniCase::ascii("represnetation"), "representations"), + (UniCase::ascii("commonweath"), "commonwealth"), + (UniCase::ascii("swivelled"), "swiveled"), + (UniCase::ascii("infrignement"), "infringement"), + (UniCase::ascii("hesitstion"), "hesitation"), + (UniCase::ascii("formattting"), "formatting"), + (UniCase::ascii("enlightned"), "enlightened"), + (UniCase::ascii("mountian"), "mountain"), + (UniCase::ascii("hardlinked"), "hardline"), + (UniCase::ascii("laguage"), "language"), + (UniCase::ascii("hannbial"), "hannibal"), + (UniCase::ascii("announched"), "announce"), + (UniCase::ascii("metalic"), "metallic"), + (UniCase::ascii("predujices"), "prejudices"), + (UniCase::ascii("punishible"), "punishable"), + (UniCase::ascii("apperances"), "appearances"), + (UniCase::ascii("mediaction"), "medications"), + (UniCase::ascii("inquizition"), "inquisition"), + (UniCase::ascii("individualty"), "individuality"), + (UniCase::ascii("civilise"), "civilize"), + (UniCase::ascii("daimonds"), "diamonds"), + (UniCase::ascii("austitic"), "autistic"), + (UniCase::ascii("environmentaly"), "environmentally"), + (UniCase::ascii("vertification"), "certification"), + (UniCase::ascii("contridict"), "contradict"), + (UniCase::ascii("enevlopes"), "envelopes"), + (UniCase::ascii("socities"), "societies"), + (UniCase::ascii("agnostacism"), "agnosticism"), + (UniCase::ascii("complicite"), "complicate"), + (UniCase::ascii("attackeras"), "attackers"), + (UniCase::ascii("substitures"), "substitutes"), + (UniCase::ascii("transilvania"), "transylvania"), + (UniCase::ascii("neighbourly"), "neighborly"), + (UniCase::ascii("carbien"), "carbine"), + (UniCase::ascii("languague"), "language"), + (UniCase::ascii("captivitiy"), "captivity"), + (UniCase::ascii("fecthes"), "fetches"), + (UniCase::ascii("penetraion"), "penetration"), + (UniCase::ascii("aramgeddon"), "armageddon"), + (UniCase::ascii("raspbery"), "raspberry"), + (UniCase::ascii("subconscous"), "subconscious"), + (UniCase::ascii("pessimistc"), "pessimistic"), + (UniCase::ascii("unsubstantianted"), "unsubstantiated"), + (UniCase::ascii("yaer"), "year"), + (UniCase::ascii("fightings"), "fighting"), + (UniCase::ascii("bollocs"), "bollocks"), + (UniCase::ascii("alterantively"), "alternatively"), + (UniCase::ascii("fertilizier"), "fertilizer"), + (UniCase::ascii("michellle"), "michelle"), + (UniCase::ascii("contiuning"), "containing"), + (UniCase::ascii("millenialism"), "millennialism"), + (UniCase::ascii("instrucitons"), "instruction"), + (UniCase::ascii("mouldering"), "moldering"), + (UniCase::ascii("althought"), "although"), + (UniCase::ascii("tendincies"), "tendencies"), + (UniCase::ascii("salery"), "salary"), + (UniCase::ascii("singals"), "signals"), + (UniCase::ascii("legitamate"), "legitimate"), + (UniCase::ascii("parliamentery"), "parliamentary"), + (UniCase::ascii("insturment"), "instrument"), + (UniCase::ascii("tanenhill"), "tannehill"), + (UniCase::ascii("disconnectus"), "disconnects"), + (UniCase::ascii("dissapoonted"), "dissapointed"), + (UniCase::ascii("regualtions"), "regulations"), + (UniCase::ascii("humilitaing"), "humiliating"), + (UniCase::ascii("trasnformed"), "transformed"), + (UniCase::ascii("prestigue"), "prestige"), + (UniCase::ascii("hosptials"), "hospitals"), + (UniCase::ascii("thunderolt"), "thunderbolt"), + (UniCase::ascii("verfiying"), "verifying"), + (UniCase::ascii("guatamala"), "guatemala"), + (UniCase::ascii("condensend"), "condensed"), + (UniCase::ascii("marchmallows"), "marshmallows"), + (UniCase::ascii("clasically"), "classically"), + (UniCase::ascii("terorrist"), "terrorist"), + (UniCase::ascii("virbate"), "vibrate"), + (UniCase::ascii("superintendant"), "superintendent"), + (UniCase::ascii("comprihend"), "comprehend"), + (UniCase::ascii("chromisomes"), "chromosomes"), + (UniCase::ascii("emporer"), "emperor"), + (UniCase::ascii("conglaturation"), "congratulations"), + (UniCase::ascii("conjucntion"), "conjunction"), + (UniCase::ascii("portriats"), "portraits"), + (UniCase::ascii("colonialisim"), "colonialism"), + (UniCase::ascii("nightime"), "nighttime"), + (UniCase::ascii("playgroud"), "playground"), + (UniCase::ascii("disrecpecting"), "disrespecting"), + (UniCase::ascii("conversons"), "conversions"), + (UniCase::ascii("suspeciously"), "suspiciously"), + (UniCase::ascii("michelline"), "michelle"), + (UniCase::ascii("avnegers"), "avengers"), + (UniCase::ascii("sharpining"), "sharpening"), + (UniCase::ascii("flexibillity"), "flexibility"), + (UniCase::ascii("obisdian"), "obsidian"), + (UniCase::ascii("intrerupted"), "interrupted"), + (UniCase::ascii("annointed"), "anointed"), + (UniCase::ascii("gryphon"), "griffin"), + (UniCase::ascii("brutallity"), "brutally"), + (UniCase::ascii("jouranlists"), "journalists"), + (UniCase::ascii("revolutionair"), "revolutionary"), + (UniCase::ascii("extrapoloate"), "extrapolate"), + (UniCase::ascii("estoeric"), "esoteric"), + (UniCase::ascii("contuining"), "continuing"), + (UniCase::ascii("anonamously"), "anonymously"), + (UniCase::ascii("transylvnia"), "transylvania"), + (UniCase::ascii("methapor"), "metaphor"), + (UniCase::ascii("chromosoom"), "chromosome"), + (UniCase::ascii("criticim"), "criticisms"), + (UniCase::ascii("westmisnter"), "westminster"), + (UniCase::ascii("charachters"), "characters"), + (UniCase::ascii("favourites"), "favorites"), + (UniCase::ascii("formery"), "formerly"), + (UniCase::ascii("hererosexual"), "heterosexual"), + (UniCase::ascii("defacation"), "defamation"), + (UniCase::ascii("alchoholic"), "alcoholic"), + (UniCase::ascii("summore"), "summoner"), + (UniCase::ascii("chemcial"), "chemical"), + (UniCase::ascii("buearucratic"), "bureaucratic"), + (UniCase::ascii("mircoatx"), "microatx"), + (UniCase::ascii("overpopulaton"), "overpopulation"), + (UniCase::ascii("snowballes"), "snowballs"), + (UniCase::ascii("intestinos"), "intestines"), + (UniCase::ascii("equalised"), "equalized"), + (UniCase::ascii("mentiones"), "mentions"), + (UniCase::ascii("organsied"), "organised"), + (UniCase::ascii("sparlking"), "sparkling"), + (UniCase::ascii("calcualtor"), "calculator"), + (UniCase::ascii("feromone"), "pheromone"), + (UniCase::ascii("promtps"), "prompts"), + (UniCase::ascii("friendsi"), "friendlies"), + (UniCase::ascii("thorughout"), "throughout"), + (UniCase::ascii("environmnet"), "environments"), + (UniCase::ascii("perpetutate"), "perpetuate"), + (UniCase::ascii("sadistc"), "sadistic"), + (UniCase::ascii("equivalnet"), "equivalents"), + (UniCase::ascii("sucesfully"), "successfully"), + (UniCase::ascii("diminishs"), "diminishes"), + (UniCase::ascii("enceclopedia"), "encyclopedia"), + (UniCase::ascii("liberas"), "liberals"), + (UniCase::ascii("maradeur"), "marauder"), + (UniCase::ascii("flutterspy"), "fluttershy"), + (UniCase::ascii("adolescance"), "adolescence"), + (UniCase::ascii("naseuous"), "nauseous"), + (UniCase::ascii("culturaly"), "culturally"), + (UniCase::ascii("valentimes"), "valentines"), + (UniCase::ascii("fashiond"), "fashioned"), + (UniCase::ascii("cinematagrophy"), "cinematography"), + (UniCase::ascii("circumcisied"), "circumcised"), + (UniCase::ascii("gimmickly"), "gimmicky"), + (UniCase::ascii("taiwanee"), "taiwanese"), + (UniCase::ascii("toothrbush"), "toothbrush"), + (UniCase::ascii("hathcing"), "hatching"), + (UniCase::ascii("audiobok"), "audiobook"), + (UniCase::ascii("corrdior"), "corridor"), + (UniCase::ascii("flawlessy"), "flawlessly"), + (UniCase::ascii("custumized"), "customized"), + (UniCase::ascii("relfection"), "reflection"), + (UniCase::ascii("contraddice"), "contradicted"), + (UniCase::ascii("incentivos"), "incentives"), + (UniCase::ascii("economising"), "economizing"), + (UniCase::ascii("klenex"), "kleenex"), + (UniCase::ascii("califnoria"), "californian"), + (UniCase::ascii("sawnsea"), "swansea"), + (UniCase::ascii("histarical"), "historical"), + (UniCase::ascii("squirrelus"), "squirrels"), + (UniCase::ascii("tramautic"), "traumatic"), + (UniCase::ascii("teamfigths"), "teamfights"), + (UniCase::ascii("possibilty"), "possibility"), + (UniCase::ascii("disgustus"), "disgusts"), + (UniCase::ascii("congratualted"), "congratulate"), + (UniCase::ascii("technolgy"), "technology"), + (UniCase::ascii("liberalest"), "liberate"), + (UniCase::ascii("stalkear"), "stalker"), + (UniCase::ascii("illumini"), "illuminati"), + (UniCase::ascii("rabinnical"), "rabbinical"), + (UniCase::ascii("consectutive"), "consecutive"), + (UniCase::ascii("recurrance"), "recurrence"), + (UniCase::ascii("facilitiy"), "facility"), + (UniCase::ascii("supernatual"), "supernatural"), + (UniCase::ascii("stereotipical"), "stereotypical"), + (UniCase::ascii("democractic"), "democratic"), + (UniCase::ascii("functionaliy"), "functionally"), + (UniCase::ascii("subtlties"), "subtitles"), + (UniCase::ascii("delcaring"), "declaring"), + (UniCase::ascii("predictin"), "prediction"), + (UniCase::ascii("encoutners"), "encounters"), + (UniCase::ascii("ultimely"), "ultimately"), + (UniCase::ascii("automoblies"), "automobile"), + (UniCase::ascii("photograhed"), "photographed"), + (UniCase::ascii("fromatting"), "formatting"), + (UniCase::ascii("transaltor"), "translator"), + (UniCase::ascii("manipualtion"), "manipulation"), + (UniCase::ascii("crystallises"), "crystallizes"), + (UniCase::ascii("suppresssor"), "suppressor"), + (UniCase::ascii("goalkeeprs"), "goalkeeper"), + (UniCase::ascii("depressief"), "depressive"), + (UniCase::ascii("whipser"), "whisper"), + (UniCase::ascii("subsricption"), "subscriptions"), + (UniCase::ascii("prophesie"), "prophecies"), + (UniCase::ascii("cababilities"), "capabilities"), + (UniCase::ascii("malayisa"), "malaysia"), + (UniCase::ascii("photochopped"), "photoshopped"), + (UniCase::ascii("definantley"), "definately"), + (UniCase::ascii("chemcially"), "chemically"), + (UniCase::ascii("psuedo"), "pseudo"), + (UniCase::ascii("kilogramme"), "kilogram"), + (UniCase::ascii("revolvr"), "revolver"), + (UniCase::ascii("anaemia"), "anemia"), + (UniCase::ascii("sterilise"), "sterilize"), + (UniCase::ascii("anarchim"), "anarchism"), + (UniCase::ascii("practies"), "practise"), + (UniCase::ascii("multinatinal"), "multinational"), + (UniCase::ascii("htey"), "they"), + (UniCase::ascii("afghanastan"), "afghanistan"), + (UniCase::ascii("sasketchewan"), "saskatchewan"), + (UniCase::ascii("spreedsheet"), "spreadsheet"), + (UniCase::ascii("eastwoord"), "eastwood"), + (UniCase::ascii("intorducing"), "introducing"), + (UniCase::ascii("bureaucratisch"), "bureaucratic"), + (UniCase::ascii("ammendment"), "amendment"), + (UniCase::ascii("millenna"), "millennia"), + (UniCase::ascii("triumpth"), "triumph"), + (UniCase::ascii("transportion"), "transporting"), + (UniCase::ascii("abundunt"), "abundant"), + (UniCase::ascii("sufficit"), "sufficient"), + (UniCase::ascii("unlcoks"), "unlocks"), + (UniCase::ascii("abrutply"), "abruptly"), + (UniCase::ascii("recived"), "received"), + (UniCase::ascii("friendzonned"), "friendzoned"), + (UniCase::ascii("tortillera"), "tortilla"), + (UniCase::ascii("formatiing"), "formatting"), + (UniCase::ascii("probabillity"), "probability"), + (UniCase::ascii("millionar"), "millionaire"), + (UniCase::ascii("balconey"), "balcony"), + (UniCase::ascii("intepretation"), "interpretation"), + (UniCase::ascii("misslies"), "missiles"), + (UniCase::ascii("biologia"), "biological"), + (UniCase::ascii("sqaure"), "square"), + (UniCase::ascii("preferantial"), "preferential"), + (UniCase::ascii("ariports"), "airports"), + (UniCase::ascii("memorialising"), "memorializing"), + (UniCase::ascii("literarlly"), "literary"), + (UniCase::ascii("calcualtors"), "calculators"), + (UniCase::ascii("proletaricat"), "proletariat"), + (UniCase::ascii("concides"), "concise"), + (UniCase::ascii("thursters"), "thrusters"), + (UniCase::ascii("defiantley"), "definately"), + (UniCase::ascii("decoratieve"), "decorative"), + (UniCase::ascii("introversa"), "introverts"), + (UniCase::ascii("exercicing"), "exercising"), + (UniCase::ascii("begginers"), "beginners"), + (UniCase::ascii("libelling"), "libeling"), + (UniCase::ascii("labyrnith"), "labyrinth"), + (UniCase::ascii("starightened"), "straightened"), + (UniCase::ascii("antagonises"), "antagonizes"), + (UniCase::ascii("canceres"), "cancers"), + (UniCase::ascii("meditaciones"), "medications"), + (UniCase::ascii("determinisim"), "determinism"), + (UniCase::ascii("unappealling"), "unappealing"), + (UniCase::ascii("contibuted"), "contributed"), + (UniCase::ascii("expansivos"), "expansions"), + (UniCase::ascii("supporteurs"), "supporters"), + (UniCase::ascii("accelorator"), "accelerator"), + (UniCase::ascii("segregacion"), "segregation"), + (UniCase::ascii("algorithsm"), "algorithms"), + (UniCase::ascii("obtainabie"), "obtainable"), + (UniCase::ascii("unregualted"), "unregulated"), + (UniCase::ascii("alirghty"), "alrighty"), + (UniCase::ascii("privilegien"), "privilege"), + (UniCase::ascii("investagate"), "investigate"), + (UniCase::ascii("specualtion"), "speculation"), + (UniCase::ascii("objectivas"), "objectives"), + (UniCase::ascii("auxillary"), "auxiliary"), + (UniCase::ascii("competitio"), "competitor"), + (UniCase::ascii("fascistisk"), "fascists"), + (UniCase::ascii("predicitons"), "predictions"), + (UniCase::ascii("acroynms"), "acronyms"), + (UniCase::ascii("plehtora"), "plethora"), + (UniCase::ascii("clipbaord"), "clipboard"), + (UniCase::ascii("constructief"), "constructive"), + (UniCase::ascii("ideologiers"), "ideologies"), + (UniCase::ascii("theripists"), "therapists"), + (UniCase::ascii("aleniate"), "alienate"), + (UniCase::ascii("fundumentalist"), "fundamentalist"), + (UniCase::ascii("nostris"), "nostrils"), + (UniCase::ascii("realies"), "realise"), + (UniCase::ascii("encoutnered"), "encountered"), + (UniCase::ascii("depressie"), "depressive"), + (UniCase::ascii("maniuplate"), "manipulate"), + (UniCase::ascii("heigths"), "heights"), + (UniCase::ascii("juggarnaut"), "juggernaut"), + (UniCase::ascii("correspondes"), "corresponds"), + (UniCase::ascii("backdor"), "backdoor"), + (UniCase::ascii("encyrpted"), "encrypted"), + (UniCase::ascii("northwesten"), "northwestern"), + (UniCase::ascii("bulagria"), "bulgaria"), + (UniCase::ascii("patronas"), "patrons"), + (UniCase::ascii("agnosticsm"), "agnosticism"), + (UniCase::ascii("streamade"), "streamed"), + (UniCase::ascii("proclamed"), "proclaimed"), + (UniCase::ascii("consentrated"), "concentrated"), + (UniCase::ascii("perferences"), "preferences"), + (UniCase::ascii("portras"), "portrays"), + (UniCase::ascii("preinitalized"), "preinitialized"), + (UniCase::ascii("responsibily"), "responsibility"), + (UniCase::ascii("perpetuaded"), "perpetuated"), + (UniCase::ascii("denomenation"), "denomination"), + (UniCase::ascii("journalisters"), "journalists"), + (UniCase::ascii("interferred"), "interfere"), + (UniCase::ascii("hamburgesa"), "hamburgers"), + (UniCase::ascii("schoalrship"), "scholarships"), + (UniCase::ascii("decalre"), "declare"), + (UniCase::ascii("strenght"), "strength"), + (UniCase::ascii("genitalias"), "genitals"), + (UniCase::ascii("boardcasts"), "broadcasts"), + (UniCase::ascii("agnostisicm"), "agnosticism"), + (UniCase::ascii("despiration"), "desperation"), + (UniCase::ascii("voluntarilly"), "voluntarily"), + (UniCase::ascii("componant"), "component"), + (UniCase::ascii("fulfullment"), "fulfillment"), + (UniCase::ascii("amphitheatre"), "amphitheater"), + (UniCase::ascii("attributo"), "attribution"), + (UniCase::ascii("owuldve"), "wouldve"), + (UniCase::ascii("stressende"), "stressed"), + (UniCase::ascii("cahsier"), "cashier"), + (UniCase::ascii("consistenty"), "consistently"), + (UniCase::ascii("bulidings"), "buildings"), + (UniCase::ascii("exlcamation"), "exclamation"), + (UniCase::ascii("regualtor"), "regulator"), + (UniCase::ascii("aetiology"), "etiology"), + (UniCase::ascii("lengthes"), "lengths"), + (UniCase::ascii("vriety"), "variety"), + (UniCase::ascii("accliamed"), "acclaimed"), + (UniCase::ascii("arrengements"), "arrangements"), + (UniCase::ascii("practial"), "practical"), + (UniCase::ascii("rewatchign"), "rewatching"), + (UniCase::ascii("sorcercy"), "sorcery"), + (UniCase::ascii("generocity"), "generosity"), + (UniCase::ascii("awesomeley"), "awesomely"), + (UniCase::ascii("definitlty"), "definitly"), + (UniCase::ascii("procreatin"), "procreation"), + (UniCase::ascii("aranged"), "arranged"), + (UniCase::ascii("individiual"), "individual"), + (UniCase::ascii("cointerpoint"), "counterpoint"), + (UniCase::ascii("therefour"), "therefor"), + (UniCase::ascii("communciation"), "communication"), + (UniCase::ascii("dangeroulsy"), "dangerously"), + (UniCase::ascii("collectoin"), "collections"), + (UniCase::ascii("aptitudine"), "aptitude"), + (UniCase::ascii("envelopped"), "envelope"), + (UniCase::ascii("paragraphes"), "paragraphs"), + (UniCase::ascii("replase"), "replaces"), + (UniCase::ascii("eastwoood"), "eastwood"), + (UniCase::ascii("sytle"), "style"), + (UniCase::ascii("frequence"), "frequencies"), + (UniCase::ascii("batistia"), "batista"), + (UniCase::ascii("fantacising"), "fantasizing"), + (UniCase::ascii("sometihn"), "somethin"), + (UniCase::ascii("positivley"), "positively"), + (UniCase::ascii("homeoapthy"), "homeopathy"), + (UniCase::ascii("recognised"), "recognized"), + (UniCase::ascii("hypothecis"), "hypothesis"), + (UniCase::ascii("ulitmate"), "ultimate"), + (UniCase::ascii("communisim"), "communism"), + (UniCase::ascii("repid"), "rapid"), + (UniCase::ascii("healthit"), "healthiest"), + (UniCase::ascii("antrhopology"), "anthropology"), + (UniCase::ascii("inconveinence"), "inconvenience"), + (UniCase::ascii("misdemenor"), "misdemeanor"), + (UniCase::ascii("deliveres"), "delivers"), + (UniCase::ascii("nonsenscial"), "nonsensical"), + (UniCase::ascii("amphetimines"), "amphetamines"), + (UniCase::ascii("toritllas"), "tortillas"), + (UniCase::ascii("decsendants"), "descendants"), + (UniCase::ascii("copenhague"), "copenhagen"), + (UniCase::ascii("overtunned"), "overturned"), + (UniCase::ascii("mansalughter"), "manslaughter"), + (UniCase::ascii("grandchilderen"), "grandchildren"), + (UniCase::ascii("compense"), "compensate"), + (UniCase::ascii("sensibilites"), "sensibilities"), + (UniCase::ascii("formual"), "formula"), + (UniCase::ascii("exlpoding"), "exploding"), + (UniCase::ascii("margings"), "margins"), + (UniCase::ascii("roestta"), "rosetta"), + (UniCase::ascii("mchanics"), "mechanics"), + (UniCase::ascii("decroative"), "decorative"), + (UniCase::ascii("avalable"), "available"), + (UniCase::ascii("confedercy"), "confederacy"), + (UniCase::ascii("seperatley"), "seperate"), + (UniCase::ascii("frsibee"), "frisbee"), + (UniCase::ascii("supportare"), "supporters"), + (UniCase::ascii("manevuer"), "maneuver"), + (UniCase::ascii("reevaulate"), "reevaluate"), + (UniCase::ascii("algorithem"), "algorithm"), + (UniCase::ascii("turrest"), "turrets"), + (UniCase::ascii("aqcuire"), "acquire"), + (UniCase::ascii("spreadhseets"), "spreadsheets"), + (UniCase::ascii("overlcoking"), "overlooking"), + (UniCase::ascii("interrputed"), "interrupted"), + (UniCase::ascii("particularised"), "particularized"), + (UniCase::ascii("positivitey"), "positivity"), + (UniCase::ascii("neuorscience"), "neuroscience"), + (UniCase::ascii("categorises"), "categorizes"), + (UniCase::ascii("prosphetic"), "prosthetic"), + (UniCase::ascii("programas"), "programs"), + (UniCase::ascii("addicitons"), "addictions"), + (UniCase::ascii("nuetered"), "neutered"), + (UniCase::ascii("meidcare"), "medicare"), + (UniCase::ascii("yosemitie"), "yosemite"), + (UniCase::ascii("skateborad"), "skateboard"), + (UniCase::ascii("webstie"), "website"), + (UniCase::ascii("imploed"), "implode"), + (UniCase::ascii("hallunication"), "hallucination"), + (UniCase::ascii("romaina"), "romania"), + (UniCase::ascii("criticists"), "critics"), + (UniCase::ascii("transportng"), "transporting"), + (UniCase::ascii("contirbution"), "contribution"), + (UniCase::ascii("cardaic"), "cardiac"), + (UniCase::ascii("reyonlds"), "reynolds"), + (UniCase::ascii("secularisation"), "secularization"), + (UniCase::ascii("hearhtstone"), "hearthstone"), + (UniCase::ascii("intellectualise"), "intellectualize"), + (UniCase::ascii("berskerer"), "berserker"), + (UniCase::ascii("intimidad"), "intimidated"), + (UniCase::ascii("contriction"), "contraction"), + (UniCase::ascii("tantalises"), "tantalizes"), + (UniCase::ascii("satsifying"), "satisfying"), + (UniCase::ascii("casaulties"), "casualties"), + (UniCase::ascii("characterises"), "characterizes"), + (UniCase::ascii("inherintly"), "inherently"), + (UniCase::ascii("deprevation"), "deprivation"), + (UniCase::ascii("interfacce"), "interfaces"), + (UniCase::ascii("placemens"), "placements"), + (UniCase::ascii("deputised"), "deputized"), + (UniCase::ascii("volatily"), "volatility"), + (UniCase::ascii("disapointing"), "disappointing"), + (UniCase::ascii("geographia"), "geographical"), + (UniCase::ascii("hositlity"), "hostility"), + (UniCase::ascii("buliding"), "building"), + (UniCase::ascii("resistable"), "resistible"), + (UniCase::ascii("stimulai"), "stimuli"), + (UniCase::ascii("regisrty"), "registry"), + (UniCase::ascii("fragmanted"), "fragment"), + (UniCase::ascii("relentness"), "relentless"), + (UniCase::ascii("anwsering"), "answering"), + (UniCase::ascii("supermarktes"), "supermarkets"), + (UniCase::ascii("standardise"), "standardize"), + (UniCase::ascii("techincally"), "technically"), + (UniCase::ascii("visercal"), "visceral"), + (UniCase::ascii("prestigiosa"), "prestigious"), + (UniCase::ascii("representetives"), "representatives"), + (UniCase::ascii("sucessfull"), "successful"), + (UniCase::ascii("befreind"), "befriend"), + (UniCase::ascii("commendments"), "commandments"), + (UniCase::ascii("volatiliy"), "volatility"), + (UniCase::ascii("vincinity"), "vicinity"), + (UniCase::ascii("denomonator"), "denominator"), + (UniCase::ascii("transporteurs"), "transporter"), + (UniCase::ascii("adequitely"), "adequately"), + (UniCase::ascii("assertin"), "assertions"), + (UniCase::ascii("techonlogical"), "technological"), + (UniCase::ascii("premission"), "permission"), + (UniCase::ascii("inadventently"), "inadvertently"), + (UniCase::ascii("incramental"), "incremental"), + (UniCase::ascii("homoepathy"), "homeopathy"), + (UniCase::ascii("cannabolism"), "cannibalism"), + (UniCase::ascii("caclulator"), "calculator"), + (UniCase::ascii("unofficail"), "unofficial"), + (UniCase::ascii("vesseles"), "vessels"), + (UniCase::ascii("flawleslly"), "flawlessly"), + (UniCase::ascii("molestarle"), "molester"), + (UniCase::ascii("eloquenty"), "eloquently"), + (UniCase::ascii("questional"), "questionable"), + (UniCase::ascii("prononciation"), "pronunciation"), + (UniCase::ascii("incentivate"), "incentive"), + (UniCase::ascii("libertarien"), "libertarian"), + (UniCase::ascii("estiamte"), "estimate"), + (UniCase::ascii("louieville"), "louisville"), + (UniCase::ascii("externalise"), "externalize"), + (UniCase::ascii("qualifieres"), "qualifiers"), + (UniCase::ascii("tjpanishad"), "upanishad"), + (UniCase::ascii("clerification"), "clarification"), + (UniCase::ascii("asiprin"), "aspirin"), + (UniCase::ascii("amphetmaine"), "amphetamines"), + (UniCase::ascii("restaraunt"), "restaurant"), + (UniCase::ascii("inital"), "initial"), + (UniCase::ascii("sermonised"), "sermonized"), + (UniCase::ascii("condescendion"), "condescension"), + (UniCase::ascii("mastrubated"), "masturbated"), + (UniCase::ascii("suscpetible"), "susceptible"), + (UniCase::ascii("realisitc"), "realistic"), + (UniCase::ascii("invaderats"), "invaders"), + (UniCase::ascii("santurom"), "santorum"), + (UniCase::ascii("persets"), "presets"), + (UniCase::ascii("onslaugth"), "onslaught"), + (UniCase::ascii("prostituton"), "prostitution"), + (UniCase::ascii("anynomity"), "anonymity"), + (UniCase::ascii("unconfortability"), "discomfort"), + (UniCase::ascii("intepretator"), "interpretor"), + (UniCase::ascii("catergorized"), "categorized"), + (UniCase::ascii("inspiraste"), "inspires"), + (UniCase::ascii("diagramms"), "diagrams"), + (UniCase::ascii("demosntrably"), "demonstrably"), + (UniCase::ascii("vulberability"), "vulnerability"), + (UniCase::ascii("juptier"), "jupiter"), + (UniCase::ascii("sodomises"), "sodomizes"), + (UniCase::ascii("adminsitrators"), "administrators"), + (UniCase::ascii("initails"), "initials"), + (UniCase::ascii("playtrhough"), "playthrough"), + (UniCase::ascii("psychopatic"), "psychopathic"), + (UniCase::ascii("explosivas"), "explosives"), + (UniCase::ascii("generatios"), "generators"), + (UniCase::ascii("depresssion"), "depression"), + (UniCase::ascii("individuais"), "individuals"), + (UniCase::ascii("presnetation"), "presentations"), + (UniCase::ascii("deprication"), "deprivation"), + (UniCase::ascii("bloodbrone"), "bloodborne"), + (UniCase::ascii("camouflague"), "camouflage"), + (UniCase::ascii("nihilim"), "nihilism"), + (UniCase::ascii("liberales"), "liberals"), + (UniCase::ascii("refubrished"), "refurbished"), + (UniCase::ascii("mercenaire"), "mercenaries"), + (UniCase::ascii("underbog"), "undergo"), + (UniCase::ascii("idiosyncracy"), "idiosyncrasy"), + (UniCase::ascii("stirkers"), "strikers"), + (UniCase::ascii("installent"), "installment"), + (UniCase::ascii("blackberrry"), "blackberry"), + (UniCase::ascii("effeciency"), "efficiency"), + (UniCase::ascii("sykwalker"), "skywalker"), + (UniCase::ascii("clitorios"), "clitoris"), + (UniCase::ascii("necromaner"), "necromancer"), + (UniCase::ascii("transformas"), "transforms"), + (UniCase::ascii("strategiclly"), "strategically"), + (UniCase::ascii("transmorgs"), "transforms"), + (UniCase::ascii("bargani"), "bargain"), + (UniCase::ascii("nirtogen"), "nitrogen"), + (UniCase::ascii("accidenty"), "accidently"), + (UniCase::ascii("sepcifications"), "specification"), + (UniCase::ascii("antiboitic"), "antibiotics"), + (UniCase::ascii("monologe"), "monologue"), + (UniCase::ascii("infestaton"), "infestation"), + (UniCase::ascii("absolutly"), "absolutely"), + (UniCase::ascii("rumorus"), "rumours"), + (UniCase::ascii("imaginaton"), "imagination"), + (UniCase::ascii("utiltiy"), "utility"), + (UniCase::ascii("immedietely"), "immediately"), + (UniCase::ascii("anesthetia"), "anesthesia"), + (UniCase::ascii("concequently"), "consequently"), + (UniCase::ascii("bacholer"), "bachelor"), + (UniCase::ascii("bidrman"), "birdman"), + (UniCase::ascii("deficiancies"), "deficiencies"), + (UniCase::ascii("elloitt"), "elliott"), + (UniCase::ascii("surpressed"), "suppressed"), + (UniCase::ascii("parasits"), "parasites"), + (UniCase::ascii("memorizacion"), "memorization"), + (UniCase::ascii("univesity"), "university"), + (UniCase::ascii("recomending"), "recommending"), + (UniCase::ascii("uncomfortablly"), "uncomfortably"), + (UniCase::ascii("consciouly"), "consciously"), + (UniCase::ascii("absolutiste"), "absolutes"), + (UniCase::ascii("pepperment"), "peppermint"), + (UniCase::ascii("barberians"), "barbarians"), + (UniCase::ascii("professionalisme"), "professionals"), + (UniCase::ascii("tightining"), "tightening"), + (UniCase::ascii("attractifs"), "attracts"), + (UniCase::ascii("captais"), "captains"), + (UniCase::ascii("republicants"), "republicans"), + (UniCase::ascii("tyrannises"), "tyrannizes"), + (UniCase::ascii("allergey"), "allergy"), + (UniCase::ascii("secrelty"), "secretly"), + (UniCase::ascii("reprehinsible"), "reprehensible"), + (UniCase::ascii("preisdents"), "presidents"), + (UniCase::ascii("masturbatin"), "masturbation"), + (UniCase::ascii("extensivley"), "extensively"), + (UniCase::ascii("aethistic"), "atheistic"), + (UniCase::ascii("doubellift"), "doublelift"), + (UniCase::ascii("carnige"), "carnage"), + (UniCase::ascii("transgener"), "transgender"), + (UniCase::ascii("remmebered"), "remembered"), + (UniCase::ascii("trianlge"), "triangle"), + (UniCase::ascii("graudating"), "graduating"), + (UniCase::ascii("mastubration"), "masturbation"), + (UniCase::ascii("superstiton"), "superstition"), + (UniCase::ascii("chanpionship"), "championship"), + (UniCase::ascii("satisfactorilly"), "satisfactory"), + (UniCase::ascii("spontainous"), "spontaneous"), + (UniCase::ascii("hexidecimal"), "hexadecimal"), + (UniCase::ascii("insturcted"), "instructed"), + (UniCase::ascii("restricteds"), "restricts"), + (UniCase::ascii("indigeneous"), "indigenous"), + (UniCase::ascii("expendeble"), "expendable"), + (UniCase::ascii("insitutions"), "institutions"), + (UniCase::ascii("gradiating"), "graduating"), + (UniCase::ascii("epilepsey"), "epilepsy"), + (UniCase::ascii("intertainment"), "entertainment"), + (UniCase::ascii("intellecutal"), "intellectual"), + (UniCase::ascii("correctivo"), "correction"), + (UniCase::ascii("quarantene"), "quarantine"), + (UniCase::ascii("uncontrollabley"), "uncontrollably"), + (UniCase::ascii("upstiars"), "upstairs"), + (UniCase::ascii("vulnurability"), "vulnerability"), + (UniCase::ascii("manifacturers"), "manufacturers"), + (UniCase::ascii("universitites"), "universities"), + (UniCase::ascii("misogonist"), "misogynist"), + (UniCase::ascii("substitues"), "substitutes"), + (UniCase::ascii("generoisty"), "generosity"), + (UniCase::ascii("repearedly"), "repealed"), + (UniCase::ascii("prostitues"), "prostitutes"), + (UniCase::ascii("synonimous"), "synonymous"), + (UniCase::ascii("cashies"), "cashiers"), + (UniCase::ascii("transfering"), "transferring"), + (UniCase::ascii("illumaniti"), "illuminati"), + (UniCase::ascii("presest"), "presets"), + (UniCase::ascii("essentual"), "essential"), + (UniCase::ascii("definltey"), "definetly"), + (UniCase::ascii("flatteur"), "flatter"), + (UniCase::ascii("protaganist"), "protagonist"), + (UniCase::ascii("assistat"), "assistants"), + (UniCase::ascii("responnsibilty"), "responsibility"), + (UniCase::ascii("reconnoitre"), "reconnoiter"), + (UniCase::ascii("articifially"), "artificially"), + (UniCase::ascii("exatled"), "exalted"), + (UniCase::ascii("withh"), "with"), + (UniCase::ascii("kitches"), "kitchens"), + (UniCase::ascii("simulatore"), "simulate"), + (UniCase::ascii("masturbaited"), "masturbated"), + (UniCase::ascii("prostitutas"), "prostitutes"), + (UniCase::ascii("jursidictions"), "jurisdictions"), + (UniCase::ascii("toritlla"), "tortilla"), + (UniCase::ascii("autherized"), "authorized"), + (UniCase::ascii("enlightented"), "enlightened"), + (UniCase::ascii("typcially"), "typically"), + (UniCase::ascii("practiclly"), "practically"), + (UniCase::ascii("sympathisers"), "sympathizers"), + (UniCase::ascii("tensiones"), "tensions"), + (UniCase::ascii("discredid"), "discredited"), + (UniCase::ascii("sphagetti"), "spaghetti"), + (UniCase::ascii("etherael"), "ethereal"), + (UniCase::ascii("guantanemo"), "guantanamo"), + (UniCase::ascii("methematical"), "mathematical"), + (UniCase::ascii("bankrupty"), "bankruptcy"), + (UniCase::ascii("coulored"), "coloured"), + (UniCase::ascii("straigthforward"), "straightforward"), + (UniCase::ascii("convicitons"), "convictions"), + (UniCase::ascii("repulsie"), "repulsive"), + (UniCase::ascii("vicotries"), "victories"), + (UniCase::ascii("interferens"), "interferes"), + (UniCase::ascii("monumentais"), "monuments"), + (UniCase::ascii("deficienty"), "deficiency"), + (UniCase::ascii("invincibile"), "invincible"), + (UniCase::ascii("psychemedics"), "psychedelics"), + (UniCase::ascii("anarchistm"), "anarchism"), + (UniCase::ascii("moisturises"), "moisturizes"), + (UniCase::ascii("subsidiser"), "subsidizer"), + (UniCase::ascii("obersvant"), "observant"), + (UniCase::ascii("toghether"), "together"), + (UniCase::ascii("goldifsh"), "goldfish"), + (UniCase::ascii("sastified"), "satisfied"), + (UniCase::ascii("dichotomoy"), "dichotomy"), + (UniCase::ascii("navigatie"), "navigate"), + (UniCase::ascii("ocasionally"), "occasionally"), + (UniCase::ascii("creatue"), "creature"), + (UniCase::ascii("domiantes"), "dominates"), + (UniCase::ascii("benefitical"), "beneficial"), + (UniCase::ascii("diagnosi"), "diagnostic"), + (UniCase::ascii("unconsiderate"), "inconsiderate"), + (UniCase::ascii("allegiancies"), "allegiance"), + (UniCase::ascii("righteouness"), "righteousness"), + (UniCase::ascii("crusdae"), "crusade"), + (UniCase::ascii("skrimish"), "skirmish"), + (UniCase::ascii("lituhania"), "lithuania"), + (UniCase::ascii("airbourne"), "airborne"), + ( + UniCase::ascii("institutionalisation"), + "institutionalization", + ), + (UniCase::ascii("dominats"), "dominates"), + (UniCase::ascii("nationsl"), "nationals"), + (UniCase::ascii("conplimented"), "complimented"), + (UniCase::ascii("executabil"), "executable"), + (UniCase::ascii("evangelised"), "evangelized"), + (UniCase::ascii("deficienies"), "deficiencies"), + (UniCase::ascii("repalying"), "replaying"), + (UniCase::ascii("detials"), "details"), + (UniCase::ascii("intriniscally"), "intrinsically"), + (UniCase::ascii("beraded"), "bearded"), + (UniCase::ascii("copenhagn"), "copenhagen"), + (UniCase::ascii("cheques"), "checks"), + (UniCase::ascii("coutnering"), "countering"), + (UniCase::ascii("finalising"), "finalizing"), + (UniCase::ascii("magnifacent"), "magnificent"), + (UniCase::ascii("catterpilars"), "caterpillars"), + (UniCase::ascii("funcitonally"), "functionally"), + (UniCase::ascii("mositurizing"), "moisturizing"), + (UniCase::ascii("concenrtation"), "concentrations"), + (UniCase::ascii("incomprehencible"), "incomprehensible"), + (UniCase::ascii("tranistioning"), "transitioning"), + (UniCase::ascii("occurances"), "occurrences"), + (UniCase::ascii("katemine"), "ketamine"), + (UniCase::ascii("adressing"), "addressing"), + (UniCase::ascii("viscreal"), "visceral"), + (UniCase::ascii("areospace"), "aerospace"), + (UniCase::ascii("justificatons"), "justifications"), + (UniCase::ascii("includeds"), "includes"), + (UniCase::ascii("isolatie"), "isolate"), + (UniCase::ascii("manipualte"), "manipulate"), + (UniCase::ascii("definitiley"), "definitively"), + (UniCase::ascii("disproportionatley"), "disproportionately"), + (UniCase::ascii("incentiveise"), "incentives"), + (UniCase::ascii("satisfiy"), "satisfy"), + (UniCase::ascii("acording"), "according"), + (UniCase::ascii("manoeuvrings"), "maneuverings"), + (UniCase::ascii("orginazational"), "organizational"), + (UniCase::ascii("amoungst"), "amongst"), + (UniCase::ascii("controvercial"), "controversial"), + (UniCase::ascii("appreicated"), "appreciated"), + (UniCase::ascii("armageddin"), "armageddon"), + (UniCase::ascii("homepoathy"), "homeopathy"), + (UniCase::ascii("girlfreind"), "girlfriend"), + (UniCase::ascii("miniscue"), "miniscule"), + (UniCase::ascii("manifestas"), "manifests"), + (UniCase::ascii("gankign"), "ganking"), + (UniCase::ascii("collegue"), "colleague"), + (UniCase::ascii("instalments"), "installments"), + (UniCase::ascii("communicaton"), "communication"), + (UniCase::ascii("monumentus"), "monuments"), + (UniCase::ascii("keyboars"), "keyboards"), + (UniCase::ascii("reigmes"), "regimes"), + (UniCase::ascii("conditionned"), "conditioned"), + (UniCase::ascii("minneapols"), "minneapolis"), + (UniCase::ascii("restaraunteur"), "restaurateur"), + (UniCase::ascii("masturbsted"), "masturbated"), + (UniCase::ascii("stregnth"), "strength"), + (UniCase::ascii("caricuture"), "caricature"), + (UniCase::ascii("desensatized"), "desensitized"), + (UniCase::ascii("understandebly"), "understandably"), + (UniCase::ascii("ficticious"), "fictitious"), + (UniCase::ascii("principial"), "principal"), + (UniCase::ascii("techincality"), "technicality"), + (UniCase::ascii("assmebling"), "assembling"), + (UniCase::ascii("cutscenses"), "cutscene"), + (UniCase::ascii("classrooom"), "classroom"), + (UniCase::ascii("whaeton"), "wheaton"), + (UniCase::ascii("sypnosis"), "synopsis"), + (UniCase::ascii("osbidian"), "obsidian"), + (UniCase::ascii("misconecption"), "misconceptions"), + (UniCase::ascii("transfomed"), "transformed"), + (UniCase::ascii("embarasssing"), "embarassing"), + (UniCase::ascii("marijauna"), "marijuana"), + (UniCase::ascii("protectiei"), "protective"), + (UniCase::ascii("spreadsheats"), "spreadsheets"), + (UniCase::ascii("indpendently"), "independently"), + (UniCase::ascii("misinterprted"), "misinterpret"), + (UniCase::ascii("permisssion"), "permissions"), + (UniCase::ascii("satifsying"), "satisfying"), + (UniCase::ascii("gunsligner"), "gunslinger"), + (UniCase::ascii("passerbys"), "passersby"), + (UniCase::ascii("hospitolized"), "hospitalized"), + (UniCase::ascii("wilderniss"), "wilderness"), + (UniCase::ascii("consideratoin"), "considerations"), + (UniCase::ascii("companis"), "companions"), + (UniCase::ascii("disciplenary"), "disciplinary"), + (UniCase::ascii("ligthers"), "lighters"), + (UniCase::ascii("youself"), "yourself"), + (UniCase::ascii("indiaan"), "indiana"), + (UniCase::ascii("rudimentatry"), "rudimentary"), + (UniCase::ascii("strengthes"), "strengths"), + (UniCase::ascii("foreksin"), "foreskin"), + (UniCase::ascii("outsouring"), "outsourcing"), + (UniCase::ascii("blackshits"), "blacksmith"), + (UniCase::ascii("wholeheartely"), "wholeheartedly"), + (UniCase::ascii("permature"), "premature"), + (UniCase::ascii("cardiovascualar"), "cardiovascular"), + (UniCase::ascii("spreaded"), "spread"), + (UniCase::ascii("reamining"), "remaining"), + (UniCase::ascii("energising"), "energizing"), + (UniCase::ascii("stressade"), "stressed"), + (UniCase::ascii("blackhwaks"), "blackhawks"), + (UniCase::ascii("contestes"), "contests"), + (UniCase::ascii("neighourhood"), "neighborhood"), + (UniCase::ascii("diosese"), "diocese"), + (UniCase::ascii("eatswood"), "eastwood"), + (UniCase::ascii("apostrope"), "apostrophe"), + (UniCase::ascii("impusle"), "impulse"), + (UniCase::ascii("steadliy"), "steadily"), + (UniCase::ascii("unintelligient"), "unintelligent"), + (UniCase::ascii("adjectivs"), "adjectives"), + (UniCase::ascii("narcississts"), "narcissist"), + (UniCase::ascii("independnet"), "independents"), + (UniCase::ascii("mayalsian"), "malaysian"), + (UniCase::ascii("invertendo"), "inverted"), + (UniCase::ascii("chrsitians"), "christians"), + (UniCase::ascii("accusating"), "accusation"), + (UniCase::ascii("progressers"), "progresses"), + (UniCase::ascii("frontilne"), "frontline"), + (UniCase::ascii("suroundings"), "surroundings"), + (UniCase::ascii("microscophic"), "microscopic"), + (UniCase::ascii("participents"), "participants"), + (UniCase::ascii("currate"), "curate"), + (UniCase::ascii("proclaming"), "proclaiming"), + (UniCase::ascii("muncipality"), "municipality"), + (UniCase::ascii("renaissence"), "renaissance"), + (UniCase::ascii("commandmant"), "commandment"), + (UniCase::ascii("nationalistista"), "nationalists"), + (UniCase::ascii("investigativos"), "investigations"), + (UniCase::ascii("energises"), "energizes"), + (UniCase::ascii("contradictons"), "contradicts"), + (UniCase::ascii("artificailly"), "artificially"), + (UniCase::ascii("narcisissim"), "narcissism"), + (UniCase::ascii("gerat"), "great"), + (UniCase::ascii("settelment"), "settlement"), + (UniCase::ascii("squirrelius"), "squirrels"), + (UniCase::ascii("internalise"), "internalize"), + (UniCase::ascii("conteiners"), "contenders"), + (UniCase::ascii("methodoloy"), "methodology"), + (UniCase::ascii("appaluse"), "applause"), + (UniCase::ascii("credentaisl"), "credentials"), + (UniCase::ascii("spammear"), "spammer"), + (UniCase::ascii("cthuluh"), "cthulhu"), + (UniCase::ascii("hydogen"), "hydrogen"), + (UniCase::ascii("braodcast"), "broadcast"), + (UniCase::ascii("anceints"), "ancients"), + (UniCase::ascii("theraphy"), "therapy"), + (UniCase::ascii("sponsorhip"), "sponsorship"), + (UniCase::ascii("apprecited"), "appreciated"), + (UniCase::ascii("rivlaries"), "rivalries"), + (UniCase::ascii("thermomiter"), "thermometer"), + (UniCase::ascii("vegetatian"), "vegetarian"), + (UniCase::ascii("nuclean"), "unclean"), + (UniCase::ascii("predictious"), "predictions"), + (UniCase::ascii("sterilises"), "sterilizes"), + (UniCase::ascii("spahgetti"), "spaghetti"), + (UniCase::ascii("paragrapgh"), "paragraphs"), + (UniCase::ascii("vaporise"), "vaporize"), + (UniCase::ascii("performans"), "performances"), + (UniCase::ascii("pharmicist"), "pharmacist"), + (UniCase::ascii("civilising"), "civilizing"), + (UniCase::ascii("unsubscirbed"), "unsubscribed"), + (UniCase::ascii("deopsited"), "deposited"), + (UniCase::ascii("savouring"), "savoring"), + (UniCase::ascii("interpretter"), "interpreter"), + (UniCase::ascii("exercide"), "exercised"), + (UniCase::ascii("mentionnes"), "mentions"), + (UniCase::ascii("metropolin"), "metropolitan"), + (UniCase::ascii("adressed"), "addressed"), + (UniCase::ascii("graphcially"), "graphically"), + (UniCase::ascii("prepetrators"), "perpetrators"), + (UniCase::ascii("execising"), "exercising"), + (UniCase::ascii("pshycopathic"), "psychopathic"), + (UniCase::ascii("victorina"), "victorian"), + (UniCase::ascii("regresse"), "regressive"), + (UniCase::ascii("worthelss"), "worthless"), + (UniCase::ascii("armoury"), "armory"), + (UniCase::ascii("massarce"), "massacre"), + (UniCase::ascii("agriculturual"), "agricultural"), + (UniCase::ascii("mudering"), "murdering"), + (UniCase::ascii("dunegon"), "dungeon"), + (UniCase::ascii("travestry"), "travesty"), + (UniCase::ascii("completelyl"), "completely"), + (UniCase::ascii("conpromising"), "compromising"), + (UniCase::ascii("proteciton"), "protections"), + (UniCase::ascii("presidancy"), "presidency"), + (UniCase::ascii("clickear"), "clicker"), + (UniCase::ascii("imaganative"), "imaginative"), + (UniCase::ascii("armagedddon"), "armageddon"), + (UniCase::ascii("backfeild"), "backfield"), + (UniCase::ascii("inconsistancies"), "inconsistencies"), + (UniCase::ascii("manufactuters"), "manufactures"), + (UniCase::ascii("hypertrohy"), "hypertrophy"), + (UniCase::ascii("horizontes"), "horizons"), + (UniCase::ascii("disover"), "discover"), + (UniCase::ascii("straings"), "strains"), + (UniCase::ascii("shatnering"), "shattering"), + (UniCase::ascii("minituare"), "miniature"), + (UniCase::ascii("histroic"), "historic"), + (UniCase::ascii("untrianed"), "untrained"), + (UniCase::ascii("mississipi"), "mississippi"), + (UniCase::ascii("andriod"), "android"), + (UniCase::ascii("adolencence"), "adolescence"), + (UniCase::ascii("narcisissts"), "narcissist"), + (UniCase::ascii("homeothapy"), "homeopathy"), + (UniCase::ascii("airlfow"), "airflow"), + (UniCase::ascii("girlfried"), "girlfriend"), + (UniCase::ascii("vidoegames"), "videogames"), + (UniCase::ascii("dynsaty"), "dynasty"), + (UniCase::ascii("frointer"), "frontier"), + (UniCase::ascii("entretaining"), "entertaining"), + (UniCase::ascii("sexualizd"), "sexualized"), + (UniCase::ascii("ostracised"), "ostracized"), + (UniCase::ascii("coutnerparts"), "counterparts"), + (UniCase::ascii("clevelry"), "cleverly"), + (UniCase::ascii("collaberation"), "collaboration"), + (UniCase::ascii("reinstallling"), "reinstalling"), + (UniCase::ascii("restarants"), "restaurants"), + (UniCase::ascii("definicion"), "definition"), + (UniCase::ascii("destinty"), "destiny"), + (UniCase::ascii("monumentul"), "monumental"), + (UniCase::ascii("analyste"), "analyse"), + (UniCase::ascii("earliet"), "earliest"), + (UniCase::ascii("custimizable"), "customizable"), + (UniCase::ascii("naturens"), "natures"), + (UniCase::ascii("headqaurters"), "headquarters"), + (UniCase::ascii("victemized"), "victimized"), + (UniCase::ascii("telaportation"), "teleportation"), + (UniCase::ascii("violentce"), "violence"), + (UniCase::ascii("definataly"), "definately"), + (UniCase::ascii("graudates"), "graduates"), + (UniCase::ascii("resolutoin"), "resolutions"), + (UniCase::ascii("importd"), "imported"), + (UniCase::ascii("incrediblely"), "incredibly"), + (UniCase::ascii("phenomenona"), "phenomena"), + (UniCase::ascii("outreagous"), "outrageous"), + (UniCase::ascii("stitchs"), "stitches"), + (UniCase::ascii("intial"), "initial"), + (UniCase::ascii("promocional"), "promotional"), + (UniCase::ascii("monagomous"), "monogamous"), + (UniCase::ascii("situationals"), "situations"), + (UniCase::ascii("ommision"), "omission"), + (UniCase::ascii("satsohi"), "satoshi"), + (UniCase::ascii("transfromed"), "transformed"), + (UniCase::ascii("preverse"), "perverse"), + (UniCase::ascii("ostracises"), "ostracizes"), + (UniCase::ascii("electorite"), "electorate"), + (UniCase::ascii("derivitave"), "derivative"), + (UniCase::ascii("behavoiurs"), "behaviours"), + (UniCase::ascii("responsibilties"), "responsibilities"), + (UniCase::ascii("validitiy"), "validity"), + (UniCase::ascii("tenactiy"), "tenacity"), + (UniCase::ascii("insignificat"), "insignificant"), + (UniCase::ascii("kindapped"), "kidnapped"), + (UniCase::ascii("positiviy"), "positivity"), + (UniCase::ascii("nirvanna"), "nirvana"), + (UniCase::ascii("trinkst"), "trinkets"), + (UniCase::ascii("lieuenant"), "lieutenant"), + (UniCase::ascii("expertas"), "experts"), + (UniCase::ascii("magicin"), "magician"), + (UniCase::ascii("fulfiled"), "fulfilled"), + (UniCase::ascii("stylisch"), "stylish"), + (UniCase::ascii("mesmerising"), "mesmerizing"), + (UniCase::ascii("structurel"), "structural"), + (UniCase::ascii("worhtless"), "worthless"), + (UniCase::ascii("alsot"), "also"), + (UniCase::ascii("extrapalate"), "extrapolate"), + (UniCase::ascii("revelaed"), "revealed"), + (UniCase::ascii("revisiones"), "revisions"), + (UniCase::ascii("contracter"), "contractor"), + (UniCase::ascii("invinicble"), "invincible"), + (UniCase::ascii("reconenct"), "reconnect"), + (UniCase::ascii("attributs"), "attributes"), + (UniCase::ascii("disadventaged"), "disadvantaged"), + (UniCase::ascii("restruction"), "restriction"), + (UniCase::ascii("incompotent"), "incompetent"), + (UniCase::ascii("labryinth"), "labyrinth"), + (UniCase::ascii("stopry"), "story"), + (UniCase::ascii("hosptial"), "hospital"), + (UniCase::ascii("connecticon"), "connection"), + (UniCase::ascii("intercorse"), "intercourse"), + (UniCase::ascii("newsettler"), "newsletter"), + (UniCase::ascii("btiched"), "bitched"), + (UniCase::ascii("reconnaisance"), "reconnaissance"), + (UniCase::ascii("uninstallng"), "uninstalling"), + (UniCase::ascii("arbitrariliy"), "arbitrarily"), + (UniCase::ascii("deathcat"), "deathmatch"), + (UniCase::ascii("nieghbour"), "neighbour"), + (UniCase::ascii("torhclight"), "torchlight"), + (UniCase::ascii("nationalistische"), "nationalistic"), + (UniCase::ascii("enchanging"), "enchanting"), + (UniCase::ascii("chlidish"), "childish"), + (UniCase::ascii("downtoking"), "downvoting"), + (UniCase::ascii("hostles"), "hostels"), + (UniCase::ascii("husban"), "husband"), + (UniCase::ascii("despide"), "despised"), + (UniCase::ascii("compilant"), "compliant"), + (UniCase::ascii("signifiy"), "signify"), + (UniCase::ascii("thermoneter"), "thermometer"), + (UniCase::ascii("traveld"), "traveled"), + (UniCase::ascii("finantially"), "financially"), + (UniCase::ascii("colourful"), "colorful"), + (UniCase::ascii("masturabted"), "masturbated"), + (UniCase::ascii("barceloneta"), "barcelona"), + (UniCase::ascii("treatmet"), "treatments"), + (UniCase::ascii("submissies"), "submissive"), + (UniCase::ascii("engagment"), "engagement"), + (UniCase::ascii("sydnicate"), "syndicate"), + (UniCase::ascii("syphoning"), "siphoning"), + (UniCase::ascii("austrailia"), "australia"), + (UniCase::ascii("optimisitc"), "optimistic"), + (UniCase::ascii("fundamentais"), "fundamentals"), + (UniCase::ascii("comparisn"), "comparisons"), + (UniCase::ascii("turretts"), "turrets"), + (UniCase::ascii("suceeding"), "succeeding"), + (UniCase::ascii("disgraseful"), "disgraceful"), + (UniCase::ascii("impoverised"), "impoverished"), + (UniCase::ascii("unnecesserily"), "unnecessarily"), + (UniCase::ascii("adventrous"), "adventurous"), + (UniCase::ascii("amphetimine"), "amphetamine"), + (UniCase::ascii("restord"), "restored"), + (UniCase::ascii("apperead"), "appeared"), + (UniCase::ascii("bleutooth"), "bluetooth"), + (UniCase::ascii("beneifical"), "beneficial"), + (UniCase::ascii("vegaterians"), "vegetarians"), + (UniCase::ascii("generalizare"), "generalize"), + (UniCase::ascii("spectarors"), "spectators"), + (UniCase::ascii("dungeoun"), "dungeon"), + (UniCase::ascii("foreginer"), "foreigner"), + (UniCase::ascii("outwieghs"), "outweighs"), + (UniCase::ascii("restrcitions"), "restriction"), + (UniCase::ascii("manufacturier"), "manufacturer"), + (UniCase::ascii("identite"), "identities"), + (UniCase::ascii("curcuit"), "circuit"), + (UniCase::ascii("introdecks"), "introduces"), + (UniCase::ascii("discriminitory"), "discriminatory"), + (UniCase::ascii("rationalised"), "rationalized"), + (UniCase::ascii("stirrig"), "stirring"), + (UniCase::ascii("accusition"), "accusation"), + (UniCase::ascii("esportes"), "esports"), + (UniCase::ascii("prioritises"), "prioritizes"), + (UniCase::ascii("possbily"), "possibly"), + (UniCase::ascii("ironcially"), "ironically"), + (UniCase::ascii("acusation"), "causation"), + (UniCase::ascii("disbelife"), "disbelief"), + (UniCase::ascii("enterrpise"), "enterprises"), + (UniCase::ascii("expectansy"), "expectancy"), + (UniCase::ascii("deathmacth"), "deathmatch"), + (UniCase::ascii("manipulaton"), "manipulation"), + (UniCase::ascii("pedestrianising"), "pedestrianizing"), + (UniCase::ascii("enlsaved"), "enslaved"), + (UniCase::ascii("supposdely"), "supposedly"), + (UniCase::ascii("polical"), "political"), + (UniCase::ascii("explose"), "explodes"), + (UniCase::ascii("stratagically"), "strategically"), + (UniCase::ascii("temporarity"), "temporarily"), + (UniCase::ascii("objectivst"), "objectives"), + (UniCase::ascii("praesidium"), "presidium"), + (UniCase::ascii("evangelikal"), "evangelical"), + (UniCase::ascii("accuastion"), "accusation"), + (UniCase::ascii("pitchferks"), "pitchforks"), + (UniCase::ascii("beginnig"), "beginning"), + (UniCase::ascii("isareli"), "israeli"), + (UniCase::ascii("exploititive"), "exploitative"), + (UniCase::ascii("satrical"), "satirical"), + (UniCase::ascii("modificatons"), "modifications"), + (UniCase::ascii("arsenaal"), "arsenal"), + (UniCase::ascii("wonderwand"), "wonderland"), + (UniCase::ascii("esitmates"), "estimates"), + (UniCase::ascii("copenhaegen"), "copenhagen"), + (UniCase::ascii("amublance"), "ambulance"), + (UniCase::ascii("discourges"), "discourages"), + (UniCase::ascii("generatons"), "generators"), + (UniCase::ascii("misunderstandng"), "misunderstandings"), + (UniCase::ascii("bitterseet"), "bittersweet"), + (UniCase::ascii("disengenuous"), "disingenuous"), + (UniCase::ascii("destorys"), "destroys"), + (UniCase::ascii("migrainers"), "migraines"), + (UniCase::ascii("kickstarer"), "kickstarter"), + (UniCase::ascii("transistorised"), "transistorized"), + (UniCase::ascii("gernade"), "grenade"), + (UniCase::ascii("shouldnot"), "shouldnt"), + (UniCase::ascii("foward"), "forward"), + (UniCase::ascii("suppy"), "supply"), + (UniCase::ascii("dependenta"), "dependant"), + (UniCase::ascii("isloate"), "isolate"), + (UniCase::ascii("commonweatlh"), "commonwealth"), + (UniCase::ascii("pericing"), "piercing"), + (UniCase::ascii("undertacker"), "undertaker"), + (UniCase::ascii("attraktion"), "attraction"), + (UniCase::ascii("possesess"), "possesses"), + (UniCase::ascii("preferibly"), "preferably"), + (UniCase::ascii("conceivabley"), "conceivably"), + (UniCase::ascii("terminales"), "terminals"), + (UniCase::ascii("ascnesion"), "ascension"), + (UniCase::ascii("hardend"), "hardened"), + (UniCase::ascii("repatition"), "repetition"), + (UniCase::ascii("ganster"), "gangster"), + (UniCase::ascii("signalises"), "signalizes"), + (UniCase::ascii("atribute"), "attribute"), + (UniCase::ascii("counterfait"), "counterfeit"), + (UniCase::ascii("comprassem"), "compress"), + (UniCase::ascii("justificativo"), "justification"), + (UniCase::ascii("gimmickers"), "gimmicks"), + (UniCase::ascii("invicinble"), "invincible"), + (UniCase::ascii("condolances"), "condolences"), + (UniCase::ascii("valentis"), "valentines"), + (UniCase::ascii("alternador"), "alternator"), + (UniCase::ascii("australina"), "australians"), + (UniCase::ascii("verificacion"), "verification"), + (UniCase::ascii("approximatly"), "approximately"), + (UniCase::ascii("professionnal"), "professional"), + (UniCase::ascii("falshing"), "flashing"), + (UniCase::ascii("directrx"), "directx"), + (UniCase::ascii("reminiscant"), "reminiscent"), + (UniCase::ascii("cricling"), "circling"), + (UniCase::ascii("catapillers"), "caterpillars"), + (UniCase::ascii("tesitfy"), "testify"), + (UniCase::ascii("unbelievibly"), "unbelievably"), + (UniCase::ascii("nonsence"), "nonsense"), + (UniCase::ascii("unconscous"), "unconscious"), + (UniCase::ascii("procedue"), "procedure"), + (UniCase::ascii("metre"), "meter"), + (UniCase::ascii("prematurily"), "prematurely"), + (UniCase::ascii("extrapolerat"), "extrapolate"), + (UniCase::ascii("tunnelled"), "tunneled"), + (UniCase::ascii("archeaologist"), "archeologist"), + (UniCase::ascii("euthanazia"), "euthanasia"), + (UniCase::ascii("personel"), "personnel"), + (UniCase::ascii("presidunce"), "presidency"), + (UniCase::ascii("soldily"), "solidly"), + (UniCase::ascii("exponantial"), "exponential"), + (UniCase::ascii("spectrail"), "spectral"), + (UniCase::ascii("metaphorics"), "metaphors"), + (UniCase::ascii("reproducive"), "reproductive"), + (UniCase::ascii("consuelling"), "counselling"), + (UniCase::ascii("transgenger"), "transgender"), + (UniCase::ascii("gradification"), "gratification"), + (UniCase::ascii("disadvantged"), "disadvantaged"), + (UniCase::ascii("neighborhod"), "neighborhood"), + (UniCase::ascii("converastion"), "conversations"), + (UniCase::ascii("annoucning"), "announcing"), + (UniCase::ascii("conspriacy"), "conspiracy"), + (UniCase::ascii("interpretare"), "interpreter"), + (UniCase::ascii("sincerelly"), "sincerely"), + (UniCase::ascii("humanitarna"), "humanitarian"), + (UniCase::ascii("absloutes"), "absolutes"), + (UniCase::ascii("sponzored"), "sponsored"), + (UniCase::ascii("pronoucned"), "pronounced"), + (UniCase::ascii("secretery"), "secretary"), + (UniCase::ascii("monumentals"), "monuments"), + (UniCase::ascii("premonasterians"), "premonstratensians"), + (UniCase::ascii("seahakws"), "seahawks"), + (UniCase::ascii("sidebaord"), "sideboard"), + (UniCase::ascii("accumulare"), "accumulate"), + (UniCase::ascii("prohpets"), "prophets"), + (UniCase::ascii("baptisim"), "baptism"), + (UniCase::ascii("disturbd"), "disturbed"), + (UniCase::ascii("extreem"), "extreme"), + (UniCase::ascii("compromessi"), "compromises"), + (UniCase::ascii("zeebra"), "zebra"), + (UniCase::ascii("chernobl"), "chernobyl"), + (UniCase::ascii("sluaghtered"), "slaughtered"), + (UniCase::ascii("babysittng"), "babysitting"), + (UniCase::ascii("warcrat"), "warcraft"), + (UniCase::ascii("patriachry"), "patriarchy"), + (UniCase::ascii("maintenaince"), "maintenance"), + (UniCase::ascii("hyopcrite"), "hypocrite"), + (UniCase::ascii("temepst"), "tempest"), + (UniCase::ascii("misinterperet"), "misinterpret"), + (UniCase::ascii("religously"), "religiously"), + (UniCase::ascii("unconvectional"), "unconventional"), + (UniCase::ascii("traditionel"), "traditional"), + (UniCase::ascii("adminsitration"), "administration"), + (UniCase::ascii("urbanising"), "urbanizing"), + (UniCase::ascii("teamfigt"), "teamfight"), + (UniCase::ascii("mandaste"), "mandates"), + (UniCase::ascii("morphen"), "morphine"), + (UniCase::ascii("endeavours"), "endeavors"), + (UniCase::ascii("withrdawing"), "withdrawing"), + (UniCase::ascii("protraits"), "portraits"), + (UniCase::ascii("manufactuer"), "manufacture"), + (UniCase::ascii("introducted"), "introduced"), + (UniCase::ascii("resitsance"), "resistances"), + (UniCase::ascii("sceintifically"), "scientifically"), + (UniCase::ascii("maneuveur"), "maneuver"), + (UniCase::ascii("condradicted"), "contradicted"), + (UniCase::ascii("silicoon"), "silicon"), + (UniCase::ascii("unattracive"), "unattractive"), + (UniCase::ascii("abnornally"), "abnormally"), + (UniCase::ascii("considerd"), "considered"), + (UniCase::ascii("confidentally"), "confidentially"), + (UniCase::ascii("optimisitic"), "optimistic"), + (UniCase::ascii("themselvs"), "themselves"), + (UniCase::ascii("confids"), "confides"), + (UniCase::ascii("institutuion"), "institution"), + (UniCase::ascii("blueberrry"), "blueberry"), + (UniCase::ascii("medeterranean"), "mediterranean"), + (UniCase::ascii("saskatcehwan"), "saskatchewan"), + (UniCase::ascii("correspondente"), "correspondence"), + (UniCase::ascii("tencaity"), "tenacity"), + (UniCase::ascii("amphetemines"), "amphetamines"), + (UniCase::ascii("shorly"), "shortly"), + (UniCase::ascii("illegitamte"), "illegitimate"), + (UniCase::ascii("journalistens"), "journalists"), + (UniCase::ascii("volounteer"), "volunteer"), + (UniCase::ascii("inspectin"), "inspection"), + (UniCase::ascii("muslces"), "muscles"), + (UniCase::ascii("reorganisations"), "reorganizations"), + (UniCase::ascii("completi"), "complexity"), + (UniCase::ascii("torotise"), "tortoise"), + (UniCase::ascii("interfernce"), "interference"), + (UniCase::ascii("indireclty"), "indirectly"), + (UniCase::ascii("cartrdiges"), "cartridges"), + (UniCase::ascii("convienently"), "conveniently"), + (UniCase::ascii("zealotus"), "zealots"), + (UniCase::ascii("cleanies"), "cleanse"), + (UniCase::ascii("dishonord"), "dishonored"), + (UniCase::ascii("briuses"), "bruises"), + (UniCase::ascii("agreemnt"), "agreement"), + (UniCase::ascii("destinato"), "destination"), + (UniCase::ascii("demobilise"), "demobilize"), + (UniCase::ascii("alcoholicas"), "alcoholics"), + (UniCase::ascii("existencial"), "existential"), + (UniCase::ascii("aeorspace"), "aerospace"), + (UniCase::ascii("generalife"), "generalize"), + (UniCase::ascii("fundamentalits"), "fundamentalists"), + (UniCase::ascii("presedintia"), "presidential"), + (UniCase::ascii("possissive"), "possessive"), + (UniCase::ascii("nucelus"), "nucleus"), + (UniCase::ascii("cosmeticas"), "cosmetics"), + (UniCase::ascii("fahrenhiet"), "fahrenheit"), + (UniCase::ascii("worshipped"), "worshiped"), + (UniCase::ascii("teloportation"), "teleportation"), + (UniCase::ascii("personhoood"), "personhood"), + (UniCase::ascii("slighly"), "slightly"), + (UniCase::ascii("advesary"), "adversary"), + (UniCase::ascii("assualts"), "assaults"), + (UniCase::ascii("stutterring"), "stuttering"), + (UniCase::ascii("sacrifises"), "sacrifices"), + (UniCase::ascii("consciense"), "conscience"), + (UniCase::ascii("halluzination"), "hallucination"), + (UniCase::ascii("virutes"), "virtues"), + (UniCase::ascii("pensle"), "pencil"), + (UniCase::ascii("conflictos"), "conflicts"), + (UniCase::ascii("proffesional"), "professional"), + (UniCase::ascii("interruptis"), "interrupts"), + (UniCase::ascii("unfairy"), "unfairly"), + (UniCase::ascii("certainity"), "certainty"), + (UniCase::ascii("simialir"), "similiar"), + (UniCase::ascii("upgrads"), "upgrades"), + (UniCase::ascii("extruciating"), "excruciating"), + (UniCase::ascii("sparklie"), "sparkle"), + (UniCase::ascii("distributore"), "distribute"), + (UniCase::ascii("travelodge"), "traveled"), + (UniCase::ascii("appication"), "application"), + (UniCase::ascii("paraphraze"), "paraphrase"), + (UniCase::ascii("globalisation"), "globalization"), + (UniCase::ascii("inresponsible"), "irresponsible"), + (UniCase::ascii("bithces"), "bitches"), + (UniCase::ascii("sentaors"), "senators"), + (UniCase::ascii("emabrgo"), "embargo"), + (UniCase::ascii("celebritiy"), "celebrity"), + (UniCase::ascii("mercurey"), "mercury"), + (UniCase::ascii("fatalaties"), "fatalities"), + (UniCase::ascii("repearable"), "repeatable"), + (UniCase::ascii("allthough"), "although"), + (UniCase::ascii("misrepresentated"), "misrepresented"), + (UniCase::ascii("paitents"), "patients"), + (UniCase::ascii("millenian"), "millennia"), + (UniCase::ascii("intentinal"), "intentional"), + (UniCase::ascii("santcuary"), "sanctuary"), + (UniCase::ascii("redefinied"), "redefine"), + (UniCase::ascii("prarie"), "prairie"), + (UniCase::ascii("eitquette"), "etiquette"), + (UniCase::ascii("instalment"), "installment"), + (UniCase::ascii("regularlos"), "regulars"), + (UniCase::ascii("defendent"), "defendant"), + (UniCase::ascii("respesct"), "respects"), + (UniCase::ascii("upgarding"), "upgrading"), + (UniCase::ascii("epitomise"), "epitomize"), + (UniCase::ascii("hvea"), "have"), + (UniCase::ascii("extraordinaly"), "extraordinary"), + (UniCase::ascii("garantee"), "guarantee"), + (UniCase::ascii("elphant"), "elephant"), + (UniCase::ascii("combinatios"), "combinations"), + (UniCase::ascii("satellie"), "satellites"), + (UniCase::ascii("slippes"), "slippers"), + (UniCase::ascii("graphicaly"), "graphically"), + (UniCase::ascii("arisoft"), "airsoft"), + (UniCase::ascii("guilia"), "giulia"), + (UniCase::ascii("congresssmen"), "congressmen"), + (UniCase::ascii("globalises"), "globalizes"), + (UniCase::ascii("addcits"), "addicts"), + (UniCase::ascii("investigater"), "investigator"), + (UniCase::ascii("suspiciuosly"), "suspiciously"), + (UniCase::ascii("portuguise"), "portuguese"), + (UniCase::ascii("realible"), "reliable"), + (UniCase::ascii("executionor"), "executioner"), + (UniCase::ascii("deterministisch"), "deterministic"), + (UniCase::ascii("appreciatin"), "appreciation"), + (UniCase::ascii("existnace"), "existance"), + (UniCase::ascii("catterpillar"), "caterpillar"), + (UniCase::ascii("circunference"), "circumference"), + (UniCase::ascii("facisnation"), "fascination"), + (UniCase::ascii("resistanses"), "resistances"), + (UniCase::ascii("conspiriator"), "conspirator"), + (UniCase::ascii("depsise"), "despise"), + (UniCase::ascii("neighbourhoood"), "neighbourhood"), + (UniCase::ascii("mecahnics"), "mechanics"), + (UniCase::ascii("analysees"), "analyses"), + (UniCase::ascii("investmens"), "investments"), + (UniCase::ascii("technoligically"), "technologically"), + (UniCase::ascii("carniverous"), "carnivorous"), + (UniCase::ascii("westernes"), "westerners"), + (UniCase::ascii("superfluu"), "superfluous"), + (UniCase::ascii("unusabe"), "unusable"), + (UniCase::ascii("electornic"), "electronic"), + (UniCase::ascii("unasnwered"), "unanswered"), + (UniCase::ascii("eclpise"), "eclipse"), + (UniCase::ascii("rapsberry"), "raspberry"), + (UniCase::ascii("personalitits"), "personalities"), + (UniCase::ascii("critizising"), "criticizing"), + (UniCase::ascii("paradies"), "paradise"), + (UniCase::ascii("leviathn"), "leviathan"), + (UniCase::ascii("bizzare"), "bizarre"), + (UniCase::ascii("saxaphone"), "saxophone"), + (UniCase::ascii("expolde"), "explode"), + (UniCase::ascii("interrups"), "interrupts"), + (UniCase::ascii("pyschopathic"), "psychopathic"), + (UniCase::ascii("contraceptivo"), "contraception"), + (UniCase::ascii("lanuches"), "launches"), + (UniCase::ascii("perordered"), "preordered"), + (UniCase::ascii("constiutents"), "constituents"), + (UniCase::ascii("cognitivie"), "cognitive"), + (UniCase::ascii("autor"), "author"), + (UniCase::ascii("availble"), "available"), + (UniCase::ascii("nutrutious"), "nutritious"), + (UniCase::ascii("rienforcement"), "reinforcements"), + (UniCase::ascii("complexy"), "complexity"), + (UniCase::ascii("rainbowers"), "rainbows"), + (UniCase::ascii("challegner"), "challenger"), + (UniCase::ascii("forunner"), "forerunner"), + (UniCase::ascii("airsfot"), "airsoft"), + (UniCase::ascii("suggestie"), "suggestive"), + (UniCase::ascii("cautionsly"), "cautiously"), + (UniCase::ascii("altrusim"), "altruism"), + (UniCase::ascii("swtiching"), "switching"), + (UniCase::ascii("canadains"), "canadians"), + (UniCase::ascii("unkowningly"), "unknowingly"), + (UniCase::ascii("religiosly"), "religiously"), + (UniCase::ascii("coproration"), "corporation"), + (UniCase::ascii("mastutbation"), "masturbation"), + (UniCase::ascii("mounment"), "monument"), + (UniCase::ascii("whitholding"), "withholding"), + (UniCase::ascii("horader"), "hoarder"), + (UniCase::ascii("repsonsive"), "responsive"), + (UniCase::ascii("implementig"), "implementing"), + (UniCase::ascii("dicitonary"), "dictionary"), + (UniCase::ascii("berekley"), "berkeley"), + (UniCase::ascii("monstrisity"), "monstrosity"), + (UniCase::ascii("judgenental"), "judgemental"), + (UniCase::ascii("distinktion"), "distinction"), + (UniCase::ascii("beglium"), "belgium"), + (UniCase::ascii("unconvensional"), "unconventional"), + (UniCase::ascii("controvercy"), "controversy"), + (UniCase::ascii("antoganist"), "antagonist"), + (UniCase::ascii("questionalble"), "questionable"), + (UniCase::ascii("embarassing"), "embarrassing"), + (UniCase::ascii("liberae"), "liberate"), + (UniCase::ascii("structual"), "structural"), + (UniCase::ascii("registeres"), "registers"), + (UniCase::ascii("volatge"), "voltage"), + (UniCase::ascii("internelized"), "internalized"), + (UniCase::ascii("ellipitcals"), "elliptical"), + (UniCase::ascii("independenly"), "independently"), + (UniCase::ascii("wishlisht"), "wishlist"), + (UniCase::ascii("propsects"), "prospects"), + (UniCase::ascii("correcters"), "correctors"), + (UniCase::ascii("signitories"), "signatories"), + (UniCase::ascii("orchastrated"), "orchestrated"), + (UniCase::ascii("suposing"), "supposing"), + (UniCase::ascii("reevaulated"), "reevaluate"), + (UniCase::ascii("testifiy"), "testify"), + (UniCase::ascii("cigarattes"), "cigarettes"), + (UniCase::ascii("cartirdges"), "cartridges"), + (UniCase::ascii("privilegie"), "privilege"), + (UniCase::ascii("vietnamnese"), "vietnamese"), + (UniCase::ascii("discualified"), "disqualified"), + (UniCase::ascii("analogeous"), "analogous"), + (UniCase::ascii("masoginistic"), "misogynistic"), + (UniCase::ascii("chariman"), "chairman"), + (UniCase::ascii("competiters"), "competitors"), + (UniCase::ascii("formidabile"), "formidable"), + (UniCase::ascii("collaspes"), "collapses"), + (UniCase::ascii("corporacion"), "corporation"), + (UniCase::ascii("delibarate"), "deliberate"), + (UniCase::ascii("unnecesarily"), "unnecessarily"), + (UniCase::ascii("survavibility"), "survivability"), + (UniCase::ascii("suburburban"), "suburban"), + (UniCase::ascii("dysfucntion"), "dysfunction"), + (UniCase::ascii("conpensation"), "compensation"), + (UniCase::ascii("homosexuels"), "homosexuals"), + (UniCase::ascii("percession"), "percussion"), + (UniCase::ascii("affliciton"), "affliction"), + (UniCase::ascii("geographisch"), "geographic"), + (UniCase::ascii("abstenince"), "abstinence"), + (UniCase::ascii("antiboitics"), "antibiotics"), + (UniCase::ascii("prohpet"), "prophet"), + (UniCase::ascii("abomonation"), "abomination"), + (UniCase::ascii("helpfull"), "helpful"), + (UniCase::ascii("curcible"), "crucible"), + (UniCase::ascii("sppeches"), "speeches"), + (UniCase::ascii("metaphysicans"), "metaphysics"), + (UniCase::ascii("thereaputic"), "therapeutic"), + (UniCase::ascii("persistante"), "persistent"), + (UniCase::ascii("scoprion"), "scorpion"), + (UniCase::ascii("behaviourist"), "behaviorist"), + (UniCase::ascii("critiera"), "criteria"), + (UniCase::ascii("forfiet"), "forfeit"), + (UniCase::ascii("frightend"), "frightened"), + (UniCase::ascii("threatended"), "threatened"), + (UniCase::ascii("referendom"), "referendum"), + (UniCase::ascii("eugencis"), "eugenics"), + (UniCase::ascii("interrim"), "interim"), + (UniCase::ascii("concentraited"), "concentrated"), + (UniCase::ascii("emphatetic"), "empathetic"), + (UniCase::ascii("identicial"), "identical"), + (UniCase::ascii("mircales"), "miracles"), + (UniCase::ascii("authoritiers"), "authorities"), + (UniCase::ascii("embarissing"), "embarassing"), + (UniCase::ascii("agression"), "aggression"), + (UniCase::ascii("doccumented"), "documented"), + (UniCase::ascii("goegraphical"), "geographical"), + (UniCase::ascii("connectivety"), "connectivity"), + (UniCase::ascii("complimentery"), "complimentary"), + (UniCase::ascii("subtiltes"), "subtitles"), + (UniCase::ascii("pedestiran"), "pedestrian"), + (UniCase::ascii("continuato"), "continuation"), + (UniCase::ascii("derpivation"), "deprivation"), + (UniCase::ascii("arlignton"), "arlington"), + (UniCase::ascii("latnern"), "lantern"), + (UniCase::ascii("competenet"), "competence"), + (UniCase::ascii("quantuum"), "quantum"), + (UniCase::ascii("excorciating"), "excruciating"), + (UniCase::ascii("intenst"), "intents"), + (UniCase::ascii("spiritus"), "spirits"), + (UniCase::ascii("camoufalge"), "camouflage"), + (UniCase::ascii("apparentely"), "apparently"), + (UniCase::ascii("avaiable"), "available"), + (UniCase::ascii("workstaton"), "workstation"), + (UniCase::ascii("hourgalss"), "hourglass"), + (UniCase::ascii("ibuprofein"), "ibuprofen"), + (UniCase::ascii("scrathces"), "scratches"), + (UniCase::ascii("completen"), "complement"), + (UniCase::ascii("aposltes"), "apostles"), + (UniCase::ascii("scandonavia"), "scandinavia"), + (UniCase::ascii("governmetn"), "governments"), + (UniCase::ascii("aqcuainted"), "acquainted"), + (UniCase::ascii("urkaine"), "ukraine"), + (UniCase::ascii("comeptition"), "competition"), + (UniCase::ascii("tenacles"), "tentacles"), + (UniCase::ascii("mulsims"), "muslims"), + (UniCase::ascii("domecracy"), "democracy"), + (UniCase::ascii("transforners"), "transformers"), + (UniCase::ascii("relaibility"), "reliability"), + (UniCase::ascii("qaulifiers"), "qualifiers"), + (UniCase::ascii("jeircho"), "jericho"), + (UniCase::ascii("meditatiing"), "meditating"), + (UniCase::ascii("whitsle"), "whistle"), + (UniCase::ascii("convential"), "conventional"), + (UniCase::ascii("philosophia"), "philosophical"), + (UniCase::ascii("intellegently"), "intelligently"), + (UniCase::ascii("indoktrination"), "indoctrination"), + (UniCase::ascii("enterprsie"), "enterprises"), + (UniCase::ascii("utilitiy"), "utility"), + (UniCase::ascii("statistc"), "statistic"), + (UniCase::ascii("benchmars"), "benchmarks"), + (UniCase::ascii("astronaught"), "astronaut"), + (UniCase::ascii("maintanence"), "maintenance"), + (UniCase::ascii("electrodan"), "electron"), + (UniCase::ascii("workins"), "workings"), + (UniCase::ascii("unforgiveable"), "unforgivable"), + (UniCase::ascii("dulaity"), "duality"), + (UniCase::ascii("collaberator"), "collaborate"), + (UniCase::ascii("erested"), "arrested"), + (UniCase::ascii("inexperiencable"), "inexperience"), + (UniCase::ascii("bureaucracie"), "bureaucratic"), + (UniCase::ascii("grappel"), "grapple"), + (UniCase::ascii("ostraziced"), "ostracized"), + (UniCase::ascii("antisocail"), "antisocial"), + (UniCase::ascii("preventetive"), "preventative"), + (UniCase::ascii("unemployemnt"), "unemployment"), + (UniCase::ascii("genialia"), "genitalia"), + (UniCase::ascii("cilivization"), "civilizations"), + (UniCase::ascii("apperciate"), "appreciate"), + (UniCase::ascii("picthfork"), "pitchfork"), + (UniCase::ascii("minerales"), "minerals"), + (UniCase::ascii("comparsions"), "comparisons"), + (UniCase::ascii("regulatories"), "regulators"), + (UniCase::ascii("mathcup"), "matchup"), + (UniCase::ascii("penatgon"), "pentagon"), + (UniCase::ascii("archaoelogy"), "archeology"), + (UniCase::ascii("companians"), "companions"), + (UniCase::ascii("referendim"), "referendum"), + (UniCase::ascii("resourse"), "resources"), + (UniCase::ascii("scracthes"), "scratches"), + (UniCase::ascii("playaround"), "playground"), + (UniCase::ascii("pesticidas"), "pesticides"), + (UniCase::ascii("insidios"), "insidious"), + (UniCase::ascii("futurustic"), "futuristic"), + (UniCase::ascii("reccommend"), "recommend"), + (UniCase::ascii("incorported"), "incorporated"), + (UniCase::ascii("corcodile"), "crocodile"), + (UniCase::ascii("initalness"), "initialness"), + (UniCase::ascii("meagre"), "meager"), + (UniCase::ascii("seziures"), "seizures"), + (UniCase::ascii("unfortuneatly"), "unfortunately"), + (UniCase::ascii("escalative"), "escalate"), + (UniCase::ascii("flourishment"), "flourishing"), + (UniCase::ascii("teamifghts"), "teamfights"), + (UniCase::ascii("burrtio"), "burrito"), + (UniCase::ascii("orchesta"), "orchestra"), + (UniCase::ascii("nationalististic"), "nationalistic"), + (UniCase::ascii("implementasi"), "implements"), + (UniCase::ascii("massachusites"), "massachusetts"), + (UniCase::ascii("ingrediant"), "ingredient"), + (UniCase::ascii("thermomenter"), "thermometer"), + (UniCase::ascii("transplanet"), "transplant"), + (UniCase::ascii("presedency"), "presidency"), + (UniCase::ascii("smartare"), "smarter"), + (UniCase::ascii("sunglases"), "sunglasses"), + (UniCase::ascii("calssified"), "classified"), + (UniCase::ascii("depictin"), "depictions"), + (UniCase::ascii("premire"), "premier"), + (UniCase::ascii("gauntelt"), "gauntlet"), + (UniCase::ascii("capsuels"), "capsules"), + (UniCase::ascii("remarcably"), "remarkably"), + (UniCase::ascii("besteality"), "bestiality"), + (UniCase::ascii("downloadbale"), "downloadable"), + (UniCase::ascii("contributin"), "contribution"), + (UniCase::ascii("glicthed"), "glitched"), + (UniCase::ascii("goosebumbs"), "goosebumps"), + (UniCase::ascii("synchronised"), "synchronized"), + (UniCase::ascii("lattitude"), "latitude"), + (UniCase::ascii("ingerdients"), "ingredients"), + (UniCase::ascii("estination"), "estimation"), + (UniCase::ascii("victoriuous"), "victorious"), + (UniCase::ascii("agriculteral"), "agricultural"), + (UniCase::ascii("constructivo"), "construction"), + (UniCase::ascii("resolveres"), "resolves"), + (UniCase::ascii("socializng"), "socializing"), + (UniCase::ascii("misundrestanding"), "misunderstandings"), + (UniCase::ascii("auther"), "author"), + (UniCase::ascii("instituto"), "institution"), + (UniCase::ascii("owrk"), "work"), + (UniCase::ascii("unconsciosly"), "unconsciously"), + (UniCase::ascii("volounteering"), "volunteering"), + (UniCase::ascii("libitarianisn"), "libertarianism"), + (UniCase::ascii("corrilated"), "correlated"), + (UniCase::ascii("immigrantes"), "immigrants"), + (UniCase::ascii("invulverable"), "invulnerable"), + (UniCase::ascii("emmision"), "emission"), + (UniCase::ascii("contribuyes"), "contributes"), + (UniCase::ascii("phyiscally"), "physically"), + (UniCase::ascii("catalysed"), "catalyzed"), + (UniCase::ascii("distrotion"), "distortion"), + (UniCase::ascii("adquire"), "acquire"), + (UniCase::ascii("intuitivley"), "intuitively"), + (UniCase::ascii("appropirately"), "appropriately"), + (UniCase::ascii("hallowen"), "halloween"), + (UniCase::ascii("corrolates"), "correlates"), + (UniCase::ascii("catholisism"), "catholicism"), + (UniCase::ascii("conditionnal"), "conditional"), + (UniCase::ascii("rememberes"), "remembers"), + (UniCase::ascii("whipsered"), "whispered"), + (UniCase::ascii("yera"), "year"), + (UniCase::ascii("colonizators"), "colonizers"), + (UniCase::ascii("phemonena"), "phenomena"), + (UniCase::ascii("fundemantal"), "fundamental"), + (UniCase::ascii("artifically"), "artificially"), + (UniCase::ascii("borderlads"), "borderlands"), + (UniCase::ascii("conculsive"), "conclusive"), + (UniCase::ascii("dishonours"), "dishonors"), + (UniCase::ascii("dehumanises"), "dehumanizes"), + (UniCase::ascii("politicise"), "politicize"), + (UniCase::ascii("unsubscrube"), "unsubscribe"), + (UniCase::ascii("worhsipping"), "worshipping"), + (UniCase::ascii("maintainence"), "maintenance"), + (UniCase::ascii("experimentating"), "experimentation"), + (UniCase::ascii("defendrs"), "defends"), + (UniCase::ascii("criticts"), "critics"), + (UniCase::ascii("personilized"), "personalized"), + (UniCase::ascii("misspellng"), "misspelling"), + (UniCase::ascii("includng"), "including"), + (UniCase::ascii("chloesterol"), "cholesterol"), + (UniCase::ascii("deocrative"), "decorative"), + (UniCase::ascii("destroyes"), "destroys"), + (UniCase::ascii("vectores"), "vectors"), + (UniCase::ascii("representaion"), "representation"), + (UniCase::ascii("disproportionnate"), "disproportionate"), + (UniCase::ascii("planeswaler"), "planeswalker"), + (UniCase::ascii("rhapsodise"), "rhapsodize"), + (UniCase::ascii("abominacion"), "abomination"), + (UniCase::ascii("croatioa"), "croatia"), + (UniCase::ascii("inperfections"), "imperfections"), + (UniCase::ascii("tsunmai"), "tsunami"), + (UniCase::ascii("indivudual"), "individual"), + (UniCase::ascii("seriban"), "serbian"), + (UniCase::ascii("narcissits"), "narcissist"), + (UniCase::ascii("wordlview"), "worldview"), + (UniCase::ascii("argicultural"), "agricultural"), + (UniCase::ascii("interprating"), "interpreting"), + (UniCase::ascii("ostrasiced"), "ostracized"), + (UniCase::ascii("whatseover"), "whatsoever"), + (UniCase::ascii("prescirbed"), "prescribed"), + (UniCase::ascii("parliamant"), "parliament"), + (UniCase::ascii("acclimatised"), "acclimatized"), + (UniCase::ascii("uninitalised"), "uninitialised"), + (UniCase::ascii("neutraal"), "neutral"), + (UniCase::ascii("legislacion"), "legislation"), + (UniCase::ascii("encylcopedia"), "encyclopedia"), + (UniCase::ascii("legendaires"), "legendaries"), + (UniCase::ascii("currenly"), "currently"), + (UniCase::ascii("independentiste"), "independents"), + (UniCase::ascii("brabarian"), "barbarian"), + (UniCase::ascii("completelys"), "completes"), + (UniCase::ascii("endolithes"), "endoliths"), + (UniCase::ascii("procastrinating"), "procrastinating"), + (UniCase::ascii("developement"), "development"), + (UniCase::ascii("acconplishment"), "accomplishment"), + (UniCase::ascii("guitarit"), "guitarist"), + (UniCase::ascii("awknowledges"), "acknowledges"), + (UniCase::ascii("resistane"), "resistances"), + (UniCase::ascii("conseqeunces"), "consequence"), + (UniCase::ascii("ebcuase"), "becuase"), + (UniCase::ascii("eahc"), "each"), + (UniCase::ascii("mingiame"), "minigame"), + (UniCase::ascii("nacionalists"), "nationalists"), + (UniCase::ascii("infered"), "inferred"), + (UniCase::ascii("capitilize"), "capitalize"), + (UniCase::ascii("diabetees"), "diabetes"), + (UniCase::ascii("confederecy"), "confederacy"), + (UniCase::ascii("unavailible"), "unavailable"), + (UniCase::ascii("oversimplifacation"), "oversimplification"), + (UniCase::ascii("holdins"), "holdings"), + (UniCase::ascii("extraterrestials"), "extraterrestrials"), + (UniCase::ascii("professoinal"), "professionals"), + (UniCase::ascii("parameds"), "paramedics"), + (UniCase::ascii("exclusivety"), "exclusivity"), + (UniCase::ascii("protohypes"), "prototypes"), + (UniCase::ascii("continut"), "continuity"), + (UniCase::ascii("indpendent"), "independent"), + (UniCase::ascii("practhett"), "pratchett"), + (UniCase::ascii("esle"), "else"), + (UniCase::ascii("sadning"), "sanding"), + (UniCase::ascii("pertinante"), "pertinent"), + (UniCase::ascii("passionant"), "passionate"), + (UniCase::ascii("flanethrower"), "flamethrower"), + (UniCase::ascii("tjhe"), "the"), + (UniCase::ascii("efficiantly"), "efficiently"), + (UniCase::ascii("subscriping"), "subscribing"), + (UniCase::ascii("transporing"), "transporting"), + (UniCase::ascii("isarelis"), "israelis"), + (UniCase::ascii("legenday"), "legendary"), + (UniCase::ascii("polinators"), "pollinators"), + (UniCase::ascii("compartmentalise"), "compartmentalize"), + (UniCase::ascii("strawbrary"), "strawberry"), + (UniCase::ascii("wathcing"), "watching"), + (UniCase::ascii("propietary"), "proprietary"), + (UniCase::ascii("streamos"), "streams"), + (UniCase::ascii("medicacion"), "medication"), + (UniCase::ascii("definjtely"), "definately"), + (UniCase::ascii("reseracher"), "researchers"), + (UniCase::ascii("referrences"), "references"), + (UniCase::ascii("unionise"), "unionize"), + (UniCase::ascii("spontanous"), "spontaneous"), + (UniCase::ascii("percautions"), "precautions"), + (UniCase::ascii("psychologits"), "psychologists"), + (UniCase::ascii("discrimante"), "discriminate"), + (UniCase::ascii("orgainsed"), "organised"), + (UniCase::ascii("governmeant"), "governmental"), + (UniCase::ascii("illsuions"), "illusions"), + (UniCase::ascii("simualtor"), "simulator"), + (UniCase::ascii("subjectief"), "subjective"), + (UniCase::ascii("priveledges"), "privileges"), + (UniCase::ascii("travelled"), "traveled"), + (UniCase::ascii("vietnamees"), "vietnamese"), + (UniCase::ascii("engeries"), "energies"), + (UniCase::ascii("reminsicent"), "reminiscent"), + (UniCase::ascii("presumpteous"), "presumptuous"), + (UniCase::ascii("denomintor"), "denominator"), + (UniCase::ascii("assupmtion"), "assumptions"), + (UniCase::ascii("modifieras"), "modifiers"), + (UniCase::ascii("responsibilitys"), "responsibilities"), + (UniCase::ascii("inconditionally"), "unconditionally"), + (UniCase::ascii("patronises"), "patronizes"), + (UniCase::ascii("chillend"), "chilled"), + (UniCase::ascii("propagandising"), "propagandizing"), + (UniCase::ascii("occaisons"), "occasions"), + (UniCase::ascii("randomes"), "randoms"), + (UniCase::ascii("desctruction"), "destruction"), + (UniCase::ascii("apratheid"), "apartheid"), + (UniCase::ascii("theroist"), "theorist"), + (UniCase::ascii("ostrazised"), "ostracized"), + (UniCase::ascii("orhtodox"), "orthodox"), + (UniCase::ascii("overclokcing"), "overclocking"), + (UniCase::ascii("comparitave"), "comparative"), + (UniCase::ascii("hedeghog"), "hedgehog"), + (UniCase::ascii("metiphorically"), "metaphorically"), + (UniCase::ascii("bioplar"), "bipolar"), + (UniCase::ascii("wlacott"), "walcott"), + (UniCase::ascii("religioners"), "religions"), + (UniCase::ascii("interestigly"), "interestingly"), + (UniCase::ascii("withdrawan"), "withdrawn"), + (UniCase::ascii("destory"), "destroy"), + (UniCase::ascii("decribing"), "describing"), + (UniCase::ascii("testasterone"), "testosterone"), + (UniCase::ascii("arcylic"), "acrylic"), + (UniCase::ascii("reversable"), "reversible"), + (UniCase::ascii("requeim"), "requiem"), + (UniCase::ascii("consueling"), "consulting"), + (UniCase::ascii("submarie"), "submarines"), + (UniCase::ascii("descendats"), "descendants"), + (UniCase::ascii("homosexuales"), "homosexuals"), + (UniCase::ascii("chalenging"), "challenging"), + (UniCase::ascii("paradiggum"), "paradigm"), + (UniCase::ascii("transpoder"), "transported"), + (UniCase::ascii("laucnhes"), "launches"), + (UniCase::ascii("hypocrytical"), "hypocritical"), + (UniCase::ascii("answeres"), "answers"), + (UniCase::ascii("countercut"), "counteract"), + (UniCase::ascii("potentialy"), "potentially"), + (UniCase::ascii("possessivize"), "possessive"), + (UniCase::ascii("congegration"), "congregation"), + (UniCase::ascii("biologiset"), "biologist"), + (UniCase::ascii("procotol"), "protocol"), + (UniCase::ascii("neglicting"), "neglecting"), + (UniCase::ascii("declarase"), "declares"), + (UniCase::ascii("antagonisitic"), "antagonistic"), + (UniCase::ascii("disurption"), "disruption"), + (UniCase::ascii("scaepgoat"), "scapegoat"), + (UniCase::ascii("haemorrhage"), "hemorrhage"), + (UniCase::ascii("libraires"), "libraries"), + (UniCase::ascii("descision"), "decision"), + (UniCase::ascii("pervailing"), "prevailing"), + (UniCase::ascii("intimatley"), "intimately"), + (UniCase::ascii("infomation"), "information"), + (UniCase::ascii("demobilises"), "demobilizes"), + (UniCase::ascii("supposingly"), "supposedly"), + (UniCase::ascii("actication"), "activation"), + (UniCase::ascii("markeras"), "markers"), + (UniCase::ascii("oxidises"), "oxidizes"), + (UniCase::ascii("expection"), "exception"), + (UniCase::ascii("expidetion"), "expedition"), + (UniCase::ascii("durabillity"), "durability"), + (UniCase::ascii("predisposte"), "predisposed"), + (UniCase::ascii("prostituye"), "prostitute"), + (UniCase::ascii("obersvation"), "observation"), + (UniCase::ascii("vertgio"), "vertigo"), + (UniCase::ascii("linguisics"), "linguistics"), + (UniCase::ascii("minimalstic"), "minimalist"), + (UniCase::ascii("autogrpah"), "autograph"), + (UniCase::ascii("thougths"), "thoughts"), + (UniCase::ascii("administor"), "administer"), + (UniCase::ascii("kentucy"), "kentucky"), + (UniCase::ascii("satrically"), "satirically"), + (UniCase::ascii("imploys"), "employs"), + (UniCase::ascii("inspireras"), "inspires"), + (UniCase::ascii("wonderlad"), "wonderland"), + (UniCase::ascii("arsneal"), "arsenal"), + (UniCase::ascii("milwakuee"), "milwaukee"), + (UniCase::ascii("copmetitors"), "competitors"), + (UniCase::ascii("substantually"), "substantially"), + (UniCase::ascii("arund"), "around"), + (UniCase::ascii("lannasters"), "lannisters"), + (UniCase::ascii("persecusion"), "persecution"), + (UniCase::ascii("pernamently"), "permanently"), + (UniCase::ascii("manifacturer"), "manufacturer"), + (UniCase::ascii("segretation"), "segregation"), + (UniCase::ascii("photogrpahers"), "photographers"), + (UniCase::ascii("cashire"), "cashier"), + (UniCase::ascii("simultanous"), "simultaneous"), + (UniCase::ascii("indistingusihable"), "indistinguishable"), + (UniCase::ascii("contextes"), "contexts"), + (UniCase::ascii("ilness"), "illness"), + (UniCase::ascii("agonising"), "agonizing"), + (UniCase::ascii("centipeed"), "centipede"), + (UniCase::ascii("emphesized"), "emphasized"), + (UniCase::ascii("democratised"), "democratized"), + (UniCase::ascii("inculding"), "including"), + (UniCase::ascii("proprotional"), "proportional"), + (UniCase::ascii("unviersities"), "universities"), + (UniCase::ascii("individualised"), "individualized"), + (UniCase::ascii("belittlling"), "belittling"), + (UniCase::ascii("confedaracy"), "confederacy"), + (UniCase::ascii("thornes"), "thrones"), + (UniCase::ascii("briusers"), "bruisers"), + (UniCase::ascii("deisgnated"), "designated"), + (UniCase::ascii("attemtped"), "attempted"), + (UniCase::ascii("radioactieve"), "radioactive"), + (UniCase::ascii("universets"), "universes"), + (UniCase::ascii("speculaties"), "speculative"), + (UniCase::ascii("generalizacion"), "generalization"), + (UniCase::ascii("vamipres"), "vampires"), + (UniCase::ascii("causacian"), "caucasian"), + (UniCase::ascii("artifiically"), "artificially"), + (UniCase::ascii("trustworhty"), "trustworthy"), + (UniCase::ascii("headquarer"), "headquarter"), + (UniCase::ascii("accumalation"), "accumulation"), + (UniCase::ascii("mosquiters"), "mosquitoes"), + (UniCase::ascii("perforamnce"), "performances"), + (UniCase::ascii("realiste"), "realise"), + (UniCase::ascii("infintie"), "infinite"), + (UniCase::ascii("collectioners"), "collections"), + (UniCase::ascii("mathematicks"), "mathematics"), + (UniCase::ascii("homosexualls"), "homosexuals"), + (UniCase::ascii("paragrpahs"), "paragraphs"), + (UniCase::ascii("marvelling"), "marveling"), + (UniCase::ascii("convenietly"), "conveniently"), + (UniCase::ascii("questiong"), "questioning"), + (UniCase::ascii("accrediated"), "accredited"), + (UniCase::ascii("recipricate"), "reciprocate"), + (UniCase::ascii("mairlyn"), "marilyn"), + (UniCase::ascii("vandalisim"), "vandalism"), + (UniCase::ascii("degrate"), "degrade"), + (UniCase::ascii("meaningess"), "meanings"), + (UniCase::ascii("assassinatd"), "assassinated"), + (UniCase::ascii("supplimental"), "supplemental"), + (UniCase::ascii("verison"), "version"), + (UniCase::ascii("nautulis"), "nautilus"), + (UniCase::ascii("desintegration"), "disintegration"), + (UniCase::ascii("moulders"), "molders"), + (UniCase::ascii("taligating"), "tailgating"), + (UniCase::ascii("teleprotation"), "teleportation"), + (UniCase::ascii("objektives"), "objectives"), + (UniCase::ascii("mechaniclly"), "mechanically"), + (UniCase::ascii("offred"), "offered"), + (UniCase::ascii("propserous"), "prosperous"), + (UniCase::ascii("extortin"), "extortion"), + (UniCase::ascii("cauncks"), "canucks"), + (UniCase::ascii("demostration"), "demonstration"), + (UniCase::ascii("passabel"), "passable"), + (UniCase::ascii("obscuirty"), "obscurity"), + (UniCase::ascii("diganosis"), "diagnosis"), + (UniCase::ascii("existend"), "existed"), + (UniCase::ascii("produse"), "produces"), + (UniCase::ascii("miliraty"), "military"), + (UniCase::ascii("hsyteria"), "hysteria"), + (UniCase::ascii("disgustes"), "disgusts"), + (UniCase::ascii("legenderies"), "legendaries"), + (UniCase::ascii("chracter"), "character"), + (UniCase::ascii("archetipes"), "archetypes"), + (UniCase::ascii("vengaence"), "vengeance"), + (UniCase::ascii("investagated"), "investigated"), + (UniCase::ascii("nkow"), "know"), + (UniCase::ascii("apologiste"), "apologise"), + (UniCase::ascii("euphoira"), "euphoria"), + (UniCase::ascii("immortalls"), "immortals"), + (UniCase::ascii("duplifaces"), "duplicates"), + (UniCase::ascii("fanservie"), "fanservice"), + (UniCase::ascii("demolito"), "demolition"), + (UniCase::ascii("instructior"), "instructor"), + (UniCase::ascii("stereotying"), "stereotyping"), + (UniCase::ascii("imrpoves"), "improves"), + (UniCase::ascii("knigths"), "knights"), + (UniCase::ascii("inevitablity"), "inevitably"), + (UniCase::ascii("problematisch"), "problematic"), + (UniCase::ascii("improtantly"), "importantly"), + (UniCase::ascii("paramter"), "parameter"), + (UniCase::ascii("dialouge"), "dialogue"), + (UniCase::ascii("mucnhies"), "munchies"), + (UniCase::ascii("numerious"), "numerous"), + (UniCase::ascii("subsittute"), "substitutes"), + (UniCase::ascii("squishly"), "squishy"), + (UniCase::ascii("nationaliy"), "nationality"), + (UniCase::ascii("harrasses"), "harassed"), + (UniCase::ascii("symphatizes"), "sympathize"), + (UniCase::ascii("fashoinable"), "fashionable"), + (UniCase::ascii("incomprehesible"), "incomprehensible"), + (UniCase::ascii("sanitised"), "sanitized"), + (UniCase::ascii("slienced"), "silenced"), + (UniCase::ascii("cigaretts"), "cigarettes"), + (UniCase::ascii("incorruptable"), "incorruptible"), + (UniCase::ascii("chocolste"), "chocolates"), + (UniCase::ascii("previes"), "previews"), + (UniCase::ascii("intorverts"), "introverts"), + (UniCase::ascii("supermarkten"), "supermarket"), + (UniCase::ascii("mutlinationals"), "multinational"), + (UniCase::ascii("construccion"), "construction"), + (UniCase::ascii("nationalise"), "nationalize"), + (UniCase::ascii("impresssion"), "impressions"), + (UniCase::ascii("milennium"), "millennium"), + (UniCase::ascii("revolutionised"), "revolutionized"), + (UniCase::ascii("combinatin"), "combinations"), + (UniCase::ascii("communicaiton"), "communication"), + (UniCase::ascii("constently"), "constantly"), + (UniCase::ascii("fantasiaing"), "fantasizing"), + (UniCase::ascii("acftually"), "factually"), + (UniCase::ascii("doomdsay"), "doomsday"), + (UniCase::ascii("empahsize"), "emphasize"), + (UniCase::ascii("playhtrough"), "playthrough"), + (UniCase::ascii("withdrawles"), "withdrawals"), + (UniCase::ascii("bangladesch"), "bangladesh"), + (UniCase::ascii("propeties"), "properties"), + (UniCase::ascii("thunderjolt"), "thunderbolt"), + (UniCase::ascii("supernarkets"), "supermarkets"), + (UniCase::ascii("temporised"), "temporized"), + (UniCase::ascii("proposito"), "proposition"), + (UniCase::ascii("subesquently"), "subsequently"), + (UniCase::ascii("equivalnce"), "equivalence"), + (UniCase::ascii("waktins"), "watkins"), + (UniCase::ascii("lanucher"), "launcher"), + (UniCase::ascii("yersa"), "years"), + (UniCase::ascii("prototipes"), "prototypes"), + (UniCase::ascii("infeccious"), "infectious"), + (UniCase::ascii("dissonence"), "dissonance"), + (UniCase::ascii("pregnencies"), "pregnancies"), + (UniCase::ascii("trinekts"), "trinkets"), + (UniCase::ascii("triangls"), "triangles"), + (UniCase::ascii("proselytises"), "proselytizes"), + (UniCase::ascii("intolarant"), "intolerant"), + (UniCase::ascii("herculeans"), "hercules"), + (UniCase::ascii("civilises"), "civilizes"), + (UniCase::ascii("discogrophy"), "discography"), + (UniCase::ascii("clarinettists"), "clarinetists"), + (UniCase::ascii("reccomend"), "recommend"), + (UniCase::ascii("sunscren"), "sunscreen"), + (UniCase::ascii("battlefornt"), "battlefront"), + (UniCase::ascii("understnad"), "understands"), + (UniCase::ascii("restaraunts"), "restaurants"), + (UniCase::ascii("conbinations"), "combinations"), + (UniCase::ascii("ordianry"), "ordinary"), + (UniCase::ascii("preservaton"), "preservation"), + (UniCase::ascii("helment"), "helmet"), + (UniCase::ascii("leanr"), "lean"), + (UniCase::ascii("oarcles"), "oracles"), + (UniCase::ascii("techiniques"), "techniques"), + (UniCase::ascii("weakenend"), "weakened"), + (UniCase::ascii("neturality"), "neutrality"), + (UniCase::ascii("temporaraly"), "temporarily"), + (UniCase::ascii("publicitan"), "publication"), + (UniCase::ascii("californains"), "californian"), + (UniCase::ascii("printerest"), "printers"), + (UniCase::ascii("separatiste"), "separates"), + (UniCase::ascii("individuati"), "individuality"), + (UniCase::ascii("unicornios"), "unicorns"), + (UniCase::ascii("subscribbing"), "subscribing"), + (UniCase::ascii("revolutin"), "revolutions"), + (UniCase::ascii("subsidising"), "subsidizing"), + (UniCase::ascii("entreperure"), "entrepreneur"), + (UniCase::ascii("contextualises"), "contextualizes"), + (UniCase::ascii("sacrificies"), "sacrifice"), + (UniCase::ascii("sceintist"), "scientist"), + (UniCase::ascii("incorectly"), "incorrectly"), + (UniCase::ascii("appreicates"), "appreciates"), + (UniCase::ascii("dependandt"), "dependant"), + (UniCase::ascii("champiosnhip"), "championships"), + (UniCase::ascii("uncomitted"), "uncommitted"), + (UniCase::ascii("accomodation"), "accommodation"), + (UniCase::ascii("amalgomated"), "amalgamated"), + (UniCase::ascii("agressor"), "aggressor"), + (UniCase::ascii("assignemnt"), "assignment"), + (UniCase::ascii("brillaince"), "brilliance"), + (UniCase::ascii("classicos"), "classics"), + (UniCase::ascii("complais"), "complains"), + (UniCase::ascii("availaible"), "available"), + (UniCase::ascii("desicions"), "decisions"), + (UniCase::ascii("consistantly"), "consistently"), + (UniCase::ascii("purchashing"), "purchasing"), + (UniCase::ascii("basicliy"), "basicly"), + (UniCase::ascii("retirbution"), "retribution"), + (UniCase::ascii("empahsizes"), "emphasizes"), + (UniCase::ascii("brigaged"), "brigade"), + (UniCase::ascii("proccess"), "process"), + (UniCase::ascii("jeresys"), "jerseys"), + (UniCase::ascii("breakthough"), "breakthrough"), + (UniCase::ascii("blaimed"), "blamed"), + (UniCase::ascii("materialsim"), "materialism"), + (UniCase::ascii("instantaneus"), "instantaneous"), + (UniCase::ascii("pebblers"), "pebbles"), + (UniCase::ascii("prioretize"), "prioritize"), + (UniCase::ascii("transphoic"), "transphobic"), + (UniCase::ascii("natuilus"), "nautilus"), + (UniCase::ascii("rekenton"), "renekton"), + (UniCase::ascii("methaporically"), "metaphorically"), + (UniCase::ascii("charecteristic"), "characteristic"), + (UniCase::ascii("brunettte"), "brunette"), + (UniCase::ascii("coloured"), "colored"), + (UniCase::ascii("egotystical"), "egotistical"), + (UniCase::ascii("revitalising"), "revitalizing"), + (UniCase::ascii("sacraficed"), "sacrificed"), + (UniCase::ascii("confidencial"), "confidential"), + (UniCase::ascii("waviers"), "waivers"), + (UniCase::ascii("anyoneis"), "anyones"), + (UniCase::ascii("protistants"), "protestants"), + (UniCase::ascii("pattened"), "patented"), + (UniCase::ascii("russion"), "russian"), + (UniCase::ascii("liberacion"), "liberation"), + (UniCase::ascii("externalisation"), "externalization"), + (UniCase::ascii("allievate"), "alleviate"), + (UniCase::ascii("summenor"), "summoner"), + (UniCase::ascii("yaers"), "years"), + (UniCase::ascii("beachead"), "beachhead"), + (UniCase::ascii("unplaybale"), "unplayable"), + (UniCase::ascii("accesseries"), "accessories"), + (UniCase::ascii("underhwleming"), "underwhelming"), + (UniCase::ascii("parellels"), "parallels"), + (UniCase::ascii("nostaliga"), "nostalgia"), + (UniCase::ascii("correktness"), "correctness"), + (UniCase::ascii("encyclopdia"), "encyclopedia"), + (UniCase::ascii("presumptuious"), "presumptuous"), + (UniCase::ascii("compolsive"), "compulsive"), + (UniCase::ascii("probabilites"), "probabilities"), + (UniCase::ascii("significane"), "significance"), + (UniCase::ascii("promoteurs"), "promotes"), + (UniCase::ascii("chocies"), "choices"), + (UniCase::ascii("decidely"), "decidedly"), + (UniCase::ascii("charactere"), "characterize"), + (UniCase::ascii("straigth"), "straight"), + (UniCase::ascii("photogrpah"), "photographs"), + (UniCase::ascii("motherbord"), "motherboard"), + (UniCase::ascii("catagorized"), "categorized"), + (UniCase::ascii("disclosue"), "disclosure"), + (UniCase::ascii("indicitive"), "indicative"), + (UniCase::ascii("dinosuar"), "dinosaur"), + (UniCase::ascii("socialisation"), "socialization"), + (UniCase::ascii("desensitising"), "desensitizing"), + (UniCase::ascii("fremented"), "fermented"), + (UniCase::ascii("franticlly"), "frantically"), + (UniCase::ascii("allegry"), "allergy"), + (UniCase::ascii("conclussive"), "conclusive"), + (UniCase::ascii("libertae"), "liberate"), + (UniCase::ascii("sacrifized"), "sacrificed"), + (UniCase::ascii("baristia"), "barista"), + (UniCase::ascii("goosebums"), "goosebumps"), + (UniCase::ascii("apologises"), "apologizes"), + (UniCase::ascii("metropilitan"), "metropolitan"), + (UniCase::ascii("impresison"), "impressions"), + (UniCase::ascii("gorgoeus"), "gorgeous"), + (UniCase::ascii("vulernable"), "vulnerable"), + (UniCase::ascii("welathiest"), "wealthiest"), + (UniCase::ascii("temprary"), "temporary"), + (UniCase::ascii("underwar"), "underwater"), + (UniCase::ascii("irrelavent"), "irrelevant"), + (UniCase::ascii("intuitivly"), "intuitively"), + (UniCase::ascii("desgins"), "designs"), + (UniCase::ascii("incarcerato"), "incarceration"), + (UniCase::ascii("irritatie"), "irritate"), + (UniCase::ascii("anitvirus"), "antivirus"), + (UniCase::ascii("proseletyzing"), "proselytizing"), + (UniCase::ascii("fetishiste"), "fetishes"), + (UniCase::ascii("shoudl"), "should"), + (UniCase::ascii("screenshat"), "screenshot"), + (UniCase::ascii("blacony"), "balcony"), + (UniCase::ascii("dissapounted"), "dissapointed"), + (UniCase::ascii("toothbruth"), "toothbrush"), + (UniCase::ascii("championsips"), "championships"), + (UniCase::ascii("dinasour"), "dinosaur"), + (UniCase::ascii("sentreis"), "sentries"), + (UniCase::ascii("allainces"), "alliances"), + (UniCase::ascii("eygptian"), "egyptian"), + (UniCase::ascii("revolutionay"), "revolutionary"), + (UniCase::ascii("compitetion"), "competitions"), + (UniCase::ascii("remembrence"), "remembrance"), + (UniCase::ascii("interacive"), "interactive"), + (UniCase::ascii("exploitating"), "exploitation"), + (UniCase::ascii("perfromance"), "performance"), + (UniCase::ascii("recomended"), "recommended"), + (UniCase::ascii("audomoderator"), "automoderator"), + (UniCase::ascii("elemantary"), "elementary"), + (UniCase::ascii("spoliers"), "spoilers"), + (UniCase::ascii("intraverted"), "introverted"), + (UniCase::ascii("throough"), "thorough"), + (UniCase::ascii("torndao"), "tornado"), + (UniCase::ascii("saveing"), "saving"), + (UniCase::ascii("irrationaly"), "irrationally"), + (UniCase::ascii("illistrate"), "illiterate"), + (UniCase::ascii("cancelling"), "canceling"), + (UniCase::ascii("unprecendented"), "unprecedented"), + (UniCase::ascii("salaires"), "salaries"), + (UniCase::ascii("valnetines"), "valentines"), + (UniCase::ascii("remifications"), "ramifications"), + (UniCase::ascii("thoruim"), "thorium"), + (UniCase::ascii("tunrtable"), "turntable"), + (UniCase::ascii("sexulaized"), "sexualized"), + (UniCase::ascii("impropre"), "improper"), + (UniCase::ascii("equivalants"), "equivalents"), + (UniCase::ascii("submittion"), "submitting"), + (UniCase::ascii("documentaiton"), "documentation"), + (UniCase::ascii("pervertes"), "perverse"), + (UniCase::ascii("pharoah"), "pharaoh"), + (UniCase::ascii("substitudes"), "substitutes"), + (UniCase::ascii("unknowinlgy"), "unknowingly"), + (UniCase::ascii("torrentes"), "torrents"), + (UniCase::ascii("strucutred"), "structured"), + (UniCase::ascii("industrialised"), "industrialized"), + (UniCase::ascii("unnecessarely"), "unnecessarily"), + (UniCase::ascii("steriotyping"), "stereotyping"), + (UniCase::ascii("sceptics"), "skeptics"), + (UniCase::ascii("varity"), "variety"), + (UniCase::ascii("uninterupted"), "uninterrupted"), + (UniCase::ascii("forasken"), "forsaken"), + (UniCase::ascii("immobilier"), "immobile"), + (UniCase::ascii("responsing"), "responding"), + (UniCase::ascii("propehts"), "prophets"), + (UniCase::ascii("pennsylvainia"), "pennsylvania"), + (UniCase::ascii("evangers"), "avengers"), + (UniCase::ascii("desentralized"), "decentralized"), + (UniCase::ascii("substituters"), "substitutes"), + (UniCase::ascii("baiscly"), "basicly"), + (UniCase::ascii("neglibible"), "negligible"), + (UniCase::ascii("corsshair"), "crosshair"), + (UniCase::ascii("expectany"), "expectancy"), + (UniCase::ascii("douchely"), "douchey"), + (UniCase::ascii("conferances"), "conferences"), + (UniCase::ascii("proselytised"), "proselytized"), + (UniCase::ascii("facsism"), "fascism"), + (UniCase::ascii("abandonned"), "abandoned"), + (UniCase::ascii("degradacion"), "degradation"), + (UniCase::ascii("realiest"), "earliest"), + (UniCase::ascii("hypocritus"), "hypocrites"), + (UniCase::ascii("consultaion"), "consultation"), + (UniCase::ascii("perorders"), "preorders"), + (UniCase::ascii("motorcylces"), "motorcycles"), + (UniCase::ascii("consequentually"), "consequently"), + (UniCase::ascii("funniliy"), "funnily"), + (UniCase::ascii("psychedellic"), "psychedelic"), + (UniCase::ascii("acsending"), "ascending"), + (UniCase::ascii("pioneeer"), "pioneer"), + (UniCase::ascii("cologen"), "cologne"), + (UniCase::ascii("alrigthy"), "alrighty"), + (UniCase::ascii("humaniod"), "humanoid"), + (UniCase::ascii("shiped"), "shipped"), + (UniCase::ascii("simplifyed"), "simplified"), + (UniCase::ascii("pscyhopathic"), "psychopathic"), + (UniCase::ascii("avalance"), "avalanche"), + (UniCase::ascii("installeer"), "installer"), + (UniCase::ascii("concedered"), "conceded"), + (UniCase::ascii("privelige"), "privilege"), + (UniCase::ascii("agricuture"), "agriculture"), + (UniCase::ascii("needlessley"), "needlessly"), + (UniCase::ascii("subjectivley"), "subjectively"), + (UniCase::ascii("positivisme"), "positives"), + (UniCase::ascii("unsintalled"), "uninstalled"), + (UniCase::ascii("bulletprrof"), "bulletproof"), + (UniCase::ascii("democray"), "democracy"), + (UniCase::ascii("afircans"), "africans"), + (UniCase::ascii("watermeleon"), "watermelon"), + (UniCase::ascii("tournemant"), "tournament"), + (UniCase::ascii("untranslateable"), "untranslatable"), + (UniCase::ascii("entretained"), "entertained"), + (UniCase::ascii("psychaitrist"), "psychiatrist"), + (UniCase::ascii("rewatchimg"), "rewatching"), + (UniCase::ascii("circumcission"), "circumcision"), + (UniCase::ascii("valentins"), "valentines"), + (UniCase::ascii("demolision"), "demolition"), + (UniCase::ascii("abondon"), "abandon"), + (UniCase::ascii("dependenies"), "dependencies"), + (UniCase::ascii("misogenistic"), "misogynistic"), + (UniCase::ascii("concellation"), "cancellation"), + (UniCase::ascii("technologia"), "technological"), + (UniCase::ascii("desingage"), "disengage"), + (UniCase::ascii("manaully"), "manually"), + (UniCase::ascii("anonmyous"), "anonymous"), + (UniCase::ascii("rhapsodises"), "rhapsodizes"), + (UniCase::ascii("custumization"), "customization"), + (UniCase::ascii("professionalising"), "professionalizing"), + (UniCase::ascii("bilzzcon"), "blizzcon"), + (UniCase::ascii("euclidian"), "euclidean"), + (UniCase::ascii("significato"), "significant"), + (UniCase::ascii("mozzorella"), "mozzarella"), + (UniCase::ascii("tightenting"), "tightening"), + (UniCase::ascii("currentusa"), "currents"), + (UniCase::ascii("belabour"), "belabor"), + (UniCase::ascii("procliamed"), "proclaimed"), + (UniCase::ascii("contintent"), "contingent"), + (UniCase::ascii("resovles"), "resolves"), + (UniCase::ascii("americants"), "americas"), + (UniCase::ascii("guardains"), "guardians"), + (UniCase::ascii("pessimisitic"), "pessimistic"), + (UniCase::ascii("underraker"), "undertaker"), + (UniCase::ascii("unsubscriped"), "unsubscribed"), + (UniCase::ascii("correlatie"), "correlated"), + (UniCase::ascii("charactersitic"), "characteristics"), + (UniCase::ascii("icelandinc"), "icelandic"), + (UniCase::ascii("entaglements"), "entanglements"), + (UniCase::ascii("predicitve"), "predictive"), + (UniCase::ascii("patroitism"), "patriotism"), + (UniCase::ascii("industriels"), "industries"), + (UniCase::ascii("negligente"), "negligence"), + (UniCase::ascii("dichomoty"), "dichotomy"), + (UniCase::ascii("intercection"), "interception"), + (UniCase::ascii("destructivo"), "destruction"), + (UniCase::ascii("coloardo"), "colorado"), + (UniCase::ascii("unavaliable"), "unavailable"), + (UniCase::ascii("uncontrollaby"), "uncontrollably"), + (UniCase::ascii("honourably"), "honorably"), + (UniCase::ascii("blueberies"), "blueberries"), + (UniCase::ascii("dyspohria"), "dysphoria"), + (UniCase::ascii("passivley"), "passively"), + (UniCase::ascii("politiciens"), "politicians"), + (UniCase::ascii("intercepto"), "interception"), + (UniCase::ascii("attitide"), "attitude"), + (UniCase::ascii("completin"), "completion"), + (UniCase::ascii("sentancing"), "sentencing"), + (UniCase::ascii("metropoliton"), "metropolitan"), + (UniCase::ascii("represend"), "represented"), + (UniCase::ascii("repersentation"), "representation"), + (UniCase::ascii("margarite"), "margaret"), + (UniCase::ascii("signifiant"), "significant"), + (UniCase::ascii("medicins"), "medicines"), + (UniCase::ascii("docuhebag"), "douchebag"), + (UniCase::ascii("technicans"), "technicians"), + (UniCase::ascii("medicaiton"), "medication"), + (UniCase::ascii("misdimeanor"), "misdemeanor"), + (UniCase::ascii("thankyoou"), "thankyou"), + (UniCase::ascii("cardiovasculaire"), "cardiovascular"), + (UniCase::ascii("beuraucrats"), "bureaucrats"), + (UniCase::ascii("spreadsheeticus"), "spreadsheets"), + (UniCase::ascii("aesthestic"), "aesthetics"), + (UniCase::ascii("tragicaly"), "tragically"), + (UniCase::ascii("subconsiously"), "subconsciously"), + (UniCase::ascii("gunslingner"), "gunslinger"), + (UniCase::ascii("momentaraly"), "momentarily"), + (UniCase::ascii("disturbante"), "disturbance"), + (UniCase::ascii("brutalises"), "brutalizes"), + (UniCase::ascii("anticipato"), "anticipation"), + (UniCase::ascii("metrololitan"), "metropolitan"), + (UniCase::ascii("phychologist"), "psychologist"), + (UniCase::ascii("buhddism"), "buddhism"), + (UniCase::ascii("birgade"), "brigade"), + (UniCase::ascii("versatality"), "versatility"), + (UniCase::ascii("aboslute"), "absolute"), + (UniCase::ascii("sympathsize"), "sympathize"), + (UniCase::ascii("radify"), "ratify"), + (UniCase::ascii("unaccaptable"), "unacceptable"), + (UniCase::ascii("evreytime"), "everytime"), + (UniCase::ascii("intergal"), "integral"), + (UniCase::ascii("obligerated"), "obliterated"), + (UniCase::ascii("actresess"), "actresses"), + (UniCase::ascii("onborad"), "onboard"), + (UniCase::ascii("mercinaries"), "mercenaries"), + (UniCase::ascii("organisational"), "organizational"), + (UniCase::ascii("idolises"), "idolizes"), + (UniCase::ascii("floursih"), "flourish"), + (UniCase::ascii("boyant"), "buoyant"), + (UniCase::ascii("behaviourists"), "behaviorists"), + (UniCase::ascii("activistes"), "activists"), + (UniCase::ascii("pointure"), "pointer"), + (UniCase::ascii("unfortune"), "unfortunate"), + (UniCase::ascii("factores"), "factors"), + (UniCase::ascii("reitres"), "retires"), + (UniCase::ascii("anachrist"), "anarchist"), + (UniCase::ascii("charsima"), "charisma"), + (UniCase::ascii("handcuffes"), "handcuffs"), + (UniCase::ascii("trainwrek"), "trainwreck"), + (UniCase::ascii("varaint"), "variant"), + (UniCase::ascii("analysing"), "analyzing"), + (UniCase::ascii("enhanse"), "enhances"), + (UniCase::ascii("underneith"), "underneath"), + (UniCase::ascii("competitin"), "competitions"), + (UniCase::ascii("categorise"), "categorize"), + (UniCase::ascii("cupborad"), "cupboard"), + (UniCase::ascii("peotry"), "poetry"), + (UniCase::ascii("communiaction"), "communications"), + (UniCase::ascii("communicatons"), "communications"), + (UniCase::ascii("alcoholsim"), "alcoholism"), + (UniCase::ascii("socialised"), "socialized"), + (UniCase::ascii("acquinated"), "acquainted"), + (UniCase::ascii("jailbrake"), "jailbreak"), + (UniCase::ascii("dimention"), "dimension"), + (UniCase::ascii("supression"), "suppression"), + (UniCase::ascii("investegator"), "investigator"), + (UniCase::ascii("interferire"), "interfere"), + (UniCase::ascii("sensationality"), "sensationalist"), + (UniCase::ascii("commense"), "commenters"), + (UniCase::ascii("disobediance"), "disobedience"), + (UniCase::ascii("heveanly"), "heavenly"), + (UniCase::ascii("negativitiy"), "negativity"), + (UniCase::ascii("rucuperate"), "recuperate"), + (UniCase::ascii("dictatorshop"), "dictatorship"), + (UniCase::ascii("succesions"), "succession"), + (UniCase::ascii("cartrige"), "cartridge"), + (UniCase::ascii("pronoucning"), "pronouncing"), + (UniCase::ascii("uncertanity"), "uncertainty"), + (UniCase::ascii("suposedly"), "supposedly"), + (UniCase::ascii("prejuduces"), "prejudices"), + (UniCase::ascii("discolouring"), "discoloring"), + (UniCase::ascii("canonising"), "canonizing"), + (UniCase::ascii("hesiman"), "heisman"), + (UniCase::ascii("anaesthetists"), "anesthetists"), + (UniCase::ascii("corrupto"), "corruption"), + (UniCase::ascii("monogmay"), "monogamy"), + (UniCase::ascii("weridos"), "weirdos"), + (UniCase::ascii("balcksmith"), "blacksmith"), + (UniCase::ascii("rebuildling"), "rebuilding"), + (UniCase::ascii("multyplayer"), "multiplayer"), + (UniCase::ascii("pithcers"), "pitchers"), + (UniCase::ascii("uesfull"), "usefull"), + (UniCase::ascii("maylasian"), "malaysian"), + (UniCase::ascii("hyperbolie"), "hyperbole"), + (UniCase::ascii("poylgon"), "polygon"), + (UniCase::ascii("infintiely"), "infinitely"), + (UniCase::ascii("invincibe"), "invincible"), + (UniCase::ascii("weigths"), "weights"), + (UniCase::ascii("dezentralized"), "decentralized"), + (UniCase::ascii("collabarate"), "collaborate"), + (UniCase::ascii("earhtbound"), "earthbound"), + (UniCase::ascii("remianing"), "remaining"), + (UniCase::ascii("ancedotal"), "anecdotal"), + (UniCase::ascii("christiaan"), "christian"), + (UniCase::ascii("humanaties"), "humanities"), + (UniCase::ascii("paltform"), "platform"), + (UniCase::ascii("varstiy"), "varsity"), + (UniCase::ascii("singulaire"), "singular"), + (UniCase::ascii("blasphemey"), "blasphemy"), + (UniCase::ascii("negociating"), "negotiating"), + (UniCase::ascii("agruing"), "arguing"), + (UniCase::ascii("girlfirend"), "girlfriend"), + (UniCase::ascii("beuraucracy"), "bureaucracy"), + (UniCase::ascii("inpeach"), "impeach"), + (UniCase::ascii("socailize"), "socialize"), + (UniCase::ascii("inheriet"), "inherit"), + (UniCase::ascii("populationes"), "populations"), + (UniCase::ascii("solutide"), "solitude"), + (UniCase::ascii("accessibily"), "accessibility"), + (UniCase::ascii("maletonin"), "melatonin"), + (UniCase::ascii("urethrea"), "urethra"), + (UniCase::ascii("apologistics"), "apologists"), + (UniCase::ascii("rollercoater"), "rollercoaster"), + (UniCase::ascii("indispensible"), "indispensable"), + (UniCase::ascii("disembowelled"), "disemboweled"), + (UniCase::ascii("subsiquent"), "subsequent"), + (UniCase::ascii("righteos"), "righteous"), + (UniCase::ascii("reamins"), "remains"), + (UniCase::ascii("lightheated"), "lighthearted"), + (UniCase::ascii("extraordinaryly"), "extraordinarily"), + (UniCase::ascii("compagnons"), "companions"), + (UniCase::ascii("unexpectidly"), "unexpectedly"), + (UniCase::ascii("everyting"), "everything"), + (UniCase::ascii("blackhakws"), "blackhawks"), + (UniCase::ascii("refreshd"), "refreshed"), + (UniCase::ascii("constanly"), "constantly"), + (UniCase::ascii("personalitites"), "personalities"), + (UniCase::ascii("twpo"), "two"), + (UniCase::ascii("inifnitely"), "infinitely"), + (UniCase::ascii("patriarh"), "patriarchy"), + (UniCase::ascii("tiawanese"), "taiwanese"), + (UniCase::ascii("robberts"), "robbers"), + (UniCase::ascii("contructing"), "contracting"), + (UniCase::ascii("resistend"), "resisted"), + (UniCase::ascii("chihuahau"), "chihuahua"), + (UniCase::ascii("recongized"), "recognized"), + (UniCase::ascii("stormde"), "stormed"), + (UniCase::ascii("thermostaat"), "thermostat"), + (UniCase::ascii("allianse"), "alliances"), + (UniCase::ascii("goddman"), "goddamn"), + (UniCase::ascii("dogfather"), "godfather"), + (UniCase::ascii("inquisicion"), "inquisition"), + (UniCase::ascii("goddanm"), "goddamn"), + (UniCase::ascii("bilbical"), "biblical"), + (UniCase::ascii("substitude"), "substitute"), + (UniCase::ascii("indefinate"), "indefinite"), + (UniCase::ascii("astranomical"), "astronomical"), + (UniCase::ascii("metaphoricly"), "metaphorical"), + (UniCase::ascii("multitaskng"), "multitasking"), + (UniCase::ascii("perseverence"), "perseverance"), + (UniCase::ascii("coucil"), "council"), + (UniCase::ascii("playstlye"), "playstyle"), + (UniCase::ascii("producirse"), "producers"), + (UniCase::ascii("superioare"), "superior"), + (UniCase::ascii("playwrite"), "playwright"), + (UniCase::ascii("pedestrianises"), "pedestrianizes"), + (UniCase::ascii("chormosomes"), "chromosomes"), + (UniCase::ascii("diferent"), "different"), + (UniCase::ascii("schizophernia"), "schizophrenia"), + (UniCase::ascii("uninitalizable"), "uninitializable"), + (UniCase::ascii("specifikation"), "specification"), + (UniCase::ascii("unreasonalby"), "unreasonably"), + (UniCase::ascii("provincie"), "province"), + (UniCase::ascii("prediceted"), "predicated"), + (UniCase::ascii("surprized"), "surprised"), + (UniCase::ascii("populary"), "popularity"), + (UniCase::ascii("diphtongs"), "diphthongs"), + (UniCase::ascii("olymipcs"), "olympics"), + (UniCase::ascii("eventially"), "eventually"), + (UniCase::ascii("phenonema"), "phenomena"), + (UniCase::ascii("oustpoken"), "outspoken"), + (UniCase::ascii("immersve"), "immerse"), + (UniCase::ascii("intolerace"), "intolerance"), + (UniCase::ascii("demonstratie"), "demonstrate"), + (UniCase::ascii("policitally"), "politically"), + (UniCase::ascii("thumbmails"), "thumbnails"), + (UniCase::ascii("fallatious"), "fallacious"), + (UniCase::ascii("rationalise"), "rationalize"), + (UniCase::ascii("identifieras"), "identifies"), + (UniCase::ascii("disagreemet"), "disagreements"), + (UniCase::ascii("cooridnator"), "coordinator"), + (UniCase::ascii("specificaitons"), "specification"), + (UniCase::ascii("misoygnist"), "misogynist"), + (UniCase::ascii("relpased"), "relapsed"), + (UniCase::ascii("grapefriut"), "grapefruit"), + (UniCase::ascii("perpetuare"), "perpetuate"), + (UniCase::ascii("abymsal"), "abysmal"), + (UniCase::ascii("resmeble"), "resemble"), + (UniCase::ascii("moleculaire"), "molecular"), + (UniCase::ascii("ideologis"), "ideologies"), + (UniCase::ascii("implementacion"), "implementation"), + (UniCase::ascii("mindlessely"), "mindlessly"), + (UniCase::ascii("happend"), "happened"), + (UniCase::ascii("outmanoeuvred"), "outmaneuvered"), + (UniCase::ascii("falcones"), "falcons"), + (UniCase::ascii("passiones"), "passions"), + (UniCase::ascii("everwhere"), "everywhere"), + (UniCase::ascii("strategice"), "strategies"), + (UniCase::ascii("pacakged"), "packaged"), + (UniCase::ascii("ciruclar"), "circular"), + (UniCase::ascii("relentlessely"), "relentlessly"), + (UniCase::ascii("indepentents"), "independents"), + (UniCase::ascii("specialites"), "specializes"), + (UniCase::ascii("interruptes"), "interrupts"), + (UniCase::ascii("timestmap"), "timestamp"), + (UniCase::ascii("assistantes"), "assistants"), + (UniCase::ascii("conceide"), "conceived"), + (UniCase::ascii("wellingotn"), "wellington"), + (UniCase::ascii("inadvertendly"), "inadvertently"), + (UniCase::ascii("incrementers"), "increments"), + (UniCase::ascii("romanica"), "romania"), + (UniCase::ascii("tlaking"), "talking"), + (UniCase::ascii("imparital"), "impartial"), + (UniCase::ascii("limitaitons"), "limitation"), + (UniCase::ascii("denationalised"), "denationalized"), + (UniCase::ascii("congregacion"), "congregation"), + (UniCase::ascii("positivitely"), "positivity"), + (UniCase::ascii("intimadate"), "intimidate"), + (UniCase::ascii("involintary"), "involuntary"), + (UniCase::ascii("underminging"), "undermining"), + (UniCase::ascii("liquidos"), "liquids"), + (UniCase::ascii("sacrifie"), "sacrifice"), + (UniCase::ascii("undertsand"), "understands"), + (UniCase::ascii("remians"), "remains"), + (UniCase::ascii("subscriped"), "subscribed"), + (UniCase::ascii("dysentry"), "dysentery"), + (UniCase::ascii("bersekrer"), "berserker"), + (UniCase::ascii("supermakert"), "supermarkets"), + (UniCase::ascii("commecen"), "commence"), + (UniCase::ascii("organsie"), "organise"), + (UniCase::ascii("sheakspeare"), "shakespeare"), + (UniCase::ascii("theather"), "theater"), + (UniCase::ascii("fourties"), "forties"), + (UniCase::ascii("superviso"), "supervision"), + (UniCase::ascii("usally"), "usually"), + (UniCase::ascii("differenly"), "differently"), + (UniCase::ascii("concentraded"), "concentrated"), + (UniCase::ascii("captialism"), "capitalism"), + (UniCase::ascii("promplty"), "promptly"), + (UniCase::ascii("firghtening"), "frightening"), + (UniCase::ascii("adoloscent"), "adolescent"), + (UniCase::ascii("modelled"), "modeled"), + (UniCase::ascii("homeword"), "homeworld"), + (UniCase::ascii("libertarains"), "libertarians"), + (UniCase::ascii("hospitalise"), "hospitalize"), + (UniCase::ascii("internus"), "interns"), + (UniCase::ascii("portugues"), "portuguese"), + (UniCase::ascii("atheltic"), "athletic"), + (UniCase::ascii("necessairy"), "necessarily"), + (UniCase::ascii("disappiont"), "disappoint"), + (UniCase::ascii("groudnbreaking"), "groundbreaking"), + (UniCase::ascii("acordingly"), "accordingly"), + (UniCase::ascii("densley"), "densely"), + (UniCase::ascii("authorites"), "authorities"), + (UniCase::ascii("filessytem"), "filesystem"), + (UniCase::ascii("underwares"), "underwater"), + (UniCase::ascii("privetized"), "privatized"), + (UniCase::ascii("electircal"), "electrical"), + (UniCase::ascii("meoldic"), "melodic"), + (UniCase::ascii("ideolagies"), "ideologies"), + (UniCase::ascii("precedessors"), "predecessors"), + (UniCase::ascii("simulatenously"), "simultaneously"), + (UniCase::ascii("destorying"), "destroying"), + (UniCase::ascii("endoctrination"), "indoctrination"), + (UniCase::ascii("requime"), "requiem"), + (UniCase::ascii("pyramis"), "pyramids"), + (UniCase::ascii("ditactorship"), "dictatorship"), + (UniCase::ascii("taliored"), "tailored"), + (UniCase::ascii("quantitites"), "quantities"), + (UniCase::ascii("commentsry"), "commenters"), + (UniCase::ascii("misinterprested"), "misinterpret"), + (UniCase::ascii("demosntrates"), "demonstrates"), + (UniCase::ascii("mainfestation"), "manifestation"), + (UniCase::ascii("plagiarizm"), "plagiarism"), + (UniCase::ascii("ironamn"), "ironman"), + (UniCase::ascii("avialable"), "available"), + (UniCase::ascii("boradwalk"), "boardwalk"), + (UniCase::ascii("interpritation"), "interpretation"), + (UniCase::ascii("canistre"), "canister"), + (UniCase::ascii("levellers"), "levelers"), + (UniCase::ascii("barbarisch"), "barbaric"), + (UniCase::ascii("passivs"), "passives"), + (UniCase::ascii("toubles"), "troubles"), + (UniCase::ascii("acceptabel"), "acceptable"), + (UniCase::ascii("sustainible"), "sustainable"), + (UniCase::ascii("garrions"), "garrison"), + (UniCase::ascii("meditationg"), "meditating"), + (UniCase::ascii("manufacutrers"), "manufactures"), + (UniCase::ascii("aesthethics"), "aesthetics"), + (UniCase::ascii("pentsylvania"), "pennsylvania"), + (UniCase::ascii("carismatic"), "charismatic"), + (UniCase::ascii("marijuanna"), "marijuana"), + (UniCase::ascii("historietas"), "histories"), + (UniCase::ascii("knoweldge"), "knowledge"), + (UniCase::ascii("espinoage"), "espionage"), + (UniCase::ascii("maniuplated"), "manipulated"), + (UniCase::ascii("capitans"), "captains"), + (UniCase::ascii("crystallis"), "crystals"), + (UniCase::ascii("mediocricy"), "mediocrity"), + (UniCase::ascii("alientating"), "alienating"), + (UniCase::ascii("apostrophied"), "apostrophe"), + (UniCase::ascii("mkea"), "make"), + (UniCase::ascii("discriminacion"), "discrimination"), + (UniCase::ascii("spontaneus"), "spontaneous"), + (UniCase::ascii("transaltes"), "translates"), + (UniCase::ascii("senerity"), "serenity"), + (UniCase::ascii("southernerns"), "southerners"), + (UniCase::ascii("protoganists"), "protagonists"), + (UniCase::ascii("untraind"), "untrained"), + (UniCase::ascii("hodlings"), "holdings"), + (UniCase::ascii("explotiation"), "exploitation"), + (UniCase::ascii("technicien"), "technician"), + (UniCase::ascii("substittue"), "substitutes"), + (UniCase::ascii("trasnforms"), "transforms"), + (UniCase::ascii("abbreivation"), "abbreviation"), + (UniCase::ascii("explods"), "explodes"), + (UniCase::ascii("plaestinian"), "palestinian"), + (UniCase::ascii("petetion"), "petition"), + (UniCase::ascii("clientes"), "clients"), + (UniCase::ascii("capible"), "capable"), + (UniCase::ascii("considereis"), "considers"), + (UniCase::ascii("alotted"), "allotted"), + (UniCase::ascii("adverticement"), "advertisement"), + (UniCase::ascii("termigator"), "terminator"), + (UniCase::ascii("nefarios"), "nefarious"), + (UniCase::ascii("unsustianable"), "unsustainable"), + (UniCase::ascii("shenanagins"), "shenanigans"), + (UniCase::ascii("suprizing"), "surprising"), + (UniCase::ascii("obssessed"), "obsessed"), + (UniCase::ascii("misygonistic"), "misogynistic"), + (UniCase::ascii("mulitplication"), "multiplication"), + (UniCase::ascii("battlefiled"), "battlefield"), + (UniCase::ascii("consensuarlo"), "consensual"), + (UniCase::ascii("tenderised"), "tenderized"), + (UniCase::ascii("cranbery"), "cranberry"), + (UniCase::ascii("unprepaired"), "unprepared"), + (UniCase::ascii("ambuigity"), "ambiguity"), + (UniCase::ascii("impartirla"), "impartial"), + (UniCase::ascii("forciblly"), "forcibly"), + (UniCase::ascii("dystopain"), "dystopian"), + (UniCase::ascii("advertisiment"), "advertisement"), + (UniCase::ascii("possibillity"), "possibility"), + (UniCase::ascii("progidy"), "prodigy"), + (UniCase::ascii("condescensing"), "condescension"), + (UniCase::ascii("screenwrighter"), "screenwriter"), + (UniCase::ascii("continum"), "continuum"), + (UniCase::ascii("spwaned"), "spawned"), + (UniCase::ascii("chocolateers"), "chocolates"), + (UniCase::ascii("importas"), "imports"), + (UniCase::ascii("playthrogh"), "playthrough"), + (UniCase::ascii("posession"), "possession"), + (UniCase::ascii("scartching"), "scratching"), + (UniCase::ascii("defitinly"), "definitly"), + (UniCase::ascii("cailbration"), "calibration"), + (UniCase::ascii("realisme"), "realise"), + (UniCase::ascii("homosexuella"), "homosexual"), + (UniCase::ascii("ostentibly"), "ostensibly"), + (UniCase::ascii("possably"), "possibly"), + (UniCase::ascii("scrambe"), "scramble"), + (UniCase::ascii("humourless"), "humorless"), + (UniCase::ascii("emphesizing"), "emphasizing"), + (UniCase::ascii("orgainsation"), "organisation"), + (UniCase::ascii("despectively"), "respectively"), + (UniCase::ascii("agressvie"), "agressive"), + (UniCase::ascii("overhooked"), "overlooked"), + (UniCase::ascii("prescribtions"), "prescriptions"), + (UniCase::ascii("interpriting"), "interpreting"), + (UniCase::ascii("arispace"), "airspace"), + (UniCase::ascii("sheilding"), "shielding"), + (UniCase::ascii("snowbolling"), "snowballing"), + (UniCase::ascii("subjudgation"), "subjugation"), + (UniCase::ascii("reisntalled"), "reinstalled"), + (UniCase::ascii("curisoity"), "curiosity"), + (UniCase::ascii("phsycologically"), "psychologically"), + (UniCase::ascii("dissspointed"), "dissapointed"), + (UniCase::ascii("heatlhcare"), "healthcare"), + (UniCase::ascii("potencially"), "potentially"), + (UniCase::ascii("palaeontology"), "paleontology"), + (UniCase::ascii("hypothosis"), "hypothesis"), + (UniCase::ascii("responsbily"), "responsibly"), + (UniCase::ascii("tounge"), "tongue"), + (UniCase::ascii("componenets"), "components"), + (UniCase::ascii("hambruger"), "hamburger"), + (UniCase::ascii("enligthening"), "enlightening"), + (UniCase::ascii("forskaen"), "forsaken"), + (UniCase::ascii("superioara"), "superior"), + (UniCase::ascii("unpresedented"), "unprecedented"), + (UniCase::ascii("neighbourghs"), "neighbours"), + (UniCase::ascii("authenticiy"), "authenticity"), + (UniCase::ascii("corproations"), "corporations"), + (UniCase::ascii("isntalling"), "installing"), + (UniCase::ascii("epihpany"), "epiphany"), + (UniCase::ascii("singularty"), "singularity"), + (UniCase::ascii("boradcasts"), "broadcasts"), + (UniCase::ascii("overhal"), "overhaul"), + (UniCase::ascii("relatiopnship"), "relationship"), + (UniCase::ascii("vassalos"), "vassals"), + (UniCase::ascii("configue"), "configure"), + (UniCase::ascii("monoploy"), "monopoly"), + (UniCase::ascii("discriminatorie"), "discriminate"), + (UniCase::ascii("interwiever"), "interviewer"), + (UniCase::ascii("comemmorates"), "commemorates"), + (UniCase::ascii("sentimentalise"), "sentimentalize"), + (UniCase::ascii("subsidiced"), "subsidized"), + (UniCase::ascii("paraphrashed"), "paraphrase"), + (UniCase::ascii("comparision"), "comparison"), + (UniCase::ascii("californa"), "california"), + (UniCase::ascii("diagnotics"), "diagnostic"), + (UniCase::ascii("relaible"), "reliable"), + (UniCase::ascii("stakeboard"), "skateboard"), + (UniCase::ascii("minneapolites"), "minneapolis"), + (UniCase::ascii("alledge"), "allege"), + (UniCase::ascii("polishuset"), "polishes"), + (UniCase::ascii("inconsistecy"), "inconsistency"), + (UniCase::ascii("mysteris"), "mysteries"), + (UniCase::ascii("tobbaco"), "tobacco"), + (UniCase::ascii("unproduktive"), "unproductive"), + (UniCase::ascii("geogrpahic"), "geographic"), + (UniCase::ascii("indipendently"), "independently"), + (UniCase::ascii("mediocirty"), "mediocrity"), + (UniCase::ascii("pebbleos"), "pebbles"), + (UniCase::ascii("comperable"), "comparable"), + (UniCase::ascii("italicises"), "italicizes"), + (UniCase::ascii("scholary"), "scholarly"), + (UniCase::ascii("constransi"), "constraints"), + (UniCase::ascii("distrubited"), "distributed"), + (UniCase::ascii("journalistes"), "journalists"), + (UniCase::ascii("ungodley"), "ungodly"), + (UniCase::ascii("supsects"), "suspects"), + (UniCase::ascii("sluaghtering"), "slaughtering"), + (UniCase::ascii("deside"), "decide"), + (UniCase::ascii("htaching"), "hatching"), + (UniCase::ascii("interratial"), "interracial"), + (UniCase::ascii("tablesppon"), "tablespoon"), + (UniCase::ascii("appoitnment"), "appointments"), + (UniCase::ascii("horizontallly"), "horizontally"), + (UniCase::ascii("volcanoe"), "volcano"), + (UniCase::ascii("neurton"), "neutron"), + (UniCase::ascii("penguinos"), "penguins"), + (UniCase::ascii("connectiong"), "connecting"), + (UniCase::ascii("monolopy"), "monopoly"), + (UniCase::ascii("commentater"), "commentator"), + (UniCase::ascii("personaes"), "personas"), + (UniCase::ascii("easthetics"), "aesthetics"), + (UniCase::ascii("unenployment"), "unemployment"), + (UniCase::ascii("adovcated"), "advocated"), + (UniCase::ascii("merchandice"), "merchandise"), + (UniCase::ascii("eulogised"), "eulogized"), + (UniCase::ascii("fluctuative"), "fluctuate"), + (UniCase::ascii("perfromances"), "performances"), + (UniCase::ascii("leukaemia"), "leukemia"), + (UniCase::ascii("undergratuate"), "undergraduate"), + (UniCase::ascii("distributin"), "distribution"), + (UniCase::ascii("interventie"), "intervene"), + (UniCase::ascii("formulars"), "formulas"), + (UniCase::ascii("parntership"), "partnership"), + (UniCase::ascii("partchett"), "pratchett"), + (UniCase::ascii("monopolets"), "monopolies"), + (UniCase::ascii("favourite"), "favorite"), + (UniCase::ascii("bastardous"), "bastards"), + (UniCase::ascii("childresn"), "childrens"), + (UniCase::ascii("strechting"), "stretching"), + (UniCase::ascii("embodyment"), "embodiment"), + (UniCase::ascii("senisble"), "sensible"), + (UniCase::ascii("disapperaing"), "disappearing"), + (UniCase::ascii("apporachable"), "approachable"), + (UniCase::ascii("giltches"), "glitches"), + (UniCase::ascii("acheivment"), "achievement"), + (UniCase::ascii("verbalise"), "verbalize"), + (UniCase::ascii("inconcistencies"), "inconsistencies"), + (UniCase::ascii("chansellor"), "chancellor"), + (UniCase::ascii("essentails"), "essentials"), + (UniCase::ascii("tablesppons"), "tablespoons"), + (UniCase::ascii("objectivily"), "objectivity"), + (UniCase::ascii("procedes"), "proceeds"), + (UniCase::ascii("perpatuated"), "perpetuated"), + (UniCase::ascii("speciman"), "specimen"), + (UniCase::ascii("vascetomy"), "vasectomy"), + (UniCase::ascii("objectivly"), "objectively"), + (UniCase::ascii("recrutiment"), "recruitment"), + (UniCase::ascii("impersinating"), "impersonating"), + (UniCase::ascii("friendzonie"), "friendzoned"), + (UniCase::ascii("transformes"), "transformers"), + (UniCase::ascii("streightened"), "straightened"), + (UniCase::ascii("competion"), "competition"), + (UniCase::ascii("governmnet"), "government"), + (UniCase::ascii("hirsohima"), "hiroshima"), + (UniCase::ascii("multimational"), "multinational"), + (UniCase::ascii("tunraround"), "turnaround"), + (UniCase::ascii("illustrato"), "illustration"), + (UniCase::ascii("distincive"), "distinctive"), + (UniCase::ascii("disicplined"), "disciplined"), + (UniCase::ascii("interersting"), "interpreting"), + (UniCase::ascii("veritiable"), "verifiable"), + (UniCase::ascii("paranoida"), "paranoia"), + (UniCase::ascii("paraphraseing"), "paraphrasing"), + (UniCase::ascii("overdirve"), "overdrive"), + (UniCase::ascii("assimilerat"), "assimilate"), + (UniCase::ascii("sensores"), "sensors"), + (UniCase::ascii("scholership"), "scholarship"), + (UniCase::ascii("consultat"), "consultant"), + (UniCase::ascii("forgotting"), "forgetting"), + (UniCase::ascii("sturggles"), "struggles"), + (UniCase::ascii("harrases"), "harasses"), + (UniCase::ascii("relatinoship"), "relationships"), + (UniCase::ascii("desgustingly"), "disgustingly"), + (UniCase::ascii("favourits"), "favourites"), + (UniCase::ascii("vitirol"), "vitriol"), + (UniCase::ascii("hundres"), "hundreds"), + (UniCase::ascii("steryotyping"), "stereotyping"), + (UniCase::ascii("southren"), "southern"), + (UniCase::ascii("partice"), "particle"), + (UniCase::ascii("gpysies"), "gypsies"), + (UniCase::ascii("probelm"), "problem"), + (UniCase::ascii("acclimatises"), "acclimatizes"), + (UniCase::ascii("malfucntion"), "malfunction"), + (UniCase::ascii("embarasaing"), "embarassing"), + (UniCase::ascii("collectivos"), "collections"), + (UniCase::ascii("systematise"), "systematize"), + (UniCase::ascii("reproducion"), "reproduction"), + (UniCase::ascii("gradiation"), "graduation"), + (UniCase::ascii("shaprly"), "sharply"), + (UniCase::ascii("aqcuaintances"), "acquaintances"), + (UniCase::ascii("torrentbig"), "torrenting"), + (UniCase::ascii("behaivors"), "behaviors"), + (UniCase::ascii("litature"), "literature"), + (UniCase::ascii("itemises"), "itemizes"), + (UniCase::ascii("tsnuami"), "tsunami"), + (UniCase::ascii("splittr"), "splitter"), + (UniCase::ascii("artifcats"), "artifacts"), + (UniCase::ascii("somethiung"), "somethin"), + (UniCase::ascii("suggestons"), "suggests"), + (UniCase::ascii("settelments"), "settlements"), + (UniCase::ascii("militarises"), "militarizes"), + (UniCase::ascii("exorbirant"), "exorbitant"), + (UniCase::ascii("profilic"), "prolific"), + (UniCase::ascii("recommendors"), "recommends"), + (UniCase::ascii("avodacos"), "avocados"), + (UniCase::ascii("soundtraks"), "soundtracks"), + (UniCase::ascii("scheems"), "schemes"), + (UniCase::ascii("fanaticos"), "fanatics"), + (UniCase::ascii("pretains"), "pertains"), + (UniCase::ascii("ukrainina"), "ukrainian"), + (UniCase::ascii("comprimise"), "compromise"), + (UniCase::ascii("kwno"), "know"), + (UniCase::ascii("latitudine"), "latitude"), + (UniCase::ascii("dardenelles"), "dardanelles"), + (UniCase::ascii("enchantig"), "enchanting"), + (UniCase::ascii("watercolour"), "watercolor"), + (UniCase::ascii("seamlessy"), "seamlessly"), + (UniCase::ascii("spectauclar"), "spectacular"), + (UniCase::ascii("haemorrhoids"), "hemorrhoids"), + (UniCase::ascii("externalisations"), "externalizations"), + (UniCase::ascii("turntabe"), "turntable"), + (UniCase::ascii("thridly"), "thirdly"), + (UniCase::ascii("interational"), "international"), + (UniCase::ascii("inutitive"), "intuitive"), + (UniCase::ascii("valubale"), "valuable"), + (UniCase::ascii("approximatley"), "approximately"), + (UniCase::ascii("sypmtoms"), "symptoms"), + (UniCase::ascii("americain"), "american"), + (UniCase::ascii("infestating"), "infestation"), + (UniCase::ascii("initiaties"), "initiatives"), + (UniCase::ascii("disagreeed"), "disagreed"), + (UniCase::ascii("quanitfy"), "quantify"), + (UniCase::ascii("headachs"), "headaches"), + (UniCase::ascii("refereneced"), "referenced"), + (UniCase::ascii("schisophrenic"), "schizophrenic"), + (UniCase::ascii("participte"), "participate"), + (UniCase::ascii("neruoscience"), "neuroscience"), + (UniCase::ascii("buttrey"), "buttery"), + (UniCase::ascii("disrtibution"), "distributions"), + (UniCase::ascii("hurricaines"), "hurricanes"), + (UniCase::ascii("delibirate"), "deliberate"), + (UniCase::ascii("exculsively"), "exclusively"), + (UniCase::ascii("titanuim"), "titanium"), + (UniCase::ascii("magnificient"), "magnificent"), + (UniCase::ascii("conveniente"), "convenience"), + (UniCase::ascii("whatosever"), "whatsoever"), + (UniCase::ascii("similtaneously"), "simultaneously"), + (UniCase::ascii("investige"), "investigate"), + (UniCase::ascii("partiets"), "parties"), + (UniCase::ascii("maybilline"), "maybelline"), + (UniCase::ascii("constitutionnal"), "constitutional"), + (UniCase::ascii("homosexualtiy"), "homosexuality"), + (UniCase::ascii("unreasonal"), "unreasonably"), + (UniCase::ascii("professionel"), "professional"), + (UniCase::ascii("productin"), "productions"), + (UniCase::ascii("organizarte"), "organizer"), + (UniCase::ascii("distraktion"), "distraction"), + (UniCase::ascii("unsubstantiative"), "unsubstantiated"), + (UniCase::ascii("exposse"), "exposes"), + (UniCase::ascii("disgustinly"), "disgustingly"), + (UniCase::ascii("chmabers"), "chambers"), + (UniCase::ascii("pomotion"), "promotion"), + (UniCase::ascii("pennisula"), "peninsula"), + (UniCase::ascii("crimanally"), "criminally"), + (UniCase::ascii("infogrpahics"), "infographic"), + (UniCase::ascii("alocholism"), "alcoholism"), + (UniCase::ascii("interwebbs"), "interwebs"), + (UniCase::ascii("palstics"), "plastics"), + (UniCase::ascii("syrains"), "syrians"), + (UniCase::ascii("hitboxs"), "hitboxes"), + (UniCase::ascii("scientits"), "scientist"), + (UniCase::ascii("proportionel"), "proportional"), + (UniCase::ascii("anyoens"), "anyones"), + (UniCase::ascii("toursim"), "tourism"), + (UniCase::ascii("teenages"), "teenagers"), + (UniCase::ascii("declase"), "declares"), + (UniCase::ascii("deplyoing"), "deploying"), + (UniCase::ascii("assembleing"), "assembling"), + (UniCase::ascii("probablly"), "probably"), + (UniCase::ascii("memorialise"), "memorialize"), + (UniCase::ascii("exarcebated"), "exacerbated"), + (UniCase::ascii("particually"), "particularly"), + (UniCase::ascii("circuitos"), "circuits"), + (UniCase::ascii("migrantes"), "migrants"), + (UniCase::ascii("magolia"), "magnolia"), + (UniCase::ascii("calculater"), "calculator"), + (UniCase::ascii("recognisably"), "recognizably"), + (UniCase::ascii("acknowleges"), "acknowledges"), + (UniCase::ascii("chronosome"), "chromosome"), + (UniCase::ascii("reviewr"), "reviewer"), + (UniCase::ascii("wisnton"), "winston"), + (UniCase::ascii("extensivelly"), "extensively"), + (UniCase::ascii("renderd"), "rendered"), + (UniCase::ascii("discreting"), "discretion"), + (UniCase::ascii("govermnent"), "governments"), + (UniCase::ascii("whistels"), "whistles"), + (UniCase::ascii("necessites"), "necessities"), + (UniCase::ascii("sustainabiltiy"), "sustainability"), + (UniCase::ascii("contradiciton"), "contradiction"), + (UniCase::ascii("repersenting"), "representing"), + (UniCase::ascii("privatised"), "privatized"), + (UniCase::ascii("plagiarios"), "plagiarism"), + (UniCase::ascii("documentaion"), "documentation"), + (UniCase::ascii("creationsits"), "creationists"), + (UniCase::ascii("strengthin"), "strengthen"), + (UniCase::ascii("invididual"), "individual"), + (UniCase::ascii("psychiatrict"), "psychiatrist"), + (UniCase::ascii("veichles"), "vehicles"), + (UniCase::ascii("experimentors"), "experiments"), + (UniCase::ascii("resurreccion"), "resurrection"), + (UniCase::ascii("strucutres"), "structures"), + (UniCase::ascii("misogyinsts"), "misogynist"), + (UniCase::ascii("inconveniece"), "inconvenience"), + (UniCase::ascii("quartlery"), "quarterly"), + (UniCase::ascii("relfexes"), "reflexes"), + (UniCase::ascii("courching"), "crouching"), + (UniCase::ascii("marshmalows"), "marshmallows"), + (UniCase::ascii("infograpic"), "infographic"), + (UniCase::ascii("circualtion"), "circulation"), + (UniCase::ascii("cirlcing"), "circling"), + (UniCase::ascii("expiremented"), "experimented"), + (UniCase::ascii("religionens"), "religions"), + (UniCase::ascii("terrirories"), "territories"), + (UniCase::ascii("assasinated"), "assassinated"), + (UniCase::ascii("objectiviser"), "objectives"), + (UniCase::ascii("proclomation"), "proclamation"), + (UniCase::ascii("phsyicist"), "physicist"), + (UniCase::ascii("protestina"), "protestant"), + (UniCase::ascii("expressin"), "expression"), + (UniCase::ascii("odourless"), "odorless"), + (UniCase::ascii("representatin"), "representations"), + (UniCase::ascii("coordenate"), "coordinate"), + (UniCase::ascii("desperato"), "desperation"), + (UniCase::ascii("gruseome"), "gruesome"), + (UniCase::ascii("fanserve"), "fanservice"), + (UniCase::ascii("humitidy"), "humidity"), + (UniCase::ascii("distinguise"), "distinguished"), + (UniCase::ascii("indipendence"), "independence"), + (UniCase::ascii("guage"), "gauge"), + (UniCase::ascii("tje"), "the"), + (UniCase::ascii("dublications"), "publications"), + (UniCase::ascii("venezuella"), "venezuela"), + (UniCase::ascii("diffirentiate"), "differentiate"), + (UniCase::ascii("transesxuals"), "transsexuals"), + (UniCase::ascii("necesserily"), "necessarily"), + (UniCase::ascii("terrestial"), "terrestrial"), + (UniCase::ascii("incraments"), "increments"), + (UniCase::ascii("lonly"), "lonely"), + (UniCase::ascii("birthdsy"), "birthdays"), + (UniCase::ascii("terroristas"), "terrorists"), + (UniCase::ascii("armstorng"), "armstrong"), + (UniCase::ascii("cumbursome"), "cumbersome"), + (UniCase::ascii("discrption"), "discretion"), + (UniCase::ascii("bardford"), "bradford"), + (UniCase::ascii("downwoters"), "downvoters"), + (UniCase::ascii("birdamn"), "birdman"), + (UniCase::ascii("phenomenonal"), "phenomenal"), + (UniCase::ascii("expirements"), "experiments"), + (UniCase::ascii("pretedermined"), "predetermined"), + (UniCase::ascii("organistaion"), "organisation"), + (UniCase::ascii("neighboor"), "neighbor"), + (UniCase::ascii("adventuers"), "adventures"), + (UniCase::ascii("underwhleming"), "underwhelming"), + (UniCase::ascii("supposidely"), "supposedly"), + (UniCase::ascii("expensable"), "expendable"), + (UniCase::ascii("denomitator"), "denominator"), + (UniCase::ascii("sanitising"), "sanitizing"), + (UniCase::ascii("perpatuates"), "perpetuates"), + (UniCase::ascii("holocasut"), "holocaust"), + (UniCase::ascii("duplicatas"), "duplicates"), + (UniCase::ascii("imrpovement"), "improvement"), + (UniCase::ascii("publicised"), "publicized"), + (UniCase::ascii("panthoen"), "pantheon"), + (UniCase::ascii("vitrually"), "virtually"), + (UniCase::ascii("derogitory"), "derogatory"), + (UniCase::ascii("santroum"), "santorum"), + (UniCase::ascii("gonig"), "going"), + (UniCase::ascii("unconditionaly"), "unconditionally"), + (UniCase::ascii("prototpye"), "prototype"), + (UniCase::ascii("settlemets"), "settlements"), + (UniCase::ascii("inititaive"), "initiatives"), + (UniCase::ascii("misdemeaner"), "misdemeanor"), + (UniCase::ascii("cincinnatti"), "cincinnati"), + (UniCase::ascii("compensantion"), "compensation"), + (UniCase::ascii("cannibaljim"), "cannibalism"), + (UniCase::ascii("unsurprizingly"), "unsurprisingly"), + (UniCase::ascii("chlidfree"), "childfree"), + (UniCase::ascii("preists"), "priests"), + (UniCase::ascii("transaccion"), "transaction"), + (UniCase::ascii("administratief"), "administrative"), + (UniCase::ascii("editorialising"), "editorializing"), + (UniCase::ascii("penalites"), "penalties"), + (UniCase::ascii("palesitnians"), "palestinians"), + (UniCase::ascii("ministerns"), "ministers"), + (UniCase::ascii("anticipatin"), "anticipation"), + (UniCase::ascii("schiziphrenic"), "schizophrenic"), + (UniCase::ascii("icelings"), "ceilings"), + (UniCase::ascii("theromstat"), "thermostat"), + (UniCase::ascii("excrusiating"), "excruciating"), + (UniCase::ascii("disputerad"), "disputed"), + (UniCase::ascii("fossilising"), "fossilizing"), + (UniCase::ascii("campaiging"), "campaigning"), + (UniCase::ascii("weilded"), "wielded"), + (UniCase::ascii("immatureity"), "immaturity"), + (UniCase::ascii("staion"), "station"), + (UniCase::ascii("aplhabet"), "alphabet"), + (UniCase::ascii("snowflaek"), "snowflake"), + (UniCase::ascii("transfored"), "transformed"), + (UniCase::ascii("supsicions"), "suspicions"), + (UniCase::ascii("necessarly"), "necessary"), + (UniCase::ascii("approprate"), "appropriate"), + (UniCase::ascii("begininng"), "beginning"), + (UniCase::ascii("collitions"), "collisions"), + (UniCase::ascii("implemetnation"), "implementations"), + (UniCase::ascii("accelorating"), "accelerating"), + (UniCase::ascii("inventios"), "inventions"), + (UniCase::ascii("ideologins"), "ideologies"), + (UniCase::ascii("organizuje"), "organize"), + (UniCase::ascii("distoriton"), "distortion"), + (UniCase::ascii("aisian"), "asian"), + (UniCase::ascii("civilziation"), "civilizations"), + (UniCase::ascii("arithmitic"), "arithmetic"), + (UniCase::ascii("preventitve"), "preventative"), + (UniCase::ascii("africaness"), "africans"), + (UniCase::ascii("apocaliptic"), "apocalyptic"), + (UniCase::ascii("capatilism"), "capitalism"), + (UniCase::ascii("truthfuly"), "truthfully"), + (UniCase::ascii("thiestic"), "theistic"), + (UniCase::ascii("masturbae"), "masturbated"), + (UniCase::ascii("oustiders"), "outsiders"), + (UniCase::ascii("monumnet"), "monument"), + (UniCase::ascii("apprecaited"), "appreciated"), + (UniCase::ascii("provincies"), "province"), + (UniCase::ascii("intercepcion"), "interception"), + (UniCase::ascii("unreaponsive"), "unresponsive"), + (UniCase::ascii("gamemdoe"), "gamemode"), + (UniCase::ascii("compesition"), "composition"), + (UniCase::ascii("intellectul"), "intellectuals"), + (UniCase::ascii("meterosexual"), "heterosexual"), + (UniCase::ascii("symphatized"), "sympathize"), + (UniCase::ascii("touranment"), "tournaments"), + (UniCase::ascii("preferente"), "preference"), + (UniCase::ascii("dogding"), "dodging"), + (UniCase::ascii("enthusiatic"), "enthusiastic"), + (UniCase::ascii("passivise"), "passivize"), + (UniCase::ascii("firefigther"), "firefighters"), + (UniCase::ascii("competance"), "competence"), + (UniCase::ascii("horrendeous"), "horrendous"), + (UniCase::ascii("enthusiams"), "enthusiasm"), + (UniCase::ascii("anesthisia"), "anesthesia"), + (UniCase::ascii("depcition"), "depiction"), + (UniCase::ascii("lasagnea"), "lasagna"), + (UniCase::ascii("oppinion"), "opinion"), + (UniCase::ascii("freindlies"), "friendlies"), + (UniCase::ascii("obdisian"), "obsidian"), + (UniCase::ascii("reactionair"), "reactionary"), + (UniCase::ascii("somethinks"), "somethings"), + (UniCase::ascii("straightie"), "straighten"), + (UniCase::ascii("explossion"), "explosions"), + (UniCase::ascii("esperate"), "seperate"), + (UniCase::ascii("competitoin"), "competitions"), + (UniCase::ascii("milwuakee"), "milwaukee"), + (UniCase::ascii("challening"), "challenging"), + (UniCase::ascii("convulated"), "convoluted"), + (UniCase::ascii("spirituallly"), "spiritually"), + (UniCase::ascii("caclulate"), "calculate"), + (UniCase::ascii("deligthful"), "delightful"), + (UniCase::ascii("faggotus"), "faggots"), + (UniCase::ascii("aviaiton"), "aviation"), + (UniCase::ascii("perade"), "parade"), + (UniCase::ascii("monitering"), "monitoring"), + (UniCase::ascii("lineupes"), "lineups"), + (UniCase::ascii("nashvile"), "nashville"), + (UniCase::ascii("sasuage"), "sausage"), + (UniCase::ascii("destiantions"), "destinations"), + (UniCase::ascii("peformed"), "performed"), + (UniCase::ascii("prejucided"), "prejudiced"), + (UniCase::ascii("littlefiger"), "littlefinger"), + (UniCase::ascii("compitable"), "compatible"), + (UniCase::ascii("createur"), "creature"), + (UniCase::ascii("disclipinary"), "disciplinary"), + (UniCase::ascii("illinios"), "illinois"), + (UniCase::ascii("reinitalizing"), "reinitializing"), + (UniCase::ascii("arizonia"), "arizona"), + (UniCase::ascii("grandchilder"), "grandchildren"), + (UniCase::ascii("acknowledgemnt"), "acknowledgement"), + (UniCase::ascii("oridnary"), "ordinary"), + (UniCase::ascii("racthet"), "ratchet"), + (UniCase::ascii("outrageos"), "outrageous"), + (UniCase::ascii("transperency"), "transparency"), + (UniCase::ascii("revaluated"), "reevaluated"), + (UniCase::ascii("ressemblance"), "resemblance"), + (UniCase::ascii("coordenation"), "coordination"), + (UniCase::ascii("comperative"), "comparative"), + (UniCase::ascii("snowbals"), "snowballs"), + (UniCase::ascii("bookmakred"), "bookmarked"), + (UniCase::ascii("soundtrakcs"), "soundtracks"), + (UniCase::ascii("flecther"), "fletcher"), + (UniCase::ascii("tryavon"), "trayvon"), + (UniCase::ascii("planeswalkr"), "planeswalker"), + (UniCase::ascii("hallusinations"), "hallucinations"), + (UniCase::ascii("statuser"), "stature"), + (UniCase::ascii("gratuituous"), "gratuitous"), + (UniCase::ascii("indespensible"), "indispensable"), + (UniCase::ascii("anynomous"), "anonymous"), + (UniCase::ascii("sponsorhips"), "sponsorship"), + (UniCase::ascii("regreses"), "regress"), + (UniCase::ascii("scandinaivan"), "scandinavia"), + (UniCase::ascii("significat"), "significant"), + (UniCase::ascii("transparancy"), "transparency"), + (UniCase::ascii("thunberbolt"), "thunderbolt"), + (UniCase::ascii("waclott"), "walcott"), + (UniCase::ascii("defensivly"), "defensively"), + (UniCase::ascii("suefull"), "usefull"), + (UniCase::ascii("optmizations"), "optimizations"), + (UniCase::ascii("socttish"), "scottish"), + (UniCase::ascii("metroplois"), "metropolis"), + (UniCase::ascii("delpoying"), "deploying"), + (UniCase::ascii("dravadian"), "dravidian"), + (UniCase::ascii("wavelenghth"), "wavelength"), + (UniCase::ascii("satisfactorly"), "satisfactory"), + (UniCase::ascii("drinkes"), "drinkers"), + (UniCase::ascii("degeneret"), "degenerate"), + (UniCase::ascii("testicel"), "testicle"), + (UniCase::ascii("analyts"), "analyst"), + (UniCase::ascii("instabillity"), "instability"), + (UniCase::ascii("tottneham"), "tottenham"), + (UniCase::ascii("noteable"), "notable"), + (UniCase::ascii("transgemder"), "transgender"), + (UniCase::ascii("underesitmate"), "underestimated"), + (UniCase::ascii("theatres"), "theaters"), + (UniCase::ascii("nationalistisen"), "nationalists"), + (UniCase::ascii("matterss"), "mattress"), + (UniCase::ascii("expectantcy"), "expectancy"), + (UniCase::ascii("definayely"), "definately"), + (UniCase::ascii("confidentaly"), "confidently"), + (UniCase::ascii("tranmsission"), "transmissions"), + (UniCase::ascii("hispters"), "hipsters"), + (UniCase::ascii("satsifactory"), "satisfactory"), + (UniCase::ascii("championchip"), "championship"), + (UniCase::ascii("connecticunts"), "connecticut"), + (UniCase::ascii("editorialises"), "editorializes"), + (UniCase::ascii("continuativo"), "continuation"), + (UniCase::ascii("bangaldeshi"), "bangladesh"), + (UniCase::ascii("falshed"), "flashed"), + (UniCase::ascii("critisize"), "criticise"), + (UniCase::ascii("credibillity"), "credibility"), + (UniCase::ascii("graduacion"), "graduation"), + (UniCase::ascii("expectionally"), "exceptionally"), + (UniCase::ascii("configuartion"), "configuration"), + (UniCase::ascii("louisiania"), "louisiana"), + (UniCase::ascii("precisou"), "precious"), + (UniCase::ascii("redundantcy"), "redundancy"), + (UniCase::ascii("perparation"), "preparation"), + (UniCase::ascii("argentinia"), "argentina"), + (UniCase::ascii("controversity"), "controversy"), + (UniCase::ascii("defence"), "defense"), + (UniCase::ascii("lietuenant"), "lieutenant"), + (UniCase::ascii("competitivly"), "competitively"), + (UniCase::ascii("suppresson"), "suppression"), + (UniCase::ascii("provinvial"), "provincial"), + (UniCase::ascii("utlimately"), "ultimately"), + (UniCase::ascii("overhooking"), "overlooking"), + (UniCase::ascii("colonisation"), "colonization"), + (UniCase::ascii("illegsl"), "illegals"), + (UniCase::ascii("bargian"), "bargain"), + (UniCase::ascii("facepam"), "facepalm"), + (UniCase::ascii("demonstrativos"), "demonstrations"), + (UniCase::ascii("wahtever"), "whatever"), + (UniCase::ascii("contianment"), "containment"), + (UniCase::ascii("desnely"), "densely"), + (UniCase::ascii("udnerpowered"), "underpowered"), + (UniCase::ascii("onmipotent"), "omnipotent"), + (UniCase::ascii("enamelled"), "enameled"), + (UniCase::ascii("monrachy"), "monarchy"), + (UniCase::ascii("intoxinated"), "intoxicated"), + (UniCase::ascii("alternatieve"), "alternative"), + (UniCase::ascii("insaney"), "insanely"), + (UniCase::ascii("enviornmentalist"), "environmentalist"), + (UniCase::ascii("controlllers"), "controllers"), + (UniCase::ascii("alimunium"), "aluminium"), + (UniCase::ascii("redesing"), "redesign"), + (UniCase::ascii("successing"), "succession"), + (UniCase::ascii("destinatin"), "destinations"), + (UniCase::ascii("neighbours"), "neighbors"), + (UniCase::ascii("ruleboook"), "rulebook"), + (UniCase::ascii("figuartively"), "figuratively"), + (UniCase::ascii("manuever"), "maneuver"), + (UniCase::ascii("herculeees"), "hercules"), + (UniCase::ascii("backrounds"), "backgrounds"), + (UniCase::ascii("desperatley"), "desperately"), + (UniCase::ascii("derugulation"), "deregulation"), + (UniCase::ascii("outrageuos"), "outrageous"), + (UniCase::ascii("partecipant"), "participant"), + (UniCase::ascii("eastwod"), "eastwood"), + (UniCase::ascii("athetlic"), "athletic"), + (UniCase::ascii("reasonal"), "reasonably"), + (UniCase::ascii("tangientally"), "tangentially"), + (UniCase::ascii("parternships"), "partnership"), + (UniCase::ascii("lieved"), "lived"), + (UniCase::ascii("tredning"), "trending"), + (UniCase::ascii("inkonsistent"), "inconsistent"), + (UniCase::ascii("traitour"), "traitor"), + (UniCase::ascii("relized"), "realised"), + (UniCase::ascii("vampiers"), "vampires"), + (UniCase::ascii("fantasiose"), "fantasies"), + (UniCase::ascii("horizantally"), "horizontally"), + (UniCase::ascii("expatriot"), "expatriate"), + (UniCase::ascii("differentitation"), "differentiation"), + (UniCase::ascii("knowleagable"), "knowledgable"), + (UniCase::ascii("acronymes"), "acronyms"), + (UniCase::ascii("presenning"), "presenting"), + (UniCase::ascii("programmes"), "programs"), + (UniCase::ascii("prototyps"), "prototypes"), + (UniCase::ascii("colourd"), "coloured"), + (UniCase::ascii("periodicaly"), "periodically"), + (UniCase::ascii("nocturen"), "nocturne"), + (UniCase::ascii("audiobookas"), "audiobooks"), + (UniCase::ascii("disucssing"), "discussing"), + (UniCase::ascii("babysite"), "babysitter"), + (UniCase::ascii("poingant"), "poignant"), + (UniCase::ascii("conspericies"), "conspiracies"), + (UniCase::ascii("enlargment"), "enlargement"), + (UniCase::ascii("cartdrige"), "cartridge"), + (UniCase::ascii("aggressivly"), "aggressively"), + (UniCase::ascii("insanley"), "insanely"), + (UniCase::ascii("documentacion"), "documentation"), + (UniCase::ascii("calcualted"), "calculated"), + (UniCase::ascii("thereian"), "therein"), + (UniCase::ascii("hypocriticial"), "hypocritical"), + (UniCase::ascii("introvered"), "introverted"), + (UniCase::ascii("denominatior"), "denominator"), + (UniCase::ascii("perspectivas"), "perspectives"), + (UniCase::ascii("restaruants"), "restaurants"), + (UniCase::ascii("divinition"), "divination"), + (UniCase::ascii("blackbeary"), "blackberry"), + (UniCase::ascii("subscrpition"), "subscriptions"), + (UniCase::ascii("comissioned"), "commissioned"), + (UniCase::ascii("strat"), "start"), + (UniCase::ascii("pressurise"), "pressurize"), + (UniCase::ascii("addoptive"), "adoptive"), + (UniCase::ascii("reseptionist"), "receptionist"), + (UniCase::ascii("frigthened"), "frightened"), + (UniCase::ascii("caost"), "coast"), + (UniCase::ascii("herclues"), "hercules"), + (UniCase::ascii("aforementionned"), "aforementioned"), + (UniCase::ascii("battlehsips"), "battleship"), + (UniCase::ascii("collectos"), "collectors"), + (UniCase::ascii("adresable"), "addressable"), + (UniCase::ascii("inferioirty"), "inferiority"), + (UniCase::ascii("overwieght"), "overweight"), + (UniCase::ascii("accomondating"), "accommodating"), + (UniCase::ascii("puncutation"), "punctuation"), + (UniCase::ascii("costumizable"), "customizable"), + (UniCase::ascii("vunlerabilities"), "vulnerabilities"), + (UniCase::ascii("relaspe"), "relapse"), + (UniCase::ascii("tsunamai"), "tsunami"), + (UniCase::ascii("scandalised"), "scandalized"), + (UniCase::ascii("narcisists"), "narcissist"), + (UniCase::ascii("electroncs"), "electrons"), + (UniCase::ascii("shleters"), "shelters"), + (UniCase::ascii("expolitative"), "exploitative"), + (UniCase::ascii("detatched"), "detached"), + (UniCase::ascii("incrementos"), "increments"), + (UniCase::ascii("psychedellics"), "psychedelics"), + (UniCase::ascii("neglegance"), "negligence"), + (UniCase::ascii("exploracion"), "exploration"), + (UniCase::ascii("tratior"), "traitor"), + (UniCase::ascii("caricaturize"), "caricature"), + (UniCase::ascii("analtyics"), "analytics"), + (UniCase::ascii("generalises"), "generalizes"), + (UniCase::ascii("disastisfied"), "dissatisfied"), + (UniCase::ascii("procliam"), "proclaim"), + (UniCase::ascii("enlgish"), "english"), + (UniCase::ascii("analysit"), "analyst"), + (UniCase::ascii("favoruites"), "favourites"), + (UniCase::ascii("initalizations"), "initializations"), + (UniCase::ascii("liuetenant"), "lieutenant"), + (UniCase::ascii("fingerpint"), "fingerprint"), + (UniCase::ascii("harvasting"), "harvesting"), + (UniCase::ascii("charistics"), "characteristics"), + (UniCase::ascii("directores"), "directors"), + (UniCase::ascii("deadlit"), "deadlift"), + (UniCase::ascii("reconicle"), "reconcile"), + (UniCase::ascii("facutally"), "factually"), + (UniCase::ascii("conflics"), "conflicts"), + (UniCase::ascii("theoreticaly"), "theoretically"), + (UniCase::ascii("thsoe"), "those"), + (UniCase::ascii("effulence"), "effluence"), + (UniCase::ascii("irresponsibile"), "irresponsible"), + (UniCase::ascii("legitimitely"), "legitimately"), + (UniCase::ascii("obejctives"), "objectives"), + (UniCase::ascii("pedestrianised"), "pedestrianized"), + (UniCase::ascii("carbohdyrates"), "carbohydrates"), + (UniCase::ascii("trasnported"), "transported"), + (UniCase::ascii("ingition"), "ignition"), + (UniCase::ascii("directin"), "directions"), + (UniCase::ascii("enterity"), "entirety"), + (UniCase::ascii("quarantena"), "quarantine"), + (UniCase::ascii("clarskon"), "clarkson"), + (UniCase::ascii("substitutivo"), "substitution"), + (UniCase::ascii("apocalypes"), "apocalypse"), + (UniCase::ascii("devels"), "delves"), + (UniCase::ascii("milestons"), "milestones"), + (UniCase::ascii("sulphur"), "sulfur"), + (UniCase::ascii("propostions"), "proportions"), + (UniCase::ascii("celebrasion"), "celebrations"), + (UniCase::ascii("cancelled"), "canceled"), + (UniCase::ascii("homeopahty"), "homeopathy"), + (UniCase::ascii("straigt"), "straight"), + (UniCase::ascii("carbohyrdate"), "carbohydrates"), + (UniCase::ascii("preparacion"), "preparation"), + (UniCase::ascii("bodybuildig"), "bodybuilding"), + (UniCase::ascii("industrijske"), "industries"), + (UniCase::ascii("cleasner"), "cleanser"), + (UniCase::ascii("separatedly"), "separately"), + (UniCase::ascii("washingtion"), "washington"), + (UniCase::ascii("periphrials"), "peripherals"), + (UniCase::ascii("cemetary"), "cemetery"), + (UniCase::ascii("miscatalogued"), "miscataloged"), + (UniCase::ascii("packade"), "packaged"), + (UniCase::ascii("compede"), "competed"), + (UniCase::ascii("listend"), "listened"), + (UniCase::ascii("analzye"), "analyze"), + (UniCase::ascii("disrispectful"), "disrespectful"), + (UniCase::ascii("inhumaan"), "inhuman"), + (UniCase::ascii("nullabour"), "nullarbor"), + (UniCase::ascii("expressief"), "expressive"), + (UniCase::ascii("shrivelling"), "shriveling"), + (UniCase::ascii("barcleona"), "barcelona"), + (UniCase::ascii("anecdotale"), "anecdote"), + (UniCase::ascii("scritps"), "scripts"), + (UniCase::ascii("integratie"), "integrated"), + (UniCase::ascii("consumirse"), "consumerism"), + (UniCase::ascii("charicterized"), "characterized"), + (UniCase::ascii("efficently"), "efficiently"), + (UniCase::ascii("witn"), "with"), + (UniCase::ascii("harrasment"), "harassment"), + (UniCase::ascii("momentairly"), "momentarily"), + (UniCase::ascii("whcih"), "which"), + (UniCase::ascii("mulitples"), "multiples"), + (UniCase::ascii("populaiton"), "populations"), + (UniCase::ascii("occational"), "occasional"), + (UniCase::ascii("onsalught"), "onslaught"), + (UniCase::ascii("ideologisen"), "ideologies"), + (UniCase::ascii("compunation"), "computation"), + (UniCase::ascii("guantamamo"), "guantanamo"), + (UniCase::ascii("punctiation"), "punctuation"), + (UniCase::ascii("prodcution"), "production"), + (UniCase::ascii("construits"), "constructs"), + (UniCase::ascii("inefficent"), "inefficient"), + (UniCase::ascii("toursit"), "tourist"), + (UniCase::ascii("controversal"), "controversial"), + (UniCase::ascii("institucion"), "institution"), + (UniCase::ascii("fractalus"), "fractals"), + (UniCase::ascii("carbohidrates"), "carbohydrates"), + (UniCase::ascii("determanism"), "determinism"), + (UniCase::ascii("persumed"), "presumed"), + (UniCase::ascii("configuartions"), "configurations"), + (UniCase::ascii("somethimng"), "somethin"), + (UniCase::ascii("assimilatie"), "assimilate"), + (UniCase::ascii("pased"), "passed"), + (UniCase::ascii("cumulatative"), "cumulative"), + (UniCase::ascii("imperiarist"), "imperialist"), + (UniCase::ascii("standardising"), "standardizing"), + (UniCase::ascii("fundamnetalists"), "fundamentalists"), + (UniCase::ascii("escapse"), "escapes"), + (UniCase::ascii("infinitiy"), "infinity"), + (UniCase::ascii("oversimplificating"), "oversimplification"), + (UniCase::ascii("pretendendo"), "pretended"), + (UniCase::ascii("mentaly"), "mentally"), + (UniCase::ascii("prerequesit"), "prerequisite"), + (UniCase::ascii("campainging"), "campaigning"), + (UniCase::ascii("cthuhlu"), "cthulhu"), + (UniCase::ascii("moustache"), "mustache"), + (UniCase::ascii("replaceble"), "replaceable"), + (UniCase::ascii("aginst"), "against"), + (UniCase::ascii("claerer"), "clearer"), + (UniCase::ascii("cooporative"), "cooperative"), + (UniCase::ascii("puinsher"), "punisher"), + (UniCase::ascii("analoge"), "analogue"), + (UniCase::ascii("chromosones"), "chromosomes"), + (UniCase::ascii("anoxeric"), "anorexic"), + (UniCase::ascii("oursleves"), "ourselves"), + (UniCase::ascii("accelarator"), "accelerator"), + (UniCase::ascii("analyticals"), "analytics"), + (UniCase::ascii("emergenies"), "emergencies"), + (UniCase::ascii("distingishing"), "distinguishing"), + (UniCase::ascii("recipientes"), "recipients"), + (UniCase::ascii("multitudine"), "multitude"), + (UniCase::ascii("praries"), "prairies"), + (UniCase::ascii("compatiable"), "compatible"), + (UniCase::ascii("articifial"), "artificial"), + (UniCase::ascii("preconcieve"), "preconceived"), + (UniCase::ascii("unacceptible"), "unacceptable"), + (UniCase::ascii("shoutot"), "shoutout"), + (UniCase::ascii("critisicm"), "criticism"), + (UniCase::ascii("narcisssist"), "narcissist"), + (UniCase::ascii("sorpanos"), "sopranos"), + (UniCase::ascii("bullerproof"), "bulletproof"), + (UniCase::ascii("professoras"), "professors"), + (UniCase::ascii("pristen"), "pristine"), + (UniCase::ascii("custamizable"), "customizable"), + (UniCase::ascii("fashionalbe"), "fashionable"), + (UniCase::ascii("inconsistentcy"), "inconsistency"), + (UniCase::ascii("stereotypcial"), "stereotypical"), + (UniCase::ascii("entreprenur"), "entrepreneur"), + (UniCase::ascii("inadequete"), "inadequate"), + (UniCase::ascii("defination"), "definition"), + (UniCase::ascii("commedic"), "comedic"), + (UniCase::ascii("compansating"), "compensating"), + (UniCase::ascii("enlightining"), "enlightening"), + (UniCase::ascii("instrumetal"), "instrumental"), + (UniCase::ascii("rationalizaton"), "rationalization"), + (UniCase::ascii("dialogue"), "dialog"), + (UniCase::ascii("chatedral"), "cathedral"), + (UniCase::ascii("pessiary"), "pessary"), + (UniCase::ascii("automitive"), "automotive"), + (UniCase::ascii("electorns"), "electrons"), + (UniCase::ascii("repostas"), "reposts"), + (UniCase::ascii("enameld"), "enameled"), + (UniCase::ascii("battlescar"), "battlestar"), + (UniCase::ascii("jamsine"), "jasmine"), + (UniCase::ascii("resolviste"), "resolves"), + (UniCase::ascii("beyoncye"), "beyonce"), + (UniCase::ascii("mascarra"), "mascara"), + (UniCase::ascii("portugese"), "portuguese"), + (UniCase::ascii("downvoties"), "downvoters"), + (UniCase::ascii("referiang"), "referring"), + (UniCase::ascii("legalizacion"), "legalization"), + (UniCase::ascii("fullfiling"), "fulfilling"), + (UniCase::ascii("ellected"), "elected"), + (UniCase::ascii("wednesdsy"), "wednesdays"), + (UniCase::ascii("alimoney"), "alimony"), + (UniCase::ascii("smarthpones"), "smartphones"), + (UniCase::ascii("arcehtype"), "archetype"), + (UniCase::ascii("disadvantge"), "disadvantage"), + (UniCase::ascii("enthuisasts"), "enthusiasts"), + (UniCase::ascii("netural"), "neutral"), + (UniCase::ascii("magnitudine"), "magnitude"), + (UniCase::ascii("misunderdtanding"), "misunderstandings"), + (UniCase::ascii("compositore"), "composite"), + (UniCase::ascii("entreperneur"), "entrepreneurs"), + (UniCase::ascii("transmutter"), "transmitter"), + (UniCase::ascii("dispersa"), "dispensary"), + (UniCase::ascii("massachusets"), "massachusetts"), + (UniCase::ascii("deductibe"), "deductible"), + (UniCase::ascii("colonge"), "cologne"), + (UniCase::ascii("explosin"), "explosions"), + (UniCase::ascii("pathces"), "patches"), + (UniCase::ascii("scaramento"), "sacramento"), + (UniCase::ascii("audioboooks"), "audiobook"), + (UniCase::ascii("utopain"), "utopian"), + (UniCase::ascii("controdiction"), "contradiction"), + (UniCase::ascii("narcissisist"), "narcissist"), + (UniCase::ascii("decotations"), "decorations"), ]), };